
HTML {
	margin: 0px;
	padding: 0px;
}
BODY {
	margin: 0px;
	padding: 0px;
	font: normal .75em Arial, sans-serif;
	color: #1c2334;
	line-height: 1.35em;
	background: #fff url(color_blue/pics/body.png) repeat-x left top;
}

/* Basic Elements
===================*/
A {
	text-decoration: underline;
	outline: none;
	color: #3974d5;
}

A:hover {
	text-decoration: none;
}

H1 A, H2 A, H3 A,
H1 A:hover, H2 A:hover, H3 A:hover {
	text-decoration: none;
	color: #1c2334;
}

H1 {
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0;
  	padding: 10px 0 5px 0;
  	color: #1c2334;
}
H2 {
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0;
  	padding: 10px 0 5px 0;
  	color: #1c2334;
}
H3 {
	font-size: 0.95em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0;
  	padding: 10px 0 5px 0;
  	color: #1c2334;
}
P {
	margin: 0;
	padding: 8px 0;
}
HR {
	clear: both;
	height: 1px;
	border: 0;
	margin: 8px 0;
	padding: 0;
	color: #bababa;
	background-color: #bebebe;
}

INPUT, SELECT, TEXTAREA {
	font: 12px Arial, sans-serif;
}
FORM {
	margin: 0;
}
IMG {
	border-color: #bebebe;
}
TABLE {
	border-color: #bebebe;
	clear: both;
}
TD {
	border-color: #bebebe;
}

/* wrapperCenter
===================*/

#wrapper {
	height: auto;
	margin: 0 auto 30px auto;
	min-height: 250px;
	overflow: hidden;
	position: relative;
	width: 1000px;
}

/* Header
===================*/
#header {
	width: 1000px;
	height: 156px;
	position: relative;
	overflow: hidden;
	float: left;
	background: url(color_blue/pics/header.png) no-repeat left top;
}

#linkList_3000 {
	position: absolute;
	right: 0px;
	top: 51px;	
}

#linkList_3000 UL{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	float: left;
}

#linkList_3000 UL LI{
	display: inline;
	float: left;
	padding-right: 24px;
}

#linkList_3000 UL LI A{
	color: #fff;
	padding-right: 10px;
	text-decoration: none;
	line-height: 1em;
	background: url(color_blue/pics/raquoWhite.png) no-repeat right 6px;
}

#linkList_3000 UL LI A:hover{
	color: #a0C5dc;
	background: url(color_blue/pics/raquoWhiteHover.png) no-repeat right 6px;
}

/* Logo
===================*/
#logo {
	width: 180px;
	height: 71px;
	overflow: hidden;
	position: absolute;
	top: 13px;
	left: 24px;
}


/* Nav
===================*/
#nav {
	width: 970px;
	overflow: hidden;
	position: absolute;
	bottom: 22px;
	left: 15px;
}

#nav UL {
	list-style-type: none;	
	float: left;
	margin: 0px;
	padding: 0px;
}

#nav UL LI {
	float: left;
}

#nav UL LI SPAN {
	display: none;	
}

#nav UL LI A {
	display: block;
	padding: 0px 19px 0px 12px;
	float: left;
	background: url(color_blue/pics/navLi.png) no-repeat right center;
	font-size: 1.3em;
	text-decoration: none;
	color: #fff;
}

#nav UL LI.last A {
	background: none;
}

#nav UL LI A:hover {
	color: #a0c5dc;	
}

#nav UL LI.open A {
	color: #a0c5dc;
}

/* Content
===========*/
#content {
	width: 998px;
	padding: 52px 1px 0px 1px;
	background: #fff url(color_blue/pics/content.png) repeat-y left 30px;
	height: auto;
	min-height: 392px;
	overflow: hidden;
	position: relative;
	float: left;
}

#clearDiv {
	position: absolute;
	top: 1px;
	left: 1px;
	height: 53px;
	width: 998px;
	background: #fff;	
}

#main {
	float: right;
	width: 397px;
	position: relative;
	right: 301px;
	height: auto;
	min-height: 50px;
	overflow: hidden;
}

#main .mainText {
	/*float: left;*/
	width: 397px;
	height: auto;
	min-height: 50px;
	overflow: hidden;
}

#column1 {
	float: left;
	width: 185px;
	padding-left: 65px;
}

#column2 {
	float: right;
	width: 186px;
	position: relative;
	left: 333px;
}

/*Subnavi
===========*/
#subnav {
	height: auto;
	min-height: 1px;
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
}

#subnav UL {
	float: left;
	width: 185px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#subnav UL LI {
	float: left;
	width: 185px;
	background: url(color_blue/pics/subnavLi.png) no-repeat left bottom;
}


#subnav UL LI A{
	color: #909090;
	font-size: 1.1em;
	display: block;
	width: 175px;
	text-decoration: none;
	padding: 9px 0px 9px 10px;
	background: url(color_blue/pics/raquoGrey.png) no-repeat 160px 15px;
}

#subnav UL LI A:hover {
	color: #185b98;
	background: url(color_blue/pics/raquoGreyHover.png) no-repeat 160px 15px;
}

#subnav UL LI.open A {
	color: #185b98;
	background: url(color_blue/pics/raquoGreyHover.png) no-repeat 160px 15px;
}

#subnav UL UL {
	width: 160px;
	padding: 6px 0px 6px 25px;
}

#subnav UL UL LI {
	width: 160px;
	background: none;	
}

#subnav UL UL LI A{
	width: 150px;
	font-size: 1em;
	padding: 3px 0px 3px 10px;
	background: none;
}

#subnav UL UL UL {
	width: 135px;
	padding: 0px 0px 0px 25px;	
}

#subnav UL UL UL LI {
	background: none;	
}

#subnav UL UL UL LI A{
	width: 125px;
	font-size: 1em;
	padding: 1px 0px 1px 10px;
	background: none;
	font-size: .9em;
}

/* Column1 - Column2 text
===========*/
#column1 .column1Text, #column2 .column2Text {
	height: auto;
	min-height: 1px;
	overflow: hidden;
	float: left;
}

#column1 .column1Text {
	width: 185px;
	margin-bottom: 10px;
}

#column2 .column2Text {
	width: 186px;	
}

.button {
	background: url(color_blue/pics/buttonLeft.gif) no-repeat top left;
	display: inline-block;	
	height: 32px;
	text-decoration: none;
	color: #000;
	line-height: 1em;
	font-size: 1.25em;
}

.button SPAN{
	background: url(color_blue/pics/buttonRight.gif) no-repeat top right;
	display: inline-block;	
	height: 24px;
	padding: 8px 20px 0px 20px;
	cursor: pointer;
}

.button:hover {
	color: #3974D5;	
}

/*Footer
===========*/


#footerContainer {
	margin: 0 auto;
	padding: 0px 15px;
	position: relative;
	width: 870px;
}

#footerContainer P {
	padding: 0px;	
}


#footerLinks {
	float: left;
	width: 820px;
	border: 1px solid #d4d4d4;
	padding: 15px 25px;
	font-size: 0.9em;
	margin-bottom: 10px;
}

#footerLinks UL {
	width: 820px;
	float: left;
	padding: 0px;
	margin: 0px;
	list-style-type: none;	
}

#footerLinks UL LI {
	float: left;
	margin-right: 6px;
}

#footerLinks UL LI A{
	color: #1c2334;
	display: block;
	float: left;
	padding-right: 10px;
	text-decoration: none;
	background: url(color_blue/pics/footerlinksLi.png) no-repeat right center;
}

#footerLinks UL LI A:hover {
	color: #3974d5;
}

#footer {
	float: left;
	width: 575px;
	padding: 0px 0px 0px 25px;
	font-size: 0.9em;
	line-height: 1.25em;
	color: #a3a2a2;
	height: auto;
	min-height: 1px;
	overflow: hidden;
}

#linkList_3001 {
	float: right;
	padding-right: 15px;
	font-size: 0.9em;
	color: #a3a2a2;
}

#linkList_3001 UL{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	float: left;
}

#linkList_3001 UL LI{
	display: inline;
	float: left;
	padding-right: 10px;
}

#linkList_3001 UL LI A{
	color: #a3a2a2;
	padding-right: 9px;
	text-decoration: none;
	background: url(color_blue/pics/raquoGreySmall.png) no-repeat right 5px;
	line-height: 1em;
}

#linkList_3001 UL LI A:hover{
	color: #3974d5;
	background: url(color_blue/pics/raquoGreySmallHover.png) no-repeat right 5px;
}

/* really
=============*/

#really {
	width: 820px;
	float: left;
	padding: 50px 25px 10px 25px;
	text-align: right;
	background: url(color_blue/pics/footerGradient.png) no-repeat center 7px;
}

#really A {
	color: #909090;
	display: inline-block;
	padding: 2px 5px;
	font: bold 12px Arial Black, Arial, sans-serif;
	text-decoration: none;
}

#really A:hover {
	background-color: #000;
	color: #8fd71e;
	text-decoration: none;
}

/* Sitemap 
=============*/

#pageList {
	padding: 15px 0 0 0;
}
#pageList UL {
	margin: 0;
	padding: 0;
}
#pageList UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding: 2px 0 2px 25px;
}
