/* CSS Document */

body {
	background: #3A384C url(../images/bkgd_bl.gif);
	color:#000000;
	text-align:center;
	line-height:16px;
	font:12px Verdana, Arial, Sans-serif;
	padding-bottom:25px;
	}
	
img, a.noshow:link, a.noshow:hover, a.noshow:visited	{ border: 0; }
.blurb { font-size:10px; padding-top:5px; }

#wrapper	{
	background: #ffffff url(../images/gr_safari.jpg) top no-repeat;
	margin: 10px auto;
	padding: 0;
	border: 1px solid #666666;
	width: 720px;  /* box-model hack */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 718px;	 
	}

html>#wrapper	{
	width: 718px;
	} 
	
#header	{
	text-align: left;
	}

#header img	{
	margin: 0;
	padding: 50px 0 30px 10px;
	border: 0;
	}	
	
#pagebody	{
	clear:left;
	border: 1px solid #999999;
	background-color:#E6EAED;
	text-align: left;
	margin:10px;
	}
*html #pagebody { margin-top:0;	background-color:#E6EAED; }

#sidebar	{
	position:absolute;
	margin: 0;
	padding: 0 10px 10px 10px;
	width:185px;
	}	

#subnav	{
	margin: 0 0 25px 0;
	padding: 5px;
	border: 0;
	/*background-color:#FFFFFF;*/
	}

#subnav dl	{
	margin: 0;
	padding: 0;
	}
	
#subnav dt 	{
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight: normal;
	font-size:13px;
	color: #000000;
	padding-bottom:5px; 
	} 

#subnav dd 	{
	padding: 0 0 5px 0;
	margin: 5px 0 0 0;
	font-size:10px;
	line-height:12px;
	}  
	
#subnav dd#selected a { color:#c30; border:0; } 	
#subnav dd#tertiary {margin: 0 10px; line-height:11px; padding-top:3px;}

#maincontent	{
	clear:both;
	z-index:1;
	margin: 0;
	margin-left:195px;
	padding: 15px;
	background-color:#FFFFFF;
	border-left:1px solid #999999;
	width: 490px;  /* box model hack */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 470px;	 
	}

html>#maincontent 	{
	width: 470px;
	} 

#maincontent ul	{
	margin: .5em 0;
	padding:0 40px;
	margin-left: 10px;
	}
	
#maincontent li	{
	line-height: 1.4;
	margin-bottom: 10px;
	padding-left: 5px;
	margin-left: 5px;
	list-style: disc url(../images/document.gif) outside;
	vertical-align: top;
	}

#maincontent dl	{
	margin: 0 30px;
	padding: 0;
	}
	
#maincontent dt 	{
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight: normal;
	font-size:13px;
	color: #000000;
	padding-bottom:5px; 
	} 

#maincontent dd 	{
	padding: 0;
	margin: 10px 0 0 0;
	font-size:11px;
	}   	

#maincontent li#subcat{
	list-style: disc outside;
	padding: 0;
	margin: 10px 0 0 -20px;
	font-size:10px;
	}   	

#maincontent ol li#number{ 
	list-style:none outside;
	list-style-type: decimal; 
	}

#footer { 
	clear:both; 
	margin:5px 0;
	font-size:10px; 
	text-align:center; 
	}
	
#copyright { 
	clear:both; 
	color:#ffffff;
	font-size:10px; 
	text-align:center; 
	}

/*  Horizontal nav */

#menu {
	padding: 0;
	margin: 0 0 0 10px;
	} 
	
#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}

#menu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#menu ul li a {
	background: #BDC9CC;
	width: 110px;
	height: 2em;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: none;
	padding: 0;
	margin: 0;
	color: #424156;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 2em;
	font-size:    xx-small;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size:    x-small;   
	}

html>#menu ul li a  {
	font-size: x-small;   
	} 

#menu ul li#five a	{
	border-right: 1px solid #999999;
	}

#menu ul li a:hover {
	color: #ffffff;
	font-weight:bold;
	background: #DB642A;
	}

#menu a:active	{
	background: #424156;
	color: #fff;
	}

/*on states for site sections -- use body id "sectionx" to denote */
body#sectionone #menu li#one a, 
body#sectiontwo #menu li#two a,
body#sectionthree #menu li#three a,
body#sectionfour #menu li#four a,
body#sectionfive #menu li#five a {
	background: #424156;
	border: 1px solid #424156;
	border-bottom:0;
	color: #fff;
	font-weight: bold;
	}


/*The text styling*/
h2 {
	font-size:17px;
	font-weight:normal;
	line-height:24px;
	color:#c30;
	}
h3 {
	font-size:17px;
	line-height:21px;
	font-weight:bold;
	margin-top:-15px;
	}
.title, .author { font-style:italic; color:#000000; }
.ofnote {margin-left:10px; margin-right:10px; font-style:italic; color:#000000; }
.inlinenote {font-style:italic; color:#000000; }
.bold {font-weight:bold; color:#c30; }
.readme {background-color:#FFFFCC; padding:10px; color:#000000; border:1px solid #666666; }
.subhead {text-transform:uppercase; font-weight:bold; font-size:10px; color:#333333; margin-bottom:-10px; }

#maincontent a {
  color: #000000;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px dotted #000000;
}

#maincontent a:hover, #subnav a:hover {
  color: #79AC63;
  text-decoration: none;
  border-bottom: 1px dotted #79AC63;
}

#subnav a {
	color:#666666;
	font-weight:normal;
	text-decoration:none;
    border:0;
	}
#copyright a:link {color: #79AC63; text-decoration:none;}
#copyright a:visited {color: #79AC63; text-decoration:none;}
#copyright a:hover {color: #ffffcc; text-decoration: none; border-bottom: 1px dotted #ffffcc;}

/* data table styles */

#datatable {border:1px solid #666666; font-size:10px; font-weight:normal; color:#333333}
th {background-color:#3A384C; text-transform:uppercase; color:#FFFFFF; }
.areas {text-transform:uppercase;}
.factors {background-color:#FFFFCC; border:1px solid #666666; border-width: 1px 0; }
.items { padding-left:20px; }
.center {text-align:center; }
.totals {border-top:1px solid #666666; }


/*contact form elements */
	
#contactForm {
	font-size: 11px;
	line-height:13px;
	color: #333333;
	margin:10px 20px;
	}
#contactForm td { height:30px; }
#contactForm td.label { width:100px; text-align:right; }

	