/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
html{
	 background-image:url(images/bluewipe.jpg);
	 background-repeat:repeat;
}
body{
	background-color:#FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px 1px 0px 10px;
	width:800px;
}

a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: none;
	text-align:center;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 500%;
	font-weight: lighter;
}

h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
}

h2{
 font-size: 100%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: none;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100%; Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 10px 0px;
    background-image:url(images/head1.jpg);
	background-repeat: no-repeat;
}

#navbar{
	width: 150px;
	background-color: #B2CC2D;
}

#content{
    float: right;
	width: 647px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 2px 10px;
	background-repeat: no-repeat;
	width: 788px;
	height:38px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color:#000000;
}


/*************** #pageName styles **************/

#pageName{
	padding: 10px 0px 10px 10px;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 10px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: right;
	padding: 1px 1px 1px 1px;
	margin: 0 10px 10px 10px;
	border: 1px solid black;
}

.feature ul{
list-style-type:circle;
}

.feature .quote{
	text-align:right;
	padding-right:10px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 0px 20px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 10px 5px 0px;
	margin: 0px;
}
.story h3 {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-weight: lighter;
  color: #006699;
  font-size:18px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #dddddd;
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
}
/* 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 ul {display: block; margin: 0; padding: 0;}
	#navbar ul a:link, #navbar ul a:visited {display: block; text-align: left;}
	#navbar ul a:hover {display: block;background:#ffffff;}
	
	#topnav img {border:0px;}
	#topnav {display:inline-block;padding:0px 6px 0px 0px;}
	#topnav ul {display:inline;margin:0px; text-align:center;}
	#topnav ul li {display:inline;padding: 0px 6px 0px 0px; text-align:center;}
	#topnav ul li a:link{display:inline-table;padding: 0px 0px 0px 0px; text-align:center;}
	
	div.topbuttons {float:left; width:150px;padding:0px 5px 15px 5px;}
	div.topbuttons img {width: 150px;height:100px; border:0px;}
	div.topbuttons p {text-align:center;margin:0px;}
	div.topbuttons a {border:0px;}
	div.topbuttons h2 {
	text-align:center;
	}
/*********** #sectionLinks styles ***********/
	#sectionLinks{	margin: 0px;	font-size: 14px;font-weight:LIGHT;	width: 150px;	background-color: #ffffff;}
	#sectionLinks h3{padding: 10px 0px 2px 10px;}
	#sectionLinks a:link{padding: 2px 0px 2px 2px;}
	#sectionLinks a:visited{padding: 2px 0px 2px 2px;}
	#sectionLinks a:hover{border: 1px solid orange;	background-color: #aaaaaa; padding: 1px 0px 1px 1px; display: block; text-decoration:none;}
/*********** #subsectionLinks styles ***********/
	#subsectionLinks{margin: 0px; font-size: 10px; font-weight:bold; width: 150px; background:#EBFD84;}
	#subsectionLinks h3{padding: 10px 0px 2px 10px;}
	#subsectionLinks a:link{padding: 2px 0px 2px 0px;}
	#subsectionLinks a:visited{border-bottom: 1px solid #556B2F; padding: 2px 0px 2px 0px;}
	#subsectionLinks a:hover{border-bottom: 1px solid #556B2F;	background-color: #aaaaaa; padding: 2px 0px 2px 0px; display: block; text-decoration:none;}



/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#adver{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}



