 /***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	font-size: 16px;
	/*color: #333333;*/
	color: #555753;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
 	/*background-color: #E0EEDE;*/
	/*background-color: #CDC9A5;*/
	background-color: #CDC8B1;
}

#container {
	margin: 20px;
	border: 2px solid #909090;
	background-color: white;
		
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}	

a:hover {
	text-decoration: underline;
}

#content a {
	font-weight:bold;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 	font-family: Verdana,Arial,sans-serif;
 	font-size: 120%;
 	/*color: #334d55;*/
 	color: #006699;
 	border-bottom: 2px solid #E7EAF0;
 	margin: 0px 0 8px 0px;
	padding: 0 0 2px 0;
}

h2{
	font-size: 114%;
	color: #334d55;
	padding: 0;
	margin: 12px 0 4px 6px;
}

h3{
	font-size: 100%;
	color: #334d55;
	margin: 14px 0 4px 12px;
	padding: 0 0 2px 0;
}

h4{
	font-size: 100%;
	font-weight: normal;
	color: #333333;
 	margin: 14px 0 4px 14px;
   	padding: 0 0 2px 0;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px 0px 10px 0;
	/*border-bottom: 1px solid #cccccc;*/
	width: 100%;
}


#masthead img {
	border: 0;
}
/*
#masthead a {
	border:0;
	padding: 0;
	margin: 0;
}

#masthead img {
	padding: 0;
	margin: 0;
	border: 0;
}*/

#masthead a:link, #masthead a:visited {
	border:0;
}

#header {
	background-color: #334D66;
	height: 80px;
	/*height: 80px;*/ /* removes the bottom gap in mozilla */
	/*background-color: white;*/
	/*width: 100%;*/
	/* trying to remove that bottom gap*/
	/*
	padding: 0; 
	margin: 0;
	border: 0;
	*/
	
}

/*
#header a {
	width: 100%;
	background-color: white;
	padding: 0;
	margin: 0;
	border: 0;
}*/




#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 10px 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/
/*
#pageName{
	padding: 0px 0px 10px 10px;
}*/


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 10px 0px 10px;
white-space: nowrap;
margin-top: -24px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 /*display: block;*/
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/*********** #navBar link styles ***********/
#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	/*border-top: 1px solid #ccc;*/
	/*border-right: 1px solid #ccc;*/
	/*border-bottom: 1px solid #ccc;*/
	font-size: 16px;
}

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 90%;
	
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks>ul {
	/*border: 1px solid #ccc;*/
}


#sectionLinks a {
	padding: 2px 0px 2px 10px;
	width: 100%;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: auto;
}

/*#sectionLinks ul li a:link{*/
	/*padding: 2px 0px 2px 10px;*/
	/*border-top: 1px solid #cccccc;*/
	/*
	width: 100%;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: auto;
}*/

#sectionLinks a:visited{
	/*border-top: 1px solid #cccccc;*/
	/*padding: 2px 0px 2px 10px;*/
}

#sectionLinks ul li a:hover{
	/*border-top: 1px solid #cccccc;*/
	/*color: red;*/
	font-weight: bold;
	text-decoration: none;
	/*background-color: #dddddd;*/
	/*background-color: red;*/
	/*padding: 2px 0px 2px 10px;*/
}

#sectionLinks ul ul {
	margin-left: 30px;
	list-style-type: disc; 
}

#sectionLinks ul ul a, 
#sectionLinks ul ul a:visited, 
#sectionLinks ul ul a:link,
#sectionLinks ul ul a:hover {
	border: none;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 10px 0px 10px 10px;
	font-size: 90%;
	border-bottom: 1px solid #cccccc;
	background-color: white;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	padding: 0px 0px 3px 0px;
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 10px 10px;
	font-size: 80%;
	background-color: #eeeeee;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** #cbgc box styles **************/

#cbgc{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
	background-color: #eeeeee;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#cbgc p{
	padding: 5px 0px 5px 0px;
}

/************** #orgs styles *************/

#orgs {
	padding: 30px;
	margin: 0px;
	text-align: center;
	background-color: white;
}

#orgs a img {
	border: none;
	text-align: center;
}
#orgs p {
	margin: 0;
	padding: 0;
}

#orgs {
	text-decoration: none;
	border: none;
	font-size: 70%;
}

/************** #content styles *************/

#content p{
	font-size: 14px;
}

#content p.h1-subtext {
  margin-left: 10px;
  padding-top: 0;
  margin-top: 0;
}

#content p.h2-subtext {
  margin-left: 14px;
  padding-top: 0;
  margin-top: 0;
}

#content p.h3-subtext {
  margin-left: 16px;
  padding-top: 0;
  margin-top: 0;
}

#content p.h4-subtext {
 	margin-left: 16px;
 	padding-top: 0;
 	margin-top: 0;
}

#content img, #content a img{
	border: 0;
	/*padding: 1px;*/
	margin: 1px;
	border: 2px solid white;
}

#content a:hover img{
	border: 2px solid #969FAE;
}

.staffBox {
	padding: 10px; 
	text-align: center; 
	/*margin-top: 50px; */
	background-color: #C6E09E
}


/************** #footer styles **************/

#footer {
	color: #334D66;
   	background-color: #F5F5F5;
   	clear: both;
	margin: 30px 0 20px 0;
	font-size: 100%;
   	/*padding-left: 100px;*/
	text-align: center;
}

#copyright {
	padding-top: 3px;
	float: right;
	clear: both;
	font-size: 75%;
	padding-right: 10px;
}


a.inline-ad, a.inline-ad:visited, a.inline-ad:hover, a.inline-ad:link { 
  text-decoration: none;
  color: #555753;
  font-weight: bold;
  border-bottom: 1px dashed #555753;
}
