/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url("bg_grad.jpg") fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

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


#siteName {
	margin: 0px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	color: #000000;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width: 96%;
    cursor: crosshair;

}

#pagecell{
	position:absolute;
	top: 112px;
	left: 2%;
	right: 2%;
	width: 96%;
	background-color: #ffffff;
}

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

#feature{
	padding: 0px 10px 10px 10px;
	margin:0px 0px 0px 178px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
	
}

#feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

#globalNav{
position:relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #CCCCCC;
padding: 0px;
margin: 0px;
background-image:url(../Webpage/Rootfolder/glbnav_background.gif);
}

#globalLink{
position:absolute;
top: 6px;
height: 22px;
min-width: 640px;
padding: 0px;
margin: 0px;
left: 10px;
z-index: 100px;

}

#globalLink a, #globalLink a:visited{
font-size: small;
color:#000000;
font-weight: bold;
margin: 0px;
padding: 2px 5px 4px 5px;
border-right: 1px solid #8FB8BC;
}

#globalLink a:hover{
background-image:url(../Webpage/Rootfolder/glbnav_background.gif);
text-decoration: none;
cursor: crosshair;
}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	color: #ffffff;
	visibility: hidden;
	cursor: crosshair;
	
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
	cursor: crosshair;
	
}
/************ sectionLinks styles **************/

#sectionLinks{
	float: left;
	width: 178px;
	padding: 0px 0px 0px 0px;
	background-color: #181D18;
	border: 1px solid #cccccc;
	font: small Verdana,sans-serif;
	cursor: crosshair;
		
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url("bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
	
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	cursor: crosshair;
}
#header {display:block; height:70px; background:#ffffff; color:#cccccc; text-align:bottom left; padding:5px;font-size:30px;}
#footer {display:block; height:70px; background:#ffffff; color:#cccccc; text-align:bottom left; padding:5px;font-size:30px;}