* {
	padding: 0; 
	margin: 0;
}

#page_descriptor_container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.8em;
	color: #492620;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main_container_spreader {
	clear: both;
	margin-left: 150px;
	font-size: 1em;
	color: #666666;
	text-align: center;
	font-style: italic;
	padding-bottom: 10px;
}
#body_container p {
	padding-bottom: 8px;
}

#banner_container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#main_container {
	width: 698px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/sec_nav_bg.jpg);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#body_container {
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	width: 525px;
}
.img_right {
	float: right;
	border: 1px solid #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}


#footer_container {
	width: 548px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 44px;
	padding-top: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: center;
	padding-left: 150px;
	font-size: 0.9em;
	color: #FFFFFF;
}
#vision_container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}
#vision_container a {
	color: #C6AF97;
	font-size: 0.9em;
}


/* Chrome Styles for the Menus Buttons*/

.chromestyle{
	font-size: .9em;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	padding: 4px 0;
	margin: 0;
	text-align: right;
	background-image: url(images/chromebg2.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #FFFFFF;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
}
#secondary_nav_container {
	float: left;
	width: 150px;
}


.chromestyle ul li a:hover{
	background-image: url(images/chromebg2-over.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: AC6A43;
}

/* secondary navigation buttons */

.buttonscontainer {width: 150px;}
#secondary_nav_container2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}


.buttons a {
	color: #FFFFFF;


background-color: ;
	padding: 5px;
	padding-left: 10px;
	display: block;
	border-bottom: 1px solid;
	text-decoration: none;
	text-align: left;
	font-size: 0.9em;
}

.buttons a:hover {
	text-decoration: none;
	background-image: url(images/chromebg2-over.jpg);
	background-repeat: repeat-x;
}
.img_left {
	float: left;
	border: 1px solid #000000;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#body_container ul {
	text-indent: -3px;
	padding-left: 18px;
	list-style-type: square;
	margin-left: 10px;
}
#footer_container a {
	color: #FFFFFF;
}
.img_border {
	border: 1px solid #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}
