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

html {
	margin: 0;
	padding: 0;
	height: 100%;
}


body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height:100%;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../_media/backgrounds/textureBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #e1cbb4;
}


#masterContainer {
	top: 0px;
	left: 0px;
	width:100%;
	position: relative;
	height: 100%;
	
}

#banner_wrap {
		width: 100%;

}

#banner {
	text-align: left;
	width: 989px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 483px;
	background-image: url(../_media/backgrounds/headerBg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#content_Container {
	width: 989px;
	text-align: center;
	background-image: url(../_media/backgrounds/content_wrapper.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: repeat-y;
	background-position: center top;
	min-height:645px;
	overflow:hidden;
}





#content {
	width: 250px;
	text-align: left;
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sideNav {
	float: left;
	width:700px;
	min-height: 100%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4d3c1b;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	text-align:left;
}



#bottomContainer {
	width: 100%;
	width: 100%;
	padding-top:1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	background-image: url(../_media/backgrounds/footerBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#bottom {
	text-align: center;
	width:984px;
	margin-top:10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #640004;
	height: 45px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#bottom ul {
	padding:0;
	padding-top:20px;
	padding-left:20px;
	text-align:left;
	margin:0;
	color:#fff;
	float:left;
}

#bottom ul li {
	float:left;
	margin:0;
	padding:0;
	font-size:100%;
}

#bottom ul li a {
	text-decoration:none;
	font-size:12px;
	padding:3px 5px;
}

#bottom ul li a:hover {
	text-decoration:underline;
}

#bottom p {
	font-size: 100%;
	margin-left:550px;
	color:#fff;
}
#bottom a { 
font-size:100%;
color:#fff;
text-decoration:none;
}

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

#designLink {
	padding-top: 10px;
}


#content p {
	font-size: 125%;
	color: #640004;
	line-height: 28px;
	font-family: "Times New Roman", Times, serif;
}

#content p span { 
color:#00265a;
}

#content ol, ul {
	font-size: 14px;
	color: #0f5705;
	font-family: Arial, Helvetica, sans-serif;
}

ol li {
	line-height: 100%;
	margin-left: 10px;
}

ol {
	margin-left: 130px;
}

a {
	font-size: 110%;
	color: #0f5705;
	line-height: 110%;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
a:hover {
	text-decoration: underline;
	color: #0f5705;
	line-height: 110%;
	font-family: Arial, Helvetica, sans-serif;
}

#sideNav a {
	font-size: 14px;
	color: #0f5705;
	line-height: 110%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#sideNav a:hover {
	font-size: 14px;
	color: #0f5705;
	line-height: 110%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	color:#640004;
	font-size: 140%;
	font-family:"Times New Roman", Times, serif
}

h2 {
	color:#0d5503;
	font-size: 130%;
	font-family:"Times New Roman", Times, serif
}

h3 {
	color:#0d5503;
	font-family:"Times New Roman", Times, serif
}


 
ul {
	list-style: none;
	
}
li  {
	padding: 5px 0px;
}
li a {
	text-decoration: none;
}

li a:hover {

		text-decoration: underline;
}
	




.float-left {
	float:left;
	padding: 5px;
	background-color:#894013;
	margin:5px;
}




.imgRight {
	padding: 5px;
	background-color:#894013;
	float: right;
	margin:10px;
}

p {
	color:#022559;
	font-size:110%;
}

#bottomBuckets {
	padding-top:35px;
	width:989px;
	height:auto;
}

#btmLeft {
	margin:25px;
	float:left;
	padding:10px;
	width:437px;
	text-align:left;
	height:auto;
	background-color:#d6a970;
	height:auto;
}

#btmLeft h1{
	margin-bottom: 0px;
	margin-top: 0px;
}

#btmRight {
	width:437px;
	background-color: #d6a970;
	padding:10px;
	text-align:left;
	height:271px;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 510px;
}



#btmLeft hr {
	color:#4d3c1b;
	padding:0;
	line-height:0%;
	width:350px;
	clear:both;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#btmLeft a, #btmRight a { 
color:#4d330d;
text-decoration:none;
}

#btmLeft a:hover, #btmRight a:hover { 
text-decoration: underline;
}
