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

body {
	background-image: url(../images/background.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #009bc9;
	margin: 0;
	padding: 0;
}

#container {
	width: 850px;
	margin: 0px auto 0px auto;
	padding: 0;
}

#topNav {
	width: 850px;
	height: 129px;
	background-image: url(../images/topnavbar.png);
	padding: 0;
	margin: 0;
}

#header {
	width: 850px;
	height: 350px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}

#headerSmall {
	width: 850px;
	height: 266px;
	background-image: url(../images/header_small.png);
	background-repeat: no-repeat;
}

#nav {
	position: relative;
	top: 95px;
	width: 504px;
	height: 31px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#contentBody {
	width: 800px;
	margin: 0 auto 0 auto;
}


#homeColOne {
	width: 335px;
	margin: 0px 40px 0px 40px;
	padding: 44px 0px 0px 0px;
	float: left;
}

#homeColTwo {
	width: 335px;
	margin: 0px 40px 0px 10px;
	padding: 0;
	float: left;
}

#colOne {
	width: 420px;
	margin: 0px 40px 0px 40px;
	padding: 44px 0px 0px 0px;
	float: left;
}

#colTwo {
	width: 250px;
	margin: 0px 40px 0px 10px;
	padding: 0;
	float: left;
}

#colTwo ul {
	list-style-image: url(../images/bullets.png);
	margin-left: 15px;
}

.noteText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #a7ebff;
	line-height: 16px;
	padding: 0;
}

.mainText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	padding: 0;
}

a.mainTextLink:link {
	color: #a7ebff;
	text-decoration: underline;
}

a.mainTextLink:visited {
	color: #a7ebff;
	text-decoration: underline;
}	

a.mainTextLink:hover {
	color: #ffffff;
	text-decoration: underline;
}

.bigMainText {
	font-size: 16px;
	line-height: 20px;
}

.blueColor {
	color: #a7ebff;
}

#botLine {
	width: 800px;
	margin: 0px auto 0px auto;
	height: 45px;
	clear:both;
}

#pics {
	border: solid;
	border-width: 1px;
	border-color: #04a9d2;
	float: left;
	margin: 0px 10px 5px 0px;
}

#footer {
	width: 100%;
	background-image: url(../images/footer_background.png);
	background-repeat: repeat-x;
	height: 184px;
	margin-top: auto;
	float: left;
	text-align: center;
}

#socialMedia {
	width: 250px;
	margin: 5px 0px 5px 0px;
	text-align: left;
}

#headerTextBody {
	position: relative;
	top: 143px;
	left: 60px;
	width: 400px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

#join {
	position: relative;
	width: 228px;
	height: 46px;
	top: 243px;
	left: 125px;
}

#joinSmall {
	position: relative;
	width: 228px;
	height: 46px;
	top: 162px;
	left: 125px;
}

/***************** Forms *****************/

#signup table {   
	/*background-color: #5a4122;  */ 
	position: relative;
	color: #000000;   
	width: 420px;   
	/*border: 1px solid #c2aa8d;  */
	border-collapse: collapse;  
	margin: 0;  
}   
  
#signup td {   
	/*border: 1px solid #D7E5F2;*/   
	padding: 3px 9px 3px 0px; 
	height: 24px;  
}

.smalllabelcell {    
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;    
	background-color: transparent;    
	color: #ffffff;    
	width: 150px;    
}    
   
.smallfieldcell {    
	/*background-color: #F2F7FB;*/    
	color: #c2aa8d;    
	text-align: left;       
	width: 270px
}

.smallfieldcell input {    
	width: 200px;
	height: 21px;    
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;   
	background-color: #333333;
	background-image: url(../images/input_bg.png);
	background-repeat: repeat-x;    
	color: #102132;    
	border: 1px solid #3a708e;   
	padding-left: 4px;
	padding-right: 4px;
}  

.smallfieldcell textarea {    
	width: 200px;    
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;    
	background-color: #ffffff;
	background-image: url(../images/input_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;  
	color: #102132;    
	border: 1px solid #3a708e;   
	padding: 4px;
	margin: 0;
} 

.smallfieldcelltext {    
	/*background-color: #F2F7FB;*/    
	color: #ffffff;    
	text-align: left; 
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;          
}  
   
#button {    
	
	padding: 0px 9px 0px 9px;
	margin: 0;    
}

/***************** End *****************/
