/* 
 * General elements 
 */

body{
	background-color: #69C;
	padding: 20px;
	font-family: Garamond, "Times New Roman", serif;
	font-size: medium;
	line-height: 1.3;
}

/* headers */
h1, h2, h3, h4, h5, h6{
	font-family: Garamond, "Times New Roman", serif;
	font-weight: bold;
	color: #198C00;
	margin: 14px 0 0 0;
}
h1{
	background: #fff url(../images/template/header-stroke.gif) no-repeat left bottom;
	padding-bottom: 14px;
	padding-left: 20px;
	margin-left: -20px;
	margin-bottom: 17px;
	font-size: 160%;
}
h2{font-size: 140%;}
h3{font-size: 120%;}
h4{font-size: 115%; color:#000;}
h5{font-size: 110%; color:#000;}
h6{font-size: 80%; color:#000;}

/* p, ul, ol, dl */
#content p, #content ul, #content ol, #content dl{
	margin: 7px 0 14px 0;
}
p{}
#content ul{
	list-style-type: disc;
	padding-left: 40px;
}
#content li {
	margin: 7px 0;
}
ol{}
dl{}

/* form elements */
form{}
fieldset{}
label{}
input{}
button{}
select{}
option{}
optgroup{}

/* special copy */
code{}
pre{}
blockquote{}
cite{}
address{}

/* link settings */
a{}
a:visited{}
a:hover{text-decoration: underline;}

/* inline formatting */
em{}
strong{}
abbr{}
acronym{}

/* 
 * Groupings
 */

#container{
	width: 900px;
	margin: auto;
	position: relative;
}
#site_id{
	padding-top: 36px;
	height: 94px;
}
#site_id a {
}
#site_info{
	position: relative;
	background-color: #006;
	color: #fff;
	padding: 20px 10px 2.5em 35px;
}
#site_info address,
#site_info #phone-fax {
	line-height: 1.4;
	font-size: 80%;
	font-weight: bold;
}
#site_info address {
	margin-top: 4px;
}
#site_info div#footer_nav {
	position: absolute;
	left: 670px;
	top: 25px;
	font-size: 80%;
}
#site_info div#footer_nav li a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#site_info div#footer_nav li:first-child a {
	padding-left: 0px;
}
#site_info div#copyright {
	margin-top: 4px;
	margin-bottom:10px;
}
#site_info div#copyright,
#site_info div#makersmark {
	font-size:85%;
	width:215px;
}
#site_info div#makersmark a, #site_info div#makersmark a:visited{
	color:#ffffff;
	text-decoration:none;
}
#site_info div#makersmark a:hover{
	text-decoration:underline;
}

#nav, 
#site_info,
#site_info h2{
	font-family: "Lucida Grande", "Lucida Sans", Tahoma, Helvetica, Arial, sans-serif;
	color: #fff;
	font-style: normal;
}
#nav{
	width: 100%;
}
#site_info h2 {
	font-size: 120%;
	margin: 0;
}
#nav_primary{
	background-color: #9C6;
	color: #fff;
	padding: 10px 10px 10px 35px;
	font-weight: bold;
	font-size: 96%;
}
#nav_primary a {
	color: #fff;
}
#nav_secondary{
	display: none;
}
#nav_utility{
	position: absolute;
	top: 0;
	left: 0;
	width: 870px;
	height: 25px;
	padding: 5px 20px 5px 10px;
	
	background-color: #006;
	color: #fff;
	text-align: right;
	font-size: 80%;
	font-weight: bold;
}
#nav_utility a {
	color: #fff;
}
#nav_utility ul {
	width: 72%;
	padding-top: 5px;
	float: left;
}
#searchform {
	width: 28%;
	float: left;
}
#searchform label {
	position: absolute;
	left: -5000px;
}
#content{
	background: #fff url(../images/template/bg-content-900x10.gif) repeat-y;
	color: #000;
	width: 100%;
	position:relative;
}
#content_primary, #content_secondary {
	float: left;
}
#content_primary{
	margin-left: 35px;
	width: 515px;
}
form.submission fieldset{border:1px solid #EEEEEE; margin-bottom:20px;}
form.submission legend{font-size:120%;}
form.submission fieldset label{display:block; margin-bottom:4px; margin-left:10px;}
form.submission fieldset input, form.submission fieldset select{display:block; margin-bottom:10px; margin-left:10px;}
form.submission fieldset input.longfield{width:350px;}
form.submission fieldset input.shortfield{width:100px;}
form.submission fieldset textarea{margin:10px;}

div.scrollable{height:250px; overflow:scroll;}
fieldset.checkboxareas label input{display:inline; margin:0 10px 0 0;}
label.indent{padding-left:40px;}

#content_secondary{
	width: 220px;
	margin-left: 120px;
}
#content_secondary img {
	margin: 10px 0 0 0; 
}
#content_secondary h2 {
	font-size: 120%;
	border-bottom: 1px solid #198C00;
}
#content_secondary h3{
	font-size:105%;
}
#content_secondary ul {
	padding-left: 20px;
	/*font-family: "Lucida Grande", "Lucida Sans", Helvetica, Arial, Verdana, sans-serif;
	font-size: 90%;*/
	/*font-weight: bold;*/
	margin-top: 1em;
}
#content_secondary ul li {
	margin: 4px 0;
}
#content_secondary p.caption{
	font-size: 90%; 
	margin-top:2px; 
	padding-top:0px; 
	line-height:100%;
}
#content_secondary div#bottom{position:absolute; bottom:10px; right:10px; width:220px;}

#content_tertiary{
	clear: both;
	padding: 14px 0px;
	width: 100%;
}
.horizontal-nav li {
	display: inline;
}
.horizontal-nav li a {
	padding: 0px 11px;
	text-decoration: none;
}
.horizontal-nav li:first-child a {
	padding-left: 0px;
}

/* Search Results page */

dl.results {

}

dl.results dt {
font-size: 110%;
}

dl.results dd {
margin-bottom: 1em;
}

dl.results dd address {
color: #198C00;
}

#search {
	font-family: Garamond, "Times New Roman", serif;
	margin: 14px 0;
	border: 1px solid #ccc;
	padding: 14px;
}

/* Stylesheet switcher links */

#normal, #plus20, #plus40 {
	margin: 0;
	padding: 0;
}
#plus20 {
	font-size: 120%;
}
#plus40 {
	font-size: 140%;
}




.deemphasize {
	font-size: 90%;
	color:#666666;
}

#news_items li{
	list-style-type:none;
}
#news_items li h3{
	margin-bottom:3px;
}
#news_items li p{
	margin-top:3px;
	margin-bottom:5px;
}
.fullwidth{white-space:nowrap;}

#content_primary div.inline_fields input, #content_primary div.inline_fields select{display:inline;}
#content .status_update{background-color:#FF9;}
#content .status_alert{background-color:#FCC;}
