@charset "utf-8";

a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#cc0000;
	text-decoration:none;
	margin: 0px;
}

a:hover {
	color: #666;
	
	
}

p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#666;
	margin: 0px;
}

h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#666;
}

h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#666;
	font-weight: bold;
}


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #DADADA;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}
.oneColFixCtr #container {
	width: 1015px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/* top nav css*/

#list-nav {
	width: 915px;
	height: 53px;
	background:url(images/nav-bg.jpg);
	background-repeat:no-repeat;
	margin: 0px;
	padding-right: 120px;

}

ul#list-nav li {
	display:inline
}

ul#list-nav li a {
	text-decoration:none;
	padding:5px 0;
	width:100px;	
	color:#3c942f;
	font-weight: bold;
	float:right;
	font-size: 12px;
	text-align:center;
	
}

ul#list-nav li a:hover {
	
	color:#7FB03B;
	
}


#main {
	background-image:url(images/main.jpg);
	background-repeat:no-repeat;
	
	height: 498px;
	width: 657px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#optin {
	height: 498px;
	width: 358px;
	background-image:url(images/opt-in-bottom-right_01.jpg);
	background-repeat:no-repeat;
	float:left;
	display: inline;
}






	



#bottom-top-left {
	width: 693px;
	height: 280px;
	float:left;
	background: url(images/bottom-top-left.jpg);
	background-repeat:no-repeat;
	
}

#bottom-top-left-text {
	width: 350px;
	height: 180px;
	margin-top:65px;
	margin-left:50px;
	float:left;
	text-align: left;
	display: inline;
	
	
}

#bottom-top-right {
	width: 322px;
	height: 280px;
	float:left;
	background:url(images/bottom-top-right.png);
	background-repeat:no-repeat;
	display: inline;	
}

#bottom-top-right-text {
	width: 260px;
	height: 180px;
	float:left;
	margin-top:65px;
	margin-left:15px;
	
	
}

#bottom-top-right-text h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#d4d4d4;
	font-weight: bold;
	
}


#bottom-top-right-text p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#d4d4d4;
}


#bottom-bottom-left {
	width: 694px;
	height: 317px;
	float:left;
	background:url(images/bottom-bottom-left.png);
	background-repeat:no-repeat;
	
}


#bottom-bottom-left-text {
	width: 625px;
	height: 230px;
	float:left;
	margin-top:55px;
	margin-left:50px;
	text-align: left;
	display: inline;

	
}



#bottom-bottom-right {
	width: 321px;
	height: 317px;
	float:left;
	background:url(images/bottom-bottom-right.jpg);
	background-repeat:no-repeat;
	display: inline;
	
}


#bottom-bottom-right-text {
	width: 260px;
	height: auto;
	float:left;
	margin-top:55px;
	margin-left:15px;
	
	
}

#bottom-bottom-right-text h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#d4d4d4;
	font-weight: bold;
	
}


#bottom-bottom-right-text p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#d4d4d4;
}




#sign-up-button_12 {
	width: 1015px;
	height: 184px;
	float:left;
	display: inline;

	
}

#footer {
	width: 1015px;
	height: 50px;
	background: #DADADA;
	float:left;
	display: inline;
	
}

.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.bold {
	color: #4D4B4C;
}


input[type=text] {
		
		
		padding-left: 5px;
		padding-top:10px;
	
		margin-left:-5px;
		font-size: 14px;
		clear: both;
		display: block;
		font-weight: bold;
		width: 98%;
		border: 1px solid #69696B;
	}
