/***********************************************/
/* default.css                                 */
/***********************************************/

/* sans-serif fonts, grey, 120% line height spacing, 10 px all around margin */
body{
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #333333;
	line-height: 120%;	
	margin: 10px;
	padding: 0px;
}

/* link behavior, no color changes, underline on mouseover */
a:link, a:visited, a:hover {
color: #006699;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}

/* heading styles */
h1, h2, h3, h4, h5, h6 {
font-family: Verdana, Geneva, Arial,sans-serif;
margin: 0px;
padding: 0px;
}

/* blue headlines, 3 sizes */
h1{
 font-size: 100%;
 color: #006699;
}
h2{
font-size: 120%;
color: #006699;
}
h3{
font-size: 140%;
color: #006699;
}

/* grey headlines, 3 sizes */
h4{
font-size: 90%;
 color: #333333;
}
h5{
font-size: 100%;
color: #333333;
}
h6{
font-size: 120%;
color: #333333;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0 78% 0 0;
	padding: 5px 5px 5px 10px;
	background-color: #ddeeff;
	border-right: 2px solid #ccc;
	border-bottom: 0px solid #ccc;
	}
	
	#navBar1{
	width: 200px;
	margin: 0 78% 0 0;
	padding: 5px 5px 1600px 10px;
	background-color: #ddeeff;
	border-right: 2px solid #ccc;
	border-bottom: 0px solid #ccc;
	}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding-top: 10px;
	padding-left:  10px;
	padding-right: 20px;
	padding-bottom: 20px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* '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: 10px 10px 10px 10px;
	margin: 10 10px 10px 10px;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.feature1{
	padding: 10px 10px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature1 img{
	float: right;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
}
/* 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: -1px;
}
/* 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;
}

/*********** #sectionLinks styles ***********/
#sectionLinks ul a:link, #sectionLinks ul a:visited {display: block;}
#sectionLinks li {border-bottom: 0px solid #eee;}
#sectionLinks ul {list-style: none; margin: 0; padding: 0;}

#sectionLinks li {
	background: white;
	text-decoration: none;
	position: relative;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	border-right: 5px solid black;
	border-bottom: 0px solid #eee;
	font-size: 90%;
	text-align: center;
}
#sectionLinks a:hover{
	background-color: #dddddd;
	text-decoration: none;
	}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 10px;
	padding: 10px 10px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 5px 5px 10px 5px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px 5px 0px 0px;
	padding: 10px 5px 0px 0px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
