/***********************************************/
/* styles.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	color: #333333;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #CC6600;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 140%;
 color: #334d55;
}

h2{
	font-size: 120%;
	color: #006699;
}

h3{
	font-size: 110%;
	color: #334d55;
	font-weight: bold;
	letter-spacing: -0.5pt;
	font-variant: normal;
	text-transform: uppercase;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #999999;
 letter-spacing: -0.5pt;
 text-transform: uppercase;
}

h5{
 font-size: 85%;
 color: #334d55;
}

label{
 font: bold 100% Georgia, "Times New Roman", Times, serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	position:absolute;
	height: 120px;
	padding: 10px 0px;
	width: 800px;
}

#globalNav{
	position:absolute;
	top: 120px;
	height: 25px;
	width: 800px;
	color: #cccccc;
	padding: 5px 0px 0px 10px;
	white-space: nowrap;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
}

#globalNav a {
	padding: 0px 5px;
	font-size: 90%;
}

#sideBar{
	position: absolute;
	top: 150px;
	width: 150px;
	margin-top:1px;
	padding: 20px 35px 20px 15px;
	background-color: #CCCCCC;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}

#content{
	float:left;
	width: 600px;
	margin-top: 150px;
	margin-left: 200px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 15px 0px 10px 10px;
}



/************** .feature styles ***************/

.feature{
	clear:both;
	padding: 20px 0px 10px 10px;
	font-size: 85%;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}


/************* #siteInfo styles ***************/

#siteInfo{

	clear:both;	
	width:800px;
	border-top: 1px solid #cccccc;
	font-size: 75%;
	color: #999999;
	padding: 10px 10px 10px 15px;
	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" */


/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}
#siteName {
	padding-left: 10px;
}
