html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, sub, ol, ul, li, fieldset, form, label, legend, table, caption
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

html, body {
	width: 100%;
	height: 100%;
}

ul{ list-style-type: none; }

body
{
    color: black;
    background-color: #174140;
    background-image: url("/images/bg.jpg");
    background-repeat: repeat-x;
    font: font-size: 11px; line-height: 20px; letter-spacing: normal; font-family: Arial, helvetica, san-serif;
}

/* IE6 Hack */
* html #pageContainer {
	height: 100%;
}

.black
{
	color: #59595B;
}

.clearLeft { clear: left; }
.clearRight { clear: right; }
.clearBoth { clear: both; }

#pageContainer 
{
	width: 960px;
	margin: 0px auto;
	text-align: center;
}


/* Page Header */
#pageHeader 
{
	width: 960px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

#header {
	width: 960px;
	height: 131px;
	background-image: url("/images/header-bg.jpg");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	overflow: auto;
}

#header-subsection {
	width: 960px;
	height: 178px;
	background-image: url("/images/header-subpage-bg.jpg");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	overflow: auto;
}

#header-admin {
	width: 960px;
	height: 178px;
	background-image: url("/images/header-subpage-bg.jpg");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	overflow: auto;
}

#pageHeader #hdr-left {
	width: 280px;
	height: 110px;
	float: left;
	display: inline;
}

#pageHeader a#logo {
	color: #ffffff;
	width: 220px;
	height: 62px;
	display: block;
	margin-left: 50px;
	margin-top: 34px;
}

#pageHeader #hdr-right {
	width: 680px;
	height: 110px;
	float: left;
	display: inline;
}


#pageHeader #hdr-content {
	width: 100%;
	height: 110px;
}
	
#pageHeader #hdr-content-center {
	width: 520px;
	height: 110px;
	float: left;
	display: inline;
}

.adminnav {
	padding-top: 0px;
	padding-right: 40px;
	width: 480px;
	height: 20px;
	line-height: 16px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
}
	
.adminnav li {
	float: right;
}

.adminnav a {
	color: #FFFFFF;
	text-decoration: none;
}

.adminnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.adminnav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.adminnav a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.adminnav-pipe 
{
	color: #FFFFFF;
}


#pageHeader #hdr-content-right {
	width: 160px;
	height: 110px;
	float: left;
	display: inline;
}

#pageHeader #supernav {
	padding-top: 0px;
	width: 160px;
	height: 110px;
	line-height: 16px;
	font-size: 11px;
	color: #FFFFFF;
}
	
#pageHeader #supernav li {
	float: left;
}

#pageHeader #supernav a {
	color: #FFFFFF;
	text-decoration: none;
}

#pageHeader #supernav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#pageHeader #supernav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#pageHeader #supernav a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.supernav-pipe 
{
	color: #FFFFFF;
}


/* Main Nav Links */
#pageHeader #hdr-main-nav {
	width: 680px;
	height: 21px;
	float: left;
	display: inline;
}

#pageHeader #mainnav {
	width: 680px;
	height: 21px;
	padding: 0px 0px 0px 0px;
	line-height: 18px;
	font-size: 15px;
	color: #7078ba;
}
	
#pageHeader #mainnav li {
	float: left;
}

#pageHeader #mainnav a {
	color: #7078BA;
	text-decoration: none;
	font-weight: bold;
}

#pageHeader #mainnav a:visited {
	color: #7078BA;
	text-decoration: none;
	font-weight: bold;
}

#pageHeader #mainnav a:hover {
	color: #1A2791;
	text-decoration: none;
	font-weight: bold;
}

#pageHeader #mainnav a:active {
	color: #7078BA;
	text-decoration: none;
	font-weight: bold;
}

.mainnav-pipe 
{
	color: #B3B3B3;
}
/* End Main Nav Links */



/* Sub Nav Links */
#pageHeader #hdr-sub-nav {
	width: 660px;
	padding-top: 10px;
	float: left;
	display: inline;
}

#pageHeader #subnav {
	width: 660px;
	padding: 5px 0px 0px 5px;
	font-size: 12px;
	line-height: 20px;
	color: #25615F;
}
	
#pageHeader #subnav li {
	float: left;
	padding: 0px 0px 0px 5px;
}

#pageHeader #subnav a {
	color: #5E9493;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 5px 0px 0px;
}

#pageHeader #subnav a:visited {
	color: #5E9493;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 5px 0px 0px;
}

#pageHeader #subnav a:hover {
	color: #25615F;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 5px 0px 0px;
}

#pageHeader #subnav a:active {
	color: #5E9493;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 5px 0px 0px;
}

.subnav-pipe 
{
	color: #B3B3B3;
}
/* End Sub Nav Links */




/* End Page Header */


/* Page Body */
#pageBody 
{
	position: relative;
	width: 900px;
	min-height: 470px;
	background-image: url("/images/page-bg.jpg");
	background-repeat: no-repeat;
	background-color: Transparent;
	margin: 0px auto;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
}

#subpageBody 
{
	position: relative;
	width: 960px;
	min-height: 428px;
	background-image: url("/images/subpage-bg-new.jpg");
	background-repeat: no-repeat;
	background-color: Transparent;
	margin: 0px auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	
}

#pageBody a, #subpageBody a 
{
	color: #1A2791;
	text-decoration: underline;
}
#pageBody a:visited, #subpageBody a:visited 
{
	color: #1A2791;
	text-decoration: underline;
}
#pageBody a:hover, #subpageBody a:hover 
{
	color: #1A2791;
	text-decoration: underline;
}
#pageBody a:active, #subpageBody a:active 
{
	color: #1A2791;
	text-decoration: underline;
}

/* End Page Body */



/* Page Footer */
#pageFooter 
{
	position: relative;
	width: 960px;
	height: 161px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#footer
{
	width: 960px;
	height: 141px;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	line-height: 12px;
	font-size: 8pt;
	color: #DFDFDF; 
	text-align: center;
}

#footer-subsection
{
	width: 960px;
	height: 161px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	line-height: 12px;
	font-size: 8pt;
	color: #DFDFDF; 
	text-align: center;	
	background-image: url("/images/footer-subpage-bg.jpg");
	background-repeat: no-repeat;
}

#footer a, #footer-subsection a 
{
	color: #DFDFDF;
	font-size: 8pt;
	text-decoration: none;
	line-height: 1px;
	padding: 0 6px 0 6px;
}
#footer a:visited, #footer-subsection a:visited
{
	color: #DFDFDF;
	text-decoration: none;
}
#footer a:hover, #footer-subsection a:hover 
{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:active, #footer-subsection a:active 
{
	color: #FFFFFF;
	text-decoration: none;
}

.footernav-pipe 
{
	color: #EFEFEF;
}

#copyright
{
	color: #EFEFEF;
	font-size: 8pt;
}

.formbody
{
	width: 500px;
	font-size: 11pt;
}

.formtitle
{
	color: #1A2791;
	text-align: center;
	font-weight: bold;
}

.formlabel
{
	width: 180px;
	height: 14px;
	text-align: right;
	color: #1A2791;
	font-weight: normal;
}

.formdata
{
	text-align: left;
}

.textbox
{
	width: 180px;
	height: 14px;
	border-style: solid;
	border-width: 1px;
	border-color: #1A2791;
}


/*******sub pages section*******/

#subpage-container
{
	width: 898px;
	min-height: 415px;
	height: 100%;
	padding-left: 32px;
	padding-right: 32px;
	background-color: Transparent;
}
#subpage-leftcol
{
	/* total width: 180px */
	/* total min-height: 423px */
	width: 150px;
	min-height: 355px;
	float: left;
	text-align: left;
	padding: 40px 10px 20px 20px;
	font-size: 12px;
	background-image: url("/images/subpage-leftcol-bg.jpg");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#subpage-leftcol-generic
{
	/* total width: 180px */
	/* total min-height: 423px */
	width: 150px;
	min-height: 355px;
	float: left;
	text-align: left;
	padding: 40px 10px 20px 20px;
	font-size: 12px;
	background-image: url("/images/subpage-leftcol-generic-bg.jpg");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#subpage-centercol-generic
{
	/*total width: 575px */
	/* total min-height: 415px */
	width: 585px;
	min-height: 415px;
	float: left;
	text-align: left;
	padding: 0px 0px 0px 0px;
	background-image: url("/images/subpage-centercol-generic-bg.jpg");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#subpage-centercol-quality
{
	/*total width: 575px */
	/* total min-height: 415px */
	width: 585px;
	height: 415px;
	float: left;
	text-align: left;
	padding: 0px 0px 0px 0px;
	background-image: url("/images/subpage-centercol-quality-bg.jpg");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#subpage-centercol-purchasing
{
	/*total width: 585px */
	/* total min-height: 415px */
	width: 585px;
	height: 415px;
	float: left;
	text-align: left;
	padding: 0px 0px 0px 0px;
	background-image: url("/images/subpage-centercol-purchasing-bg.jpg");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#subpage-centercol-provider
{
	/*total width: 585px */
	/* total min-height: 415px */
	width: 585px;
	height: 415px;
	float: left;
	text-align: left;
	padding: 0px 0px 0px 0px;
	background-image: url("/images/subpage-centercol-provider-bg.jpg");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#subpage-centercol-resources
{
	/*total width: 585px */
	/* total min-height: 415px */
	width: 585px;
	height: 415px;
	float: left;
	text-align: left;
	padding: 0px 0px 0px 0px;
	background-image: url("/images/subpage-centercol-resources-bg.jpg");
	background-repeat: no-repeat;
	background-color: Transparent;
}

#subpage-content
{
	width: 585px;
	min-height: 380px;
	float: left;
	text-align: left;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	overflow: hidden;
	background-color: Transparent;
}

#subpage-content-page
{
	width: 555px;
	min-height: 335px;
	float: left;
	text-align: left;
	padding: 15px 10px 0px 20px;
	font-size: 12px;
	overflow: hidden;
	background-color: Transparent;
}
/*
#subpage-content-page
{
	width: 485px;
	min-height: 335px;
	float: left;
	text-align: left;
	padding: 15px 50px 0px 50px;
	font-size: 12px;
	overflow: hidden;
	background-color: #dddddd;
}
*/

#subpage-content-page-title
{
	width: 100%;
	height: 35px;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #1A2791;
	overflow: hidden;
}

#subpage-content-page-body
{
	width: 97%;
	height: 330px;
	padding-right: 20px;
	overflow: auto;
}

#subpage-content-page-body2
{
	width: 100%;
	height: 360px;
	overflow: auto;
}

#subpage-content-page-body ul
{
	margin-left: 0;
	padding-left: 3em;
	display: block;
	list-style-type: disc;
}

#subpage-content-page-body ol
{
	margin-left: 0;
	padding-left: 3em;
	display: block;
	list-style-type: decimal;
}

#subpage-content-page-body li
{
}

#subpage-content-page-body hr
{
	width: 90%;
	color: #1A2791;
	text-align: center;
	height: 1px;
}

#subpage-content-page-controls-leftcol
{
	width: 27px;
	height: 50px;
	float: left;
	text-align: left;
	padding: 0px 0px 0px 11px;
	background-color:;
}

#subpage-content-page-controls-rightcol
{
	width: 27px;
	height: 50px;
	float: right;
	text-align: right;
	padding: 0px 10px 0px 0px;
	background-color:;
}


#subpage-rightcol
{
	/*total width: 131px */
	/* total min-height: 415px */
	width: 111px;
	min-height: 355px;
	float: left;
	padding: 48px 10px 20px 10px;
	font-size: 11px;
	line-height: 2.25em;
	color: #746BA2;
	background-color: Transparent;
}

#subpage-rightcol ul
{
	margin-left: 0;
	padding-left: 1em;
	display: block;
	list-style-type: none;
}

#subpage-rightcol li
{
}




/* admin section */
#admin-content
{
	width: 900px;
	min-height: 380px;
	text-align: left;
	padding: 0px 60px 0px 60px;
	font-size: 12px;
	overflow: visible;
	/*background-image: url("/images/subpage-leftcol-generic-bg.jpg");
	background-repeat: no-repeat;*/
	background-color: #FFFFFF;
	background-color: Transparent;
}

#admin-content-page
{
	width: 840px;
	min-height: 335px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	overflow: visible;
	background-color: Transparent;
}

#admin-content-page-body
{
	width: 100%;
	min-height: 300px;
	overflow: visible;
}


/*** ASP.NET Controls ***/

.dataGridStyle
{
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #7078BA;
}

.dataGridItemStyle
{
	background-color: #D0D2E9;
}

.dataGridAlternatingItemStyle
{
	background-color: #E8EAF6;
	background-color: #D2DBDA;
}












/*** POPUP ***/
.hand { cursor: pointer; }

#sliderWrap {
position: absolute;left:0; top: 0;z-index: 1000;
margin: 0 auto;
width: 400px;
}
#slider {
position: absolute; top: 0; left: 0;
background:#fff;
width: 390px;
height: 600px;
margin-left: -390px;
border-right: solid 10px #1A2791;
border-bottom: solid 5px #1A2791;
}
#slider img { border: 0; }

#sliderContent {
margin: 5px;
position: relative;
text-align:center;
background-color:#fff;
color:#333333;
font-weight:bold;
padding: 5px;
}

#openCloseWrap {
position:absolute; 
top: 5px;
right: -55px;
margin: 0;
font-size:12px;
font-weight:bold;
}
.modalBackground
{            
background:Gray;
filter:alpha(opacity=70);
opacity:0.7;
position: absolute;
z-index: 5000;
}
.modalPopup
{
background: white;
padding: 10px;
width: 500px;
}
.detail
{
	font-family:lucida grande;
	font-size:11px;
	border:solid 2px #000;
	padding:4px;
}
.detailsfooter
{
	text-align:right;
	padding:8px;
}
.detailgrid
{
	border:solid 1px #333;
}
.detailgrid td
{
	cursor:default;
	height:1.3em;
    color:#000;
	padding:2px 8px;		
	border-bottom:solid 1px #333;	
}
/*** END POPUP ***/


/*** CMS ***/
.cmsSubtitle 
{
	font-size:14px;
	font-weight: normal;
	font-style: italic;
	color: #1A2791;
}

div {
	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dLight-Color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #7078BA;
}
