@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	display: block;
}




html {  overflow-x: auto; } /* fixes IE overflow scrollbar bug */


body {
	
	font-size: 12pt;
	line-height: 17pt;
	font-family:Geneva,sans-serif;
	text-decoration: none;
	background: #fffce3 url('img/bg_dots.gif') top center repeat; 
}


#wrapper {margin:0;padding:0;overflow:auto;}

#header { margin: 0px; padding: 0px; background: #fffce3 url('img/bg_dots.gif') top center repeat; width:960px; height:210px; padding-bottom:35px;}
#navigation {margin:0; height:35px; background: url(img/rolloff2.png) repeat-x left top;}


#content { background-color:#ffffff; margin: 0 auto; overflow:hidden; padding:0px; width: 960px; }

#primary { float:left; margin-top:0px;margin-bottom:0px;text-indent:0; width: 600px; background: #fff url('img/bg_fade.png') top center repeat-x; }
#primary p { color: #877f72;padding:50px; }

#secondary {margin-left:600px; width:360px;background: #fff url('img/bg_fade.png') top center repeat-x;}
#secondary p { color: #664e3d;}

/* 
#footer {height: 20px; margin: 0 auto 0 auto; padding: 20px;}
#footer p { color: #c8c8be; font-size: 10px;margin-left:750px;text-align:center;}
*/

td {
	font-family: Geneva,sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #877f72;
	text-decoration: none;
}

img {
     border:0
}


div.lead, p {font-family: Geneva,sans-serif; font-size: 0.8em; line-height: 20px;color:#6e6351;}
div.lead { padding:50px; }

strong {font-weight:bold;letter-spacing:0.02em;}

h1 {font-family: Geneva,sans-serif; font-size: 20px; line-height:24px; text-indent:0px; padding:50px; color:#000;}

h1 a {display: block; color:#333; text-indent:0px;}


h2 {font-family: Geneva,sans-serif; font-size: 20px; line-height:24px;}

h2 a {display: block; color:#333; text-indent:0px;}


h3 {display: block; text-indent:0px;}

h3 a {display: block; color:#333; text-indent:0px;}


h4 {display: block; text-indent:0px;}

h4 a {display: block; color:#333; text-indent:0px;}

.lead {margin-top:-80px;}



.headline {font-size: 20px; line-height:24px;}
.subhead {color:#f23a0c;font-size: 16px; line-height:20px;}
.date {color:#877f72;font-size: 14px; font-weight:bold; letter-spacing:0px; font-family:arial;line-height:20px;}
.testimonial {font-family:georgia,serif;font-size:14px;line-height:20px;}
.quote {padding: 0 10px 0 10px;font-family:georgia;font-size:16px;line-height:31px;}
.text-container {padding:30px;}
.copyright {font-size:9px;}
.breadcrumb {font-size:10px;margin-top:-30px;margin-bottom:-60px;}
.reflection {font-family:georgia,serif;font-color:#ff6600;font-size:14px;line-height:18px;}
.footer {color: #ddd; font-size: 11px;}


a:link {display:inline;text-decoration: none;color:inherit;}
a:active {display:inline;text-decoration: none;color:inherit; }
a:visited {display:inline;text-decoration: none;color:inherit;}
a:hover {display:inline;text-decoration:underline;color:inherit;}


ul {margin: 0px 0px 15px 0px; padding:0px 0px 0px 30px; list-style-type:square; }
ul li {margin:0px 0px 5px 0px;}


/*/////////////////// NAVIGATION /////////////////////////*/

ul#cssnav {
margin:0;
padding:0;
list-style-type:none;
width:960px;
float:left;
height:30px;
}
ul#cssnav li {
position:relative;
font-family: Geneva,sans-serif;
background: #e4e3da url(img/rollover2.png) repeat-x left top;/* over state of image*/
float:left;
height: 35px;
line-height:2.2em;
text-align:center;
text-transform: uppercase;


}
#cssnav li a {
display:block;
height: 35px;
color: #f2e9cb;
font-size:0.7em;
letter-spacing:0.1em;
text-decoration: none;
background: #938c7b url(img/rolloff2.png) repeat-x left top;/* normal state of image*/
}
#cssnav li a:hover,#cssnav li.current a {background:transparent;color:#664e3d} /* hide anchor on hover (and set current tab)*/