@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

ul {
	list-style: none;
}

ol {
	list-style:decimal;
	margin-left:25px;
}

ol li {
	margin:5px 0;
	font-size:12px;
	line-height:150%;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, a:visited {
	text-decoration:none;
	color:#605C4F;
	font-style:normal;
}

a:hover {color:#7B7059 !important;}

h2 a, h2 a:visited {
	color:#013c41;
}
.left {float:left;}
.right {float:right;}
.clear {clear:both;}
/** header font **/


#container {
  min-width:800px;
	margin:auto; /** center the page **/
	background: url(/images/bg.png) no-repeat top left;
	overflow:hidden; /** need for IE fix for equal column heights **/
	position:relative; /** need for IE fix for equal column heights **/
	z-index:0;
	
}


/** header **/
#head {
	height:50px;  /* height:153px; changed by rixin */ 
  margin-left:5px; /* added by rixin 10/03/2011*/ 
	margin-right:5px; /* added by rixin 10/03/2011*/ 
}

.logo {
	position:absolute;
	top:0; left:0;
	z-index:50;
}

#head .subtitle { padding:10px 0; border:1px solid #605C4F; border-width:1px 0; background:#fff; position:absolute; z-index:5; top:55px; margin-left:240px;}

/** Left Navigation **/
#leftcol {
background: #F6F6F6;
clear: margin-left;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
height: 100%;
margin-bottom: -44000px;
margin: 0px 25px -44000px 18px;
padding: 155px 12px 44020px 13px;
position: relative;
width: 180px;
}

#leftcol h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	text-transform:uppercase;
	border-bottom:1px solid #013c41;
	margin:8px 0 0;
	color:#013c41;
	cursor:pointer;
	padding:0 0 2px 2px;
}


#leftcol ul li a {
	display:block;
}
#leftcol ul li ul li, .asknif ul li {
	padding:5px 6px;
	border-bottom:1px solid #bdbdbd;
}

#leftcol ul li ul li:hover, .asknif ul li:hover {
	background:#EAF4F4;}
/** End Left Nav **/

/** middle content **/
#middle {
	font-family:Georgia, "Times New Roman", Times, serif;
	position:relative;
	margin-left:20px; /* margin-left:250px; changed by rixin 10/03/2011*/ 
	margin-right:20px; /* added by rixin 10/03/2011*/ 
	padding-bottom:4025px; /* X + padding-bottom */
	margin-bottom:-4000px; /* X */
	font-size:12px;
	line-height:18px;
}

#middle a, #middle a:visited {color:#4B8D8D;}

#middle h2 {font-size:15px; color:#013c41; margin:0;}
#middle h3 {font-size:13px; color:#013c41; margin:0; }
#middle p {margin:12px 0 0;}
#middle strong {font-size:13px; font-weight:bold;}

#middle h1  {font-size:18px; color:#013c41; margin:5px 0; }

/** breadcrumbs **/
#crumbs {margin-bottom:20px;}

/** Footer **/
#footer {
	clear:both;
	position:relative;
	margin-left:5px; /* added by rixin 10/03/2011*/ 
	margin-right:5px; /* added by rixin 10/03/2011*/ 
	background:#013c41;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#fff;
	text-align:center;
	padding:20px;
	/*margin-left:18px;*/
	z-index:55;
}

#footer .utility {margin:auto; width:700px;}
#footer div.left {text-align:left; padding:20px;}
#footer h3 {text-transform:uppercase; text-decoration:underline; font-size:11px;}
.disclaimer {color:#bdbdbd;}
#footer a, #footer a:visited { color:#bdbdbd; }
#footer li { margin:3px 0; }
.disclaimer a:hover {color:#fff; }

#universalAccountBar {
	background:#013C41;
	height:20px;
	padding:5px 0 0 20px;
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	color:#999;
}
#universalAccountBar a {
	color:#fff;
}
#universalAccountBar a:hover {
	color:#6FA5FD !important;
}
#universalAccountBar .logo {
	float:none;
	margin: 0 auto;
	font-weight:bold;
	letter-spacing: 2px;
}
