@charset "UTF-8";
/*--- Tag Styles ---*/
strong {
	font-family: Trebuchet, "Trebuchet MS", sans-serif;
	font-weight: bold;
}

em {
	font-style: italic;
}

sup {
	font-size: 75%;
}

cite {
	font-style: italic;
	font-size: 10px;
}

strong em, em strong {
	font-style: italic;
	font-family: Trebuchet, "Trebuchet MS", sans-serif;
	font-weight: bold;
}

/*--- Form Element styles ---*/
input, select, textarea {
	/*background-color: inherit;*/
	border: 1px solid #54534f;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	padding: 1px 2px;
}

input:focus, select:focus, textarea:focus {
	border: 1px solid #54534f;
	background-color: #dfdfe0;
}

input[type=checkbox], input[type=image], input[type=checkbox]:focus, input[type=image]:focus {
	border: 0;
}

/* For IE6 and less */
input.inputChkBox, input.imageButton, input.inputChkBox:focus, input.imageButton:focus {
	border: 0;
}

/*--- Head Styles ---*/
h1, h2, h3, h4 {
	margin-bottom: 6px;
	font-family: Trebuchet, "Trebuchet MS", sans-serif;
	font-weight: bold;
	color: #02247E;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	color: #54534f;
}

h2 {
	font-size: 14px;
}

h3 {
	color: #2d2e32;
	font-size: 12px;
}

h4 {
	color: #2d2e32;
	font-size: 12px;
	font-style: italic;
}

/*--- List Styles ---*/
ol {
	margin-left: 12px;
	margin-bottom: 12px;
}

ol.decimal li, ol.alpha li {
	list-style-type: decimal;
	margin-left: 12px;
	padding: 4px 0;
}

ol.alpha li {
	list-style-type: lower-alpha;
}

/*--- Block Styles ---*/
p {
	margin-bottom: 16px;
	line-height: 16px;
}

p.paraBeforeList {
	margin-bottom: 3px;
}

/*--- Layout Styles ---*/
html {
	background-color: #d9e0e6;
	background-image: url(../images/bkgd-grad.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #2d2e32;
}

#container {
	width: 962px;
	margin: 30px auto;
}

@media print {
	html {
		background-color: #fff;
		background-image: none;
	}

	#container {
		width: 572px;
		margin: 20px;
	}
}

/*--- Header Styles ---*/
#header {
	background-color: #fff;
	background-image: url(../images/header-bkgd.png);
	height: 142px;
	position: relative;
}

#header #logo {
	top: 22px;
	left: 69px;
	position: absolute;
}

@media print {
	#header {
		background-color: red;
		background-image: none;
		height: auto;
	}

	#header #logo {
		top: auto;
		left: auto;
		position: relative;
	}
}

/*--- Utility Menu ---*/
#header #utilNav {
	position: absolute;
	top: 24px;
	right: 33px;
}

#header #utilNav ul li {
	/* For block anchors only, otherwise display: inline is fine. */
	float: left;
	/* When float is used, also an IE6 Float Double Margin fix */
	display: inline;
	margin-left: 12px;
}

#header #utilNav ul li a {
	display: block;
	height: 12px;
	padding-left: 12px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Trebuchet, "Trebuchet MS", sans-serif;
	line-height: 12px;
	font-size: 10px;
	background-image: url("../images/whitebox_off.png");
	background-repeat: no-repeat;
	background-position: 0 center;
	white-space: nowrap;
}

#header #utilNav ul li a:hover {
	background-image: url("../images/whitebox_on.png");
}

@media print {
	#header #utilNav {
		display: none;
	}
}

/*--- Menu ---*/
@media print {
	#menubar {
		display: none;
	}
}

/*--- Content Layout Styles ---*/
#contentAreaHomeBack, #contentAreaLoginBack {
	background-color: #fff;
	background-image: url(../images/home-hero.jpg);
	background-repeat: no-repeat;
	background-position: 609px 0;
}

#contentAreaHomeOver, #contentAreaLoginOver {
	background-image: url(../images/home-content-bkgd.png);
	background-repeat: no-repeat;
	height: 454px;
	position: relative;
}

#contentAreaLoginOver {
	background-image: url(../images/generic-content-bkgd.png);
}

#contentArea {
	background-color: #fff;
	background-image: url(../images/sides-grad.png);
	background-repeat: repeat-y;
	background-position: center;
}

#contentAreaTop {
	background-image: url(../images/content-top-bkgd.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#contentAreaBottom {
	background-image: url(../images/content-bottom-bkgd.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 14px;
}

@media print {
	#contentArea, #contentAreaTop {
		background-color: transparent;
		background-image: none;
	}

	#contentAreaBottom {
		display: none;
	}
}

/*--- Content Styles ---*/
#homeText {
	position: absolute;
	top: 195px;
	left: 125px;
	width: 440px;
}

#homeText p {
	font-size: 12px;
	line-height: 18px;
}

#homeHeadline {
	position: absolute;
	top: 70px;
	left: 25px;
	width: 565px;
	font-size: 36px;
	line-height: 54px;
	background-image: url("../images/onepx-dotted-line.png");
	background-repeat: repeat-x;
	background-position: center left;
}

#homeHeadline span {
	color: #02247e;
	font-size: 32px;
}

#pageContent {
	position: relative;
	margin: 0 10px;
}

#pageContent #pageLeft, #pageContent #pageCenter, #pageContent #pageRight {
	float: left;
	/* IE6 Float Double Margin fix */
	display: inline;
}

#pageContent #pageLeft {
	margin-right: 30px;
	width: 174px;
}

#pageContent #pageCenter {
	width: 533px;
}

#pageContent #pageCenter ul {
	margin-left: 12px;
	margin-bottom: 12px;
}

#pageContent #pageCenter ul li {
	list-style-type: disc;
	padding-bottom: 4px;
	margin-left: 12px;
}

#pageContent #pageCenter p {
	text-align: justify;
}

#pageContent #pageCenter p.management {
	margin-left: 128px;
}

#pageContent #pageLeft, #pageContent #pageCenter {
	padding-top: 88px;
}

#pageContent #pageRight {
	width: 205px;
}

#subHead, #subHeadLogin {
	width: 737px;
	height: 75px;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 1px dotted #2d2e32;
}

#subHeadLogin {
	width: 625px;
	left: 10px;
}

#subHead h1, #subHeadLogin h1 {
	position: absolute;
	top: 44px;
	left: 204px;
	font-size: 24px;
	line-height: 24px;
}

#subHead .breadcrumb {
	position: absolute;
	top: 10px;
	left: 204px;
}

#subHead .breadcrumb a {
	color: #54534f;
}

#subHead .breadcrumb a:hover {
	color: #02247E;
}

@media print {
	#pageContent {
		position: relative;
		margin: 0;
	}

	#pageContent #pageLeft {
		display: none;
	}

	#pageContent #pageCenter {
		float: none;
		width: auto;
	}

	#pageContent #pageCenter p {
		text-align: left;
	}

	#pageContent #pageRight {
		display: none;
	}

	#subHead {
		width: auto;
		height: auto;
		position: relative;
		border-bottom: 1px dotted #2d2e32;
		margin: 15px 0 10px 0;
	}

	#subHead h1 {
		position: relative;
		top: auto;
		left: auto;
	}

	#subHead .breadcrumb {
		display: none;
	}
}

/*--- Side Nav Styles --*/
#sideNav {
	margin-bottom: 7px;
	text-transform: uppercase;
}

#sideNav ul {
	margin-bottom: 8px !important; /* all browsers */
	margin-bottom: 7px; /* IE5. Hidden from IE6. */
	margin-bottom/**/:/**/7px; /* IE6. Hidden from IE5. */
}

#sideNav ul li {
	margin-bottom: 8px;
	list-style-type: none;
	/* IE6 hasLayout Hack */
	height: auto !important; /* all browsers */
	height: 0; /* IE5. Hidden from IE6. */
	height/**/:/**/0; /* IE6. Hidden from IE5. */
}

#sideNav ul li a, #sideNav ul li a:visited {
	background-color: #dfdfe0;
	background-image: url("../images/indicator-off.png");
	background-repeat: no-repeat;
	background-position: 164px center;
	height: 22px;
	line-height: 22px;
	padding: 0 16px 0 12px;
	display: block;
	text-align: right;
	color: #2c2d31;
}

#sideNav ul li a:hover, #sideNav ul li a:focus {
	color: #fff;
	background-color: #787878;
	background-image: url("../images/indicator-on.png");
	text-decoration: none;
}

/*--- Image/Graphic Styles ---*/
.graphic {
	margin: 10px 0;
	padding-bottom: 20px;
	position: relative;
}

.graphic .caption, .graphic .captionfixed {
	position: absolute;
	font-family: Trebuchet, "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	bottom: 0;
}

.graphic .captionfixed {
	position: relative;
	width: 100%;
	text-align: center;
}

@media print {
	.graphic .captionfixed {
		width: 529px;
	}
}

/*--- Company List Styles ---*/
.logoArea {
	margin-bottom: 8px;
}

.logoArea div {
	float: left;
}
.companyList p.wlogo  {
	margin: 0 !important;
	margin-left: 220px !important;
}

.companyList {
	margin-bottom: 16px !important;
}

.companyList ul {
	margin-left: 220px !important;
}

/*--- News Styles ---*/
#newsList .date, #newsList .titleLink {
	line-height: 16px;
	margin-bottom: 16px;
}

#newsList .date, #newsList .titleLink {
	float: left;
	line-height: 16px;
	margin-bottom: 16px;
}

#newsList .titleLink {
	width: 85%;
	margin-left: 2%;
}

#newsList .date {
	text-align: right;
	width: 12%;
}

/*--- Footer Styles ---*/
#footer div {
	margin-bottom: 1px;
	position: relative;
	height: 18px;
	color: #7d7d7d;
	text-transform: uppercase;
	font-size: 10px;
}

#footer div ul {
	white-space: nowrap;
	padding: 2px 0;
}

#footer div ul.center {
	text-align: center;
}

#footer div ul li {
	display: inline;
	list-style-type: none;
}

@media print {
	#footer div {
		margin-top: 10px;
	}

	#footer div ul li.footerlink {
		display: none;
	}
}

/*--- Link Styles ---*/
a, a:hover {
	color: #02247E;
	text-decoration: none;
}

a:hover, a:focus {
	color: #54534f;
	text-decoration: underline;
}

#footer a {
	color: #7d7d7d;
}

/*--- Doc Link List Styles ---*/
ul.doclist {
	margin: 0 !important;
	padding: 0 !important;
}

ul.doclist li {
	background-image: url("../images/icons/icon-pdf.gif");
	background-repeat: no-repeat;
	background-position: 0 center;
	margin: 0 !important;
	padding-left: 22px;
	list-style: none !important;
	line-height: 22px;
	height: 18px;
}

ul.doclist li.bmp {
	background-image: url("../images/icons/icon-bmp.gif");
}

ul.doclist li.doc {
	background-image: url("../images/icons/icon-doc.gif");
}

ul.doclist li.exe {
	background-image: url("../images/icons/icon-exe.gif");
}

ul.doclist li.gif {
	background-image: url("../images/icons/icon-gif.gif");
}

ul.doclist li.jpg {
	background-image: url("../images/icons/icon-jpg.gif");
}

ul.doclist li.pdf {
	background-image: url("../images/icons/icon-pdf.gif");
}

ul.doclist li.ppt {
	background-image: url("../images/icons/icon-ppt.gif");
}

ul.doclist li.sit {
	background-image: url("../images/icons/icon-sit.gif");
}

ul.doclist li.tif {
	background-image: url("../images/icons/icon-tif.gif");
}

ul.doclist li.txt {
	background-image: url("../images/icons/icon-txt.gif");
}

ul.doclist li.unk {
	background-image: url("../images/icons/icon-unk.gif");
}

ul.doclist li.xls {
	background-image: url("../images/icons/icon-xls.gif");
}

ul.doclist li.zip {
	background-image: url("../images/icons/icon-zip.gif");
}

/*--- Login Form Style ---*/
form#loginformtop, form#loginform {
	background-color: #fff;
	border: 1px solid #54534f;
	padding: 2px;
	position: absolute;
	right: 0pt;
	top: 25px;
	width: 195px;
	z-index: 20;
}

form#loginform {
	left: 214px;
	top: 115px;
	width: 250px;
}

form#loginformtop fieldset, form#loginform fieldset {
	background-color: #dfdfe0;
	padding: 4px;
}

form#loginform fieldset {
	padding: 10px;
}

form#loginformtop fieldset input, form#loginform fieldset input {
	float: right;
	clear: right;
	width: 120px;
}

form#loginform fieldset input {
	width: 150px;
}

form#loginformtop fieldset input#submit, form#loginform fieldset input#submit {
	/*background-color: #d9e0e6;*/
	font-family: Trebuchet, "Trebuchet MS", sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	float: none;
	width: auto;
	margin-top: 2px;
}

form#loginform fieldset input#submit {
	float: right;
}

form#loginformtop fieldset label, form#loginform fieldset label
{
	font-family: Trebuchet, "Trebuchet MS", sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-transform: uppercase;
	vertical-align: middle;
	display: block;
	text-align: right;
	margin: 6px 0;
}

form#loginform fieldset label
{
	font-size: 12px;
	line-height: 16px;
}

.error {
	color: #c00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 5px;
}

.msg {
	position: absolute;
	left: 214px;
	top:85px;
}

/*--- Utility Styles ---*/
.floatRight {
	float: right;
	clear: right;
}

.floatLeft {
	float: left;
	clear: left;
}

.clearBoth:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix{
	height:1%;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

