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

@import url("reset.css");


/* --------------------------------------- Basic Elements ------------------------------- */

body{
	margin:0;
	padding:0;
	background:url(../images/bg.jpg) repeat-x #A2A2A2;
}

#wrapper{
	width:735px;
	margin:52px auto 0 auto;
}

#header{
	height:49px;
	margin-bottom:7px;
}
	#nav{
		float:left;
		margin:35px 0 0 0;
	}
		#nav ul{
			list-style:none;
			color:#dddddd;
			font-size:14px;
			font-weight:bold;
		}
		#nav li{
			display:inline;
			margin:0 5px 0 0;
		}
		#nav a{
			padding: 0 32px 3px 0; 
			border-bottom: 0px;
			color:#dddddd;
			text-decoration:none;
		}
		#nav a:hover, #nav .selected{
			border-bottom:3px solid #75b43d;
			color:#A9A9A9;
		}
	#logo{
		float:right;
	}
#content{
}

.regTitle{
	color:#FFFFFF;
	font-size:22px;
	font-weight:bold;
}
.hrline{
	border-bottom:#CCCCCC thin dotted;
	margin-bottom:10px;
	padding-top:5px;
}
#clear{
	clear:both;
}

#footer{
	background:url(../images/footerBG.png) repeat-x bottom;
	border-top:#888888 solid thin;
	padding:15px;
}
	#footerLeft{
		float:left;
	}
	#footerRight{
		margin:5px 0 0 50px;
		font-size:12px;
		color:#ffffff;
	}
	#footerMenu{
		margin:0 0 0 50px;
	}
		#footerMenu ul{
			list-style:none;
			font-size:12px;
		}
		#footerMenu li{
			display:inline;
			margin:0 5px 0 0;
		}
		#footerMenu a{
			padding: 0 15px 0 0; 
			color:#333333;
			text-decoration:none;
		}
		#footerMenu a:hover{
			color:#C3E7B0;
		}
		
.red{
color:#AB6C40;
}
a.regularLink{
	text-decoration:none;
	color:#75b43d;
}
/* --------------------------------------- END Basic Elements ------------------------------- */


#splash{
	padding:15px 0 0 10px;
}
#splashHome{
	padding:36px 0 0 10px;
}
#splashContact{
	padding:18px 0 0 10px;
}
#splashNews{
	padding:26px 0 0 10px;
}
#splashAbout{
	padding:33px 0 0 10px;
}

#contentWrap{
	background:url(../images/bg.png) repeat;
}
#bottomContent{
	background:url(../images/bottom_bg.png) repeat-x;
	border-top:#75b43d solid thin;
}
#leftContent{
	width:440px;
	float:left;
	padding:15px;
}
#leftContent2{
	width:530px;
	float:left;
	padding:15px;
}
#rightContent{
	margin-left:460px;
	padding:15px;
}
#rightContent2{
	margin-left:560px;
	padding:15px;
}

#smallLeft{
	float:left;
}
#smallRight{
	margin-left:110px;
}
#smallRight2{
	margin-top:10px;
}

.title{
	color:#C3E7B0;
	font-size:18px;
	font-weight:bold;
	line-height:20px;
}
.text{
	color:#D8D8D8;
	font-size:12px;
	line-height:16px;
}
.text a{
	color:#C3E7B0;
	text-decoration:none;
}
.text a:hover{
	text-decoration:underline;
}
.workBox{
	/* background:url(../images/infoBG.png) repeat-x; */
	margin:12px 0 20px 0;
}
	.workBox h2{
		color:#efefef;
		margin-bottom:5px;
	}
	a.titleLink{
		color:#efefef;
		text-decoration:none;
	} 
	a.titleLink:hover{
		text-decoration:underline;
	}
	.workBox img{
		border:#FFFFFF solid 8px;
		margin:10px 0 0 0;
	}

#latestNews{
	margin-bottom:20px;
}
.newsBox{
	margin:5px 0 10px 0;
}
	.newsBox h2{
		color:#C3E7B0;
	}
	.newsBox a{
		color:#C3E7B0;
		text-decoration:none;
	}
	.newsBox a:hover{
		text-decoration:underline;
	}
	.smallDate{
		font-size:11px;
		color:#E8C6E2;
		margin:3px 0 6px 0;
	}
	
#imageViewer{
	border:#FFF 8px solid;
	width:400px;
	height:533px;
}

#myLinks{
	margin-top:30px;
}

/* ------------------------------------------- Contact Page ----------------------*/
#floatContainer{
	float:left;
}
#contactLeft{
	float:left;
	width:120px;
}
#contactRight{
	margin-left:150px;
}

/* ------------------------------------------- Contact Page ----------------------*/

/*-------------- CONTACT FORM -----------------*/
#contact{
	margin:30px auto 0 auto;
	width:360px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#theForm{
	width:100%;
}
.formLabel{
	color: #C3E7B0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0 0 6px 0;
}
.formLabel2{
	color: #C3E7B0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0 0 4px 0;
}
input, textarea{
	width: 180px;
	color: #000;
	padding:6px;
	font-size:12px;
	margin-bottom:15px;
	background: #efefef;
	border: 1px solid #C3E7B0;
}
select{
	margin-bottom:15px;
}
textarea{
	width: 320px;
	height: 150px;
	margin-bottom:5px;
}
#submitbutton{
	margin-top:10px;
	display:block;
	width:116px;
	height:61px;
	border:none;
	background:transparent url(../images/send.png) no-repeat;
	text-indent:-1000em;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
}
.errorText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #C3E7B0;
}
#formLeft{
	float:left;
	margin-right:15px;
}
/*-------------- CONTACT FORM -----------------*/


.thankYou h2{
		color:#C3E7B0;
}