/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #738C94 url("../images/bg_grad.jpg") fixed;
	height: 100%;
}

/******* 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;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: normal 100% Arial, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


.columnBox {
	float: left;
	width: auto;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	height: 205px;
	overflow: visible;
	border: thin solid #666666;
}


#pagecell1{
	position:relative;
	top: 10px;
	left: 2%;
	right: 2%;
	width:900px;
	background-color: #ffffff;
	height: 100%;
	overflow: visible;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	width: 6px;
	height: 6px;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
}

#pageNav{
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	width:178px;
	height: 100%;
	padding: 0px;
	background-color: #D2DBDB;
	border-right: 1px solid #cccccc;
	font: small Verdana,sans-serif;
	overflow: visible;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 184px;
	border-left: 0px solid #ccd2d2;
}

#headlines{
	clear:right;
	padding-right: 5px;
	padding-left: 10px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;

}
#firstheadlines{
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 5px;
	padding-left: 10px;
}

#rightcontainer{
	float:right;
	width: 20%;
	clear:right;
	font-size: 80%;
	color: #4A7384;
}

/**************** advert styles *****************/

#advert{
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 5px;
	padding-left: 10px;
	font-size: 80%;
	z-index: 100;
}


#advert img{
	display: block;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}
#siteName a{
	color:#ffffff;
	text-decoration:none;
}
#siteName a:hover{
	color:#cccccc;
	text-decoration:underline;
}


/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a.here{
	color: #CC0000;
	text-decoration: underline;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}


/************* content Nav styles ****************/

#contentNav{
	position: absolute;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 10px;
}

#contentLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 140px;
	padding: 0px;
	margin: 0px;
	left: 17px;
	z-index: 100;
}

a.clink, a.clink:visited{
  	font-size: small;
  	color: #006699;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

.skipLinks {display: none;}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}

#breadCrumb .here{
	color:#8B98A7;
	font-weight: bold;
}

/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;	
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 5px 0px;
	position: relative;
	top:3px;
	left:0px;
}

/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}

/************** contact style ****************/

#contact {
	clear:both;
	font: 80% Arial,sans-serif;
	margin-top: 0px;
	padding: 0px;
	text-align:center;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 5px 10px 10px 10px;
	margin-top: 0px;
	text-align: center;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:   url("../images/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;
}

#sectionLinks a.here, #sectionLinks a.here:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:   url("../images/bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #CC0000;
	text-decoration: underline;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}

.relatedLinks a.here {
	display: block; 
	color: #CC0000;
	text-decoration: underline;
}

/************* replace a table styles **************/
div.row {
	clear: both;
	padding-top: 5px;
  }

div.row span.label {
	float: left;
	width: 27%;
	text-align: right;
	border: thin solid #FFFFFF;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
  }

div.row span.formw {
	text-align: left;
	clear: right;
	border: thin solid #FFFFFF;
	margin: 0px;
  } 
/********************* end **********************/
.box {

	float: left;
	width: 230px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	height: 380px;
	overflow:visible;
	border: thin solid #D8E7E7;
}
.boxWide {


	float: left;
	width: 330px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	height: 380px;
	overflow:visible;
	border: thin solid #D8E7E7;
}
.condensed li{
	list-style-type: none;
	font-size: 90%;
	padding-bottom: 1.5%;
}
.subhead li{
	font-size: 90%;
	color: #638C94;
	font-weight: bold;
	list-style-type: none;
	font-style: italic;
}
.clearAll {
	clear: both;
}

