@charset "utf-8";
/* CSS Document */

html
{
height: 100%;
}

body {
	background-color: #C7E4E5;
	background-image: url(/images/bg/mainBack.jpg);
	background-repeat: repeat-x;
	width: 756px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	height: 100%;
}

#mainWrapper{
	background-image: url(/images/bg/bigBack.jpg);
	background-repeat: no-repeat;
	background-position: center top;

	position: relative;
	margin: 0px;
	padding: 0px;
}

* html #mainWrapper
{
height: 900px;
}

#mainContents{
	padding: 15px;
	line-height: 150%;
	text-align: left;
	padding-bottom: 160px;

}

#nav{
	background-image: url(/images/bg/navBack.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 756px;

	text-align: left;
}

#nav a:link,  #nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCFFFF;
	text-decoration: none;
	text-align:center;
	display: block;
	float: left;
	padding: 10px;
	margin-top:5px;
	background-image: url(/images/bg/navSplitter.jpg);
	background-repeat: no-repeat;
	background-position: right center;	
}

#nav a:hover{
	color: #66FFFF;


}

#nav #logView {
	width: 217px;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	float:left;
}

#nav #logView a:link, #nav #logView a:visited{
	float: none;
	padding:0px;
	background-image: none;

}



#contact{
	background-color: #99CC33;
	display: block;
	margin: 9px;
	float: right;
	height: 400px;
	width: 200px;

}

#topStuff{

height:75px;
}

#footer{
	background-image: url(/images/bg/footerBack.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 120px;
	font-size: 11px;
	color: #CCFFFF;
	padding: 15px;
	clear: both;
	margin-top: -145px;
	z-index: 10;
	position: relative;
}

.clearer {
	CLEAR: both; DISPLAY: block; FONT-SIZE: 1px; MARGIN-BOTTOM: -1px; LINE-HEIGHT: 1px; HEIGHT: 1px
}

li{
	list-style-type: square;
	margin-bottom: 9px;

}

.standardTextBox{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/images/bg/textBox.jpg);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
	height: 15px;
	width: 190px;
	margin-top: 5px;
	
}

#intro{
	background-image: url(/images/home/boxBack.jpg);
	background-repeat: repeat-x;
	height: 196px;
	width: 725px;
	
}

#intro #peopleImg{
	float: left;
	margin-right: -25px;

}

#intro #introText{
	background-image: url(/images/home/boxRight.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 196px;
	color: #FFFFFF;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-right: 9px;
	width: 466px;
	float:left;
}

#intro #introText p{
	margin-bottom: 5px;

}

//#intro #introText a:link, #intro #introText a:visited{
	color: #FFFF66;
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 25px;
	line-height: 150%;
text-decoration:none;
}


h1{
	font-size: 20px;
	font-weight: bold;
	color: #427FAB;
line-height:10px;

}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #1E3C54;
	margin-top:8px;
	margin-bottom:10px;
}

.validateDiv {

border:1px solid #A2C8D5;
padding:5px;
background-color:#C6E4E4;
width:500px;
margin-left:auto;
margin-right:auto;
}


.validateDiv p {
margin-top:0px;
}

.validationTb {
width:200px;
}

