/*
	screen_all.css
	Core CSS for on-screen display
	
	see screen_ie6.css for MSIE 6 and earlier browsers.
	see screen_ie7.css for MSIE 7 and later browsers.
*/

body {
	margin:0;
	padding:0;
	font-size:14px;
	font-family:"Tahoma MS",Tahoma,Helvetica,Arial,'sans-serif';
	background:#fff;
	color:#666;
	}
div {
	position:relative;
	margin:0;
	padding:0;
	}
img { border:0; }
a,.pseudolink {
	color:#123d5d;
	}
a:visited {
	color:#8f922b;
	}
a:hover,.pseudolink:hover {
	text-decoration:none;
	}
a:active,.pseudolink:active {
	
	}
.pseudolink { cursor:pointer; }
/* general page container */
#container {
	width:901px;
	margin:35px auto 20px;
	}
/* page header */
#header {
	width:900px;
	background:#f1f1f1;
	}
#header #contact {
	background:#f1f1f1;
	padding:3px 94px 5px 0;
	margin:0;
	color:#666;
	text-align:right;
	font-size:0.9em;
	}
/* content area */
#content {
	width:901px;
	}
#content #title {
	width:900px;
	padding:0 0 60px;
	font-size:0.9em;
	}
#content #nav {
	width:170px;
	text-align:left;
	float:left;
	}
#nav ul {
	list-style:none;
	width:170px;
	margin:0;
	padding:0;
	}
#nav ul li {
	display:block;
	width:170px;
	margin:0 0 20px;
	}
#nav ul li a {
	display:block;
	width:140px;
	padding:8px 30px 10px 0;
	text-align:right;
	background-color:#8f922b;
	color:#fff;
	text-decoration:none;
	}
#nav ul li.current_page_item a {
	background-image:url('../images/nav_arrow.png');
	background-position:150px 12px;
	background-repeat:no-repeat;
	}
#nav ul li a:visited {
	background-color:#8f922b;
	color:#fff;
	text-decoration:none;
	}
#nav ul li a:hover {
	background-color:#154466;
	}
#nav ul li a:active {
	background-color:#4b4d17;
	}
#nav_pic {
	padding:40px 0 0 0;
	}
#content #text {
	width:569px;
	padding:0 0 30px 29px;
	border-left:solid #8f922b 1px;
	margin:0 0 0 30px;
	float:left;
	line-height:1.6em;
	}
#text h2 {
	font-weight:normal;
	color:#123d5d;
	font-size:1.4em;
	margin:0 0 .5em;
	}
#text h3 {
	font-weight:bold;
	color:#666;
	font-size:1em;
	margin:0;
	}
#text p {
	margin:0 0 1em;
	}
#text ul,#text ol {
	margin:0 0 1em 1.3em;
	padding:0;
	clear:left;
	}
#text .small {
	font-size:0.9em;
	line-height:1.3em;
	}
#text .right,#text .alignright {
	float:right;
	margin:3px 0 3px 20px;
	}
#text .left,#text .alignleft {
	float:left;
	margin:3px 5px 3px 0;
	}
#text .wp-caption {
	text-align:right;
	font-size:0.8em;
	margin-right:-10px;
	}
#text .wp-caption img {
	display:block;
	margin:0;
	}
#text .wp-caption p {
	margin:0.1em 0;
	margin-right:10px;
	}
#text .inpage_link {
	color:#8f922b;
	}
#text .inpage_link:hover {
	text-decoration:none;
	}
/* footer */
#footer {
	margin:50px 0 0;
	width:900px;
	background:#f1f1f1;
	color:#666;
	}
#footer p {
	margin:0;
	padding:8px 0 8px;
	font-size:0.9em;
	text-align:center;
	}
#footer a {
	color:#666;
	text-decoration:none;
	}
#footer a:hover {
	text-decoration:underline;
	}
.copyright {
	font-size:0.8em;
	vertical-align:0.1em;
	}
/* general exemptions */
.small { font-size:0.8em; }
.spoken { display:none; }
* .nofloat { float:none; }
* .clearall {
	clear:both;
	float:none;
	display:block;
	}
* .ca {
	clear:both;
	float:none;
	display:block;
	width:1px;
	margin-left:-1px;
	overflow:hidden;
	}

/* EOF */
