/* Colors

Blue text: #0067b1
Gray text: #aaaaaa
Dark gray text: #474747

Blue background (tab color): #0193ce
Gray background: #ecebf0;
Text links : #0193ce

*/

html
	{
	margin: 0;
	padding: 0;
	}

body
	{
	margin: 0;
	padding: 0;
	color:#666666;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	}

/* ===================  Structural IDs ========================= */

#outside_container
	{
	width: 990px;
	margin: 0px  auto;
	background-image: url(images/background-container.png);
	background-position: 13px 140px;
	background-repeat: no-repeat;
	padding-top: 30px;
	}

#sub_page_container
	{
	width: 990px;
	margin: 0px  auto;
	background-image: url(images/background-sub_page_container.png);
	background-position: 13px 95px;
	background-repeat: no-repeat;
	padding-top: 30px;
	}

#inside_container
	{
	width: 950px;
	margin: 0  auto;
	overflow: hidden;
	}

#logo
	{
	width: 268px;
	height: 60px;
	float: left;
	}

#nav_block
	{
	width: 990px;
	height: 46px;
	background-image: url(images/nav_background.png);
	background-color: #ffffff;
	clear: both;
	}
	
#nav_items
	{
	width: 680px;
	height: 46px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	color: #ffffff;
	}
	
a.nav_item
	{
	line-height: 46px;
	font-size: 16px;
	font-weight: bold;
	color: #E7EEF6;
	text-decoration: none;
	}

a.nav_item:hover
	{
	line-height: 46px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}
	
.navon
	{
	background-image: url(images/menu_select_arrow.png);
	background-repeat: no-repeat;
	background-position: center 3px;
	}

#splash
	{
	width: 950px;
	height: 217px;
	background-image: url(images/background-splash_2.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #EAF2F9;
	vertical-align: middle;
	overflow: hidden;
	}

#sub_page_splash
	{
	width: 950px;
	background-color: #EAF2F9;
	}


#splash_copy
	{
	width: 360px;
	margin-top: 40px;
	margin-left: 20px;
	float: left;
	}
#splash_copy h1
	{
	font-size: 24px;
	color: #0193ce;
	background-color: transparent;
	margin-bottom: 0px;
	}


#content
	{
	width: 950px;
	height: auto;
	background-color: transparent;
	overflow: hidden;
	margin-top: 9px;
	}

#side_links
	{
	width: 261px;
	float: left;
	margin: 0px;
	padding-top: 15px;
	}

#side_links_text
	{
	width: 190px;
	margin-top: 5px;
	}

#side_info
	{
	width: 265px;
	float: right;
	}

#side_info_content
	{
	margin-top: 15px;
	margin-left: 20px;
	}

#main_copy
	{
	float: left;
	width: 400px;
	min-height: 610px;
	-height: 610px;  */
	float: left;
	margin: 0px;
	background-color: #ffffff;
	background-image: url(images/background_main_copy.png);
	background-repeat: repeat-x;
	background-position: top left;
	}

#main_copy_content
	{
	margin-top: 15px;
	margin-left: 30px;
	margin-right: 30px;
	background-color: transparent;
	}

#footer
	{
	clear: both;
	width: 640px;
	margin: 50px auto 20px auto;
	text-align: center;
	}

/* ======================== Selectors =========================== */

#main_copy_content h1
	{
	font-size: 16px;
	color: #0193ce;
	background-color: transparent;
	margin-bottom: 20px;
	}

#main_copy_content h2
	{
	font-size: 14px;
	color: #0193ce;
	}

.blue_heading
	{
	color: #0193ce;
	font-weight: bold;
	}

#main_copy_content h3
	{
	font-size: 12px;
	text-decoration: underline;
	margin-bottom: 0px;
	}

#main_copy_content p, #side_info_content p
	{
	width: 90%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}

#footer p
	{
	margin: 5px 0px 5px 0px;
	font-size: 10px;
	color: #000000;
	}

#side_info_content h3
	{
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	color: #474747;
	}

p.separator
	{
	border-bottom: 1px solid #0193ce;
	}

img
	{
	border: none;
	}

/* ==================== Link Formatting ======================== */

#side_links_text a
	{
	color: #0067b1;
	text-decoration: none;
	}

.top_nav_text a
	{
	text-decoration: none;
	color: #aaaaaa;
	font-size: 11px;
	font-weight: bold;
	}

#content a
	{
	text-decoration: none;
	color: #0193ce;
	}

#footer a
	{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	}


/* ======================== Classes ============================ */

.top_nav_text
	{
	margin:0 30px 0 0;
	padding-top:10px;
	text-align:right;
	}

.tag_line
	{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	}

.tag_line2
	{
	color: #555;
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	}

.tab
	{
	float: left;
	margin: 0px;
	padding: 0px;
	}

.segment
	{
	margin-top: 20px;
	}

