@charset "utf-8";
/* CSS Document */

/* Transparency Styles 

.transparent_class {
	filter:alpha(opacity=50); /* Needed for IE  
	-moz-opacity:0.5; /* Needed to support old school versions of Mozilla 
	-khtml-opacity: 0.5; /* For really old versions of Safari (1.x) 
	opacity: 0.5; /* Current CSS standard 
 More Info: http://css-tricks.com/css-transparency-settings-for-all-broswers/ 
}*/

/* GENERAL SITE WIDE STYLES */

body {margin:0px; padding:0px; background-color:#ededed;  /* gray */}

img {border:none;}

.clear {clear:both;}

#wrapper {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#wrapper-border {
	width:988px;
	margin-top: 10px;
	margin-bottom: 10px;
	background:url(../images/shadow-sides.jpg);
	background-repeat: repeat-y;
	background-position:center;
}
#wrapper-inside {
	width:960px;
	background-color:#fcfcee; /* light yellow */
}
#top-shadow {	
	background:url(../images/shadow-top.jpg); 
	height:21px;
	width: 988px;
}
#bottom-shadow {	
	background:url(../images/shadow-bottom.jpg); 
	height:21px;
	width: 988px;
}
a:link {color:#000099; text-decoration:none;}
a:visited {color:#000099; text-decoration:none;}
a:hover {color:#990000; text-decoration:underline;}
a:active {color:#000099; text-decoration:none;}

/* MASTHEAD STYLES */

#mast {
	background-image:url(../images/header_background.jpg);
	background-position:bottom;
	height: 221px;
}

#logo {
	width: 250px;
	float:left;
	position:relative;
	top: 20px;
	left: 20px;
}
#logo a img {
	border: 0px;
	padding: 0px;	
	margin: 0;
}
#top-nav {
	width: 440px;
	height:20px;
	line-height: 20px;
	background-color: #b8aa56;
	float: right;
	position: relative;
	top: 20px;
	right: 20px;
	border-top: 2px #FFF solid;
	border-bottom: 2px #FFF solid;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
}
#top-nav a {
	color:#FFF;
	padding: 3px 9px 3px 9px;;
	text-decoration:none;
	height: 20px;
	line-height:20px;
}

#top-nav a:hover {
	background-color:#e6cb22;
}
#contact-box {
	width: 250px;
	float:right;
	position:relative;
	top: 55px;
	left: 420px;
	color:#FFF;
	font-size: 12px;
	font-weight: bold;
	text-align:right;
}
#contact-box a {
	color:#FFF;
	text-decoration:none;
}

/* MAIN AREA LAYOUT STYLES */
#content { 
	background-color:#fcfcee; /* light yellow */
}
#left_col {
	width: 200px;
	float:left;
	padding: 10px 10px 10px 25px;
	background-color:#fcfcee; /* light yellow */
}
#right_col {
	width: 715px;
	float:left;
	padding: 5px;
	background-color:#fcfcee; /* light yellow */
}
#right_col_inside { margin-right: 30px;}
#footer {
	color:#333;
	width:950px;
	height: 30px;
	line-height: 30px;
	padding: 5px;
	background-color:#b8aa56;
	text-align:center;
	font-size:11px;
}

#footer a {color:#333;}
#footer a:hover {text-decoration:underline}

/* GENERAL STYLES */

h1 {
	font-size:20px;
	font-weight:bolder;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#333;
	border-right: 100px solid #97b55d;
	border-bottom: 5px solid #97b55d;
	padding:0px 0px 0px 0px;
}

h1 .first-letter {
	font-size: 150%;
}

h2 {
	font-size:16px;
}
a img {
	border: 1px solid #CCC;
	padding: 2px;	
	margin: 10px 5px 10px 0;
}

#logos a img {
	border: 0px;
	padding: 2px;	
	margin: 5px;
}
.no-border {
	border:0px;
}

.even {background-color:#f3f4cf;}
.odd {}
/* TESTIMONIAL PAGE STYLES */
#quote-container {
	background-color:#f3f4cf;
	padding:0px 0px 20px 0px;
}
#testimonial {
	margin: 0px;
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	display: block;
	padding: 0px 60px 10px 60px;
	width: 550px;
	
}
#testimonial:before, #testimonial:after {
	color: #666666;
	display: block;
	font-size: 500%;
	width: 50px;
}
#testimonial:before {
	content: open-quote;
	height: 0;
	margin-top: 40px;
	margin-left: -0.60em;
}
#testimonial:after {
	content: close-quote;
	height: 50px;
	margin-top: -40px;
	margin-left: 550px;
}

cite {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:right;
	padding: 0px 100px 0px 0px;
	margin: 0px 0px 0px 0px;
}
cite a {padding-left:10px;}
/* MENU STYLES */

.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(../images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}
.arrowlistmenu .menuheader a{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
text-decoration:none;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../images/titlebar.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #333;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #333;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #333;
background-color: #F3F3F3;
}