/* CSS Document */


html {

}


body {

	margin: 0px;
	background-color:#762221;
	font-family:Arial, Helvetica, sans-serif;
	
}



#siteWrapper {

	text-align:center;
	margin-left:auto;
	margin-right:auto;
	/* margin-top:89px; */
	height: 100%;
	width:1024px;
	background:#FFFFFF;

}

.hide {
	text-indent:-9999px;
	display:none;
}


#logoHeader {
	height:112px;
	background:url(../images/home_logo.jpg) no-repeat bottom left;
	text-align:right;
	width:1024px;
	vertical-align:bottom;
}

#topBar {
	height:30px;
	background:url(../images/home_menu.jpg) repeat-x;
	clear:both;
	width:1024px;
}	

.homeImage {
	background:url(../images/home_image.jpg) no-repeat;
	width:1024px;
	min-height:244px;
	height:244px;
	clear:both;
	text-align:left;
}



#belowMenu {
	clear:both;
	background:url(../images/home_below.jpg) no-repeat top right;
	height:250px;
}



.imagetext {
	position:relative;
	top:340px;
	left:-475px;
	font-weight:bolder;
	font-size:24px;
	color:#762221;
}


/* ============================== Nav List ============================== */

.nav { text-decoration : none; color:#752221;}

.nav:active { text-decoration : none; color: #D15C5C;} 

.nav:hover { text-decoration : underline; color: #531717;} 

.nav:visited { text-decoration : underline; color:#D15C5C;} 



.quickNavMargin {
	text-align:right;
	padding-right:10px;
}

* html .quickNavMargin {
	position:relative;
	left:740px;
}

#quickNavList

{

	list-style: none;
	padding: 0;
	position:relative;
	top:93px;

}



#quickNavList li

{

	display: inline;
	padding: 0;
	margin: 0;

}



/*IE workaround*/

/*All IE browsers*/

* html #quickNavList li

{

	padding: 0 0.4em 0 0.4em;
	margin: 0 0.4em 0 -0.4em;

}



/*Win IE browsers - hide from Mac IE\*/

* html #quickNavList

{

	height: 1%;

}



* html #quickNavList li

{

	display: block;	
	float: left;
	color:#752221;

}


/* Styles for Typography */

.quickNav {
	color:#752221;
	font-size:11px;
	text-decoration:none;
}

.quickNav:Hover {
	color:#5B912F;
	text-decoration:none;
}