@charset "utf-8";
/* CSS Document */


body {
	background-color: #282424;
	font: 1em Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
}
#wrapper {
	margin: 0px auto;
	width: 780px;
	text-align: left;
}
#head {
	color: #7d7d7d;
	padding: 10px;
	height: 130px;
	width: 760px;
	position: relative;
	font-size: .75em;
	text-align: center;
}
#nav {
	text-align: left;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}

#sig {
	margin-right: auto;
	margin-left: auto;
}

#mainContent {
	padding: 10px;
	width: 760px;
	font: .85em Arial, Helvetica, sans-serif;
}
#home1 {
	margin: -10px;
}



/* ~ LINK STYLES
 ================================================= */
 
 
 #nav a:link, #nav a:visited {
 	color: #7d7d7d;
	text-decoration: none;
 }
 #nav a:hover, #nav a:active {
  	color: #eebb22;
	text-decoration: none;
 }
 #mainContent a:link#nav, #mainContent a:visited {
 
 }
 #mainContent a:hover, #mainContent a:active {
 
 }
 #table1 {
	background: #333333;
	padding: 0;
}
#table1  td {
	padding: 15px 50px 15px 15px;
}
#table1 p {padding: 0 0 0 130px; margin: 0;}
.bgltgray {
	background: #3F3F3F;
	text-transform: capitalize;
	font-weight: normal;
	font-size: 16px;
	padding: 10px;
	margin: -15px -50px -15px -15px;
}

input, textarea {
	border: none; background: #eee;
}
input#sendMssg {
	background: url(images/sendMssg.png) no-repeat left top;
	height: 100px;
	width: 113px;
	border-style: none;
	cursor: pointer;
	
}
td.label {width: 120px;}
small {
	font-size: 10px;
}

#prev { left: 0; float: left; outline-style: none; -moz-outline: none; visibility:hidden;}
#next { right: 0; float: right; outline-style: none; -moz-outline: none;}
a:focus, a:focus img {border: none; outline-style: none;}