@import url(global.css);

a:link { text-decoration: none; color: #305c87; }
a:visited { text-decoration: none; color: #305c87; }
a:active { text-decoration: none; color: #305c87; }
a:hover { text-decoration: underline; color: #305c87; }

#nav a:link { text-decoration: none; color: #fff; }
#nav a:visited { text-decoration: none; color: #fff; }
#nav a:active { text-decoration: none; color: #fff; }
#nav a:hover { text-decoration: underline; color: #fff; }

/***3 Column Layout***/

body 
{
   min-width: 575px;      /* 2x LC width + RC width */
}

#container 
{
   padding-left: 200px;   /* LC width */
   padding-right: 201px;  /* RC width */
}

#container .column 
{
   position: relative;
   float: left;
}

#center 
{
   width: 96%;
	z-index: 10;
}

#left 
{
   width: 200px;          /* LC width */
   right: 200px;          /* LC width */
   margin-left: -98%;
   z-index: 7;
}

#right 
{
   width: 155px;          /* RC width */
   margin-right: -165px;  /* RC width */
   z-index: 8;
}


#right h1
{
	font-size: 18px;
	font-weight: bold;
	color: #305c87;
	padding-bottom: 5px;
}

#right h2
{
	font-size: 15px;
	font-weight: bold;
	color: #305c87;
	padding-bottom: 4px;
}


#footer 
{
   clear: both;
   z-index: 7;
}

/*** Overall Visual Styles ***/

body
{
	margin: 0;
	padding: 0;
	background: #FFF;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
}

#footer 
{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 10px;
	color: #b4b4b4;
}

#left 
{

}

#center
{
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #e5eaf3;
	padding: 0 1em 0 1em;
}

#right 
{

}

#container .column 
{
	padding-top: 2em;
}

/*** Specific Styles: Header ***/

#header
{
	background: url('images/header_gradient.gif') repeat-x;
	text-align: left;
	min-height: 205px;

}

#header img
{
	float: left;
	position: absolute;
	top: 45px;
	left: 25px;
	z-index: 100;
}

/*** Specific Styles: Navigation ***/

#header ul#nav
{
   padding: 0;
   margin: 0;
   list-style: none;
   z-index: 101;
   padding-top: 166px;
   float: right;
   padding-right: 175px;

}

#header li 
{
   float: left;
   position: relative;
   width: 84px;
   z-index: 102;
}

#header ul li ul
{
	margin-top: 2px;
	margin-left: -2px;
}

#header ul li ul li
{
	background-color: #54789c;
	padding: 2px;
}

#header ul li ul li a
{
	padding-left: -5px;
}

#header ul li ul li.navLast
{
	background: url('images/nav_footer.gif') no-repeat;
	padding: 8px;
}

/*** Tab Header ***/
#header ul li.navButton
{
	background: url('images/nav_button.gif') no-repeat;
	padding: 2px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 88px;
}

/*** Tab Items ***/
#header li ul 
{

   position: absolute; 
   top: 1em;
   left: 0;
   text-align: center;
   font-size: 12px;
}

#header li > ul 
{
	top: auto;
	left: auto;
}

#header li:hover ul, li.over ul
{

}

span.navNoLink
{
	color: #fff;
}

/*** Specific Styles: Left Column ***/
/*** Left Header ***/
#left ul li
{
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 3px;
}

/*** Left Header ***/
#left .leftNavTitle
{
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
	margin-bottom: 10px;
}

/*** Left Items ***/
#left ul li ul li
{
	font-weight: normal;
	font-size: 14px;
	padding-left: 14px;
}

#left ul li ul li:hover		/*** left navigation hover ***/
{
/***	font-weight: bold; ***/
}

.highlighted a				/*** left navigation 'current page' highlighting ***/
{  
	text-decoration: underline;
	color: #000;
}

/*** Left Nav Header ***/
.leftNavSub
{
	margin-top: 8px;
}

.leftNavTitle
{
	border-top: 1px solid #e5eaf3;;
	color: #305c87;
	width: 150px;
}

/*** Specific Styles: Center Column ***/


#center h1
{
	font-size: 18px;
	font-weight: bold;
	color: #305c87;
	padding-top: 10px;
	padding-bottom: 2px;
}

#center h2
{
	font-size: 15px;
	font-weight: bold;
	color: #305c87;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 2px;
}
#center h3
{
	font-size: 12px;
	font-weight: bold;
	color: #305c87;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 2px;
}

#center h4
{
	font-size: 10px;
	font-weight: bold;
	color: #305c87;
	padding-left: 45px;
	padding-top: 10px;
	padding-bottom: 5px;
}

/*** used for caption ***/
#center h9
{
	font-size: 9pt;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 4px;
}

#center p
{
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 4px;
}




#center .caption
{
	font-size: 9pt;
	font-style: italic;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 4px;
}


/*** Bullet list Text ***/
#center ul li
{
	padding-left: 10px;
}



#right .caption
{
	font-size: 9pt;
	font-style: italic;
}

/*** Fixing Firefox List Issues ***/

ul.contentList
{
	 margin-left: 100px;
	 list-style-type: disc;
}