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

body {
	font: 11px/165% 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #666666;
	border: 0;
	margin: 0;
	padding-left: 0px;
}




/* Body */

.border-top {
	border-top:1px dotted #ccc;
}

.border-left {
	background-image:url(images/border-left.gif);
	background-position:left 10px;
	background-repeat:repeat-y;
} 

.read-more-box {
	border:1px solid #ccc;
	background-color:#f8f8f8;
	padding:10px;
	width:435px;
	height:20px;
}

.headerBG {
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:100%;
	margin: 0; padding: 0;
	text-align:center;
	position:relative;
	top:0px;
}
#header-image{
	
	margin: 0 auto;
	text-align: center;
	width: 935px; height: 190px;
	top:3px;
	padding-bottom:15px;
	
}




/* header nav */

#header #nav {
		
	width: 880px;	
	
}
#header #nav ul {
	float: left;	
	list-style: none;	
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0 0 0 15px;					
}
#header #nav ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;		
}
#header #nav ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #666666;
	font: bold 14px/40px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	text-transform: uppercase;	
}
#header #nav ul li a:hover, 
#header #nav ul li a:active {
	border: none;
	color: #111;
	background: transparent;
}
#header #nav ul li#current {
	background: transparent url(../images/left-tab.gif) no-repeat;	
}
#header #nav ul li#current a {	
	color: #444;
	background: transparent url(../images/right-tab.gif) no-repeat right top;	
}


/* fonts */
h2 {
-x-system-font:none;
border-bottom:1px solid #EBEBEB;
color:#444444;
font-family:Georgia,'Times New Roman',Times,Serif;
font-size:42px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
letter-spacing:-2.2px;
line-height:normal;
margin-left:5px;
margin-right:15px;
padding-bottom:3px;
padding-left:5px;
}

a:link, a:visited { 
	text-decoration: none;
	color: #AE855C;	
}
a:hover {
	border-bottom: 1px dotted #AE855C;	
}

h3 {
-x-system-font:none;
color:#444444;
font-family:Georgia,'Times New Roman',Times,Serif;
font-size:2em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
letter-spacing:-0.5px;
line-height:normal;
margin:12px 0 5px;
padding:5px 10px;
}


.h3underline {
-x-system-font:none;
color:#444444;
font-family:Georgia,'Times New Roman',Times,Serif;
font-size:2em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
text-decoration:underline;
letter-spacing:-0.5px;
line-height:normal;
margin:12px 0 5px;
padding:5px 10px;
}

.footer-bg {
	border-top:1px solid #ccc;
	background-color:#f6f5f5;
	margin:0px;
}

.footer-h3 {
	color: #444;
	font: normal 1.8em Georgia, 'Times New Roman', Times, Serif;
	text-transform: none;
	letter-spacing: -0.5px;	
}

.footer{ 
	text-decoration: none;
	color: #444;	
}

.footer a:link { 
	text-decoration: none;
	color: #444;	
}

.footer a:visited { 
	text-decoration: none;
	color: #444;	
}
.footer a:hover {
	border-bottom: 1px dotted #AE855C;	
}

 ul.footer-list {
	border-top: 1px solid #E6E6E6;
	list-style: none;
	padding: 0;	
	margin-left: 0;	
}
 ul.footer-list li {
	border-bottom: 1px solid #E6E6E6;
}
 ul.footer-list li a {
	display: block;
	width: 98%;
	line-height: 2em; 
	font-weight: bold;
	padding: 4px 0;
	margin-left: 0;
	padding-left: 0;
	color: #888;
	border: none;
}
ul.footer-list li a span {
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, Serif;
}
ul.footer-list li a:hover,
 ul.footer-list li a:hover span {
	color: #333;	
}


h4{
	font-weight: bold;
	color: #990000;
	text-align: center;
}

.featured-post {
	padding-bottom: 15px;			
}
.featured-post h4 {
	padding: 0;
	margin: 0 15px 0 12px;
	border-bottom: 1px solid #ebebeb;
	font-size:14px;
}
.featured-post h4 a, 
.featured-post h4 a:visited {
	color: #7BA857;
	border: none;
	margin:0px;
}

.image-float {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:8px;
}
.right_col_header{
	padding-left:10px;
	font-weight: bold;
    color: #7BA857;
}

.right_col_text{
	padding-left: 25px;
	font-weight:bold;
}
.right-col-std{
	color:#7BA857;
	font-size:15px;
	font-weight:bolder;
	border-bottom:1px dotted#CCC;
}
.right-col-date{
	font-size:11px;
	color:#CCC;
}

.right-col a:link { 
	text-decoration: none;
	color: #444;	
}

right-col a:visited { 
	text-decoration: none;
	color: #444;	
}
right-col a:hover {
	border-bottom: 1px dotted #AE855C;	
}
.box-border{
	border:solid 1px #f0f0f0;
	background-color:#f8f8f8;
	padding:10px 10px 10px 10px;
}