/* <!-- */
/* Suggested Property Order:
 * display
 * list-style
 * list-style-position
 * list-style-type
 * position
 * float
 * clear
 * width
 * min-width
 * max-width
 * height
 * margin
 * margin-right
 * margin-bottom
 * margin-right
 * padding
 * padding-right
 * border
 * border-width
 * border-style:
 * border-top
 * border-top-width
 * border-right
 * border-bottom
 * border-bottom-width
 * border-left
 * border-color
 * background
 * background-color
 * background-image
 * background-repeat
 * background-position
 * color
 * font
 * font-family
 * font-style
 * font-size
 * font-weight
 * line-height
 * text-decoration
 * text-align
 * vertical-align
 * top
 * bottom
 * left
 * overflow
 * overflow-y
 * z-index
 * white-space
 * cursor
 * text-transform
 * visibility
 * other text
 * content
 *
 */


/* TOC: 
	Global
	Header
	Center Container
	Center Content
	Left Content
	Right Content
	Footer
*/

/*------------------------------ Global --------------------------------------*/
body {
	width:100%;
	margin:0;
	padding:0;
	border:0;		/* This removes the border around the viewport in old versions of IE */
	background:#EAEAEA;
	font-size:90%;
	text-align:center;
}
a {
	color:#369;
	text-align:left;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
h1, h2, h3, h6 {
	margin:0;
	padding:0;
}
h2 {
	margin:13px 0 8px 0;
	color:#666;
	font:bold 14px Arial, Helvetica, sans-serif;
}
p {
	margin:0 0 4px 0;
	padding:0;
}

/*------------------------------ Header --------------------------------------*/
.header {
	width:100%;
	margin:0 auto;
	padding:0;
	border:0;
	background:url(images/navigation_bg.jpg) repeat-x;
	text-align:center;
	white-space:nowrap;
}
.header ul{
	width:1012px;
	margin:0 auto;
	text-align:center;
}
.header ul li {
	display:inline;
	list-style:none;
	height:21px;
	font:normal 10px Arial, Helvetica, sans-serif;
	line-height:21px;
	white-space:normal;
}
.header ul li a {
	display:inline;
	padding:5px 40px 6px 40px;
	border-right:solid 1px #FFF;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
.header ul li a:hover {
	background:#369;
	color:#fff;
}
.header ul li a.active,
.header ul li a.active:hover {
	background:url(images/navigationActiver_bg.jpg) repeat-x;
	color:#fff;
	font-weight:bold;
}
.headerBannerContainer{
	width:100%;
	height:90px;
	overflow:hidden;
	white-space:nowrap;
}
.headerBannerLeft{
	position:relative;
	top:0;
	left:0;
	float:left;
	height:90px;
	width:40%;
	background:url(images/banner_Lft.jpg) repeat-x;
	overflow:hidden;
}
.headerBannerRight{
	position: relative;
	top:0;
	right:0;
	float:right;
	width:40%;
	height:90px;
	background:url(images/banner_Rt.jpg) repeat-x;
}
.headerBannerCenter{
	position:relative;
	top:-90px;
	left:0;
	float:left;
	width:100%;
	min-width:1012px;
	height:90px;
	background:url(images/banner.jpg) no-repeat;
	background-position:center;
}
.headerSpan{
	width:1012px;
}

/*------------------------------ Center Container --------------------------------------*/
.threecol{
	width:1014px;
	margin:0 auto;
	text-align:center;
}
.colmid {
	display:block;
	position:relative;
	float:left;
	width:1010px; /* changed from 100% to fix the width*/
	border-left:2px solid #c1c1c1;
	border-right:2px solid #4093df;
	border-bottom:2px solid #4093df;
	background-color:#FFF;
	text-align:left;
}
.SpecialContentTop{
	background:url(images/spContTop.gif) no-repeat;
}
.SpecialContentBottom{
	padding:8px 0px 5px 0px;
	background:url(images/spContBtm.gif) no-repeat bottom;
}
.specialContentContainer{
	list-style:none;
	width:500px;
	margin:0 auto 10px auto;
	background:url(images/spContMid.gif) repeat-y;
	text-align:center;
}
.specialContentContainer h2{
	text-align:left;
}
.col1, .col2, .col3{
	float:left;
	position:relative;
	margin:0 5px 0 5px;	
	background:#FFF;
	text-align:left;
}
.col1 {
	width:500px;				/* width of center column content (column width minus padding on either side) */
	min-width:500px;
	height:100%;
	border-right:1px solid #9c9c9c;
}
.slantContainer{
	float:right;
	width:830px;
	padding-top:10px;
	border-left:1px solid #9c9c9c;
	background:url(images/slantLines_bg.jpg) repeat-x top #FFF;
}
.col2 {
	width:160px;			/* Width of left column content (column width minus padding on either side) */
	min-width:160px;
}
.col3 {
	width:325px;				/* Width of right column content (column width minus padding on either side) */
	min-width:325px;
}
h3 a{
	text-decoration:none;
}
/*------------------------------ Center Content --------------------------------------*/
.col1 {
	margin:0;
}
.col1 h2 a{
	padding:20px 10px 0 10px;
	margin:0;
	color:#006FAE;
	font:normal 18px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.col1 h2{
	margin:25px 0 2px 0;
	line-height:20px;
}
.col1 h2 a:hover{
	color:#4da4cf;
	text-decoration:underline;
}
.col1 h4{						/*center paragraph*/
	margin:0;
	padding:0 10px 10px 10px;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#000;
}
.col1 h5{
	margin:0;
	padding:0 10px 0 10px;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#000;
}
.col1 h3{
	margin:0;
	padding:2px 10px 0px 10px;
	background:#E6F9FF;
	color:#333;
	font:normal 11px Arial, Helvetica, sans-serif;
	line-height:22px;
	vertical-align:middle;
}
.col1 h6{
	margin:0;
	padding:2px 10px 0px 10px;
	background:#CCCCCC;
	color:#333;
	font:normal 18px Arial, Helvetica, sans-serif;
	line-height:22px;
	vertical-align:middle;
}
.h3Image{
	margin:0 2px 0 2px;
	border:0;
	vertical-align: middle;
}
/*------------------------------ Left Content --------------------------------------*/
.col2 h2{
	width:160px;
	margin:0;
	padding:0 0 0 8px;
	border:1px solid #201E46;
	border-bottom: none;
	background:url(images/sectionHeader_bg.jpg) repeat-x;
	color:#FFF;
	font:bold 11px Arial, Helvetica, sans-serif;
	line-height:30px;
}
.col2 ul{
	width:160px;
	margin:0 0 8px 0;
	padding:0 4px 5px 4px;;
	border:1px solid #201E46;
	border-top: none;
	background-color:#f1f0f5;
}
.col2 li{
	padding:0 0 3px 0;
	list-style:none;
}


/*------------------------------ Right Content --------------------------------------*/
.col3{
	float:right;
	margin:0;
	padding:0 4px 0 0;
	background:url(images/slantLines_Rgt.jpg) repeat-y right #FFF;
}
.col3 h2{
	margin:0;
	padding:10px 10px 10px 10px;
	background:#FFF;
	font:normal 18px Arial, Helvetica, sans-serif;
}
.col3 ul, .rightNews{
	margin:0px;
	padding:0px;
	padding-bottom:20px;
	background:url(images/slantLines_bg.jpg) repeat-x bottom #FFF;
}
.col3 li{
	list-style:none;
	margin:0px;
	padding:4px 0px 8px 10px;
	border-bottom: 1px dotted #666;
	background:#FFF;
	color:#4da4cf;
	font:bold 11px Arial, Helvetica, sans-serif;
	text-align:left;
}
.col3 li a{
	background:#FFF;
	color:#4da4cf;
	text-decoration:none;
}
.col3 li a:hover{
	bacground:#FFF;
	color:#4da4cf;
	text-decoration:underline;
}
.moreLinks {
	text-align:right;
}
.col3 h3{
	padding:5px 10px;
	background:#FFF;
	font:normal 11px Arial, Helvetica, sans-serif;
}
.col3 h4{
	padding:5px 10px;
	background:#FFF;
	font:normal 11px Arial, Helvetica, sans-serif;
	text-align:right;
}

/*------------------------------ Footer Content --------------------------------------*/
#footer {
	float:left;
	clear:both;
	width:100%;
	border-top:1px solid #000;
}
#footer p {
	margin:0;
	padding:10px;
}
/* --> */