/* ######### Global Styles ######### */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */  	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color:#575757;
	line-height:1.4em;
}

body.indexBackground {background: #fff url("/siteimages/backgroundrepeat.jpg") repeat-x;}

img{border:none; text-decoration:none;}

a:link, a:visited, a:active   {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #0165C5;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
/*	color:#113B92;*/
}

a[href$=".pdf"] {
  background: url("/siteimages/icon_pdf.gif") no-repeat left top;
  padding-left:18px;
  display:inline;
}
a[href$=".zip"] {
  background: url("/siteimages/icon_zip.gif") no-repeat left top;
  padding-left:18px;
  display:inline;
}

.LinkNoUnderline a:link, .LinkNoUnderline a:visited, .LinkNoUnderline a:active   {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #0165C5;
	line-height:1.4em;
	text-decoration: none;
}

.LinkNoUnderline a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #0165C5;
	line-height:1.4em;
	text-decoration: underline;
}

/*	to make p body text bold just used strong tags	*/
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	text-align:left;
	color:#575757;
	line-height:1.4em;
}

.BlueHeadingHomePage {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight: bold;
	text-align:left;
	color: #0165C5;
	line-height:1.2em;
	margin-top:0px;
}

.GreenHeadingHomePage {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	text-align:left;
	color: #339900;
	line-height:1.4em;
	margin-top:0px;
}

.BlueHeading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight: bold;
	text-align:left;
	color: #0165C5;
	line-height:0em;
	clear:both;
}

.BlueHeadingNoTopMargin {
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight: bold;
	text-align:left;
	color: #0165C5;
	line-height:1.4em;
	margin:0px; /*This helps remove the top padding due to large font size*/
}

.BlueSubHeading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	text-align:left;
	color: #0165C5;
	line-height:1.4em;
	margin:0px; 
}

.BlueText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	color: #0165C5;
	line-height:1.4em;
}

.GreenHeading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight: bold;
	text-align:left;
	color: #339900;
	line-height:0em;
}

.GreenSubHeading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	text-align:left;
	color: #339900;
	line-height:1.4em;
	margin:0px; 
}

.GreenText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	text-align:left;
	color: #339900;
	line-height:1.4em;
	/*margin:0px; */
}

.LightGrey {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	text-align:left;
	color: #999999;
	line-height:1.4em;
}

.DefaultSiteGrey {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	text-align:left;
	color: #575757;
	line-height:1.4em;
}

.RedText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	text-align:left;
	color: #BF0000;/*#FF0000*/
	line-height:1.4em;
}

.WhiteText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	text-align:left;
	color: #FFF;
	line-height:1.4em;
}
.WhiteText a:link, .WhiteText a:visited, .WhiteText a:active {
 	color:#84888B;
 	font-family:Arial, Helvetica, sans-serif;
 	font-size:11px;
 	color:#FFF;
 	text-decoration:none;
}
.WhiteText a:hover {
 	color:#84888B;
 	font-family:Arial, Helvetica, sans-serif;
 	font-size:11px;
 	color:#FFF;
 	text-decoration:underline;
}

.clear{
	clear:both;	
	}
	
/* Breadcrumb http://projectcerbera.com/web/articles/breadcrumbs-markup */
#breadcrumb, #breadcrumb li {
	margin: 0;
 	padding: 0;
 	display: inline; /* Horizontal list */
 	list-style: none;
 	font-family:Arial, Helvetica, sans-serif;
 	font-size:11px;
 	color:#84888B;
}
#breadcrumb li {
	padding-right:2px;
	padding-left:2px;
/* 	padding: 0em 0.2em 0em 0.2em;*/
}
#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {
 	color:#84888B;
 	font-family:Arial, Helvetica, sans-serif;
 	font-size:11px;
 	color:#84888B;
 	text-decoration:none;
}
#breadcrumb a:hover {
 	color:#84888B;
 	font-family:Arial, Helvetica, sans-serif;
 	font-size:11px;
 	color:#84888B;
 	text-decoration:underline;
}
#breadcrumb .first {
 	margin-left: 0;
 	padding-left: 0;
}
#breadcrumb .last {
 	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
 	color:#339900;
}

/* http://css.maxdesign.com.au/listamatic/vertical05.htm *** http://www.alistapart.com/articles/taminglists/ *** http://www.echoecho.com/csslists.htm *** http://css.maxdesign.com.au/selectutorial/selectors_class.htm*/
#bulletGreenArrow {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
#bulletGreenArrow li {
	background-image: url("/siteimages/GreenArrowRight.gif");
	background-repeat: no-repeat;
	background-position:0 4px;
	padding-left: 14px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #0165C5;
	line-height:1.4em;
}
#bulletGreenArrow a:link, #bulletGreenArrow a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #0165C5;
	line-height:1.4em;
	text-decoration: none;
}
#bulletGreenArrow a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #0165C5;
	line-height:1.4em;
	text-decoration: underline;
}
#bulletGreenArrow a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #0165C5;
	line-height:1.4em;
	font-weight: normal;
	text-decoration: underline;
}
#bulletGreenArrow a:link.linkunderline, #bulletGreenArrow a:visited.linkunderline, #bulletGreenArrow a:active.linkunderline{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #0165C5;
	line-height:1.4em;
	text-decoration: underline;
}
#bulletGreenArrow a:hover.linkunderline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #0165C5;
	line-height:1.4em;
	text-decoration: none;
}
/*http://css.maxdesign.com.au/index.htm*/
.newsMonthSelectList {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color:#CCC;
	text-decoration: none;
	} 
.newsMonthSelectList li {
	margin-left: 0;
	padding: 0px 15px 0 15px;
	border-left: 1px solid #0165C5;
	list-style: none;
	display: inline;
	}		
.newsMonthSelectList li.first {
	margin-left: 0;
	padding: 0px 15px 0 0px;
	border-left: none;
	list-style: none;
	display: inline;
	}
.newsMonthSelectList a:link, .newsMonthSelectList a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #0165C5;
	line-height:1.4em;
	text-decoration: none;
}
.newsMonthSelectList a:hover, .newsMonthSelectList a:active{
	text-decoration: underline;
/*	color:#113B92;*/
}

.newsMonthSelectList a.selected, .newsMonthSelectList a.selected:hover  { /*selected main tab style */
	text-decoration: underline;
/*	color:#113B92;*/
}

#newsYearSelectList {
	list-style: none;
	margin-left: 0;
	padding-left: 12px;
	text-indent: -1em;
}
#newsYearSelectList li {
	background-image:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #0165C5;
	line-height:1.4em;
}
#newsYearSelectList a:link, #newsYearSelectList a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #0165C5;
	line-height:1.4em;
	text-decoration: none;
}
#newsYearSelectList a:hover, #newsYearSelectList a:active{
	text-decoration: underline;
}

/* ######### Style for HEADER FOOTER INDEX file ######### */

#index_container {
	width: 988px; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:left;
	z-index:0;
}

#index_header {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url("/siteimages/header_background.jpg");
	width: 988px;
	height: 76px;
	background-position: top;
	z-index:90;
}

#index_headerContent {
	width: 912px;
	background-position:bottom;
	margin-left:38px;
	margin-right:38px;
	margin-top:0px;
	z-index:90;
}

#index_headerQio {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 42px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 181px;
	height: 30px;
	float:left;
	display:inline;
}

#index_headerNav {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 47px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 14px;
	width: 430px;
	height: 13px;
	float:left;
	display:inline;
	z-index:100;
}

#index_headerPaniq {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -12px;
	float:left;
	display:inline;

}
#index_headerRightLinks {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: -20px;
	margin-left: 0px;
	width: 152px;
	height: 76px;
	float:right;
	display:inline;
	clear:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	line-height:normal;
}

#index_headerRightLinks ul {
	margin: 0;
	padding:0;
	border: none;
	list-style:none;
}

#index_headerRightLinks li {
	margin: 0;
	text-align:left;
}

#index_headerRightLinks li a:link, #index_headerRightLinks li a:visited, #index_headerRightLinks li a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;	
	text-decoration: none;
	line-height:normal;
}

#index_headerRightLinks li a:hover {
	text-decoration: underline;
}

#index_mainContent_Inclusive {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-left:0px;
	margin-right:0px;
	background-color: #FFF;
	width:988px;
/*	height:100%;
	background-repeat: no-repeat;
	background-image: url("/siteimages/Banner.jpg");
	background-position:center top;*/
	vertical-align:top;
	z-index:0;
}

#index_footer {
	padding:0px;
	margin-top: 10px;
	margin-right:auto;
	margin-bottom: 0px;
	margin-left:auto;
	background-image: url("/siteimages/footer_shadow.gif");
	background-repeat: no-repeat;
	background-position: center top;
	height: 70px;
	width: 988px;
	background-color:#FFF;
	clear:both;
}

#index_footerTextLeft {
	margin: 0 0 0 38px;
	width:310px;
	float: left;
	display:inline;
}

#index_footerTextLeft p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0165C5;
	padding-top: 15px;
	margin: 0;  /*padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
	}

#index_footerWrapperRight{
	margin: 0 38px 0 0;
	width:602px;
	float: right;
	display:inline;
	}

#index_footerTextRight {
	margin: 0 0 0 15px;
	width:556px;
	float: left;
	display:inline;
}

#index_footerTextRight p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#84878B;
	padding-top: 15px;
	margin: 0;
	text-align:right;
	}
	
#index_footerTextRight p a:link, #index_footerTextRight p a:visited, #index_footerTextRight p a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #84878B;
	text-decoration: none;
}
#index_footerTextRight p a:hover {
	color: #0165C5;
	text-decoration: underline;
}

#index_footerTextGoToTop {
	margin-left: 0 0 0 5px;
	width:31px;
	float: right;
	display:inline;
}

#index_footerTextGoToTop p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#339900;
	padding-top: 15px;
	margin: 0;
	text-align:right;
	text-decoration: none;
}

#index_footerTextGoToTop p a:link, #index_footerTextGoToTop p a:visited, #index_footerTextGoToTop p a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#339900;
/*	margin: 0;*/
	text-decoration: none;
}
#index_footerTextGoToTop p a:hover {
	text-decoration: underline;
}

/* ######### Style for WEB PAGES ######### */

.wrapperFLASH {
	margin:0;
	padding:0;
	width:988px;
	height:296px;
	clear:both;
	z-index: -5000;
}

#wrapperWebPageBanner {
	margin:0;
	padding:0;
	width:988px;
	height:296px;
	clear:both;
	z-index: -1200;
}

#wrapperWebPageBreadCrum {
	padding-bottom:5px;
	clear:both;
}

#wrapperWebPage {
	padding-top:15px;
	padding-right:38px;
	padding-left:38px;
	background-image: url("/siteimages/BannerBreadcrumShadowBckgrd.jpg");
	background-repeat:no-repeat;
	background-position:top;
}

#wrapperWebPageContent {
	width:912px;
	clear:both;
	height:100%;
}

.centeredImage
    {
	margin:0px;
	padding:0px;
	text-align:center;
	vertical-align:middle;
	clear:both;
    }
.leftImage
    {
    text-align:left;
	clear:both;
    margin-top:0px;
    margin-bottom:0px;
    padding:10px 0px 0px 0px;
    }
/*
#wrapperImgdivideGreen {
	background-image: url("/siteimages/divideGreenSmall.jpg");
	background-repeat:no-repeat;
	background-position:top left;
}*/

/* ######### Style for Header Navigation Tabs ######### */

.slidetabsmenu{
	float:left;
	width:420px;
	z-index:100;
}

* html .slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
	margin-bottom: 1em;
	z-index:100;
}

.slidetabsmenu ul{
list-style-type: none;
margin:0;
padding:0;
	z-index:100;
}

.slidetabsmenu li{
display:inline;
margin:0;
padding:0;
	z-index:100;
}

.slidetabsmenu a{
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
line-height:normal;
padding:0 0 0 6px;
text-decoration:none;
	z-index:100;
}

.slidetabsmenu a span {
float:left;
display:block;
margin-right: 5px;
padding:5px 14px 5px 8px;
color:#FFF;
	z-index:100;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.slidetabsmenu a span {float:none;	z-index:100;}
/* End IE5-Mac hack */

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
color: #FFF;
	z-index:100;
}

.slidetabsmenu a:hover, .slidetabsmenu li.selected a{
/*background-position:0% -125px;*/
background-position:100%;
background: url("/siteimages/tabblue_left.gif") no-repeat left top;
	z-index:100;

}

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
/*background-position:100% -125px;*/
background-position:100%;
background: url("/siteimages/tabblue_right.gif") no-repeat right top;
	z-index:100;
}

html>/**/body .IEonlybr{ /*None IE browsers hack*/
display: none; /*Hide BR tag in non IE browsers, since it's not needed*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_c{
	position:absolute;
	top: 0;
	line-height:20px;
	background-color: #F9F9F9;
	width: 130px;
	visibility: hidden;
	margin-top:-1px;/*fixes that stupid Gap problem between tab and drop menu*/
	z-index:100;
}

.dropmenudiv_c a:link, .dropmenudiv_c a:visited, .dropmenudiv_c a:active {
width: auto;
display: block;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#333;
text-indent: 15px;
padding: 2px 0;
text-decoration: none;
text-align:left;
	z-index:100;
}

* html .dropmenudiv_c a:link, .dropmenudiv_c a:visited, .dropmenudiv_c a:active{ /*IE only hack*/
width: 100%;
	z-index:100;
}

.dropmenudiv_c a:hover{ /*THEME CHANGE HERE*/
color: #0165C5;
background-color: #EFEFEF;
	z-index:100;
}
