/***********************************************/
/* uvs.css                            */
/* Use with template content         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #0397D6 fixed;
}

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

a:link, a:visited{
	color: #0397D6;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #0397D6;
}

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

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

h1{
	color: #0397D6;
	margin: 0px;
	padding: 0px 0px 0px 7px;
	font-size: 17px;
	font-weight: normal;
}

h2{
	color: #99CC66;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 11px;
}

h3{
	color: #0397D6;
	font-size: 16px;
	font-weight: normal;
}

h4{
	color: #0397D6;
	font-size: 12px;
	font-weight: normal;
}

h5{
	color: #0397D6;
	font-size: 16px;
	font-weight: normal;
	padding: 0px;
	margin-bottom: -5px;
}

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

#masthead{
	position: absolute;
	min-width: 765px;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	visibility: visible;
	height: 309px;
	z-index: 2;
}

#pageContent{
	position:absolute;
	min-width: 765px;
	min-height: 300px;
	top: 309px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
	visibility: visible;
	z-index: 3;
}



/************** TopBanner Area *****************/

#logo{
	position: absolute;
	top: 0px;
	left: 20px;
	background-color: #9FCF67;
	height: 101px;
	width: 209px;
	vertical-align: bottom;
	visibility: visible;
}

#tagline{
	position: absolute;
	top: 10px;
	height: 24px;
	width: 377px;
	right: 50px;
	visibility: visible;
}

#logoRight{
	position: absolute;
	min-width: 640px;
	top: 62px;
	background-color: #FFFFFF;
	height: 39px;
	width: 100%;
	left: 0px;
	visibility: visible;
}

/************** Inset Banner *****************/

#bannerArea{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 208px;
	padding: 0px;
	margin: 0px;
	top: 101px;
	background-color: #99CC66;
	left: 0px;
	background-image: url(images/main/grid.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#bannerLeft{
	position: absolute;
	width: 20px;
	height: 208px;
	background-image: url(images/main/sideBanner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	visibility: visible;
}

#bannerRight{
	position: absolute;
	width: 536px;
	height: 208px;
	left: 229px;
	visibility: visible;
}
/************** Navigation *****************/

#mainNavArea{
	position: absolute;
	width: 209px;
	height: 208px;
	left: 20px;
	top: 0px;
	background-color: #9FCF67;
	visibility: visible;
}

#contentNav{
	position: absolute;
	top: 10px;
	visibility: visible;
}

#secondaryNav{
	position: absolute;
	top: 30px;
	right: 0px;
	height: 19px;
	visibility: visible;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/

/************** Body Content  *****************/

/**#contentArea{
	float:left;
	position: absolute;
	width: 50%;
	top: 15px;
	left: 235px;
	visibility: visible;
}**/

#contentArea{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #000000;
	font-size: 13px;
	min-height: 200px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin-left: 240px;
	line-height: 18px;
	margin-top: 20px;
}

#subNavSection{
	position: absolute;
	width: 209px;
	top: 19px;
	left: 18px;
	visibility: visible;
	padding-bottom: 15px;
}

#sideBarSection{
	visibility: visible;
	width: 25%;
	padding-left: 10px;
	padding-bottom: 10px;
	float: right;
	padding-right: 10px;
}

#sideBarSectionContact{
	visibility: visible;
	padding-left: 10px;
	padding-bottom: 10px;
	float: right;
	padding-right: 10px;
	width: 25%;
}

#sideBarSection2{
	visibility: visible;
	width: 1px;
	padding-left: 0px;
	padding-bottom: 0px;
	float: right;
	padding-right: 0px;
}

#sideBarContent{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 18px;
	color: #666666;
	font-size: 11px;
	visibility: visible;
	border-left: 1px solid #0397D6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0397D6;
	padding-left: 10px;
	padding-bottom: 10px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}

#sideBarContentContact{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #666666;
	font-size: 10px;
	visibility: visible;
	border-left: 1px solid #0397D6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0397D6;
	padding-left: 10px;
	padding-bottom: 10px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}


#sideBarContent2{
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 11px;
	color: #999999;
	padding: 10px;
	margin-top: -1px;
	margin-right: 10px;
	margin-left: 10px;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

.sectionText{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9FCF67;
	margin-bottom: 5px;
	padding-bottom: 5px;
	display: block;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	display: block;
	border-bottom: 1px dashed #0397D6;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 6px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}

/************** Titles *****************/

#pageTitleHome{
	position: absolute;
	top: 15px;
	left: 18px;
}


#homepageServices{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	position: absolute;
	width: 209px;
	top: 35px;
	left: 18px;
	visibility: visible;
	font-size: 11px;
	font-weight: bold;
	list-style-type: square;
	list-style-image: url(images/main/green-bullet.gif);
	list-style-position: outside;
	line-height: 16px;
}

#pageTitleWithNav{
	position: absolute;
	top: 0px;
	left: 0px;
}
#sectionTitle{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #99CC66;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 17px;
}

/************* globalNav styles ****************/

.skipLinks {display: none;}
