/***********************************************/
/* css.css                            */
/* Use with template index.html,*.html */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* 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: 20px;
 color: #334d55;
}

h2{
 font-size: 18px;
 color: #006699;
}

h3{
 font-size: 15px;
 color: #334d55;
}

h4{
 font-size: 12px;
 font-weight: bold;
 color: #334d55;
}

h5{
 font-size: 12px;
 font-weight: normal;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 13px Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrap {
	margin:0 160px 0 120px;
	width:750px;
	background-color: #FFFFFF;
}

#mastheadbox{
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #cccccc;
}

#mainbox { 
	margin: 8px 0 8px 0; 
	width: 750px; 
	background-color: #E2E2E2;
}

#navBar{
	float: left;
	width: 185px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
	float:right;
	width: 565px;
	background-color: #F9F9F9;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

/*
#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}
*/
/************* #masthead styles **************/
#masthead{
	margin: 0;
	padding: 10px 0;
}
#masthead img{
	margin: 0;
	padding: 10px 0;
	float: left;
}

/************* #mainpic styles **************/
#mainpic{
	margin: 10px 0 0 0;
	width: 750px; 
}
#mainpic img{
	float: left;
}

/************* #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 a {
	font-size: 14px;
	padding: 0px 5px 0px 0px; 
}


/************** .feature styles ***************/

.feature{
	padding: 0px 5px 10px 10px;
	font-size: 12px;
	white-space: normal;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
}


/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	padding: 10px 5px 0px 10px;
	font-size: 12px;
	white-space: normal;
}

.story p{
	padding: 0px 0px 10px 0px;
}

.story img{
	padding: 0;
	float: left;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 12px;
	padding: 10px 10px 10px 15px;
	margin: 5px 0 0 0;
	background-color: #F9F9F9;
}


/*********** #navBar link styles ***********/
/*
#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {margin: 0; padding: 0; list-style-type: none;}

#navBar li{border-bottom: 1px solid #EEE;}

html>body #navBar li {border-bottom: none;}
*/

/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 3px;
	background: #E2E2E2;
	color: #666; 
	font-size: 14px;
	width: 100%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks ul{
	margin: 0; 
	padding: 0;
	border: medium none;
	line-height: normal;  
	list-style-type: none;
}

#sectionLinks li { 
	margin: 0; 
	padding: 0; 
	border-top: 1px solid #FFFFFF; 
}

#sectionLinks li a{
	background: url(../img/ico.gif) transparent no-repeat 0px 3px;
	width: 100%;
	TEXT-DECORATION: none;
	display: block;
}
#sectionLinks li a:link{
	padding: 2px 0px 2px 18px;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks li a:visited{
	padding: 2px 0px 2px 18px;
}

#sectionLinks li a:hover{
	background: url(../img/ico.gif) transparent no-repeat 0px 3px;
	background-color: #CFCFCF;
	padding: 2px 0px 2px 18px;
}

/*********** #CustomFont styles ***********/

