/* CSS Document */
* { margin:0; padding:0;}
body {
	color: #666666;
	font: 0.7em/1.5em Arial, Helvetica, sans-serif;
}
#wrap {
	width:960px;
	margin:0px auto 0;
	background-color: #FFFFFF;
	background-image: url(../images/wrap_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 20px;
}
#breadcrumbs { font-size:93%; padding-left:10px;}
#header {
	background-image: url(../images/build/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom: 2px solid #669900;
}
#header_text {
	float: left;
	width: 750px; padding-left:10px; padding-top:0px;

}
#logo {
	float: right;
	margin-bottom: 25px;
	margin-right: 10px;
	margin-top:0px;
}
.dateline { text-align:right; color:#CCCCCC}
#content { padding-left:10px; }
#content p { margin-bottom: 20px;}
#navigation {
	float:right;
	font: 1.1em Georgia, "Times New Roman", Times, serif;
}
#navigation a{
	width:110px;
	background-color:#669900;
	display: block;
	margin-right: 1px;
	float:left;
	color: #FFFFFF;
	padding-top: 5px; padding-bottom:5px; padding-left:5px;
	text-align:left;
	margin-bottom:1px;
}
#navigation a.topnav_hde { display:none; }
.breadcrumbtext { margin-top:3px; }
#subnav { float:right; width:185px;}
#subnav .famousmember {
	margin-bottom:25px;
	border-right: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
	border-left: 1px solid #FFCC00;
}	
#subnav .famous_member_area .fm_heading {
	margin:0;
	padding:0;
	color:#FFCC00;
	text-transform: uppercase;
	font-weight:bold;
}
#subnav p.fr_heading {
	margin:0;
	padding:0;
	color:#999999;
	text-transform: uppercase;
	font-weight:bold;
}
#subnav .famous_member_area a p { color:#000000}
.further_reading {
	border: 1px solid #999999;
	text-align: center;
	padding-left: 30px; padding-right:30px;
}
.further_reading img {
	padding-top:30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #CCCCCC;
}
.article_teaser h3.home_left_highlight a, .article_teaser h3.home_right_highlight a{ color:#FFFFFF; }

.home_left_highlight { background-color: #505376; padding-top:10px; padding-left: 10px; padding-bottom:10px; }
.home_right_highlight { background-color: #817151; padding-top:10px; padding-left: 10px; padding-bottom:10px; }
#copy_layout { width:745px;}
.article_navigation { width: 180px; margin-right:20px; float:left;}
.article_navigation li { list-style:none; margin-bottom: 10px; margin-left:5px;}
.article_navigation .article_xml_line { font-size:90%;}
.current_month_articlehead { font-size:125%; font-weight:bold; color:#669900}
.article_main { margin-left: 200px;}
#subnav h3 { background-color:#FFCC00; padding: 5px; color:#000000 }	
#subnav p { padding: 5px;}
#subnav a.p {color:#666666}
#copy, #dynamic_copy { float:left; width: 755px;}
#home_first_column, #home_second_column { float:left; width:350px;}
#home_first_column {
	padding-right: 15px;
	border-right: 1px solid #CCCCCC;
}
#home_second_column { padding-left: 15px;}
a { color:#669900; text-decoration:none}
a:hover { text-decoration:underline;}

.empty {
	width:100%;
	height: 1px;
	margin: 0 0 -1px;
	clear: both;
	line-height: 1px;
	font-size: 1px;}
	
#sidebar li {
	list-style:none;
	padding-left:7px;
	padding-bottom: 9px;
	padding-top:5px;
	background-image: url(../images/nav_seperator.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
} 
#sidebar li.sublevel {
	padding-left: 20px;
}
#sidebar li a.thispage {
	color: #00CCEC;
}
.formblur {
	width:350px;
	border: 1px solid #66CC33;
}
.formfocus {
	width:350px;
	border: 1px solid #66CC33;
	background-color: #F1FBEC;
}
.article_nextlinks { margin-top:25px;}
.article_teaser {
	margin-top:10px;
	border-bottom: 1px dotted #cdcdcd;
}
.article_teaser h3 { padding-left:10px; padding-right:10px;}
.article_teaser p { margin-left:10px; margin-right:10px; margin-top:10px;}
a.article_teaser_link {
	font-weight: bold;
}
.article_teaser .pubdate_text { text-align:right; font-size:90%; color:#669900;}
.pubdate_text { color:#CCCCCC;}
#private_article_login {
	padding:10px;
	margin-top:25px;
	margin-bottom:25px;
	border: 1px solid #FFCC33;
}
.loginform {
	margin: 10px;
	padding: 15px;
	background-color: #FFCC33;
	color:#000000;
	}
#footer {
	margin-bottom: 50px;
	margin-top:20px;
	border-top: 1px solid #669900;
	color:#CCCCCC;
	padding-top:10px;
}
#footer .disclaimer {
	float: left;
	width: 550px;
}
#footer .copyright {	float: right;
	width: 150px;}
