/* CSS Document */

@import url("nav_styles.css");

body {
	margin: 0;
	background-color: #470504;
	background-image: url(images/bg-rpt.gif);
	background-repeat: repeat-x;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #FFF;
	}

a {
color:#F8A5A5;
text-decoration:none;
}

a:hover {
color:#c76d5e;
}

.intBodyOver {
	background-image: url(images/bg-rpt-int-over.gif);
	background-repeat: repeat-x;
	background-position: 0 -1px;
	}

.intBody {
	background-image: url(images/bg-rpt-int.gif);
	background-repeat: repeat-x;
	background-position: 0 -1px;
	}

#mainWrapper {
	width: 100%;
	overflow: hidden;
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0;
	}
	
#main {
	width: 902px;
	margin: auto auto;
	}
	
#header {
	width: 902px;
	height: 115px;
	background-image:url('images/logo.png');
	overflow:hidden;
	}

#flash {
	width: 902px;
	height: 300px;
	}

#intImage {
	width: 902px;
	height: 150px;
	border-top: 1px solid #b87531;
	padding: 12px 0 0 0;
	}
	

	
#navSub {
	width: 902px;
	height: 24px;
	padding: 8px 0 0 0px;
	}
#navSub a {
	color: #f7f7f7;
	text-decoration: none;
	font-size: 12px;
	padding-right: 15px;
	
	}
	
#navSub a:hover {
	text-decoration: underline;
	}
	
#wrapper {
	width: 902px;
	}

#indexLeft {
	width: 585px;
	float: left;
	}

#indexRight {
	width: 317px;
	float: right;
	}

#intContent {
	width: 902px;
	}
	
#imgblock {
	margin: auto;
	width: 260px;
	padding-right: 10px;
	padding-bottom: 20px;
	float: left;
	}
	
#mohcontent {
	margin: auto;
	margin-bottom: 20px;
	width: 620px;
	float: right;
	}

#homeLinkBox {
	margin: 20px 0 0 60px;
	background-image: url(images/home-link-bg.gif);
	width: 170px;
	height: 264px;
	padding: 65px 0 0 17px;
	color:#333;
	line-height:18px;
	}
	
#footer {
	width: 902px;
	height: 105px;
	clear: both;
	color: #333;
	font-size: 10px;
	text-align: center;
	padding: 20px 0 0 0;
	}
	
#footer a {
	color: #333;
	text-decoration: none;
	}

#footer a:hover {
	color: #333;
	text-decoration: underline;
	}
	
#homeLinkBox a{
	color: #cc7a27;
	display: block;
	margin-bottom: 4px;
	text-decoration: none;
	}

#homeLinkBox a:hover {
	text-decoration: underline;
	}
	

#search {
float:right;
width:300px;
margin:80px 30px 0px 0px;
display:inline;
}
