/*********** COLORS
Colors Used
Background Color: #d4e2e4
Hurd Blue Light: #2a95b0
Hurd Blue Dark: #007593
Text Hurd Blue: #00476F
Nav Red: #94003b
Nav Red Light: #e4cfd7
Nav Yellow: #f3ed50
Nav Yellow Light: #fffe9f
Nav Green: #99be26
Nav Green Light: #d3ff9f
Resources Light Green: #ecffd5
COLORS ***********/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img,a {  
	margin:0; 
	padding:0;
	outline:none; 
	} 

/***** LAYOUT *****/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #d4e2e4;
	color: #007593;
	font: small Arial, Helvetica, Verdana, sans-serif;
}
#wrapper {
	text-align: left;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	background:transparent url(img/wrapperBack.jpg) repeat-y;
	color: #007593;
	padding: 3px 2px 2px 3px;
}

#stageLeft {
	width:709px;
	float:left;
	}
	
#stageRight {
	width:220px;
	float:left;
	display:block;
	background:#f8fff0;
	}
	
#main {
	background:transparent url(img/wrapperBack.gif) repeat-y;
}
#header {
	background-color:#FFFFFF;
	width:709px;
	margin: 0;
	padding:0;
	height:100px;
	display:block;
}
#content {
	padding: 0;
	margin: 0;
	height:1%;
}
#content-wrapper {
	width:507px;
	padding: 0;
	height:1%;
	display:block;
	float:left;
}
#extras {
	float: left;
	margin:0;
	padding:0;
	width:202px;
	background-color: #ecffd5;
	height:100%;
	display:block;
}
#navButtons {
	height:251px;
	margin:0;
	padding:0;
}
#resources {
	display: block;
	margin:0;
	padding:0;
	height: 1%;	
}
#footer {
	clear:both;
	border: solid white;
	border-width: 2px 0 0 0;
	width: 930px;
	height: 68px;
	margin:3px 0 0 0;
	padding:5px 0 2px 0;
	background-color: #fffe9f;
	display: block;
}
/***** HEADER *****/

#header h1{
	width:202px; 
	height:98px;
	float:left;
	padding-right:1px;
}
	
#header h1 a{ 
	width:202px; 
	height:98px; 
	display:block;
	text-indent:-9999px;
	background:transparent url(img/hurdLogo.gif) no-repeat;
}

#topNav {
	width:505px;
	height:98px;
	display:block;
	float:left;
	}
	
#topNav ul {
	
	}
	
#topNav ul li {
	float:left;
	list-style-type:none;
	padding-right:1px;
	}

#topNav ul li a{
	width:100px;
	height:98px;
	display:block;
	overflow:hidden;
}

span.hide {
	display:none;
	}

#topNav img {
	border:0;
}

img.adSpace {
	background-color: #FFFFFF;
	border: 1px solid #007593;
	padding: 1px;
}
/***** CONTAINER PRESENTATION *****/

#leftNav {
	width:202px;
	display:block;
	padding-top:1px;
	}

#leftNav ul li {
	list-style-type:none;
	}


#leftNav ul li a{
	width:202px;
	height:83px;
	display:block;
	overflow:hidden;
}

#leftNav img {
	border:0;
}

#homeSlides {
	width:504px;
	height:250px;
	display:block;
	overflow:hidden;
	background:#94003b;
	margin-left:2px;
	}

#slider {
	}
	
#resources h1 {
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin: 15px 0 20px 45px;
	text-transform: uppercase;
}

#resources li {
	list-style-type: none;
}
	
#resources li a {
	width:150px;
	height:50px;
	display:block;
	overflow:hidden;
	margin:0 auto 20px;	
}

#resources li img{
	border:0;
}

#resources a:link, #resources a:visited, #resources a:active {
	text-decoration:none;
	color:#94003b;
}
#resources a:hover {
	color:#99be26;
}

#copyright {
	text-align:center;
	margin: 20px 20px 0 20px;
	color:#007593;
	font-family:"Courier New", Courier, monospace;
	font-size:10px;
}
#footer h4.footLinks {
	text-align: center;
	font-weight:lighter;
	color:#2a95b0;
	font-family: Tahoma, "Times New Roman";
	font-size:12px;
	margin: 5px 200px 0 200px;
	padding: 3px 20px 5px 20px;
	display: block;
}
#footer a:link, #footer a:visited  {
	text-decoration: none;
	color:#2a95b0;
}
#footer a:hover {
	color: #94003b;
}#loanCalc {
	margin:0 auto;
	padding:0;
}

#buyButton {
	width:230px;
	margin:0 auto;
	padding-top:70px;	
}

#buyButton a:link, #buyButton a:active, #buyButton a:visited {
	width:230px;
	height:110px;
	display:block;
	text-indent:-9999px;
	background:url(img/listingsButton.jpg) 0 0 no-repeat;
	overflow:hidden;
}

#buyButton a:hover {
	background:url(img/listingsButton.jpg) 0 -110px no-repeat;
}

/***** INNER CONTACT FORM *****/

#innerContact {
	background: url(img/innerContactForm-bg.jpg) repeat-x;
	height:795px;
	display:block;
	padding:20px 20px 0;
	}
	
#innerContact h3 {
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin-bottom:10px;
	}
	
#innerContact h4 {
	font-size:12px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding:0;
	}
	
#innerFormTop label {
	width:50px;
	display:block;
	padding:10px 0 5px;
	}
	
#innerFormTop input {
	width:175px;
	display:block;
	}
	
#innerFormLeft {
	padding:10px 0 0 0;
	width:50%;
	float:left;
	}
	
#innerFormRight {
	padding:10px 0 0 5px;
	width:85px;
	float:left;
	}
	
#innerFormLeft label, #innerFormRight label {
	
	}
	
#innerFormLeft input, #innerFormRight input {
	width:80px;
	margin-bottom:10px;
	}
	
#innerFormBottom {
	padding:10px 0 0 0;
	}
	
#innerFormBottom label {
	
	}

#innerFormBottom input {
	margin-bottom:10px;
	}
	
#formImage {
	text-align:center;
	}
	
#formSecurity {
	text-align:center;
	padding-top:5px;
	}
	
#formSecurity input {
	width:60px;
	}
	
input.submit {
	width:80px;
	display:block;
	margin:0 auto;
	}


.clearit {
	height: 0%;
	clear: both;
}