@charset "UTF-8";
/* CSS Document */

p, td, h1, h2, h3, h4, ul, li, td, table, tr {
	margin:0;
	padding:0;
	}
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #002a44;
	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 */
}
.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:none;
	border-right:#999999 1px solid;
	border-left:#999 1px solid;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* HEADER ELEMENT */

#header_element {
	background-image:url(../images/header_top_02.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:172px;
}
#header_element h2 {
	font-size: 24px;
	font-weight:normal;
	padding:55px 0 0 600px;
	}
#header_element a {
	font-weight:bold;
	color:white;
	text-decoration:none;
	}
#header_element a:hover {
	font-weight:bold;
	color:white;
	text-decoration:underline;
	}
	
/* GLOBAL NAVIGATION */
#global_nav ul {
	list-style:none;
	background-color:#002a44;
	text-align:center;
	font-size:18px;
	color:#666666;
	padding:10px 0 15px 0;
	}
#global_nav li {
	display:inline;
	padding-right:13px;
	}
#global_nav li a {
	text-decoration:none;
	color:#FFFFFF;
	}
#global_nav li a:hover {
	text-decoration:none;
	color:#0066CC;
	}

.plain_list ul {
	list-style:none;
	margin:15px 0 0 20px;
	padding:0;
	}
.plain_list li {
	padding:0 0 8px 0;
	}
.bullet_list ul {
	list-style:disc;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:40px;
	}
.bullet_list li {
	padding-bottom:3px;
	}



/* MIDDLE ELEMENT */
	
#middle_element {
	background-image:url(../images/mid_section_05.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:318px;
}
#middle_element h1 {
	font-size:24px;
	font-weight:normal;
	padding:10px 0 0 20px;
	}
#middle_element h2 {
	font-size:18px;
	font-weight:normal;
	padding:20px 0 10px 0;
	}
#middle_element h3 {
	font-size:14px;
	padding:0px 0 0px 20px;
	font-weight:normal;
	}
#middle_element a {
	font-weight:bold;
	color:#002a44;
	text-decoration:none;
	}
#middle_element a:hover {
	font-weight:bold;
	color:#002a44;
	text-decoration:underline;
	}
	
	
	
/* SUB NAV */	

#sub_navigation {
	background-color:#fee5b2;
	}
	
#sub_navigation h2 {
	font-size:18px;
	font-weight:normal;
	padding:20px 0 0 20px;
	}
#sub_navigation ul {
	padding:10px 0 0 20px;
	list-style:none;
	}
#sub_navigation a {
	font-weight:bold;
	color:#002a44;
	text-decoration:none;
	}
#sub_navigation a:hover {
	font-weight:bold;
	color:#002a44;
	text-decoration:underline;
	}
	

/* BOTTOMLINKS */

#bottomLinks {
	text-align:center;
	background-color:#006699;
	color:#999999;
	padding:10px 0;
	font-size:12px;
	font-weight:bold;
	}
#bottomLinks ul {
	list-style:none;
	}
#bottomLinks li {
	display:inline;
	padding-right:8px;
	}
#bottomLinks a {
	text-decoration:none;
	color:#FFFFFF;
	}
#bottomLinks a:hover {
	text-decoration:none;
	color:#0099FF;
	}
	
	
	
	
/* MAIN CONTENT */
	
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFFFFF;
}
#mainContent h1 {
	font-weight:normal;
	font-size:24px;
	padding:20px 0 10px 0;
}
#mainContent h2 {
	font-weight:normal;
	font-size:18px;
	padding:20px 0 10px 0;
}
#mainContent p {
	padding:0px 0 5px 0;
}
#mainContent ul {
	list-style:disc;
	padding:0 0 5px 0;
	margin-left:25px;
	}
#mainContent a {
	font-weight:bold;
	color:#002a44;
	text-decoration:none;
	}

#mainContent a:hover {
	font-weight:bold;
	color:#002a44;
	text-decoration:underline;
	}
	
	
/* THIS MAIN CONTENT SECTION IS FOR THE INTERNAL PAGES. THERE IS NO SUB NAV SECTION ON INTERNAL PAGES */

#mainContent_internal {
	padding-bottom:30px;
	background-color:#FFFFFF;
	}
#mainContent_internal ul {
	list-style:none;
	padding:25px 0 0 20px;
	font-size:12px;
	}
#mainContent_internal li {
	padding:0 0 10px 0;
	}
#mainContent_internal a {
	background-color:none;
	color:#002a44;
	text-decoration:none;
	font-size:16px;
	}
#mainContent_internal a:hover {
	background-color:#FFCC66;
	text-decoration:underline;
	color:#002a44;
	font-size:16px;
	}
#mainContent_internal h2 {
	font-weight:normal;
	font-size:18px;
	padding:20px 0 10px 0;
	}
	
#meetUs li {
	padding-right:10px;
	line-height:20px;
	}

/* WHATS NEW BANNER */

#whatsNew {
	text-align:center;
	background-color:#006699;
	color:#FFFFFF;
	padding:5px 0;
	font-size:14px;
	}
#whatsNew a {
	text-decoration:none;
	color:white;
	}
#whatsNew a:hover {
	text-decoration:none;
	color:#00CCFF;
	}



#footer {
	background-color:#002a44;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	}