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

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	background-color:#fff;
	padding-top:10px;
	text-align: center;
}
#whole{
	margin:auto;
	top: auto;
	bottom: auto;
	width:1000px;
	height: auto;
	text-align: left;
	background-color: #fff;
}	

h1{
	font: normal 1.4em Arial, Helvetica, sans-serif;
	color: #c7b299;
}
h2{
	font: normal 1.6em Arial, Helvetica, sans-serif;
	color: #000;
}
/*Main nav bar*/
.wlink, .wlink a{
	font: normal 1.5em Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;	
}
a.wlink:hover{
	font: normal 1.5em Arial, Helvetica, sans-serif;
	color: #c7b299;
	text-decoration: none;	
}

.blink, .blink a{
	font: normal 1.5em Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;	
}
a.blink:hover{
	font: normal 1.5em Arial, Helvetica, sans-serif;
	color: #c7b299;
	text-decoration: none;	
}




#page {
	margin:0px auto;
	width:100%;
	height:338px;
	background-image:url(../img/pageBG.gif);
	background-repeat:no-repeat;
	background-position:top;
	text-align: left;
}

#nav{
	float:right;
	padding-top: 10px;
	padding-left:195px;
	width:659px;
	text-align: left;
}
#subNav{
	float:left;
	padding-left:10px;
	width:125px;
	min-height:131px;
}
#subNav a{
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
}
#subNav a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #c7b299;
	text-decoration: none;
	font-size: 1.2em;
}
.at, .at a{
	color: #c7b299;
	font-family: Arial, Helvetica, sans-serif;
}

#box {
	height: auto;
	margin:auto;
	top: auto;
	bottom: auto;
	width:100%;
	min-height:228px;
	background-image:url(../img/boxBG.gif);
	background-repeat:repeat-y;
	background-position:top;/**/
	overflow: auto;
}
#subSubNav{
	float:left;
	padding-left:10px;
	width:133px;
}
#subSubNav a{
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
}
#subSubNav a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #c7b299;
	text-decoration: none;
	font-size: 1.2em;
}
.indent{
	padding-left: 10px;
}
#content{
	float:right;
	width:819px;
	padding: 10px;
	padding-right: 28px;
	color: #000;
	text-align: left;
	font-size: 1.2em;
}
#content a{
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#content a:hover{
	color: #c7b299;
	text-decoration: none;
}
#content img{
	margin: 0px;
	border:none;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
.contLeft{
	float: left;
	padding-right: 10px;
	width: 450px; 
	text-align: left;
}
.contLeft img{
	margin: 0px;
	border:none;
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
}
.contRight{
	float: right;
	padding-left: 10px;
	width: 399px; 
}

#imageContent{
	float:right;
	width:819px;
	padding: 10px;
	padding-right: 28px;
	color: #000;
	text-align: right;
	font-size: 1.2em;
}
#imageContent img{
	margin: 0px;
	border:none;
	padding-left: 10px;
	padding-bottom: 5px;
}
.contactContent{
	margin:0;
	min-height:352px;
	height:auto !important;
	height:352px;
	text-align:center;
	background-color:#999999;
	color:#fff;
	border-bottom:#A0CBED thin solid;
	position:relative;
	font-size:11px;
	border:10px #FFFFFF solid;
	padding: 10px;
}
form#contactForm label { 
	margin: 10px 0 0 0; 
	display: block; 
}
form input.text, form textarea.text {
	border-width: 1px;
	border-style: solid;
	border-color:#666666;
	background-color:#FFFFFF;
	background: url(../img/formfield_background.gif) top left no-repeat;
	padding: 3px;
}
#ContactSend{
	position: absolute;
	left:1%;
	width:95%;
	top:340px;
	text-align:right;
	color:#FF0000;
}
#ContactNotes{
	position: absolute;
	left:1%;
	width:93%;
	top:170px;
	text-align:right;
	color:#fff;
}

form input.invalid{
	border:1px solid #EA2B3C;
}

#warning p{
	color:#EA2B3C;
}

#botNav{
	width: 100%;
	padding-top: 20px;
	min-height: 19px;
	background-image: url(../img/botBox.gif);
	background-repeat: no-repeat;
	background-position:top;
	margin: 0px auto;
	text-align:right;
	color:#000000;
}
#botNav a{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#botNav a:hover{
	color: #990000;
	text-decoration: none;
}

