@charset "UTF-8";
/*--- tlg color match = #000066 blue #A7998F is gray #85807D is darker gray  #53514f is darkest gray --- */

/* this css controls the layout of the secondary pages. */
body  {
	background: #000066;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Arial, Helvetica, sans-serif;
}

/*------- Container Rules ---------*/	

#container {
	width: 1026px;  /* using 20px less than a full px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 14px;
} 

/*-------- header rules -----------*/
 #header {
	height: 105px;
	width: 1026px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	position:relative;
	vertical-align: middle;
	margin-right: 0;
	padding-top: 5px;
} 
#header  p {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000066;
	letter-spacing: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: right;
	display: block;
	vertical-align: top;
}

/* -- main navigation styles --*/

#header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 760px;
	list-style: none;
	background-image: url(images/chc-menu-back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}
	
#header ul li {
	float: left;
	}
	
#header ul a {
	font-size: 14px;
	line-height: 25px;
	text-decoration: none;
	color: #fff;
	float: left;
	display; block;
	background-image: url(images/chc_menu_divide.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 16px;
	}
#header ul a.first {
	background: none;
	}	
	
#header ul a:hover {
	color: #CC9933;
	}	


#sidebarLeft/*------- sidebar rules -----------*/
 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px;
	color: #666666;
	margin-top: 10px;
	font-size: 12px;
	margin-left: 10px;
	padding: 10px;
}

#sidebarLeft h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660000;
}

#sidebarLeft h2 {
	font-size: 14px;
	color: #85807D;
}


/*------- Main Content Rules -----------*/
.pagetitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	line-height: 26px;
	margin-top: 15px;
	margin-bottom: 10px;
}

#mainContent {
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #A7998F;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 195px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 5;
	padding-left: 20px;
	color: #666666;
	line-height: 1.5em;
} 
.coloredList {
	color: #000066;
}
#mainContent #title {
	float: left;
	clear: right;
	margin-left: 0px;
}

#mainContent  a:link {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
#mainContent  a:visited {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
#mainContent a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000CC;
	text-decoration: underline;
}

#mainContent  a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #57509e;
	text-decoration: none;
	line-height: 1.2em;
}

.copyright {
	font-size: 9px;
	color:#A7998F;
}


h1 {
	font-size: 16px;
	color: #534538;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #534538;
	line-height: 18px;
	font-size: 12px;
}

h4 {
	font-size: 14px;
	color: #53514F;
}
#homepageTable {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 12px;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}

#homepageTable h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006666;
	background-image: url(im/NavOff_hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#homepageTable h1 {
	font-size: 16px;
	display: block;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	margin-bottom: 5px;
	font-weight: bold;
}
#homepageTable h2 {
	font-size: 13px;
	display: block;
	color: #a7998f;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	margin-top: 15px;
	font-weight: bold;
}

#homepageTable a:link {
	color: #000066;
	text-decoration: none;
}
#homepageTable a:visited {
	color: #000066;
	text-decoration: none;
}
#homepageTable a:hover {
	color: #000066;
	text-decoration: underline;
}

/*------ footer rules ---------- */

 #footer {
	background:#000066;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 1026px;
	margin-right: auto;
	margin-left: auto;
} 
 #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-weight:bold;
	color: #666666;
}
	
#footer a:link {
	text-decoration: none;
	font-size: 9px;
	color: #3347b2;
	font-weight:bold;
}
	
#footer a:visited {
	text-decoration: none;
	color: #999999;
	font-weight:bold;
}
	
#footer a:hover {
	text-decoration: none;
	color:#fff;
	font-weight:bold;
}

	
/*____ SLOGAN RULES ----------*/
#slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000066;
	text-align: center;
	margin: 0px;
	letter-spacing: 4px;
}	
	
/*----------- FLOAT RULES -------------*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.historyEraSubtext {
	margin-top: -15px;
}
