@charset "utf-8";
/* CSS Document */

body {
	background: #344004;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#container {
	width:952px;
	background: url(images/header.jpg) top left no-repeat ;
	margin:0 auto;
	padding:0;
}

/* -- general link definitions --*/
a, a:visited {
	color:#d3ec6f;
	text-decoration:none;
}
a:hover {
	color:#fff;
}

/* -- inside main area link definitions --*/
.main a, .main a:visited {
	color:#730202;
	text-decoration:none;
	font-weight:bold;
}
.main a:hover {
	color:#000;
}

.testimonials {
	color:#900;
	font-style:oblique;
}
.white {
	color:#cfcdcd;
}

.style2 {
	color: #FF0000;
	font: bold;
}
/* -- image borders site wide --*/
#imgborders {
	border: 3px solid #9d9070;
	padding:3px;
	margin: 5px;
	width:350px;
	float:right;
}


/* --- general stand out boxes --*/
#boxborders {
	border: 3px solid #9d9070;
	padding:3px;
	text-align:center;
	width:275px;
	
}

/* --- frames for click to zoom pics --*/


#zoombox  {
	border: 3px solid #9d9070;
	padding:3px;
	text-align:center;
}
#zoombox a:hover {
	color:#730202;
}
	
.wee {
	font-size:10px;
}

.red {
	font-weight:bold;
	color:#730202;
}

/* ---- header, defines bkg img -----*/
#header {
	width:952px;
	background: url(images/header-pic.jpg) no-repeat;
	padding: 16px 0 0 0; /* -- puts the trio of pics down where they're supposed to be--*/

}

/* ----- paper bkg ----*/
#paper {
	width:952px;
	background: url(images/paper.jpg) repeat-y;
	padding:0 0 15px 0;



}

#padding {
		padding:0 30px 0 30px;
}

#footer {
	background: url(images/footer.jpg) no-repeat;
	height:40px;
}

/* --- holds links below footer image --*/
#postfooter {
	text-align:center;
	color:#fff;
	font-weight:bold;
}

h2 {
	color:#730202;
}


/* ----- top horizontal menu */
.menubkg {
	width: 890px;
background:#730202;
margin:0 auto;
border: 3px solid #897c5b;
}

.chromestyle{
font-size:13px;
}

.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%;
background:#730202;
padding: 9px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #f1f9d2;
padding: 5px 7px;
margin: 0;
border-left: 1px solid #574d32;

text-decoration: none;
font-weight:bold;

}

a#bar {
	border-left:0px;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#9d9070;


}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #897c5b; 

font:normal 12px Verdana;
line-height:18px;
z-index:100;
background:#730202;
width: 175px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
padding: 3px 0;
text-decoration: none;
font-weight: bold;
color: #f1f9d2;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 

color:#9d9070;
}
