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

html { height:100%; }

body
{
	margin:0;
	padding:0;
	background:#2da6d3 url(../images/graphics_global/bg_repx.jpg) 0 0 repeat-x;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	line-height:1.4em;
	height:100%;
}

ul { margin:0; padding:0; list-style:none; }

#bg_norep_holder
{
	position:absolute;
	z-index:1;
	width:100%;
	overflow:hidden;
	background:url(../images/graphics_global/bg_norep_blue.jpg) top center no-repeat;
	top:0;
	
}

#bg_no_repeat
{
	width:1590px;
	height:661px;
}

#page
{
	position:relative;
	z-index:2;
	background:url(../images/graphics_global/bg_globalnav.png) 0 0 repeat-x;
	min-height:100%;
}

* html #page
{
	height:100%;
}

#global_navigation
{
	width:960px;
	margin:0 auto;
	
	height:80px;
}

#local_page
{
	width:960px;
	margin:0 auto;
}

#local_feature, #local_content
{
	width:943px;
	padding:9px;
	background:#fff;
}

#local_content
{
	margin-top:16px;
}


#local_copy
{
	width:710px;
	color:#333333;
	padding-top:10px;
	padding-bottom:30px;
}


#local_copy ul li
{
	padding:0 0 10px 20px;
	color: #000;
}

#local_content h3
{
	color:#6b8d28;
	font-size:1.2em;
	font-style:oblique;
}

#local_content h4
{
	color:#6b8d28;
	font-size:1.0em;
	font-weight:bold;
}

#local_content a:link, #local_content a:visited
{
	color:#1e8fb7;
}

#local_content a:hover, #local_content a:active
{
	color:#4e677b;
	background:#fbf0c3;
	font-sytle:italic;
}

.nav_local_sub
{
	background:#fbf0c3;
	padding:13px;
	margin-right:20px;
	width:185px;
}

	.nav_local_sub ul
	{
		margin:0;
		padding:0;
		list-style:none;
		
		font-size:.82em;
	}
	
	.nav_local_sub ul li
	{
		border-bottom:1px solid #dc9e23;
		padding:2px 0;
	}
	
	.nav_local_sub ul li:last-child { border:none; }
	
	.nav_local_sub ul li a:link, .nav_local_sub ul li a:visited
	{
		color:#184076;
		text-decoration:none;
		display:block;
		padding:2px 5px 1px 5px;
	}
	
	.nav_local_sub ul li a:hover, .nav_local_sub ul li a:active
	{
		color:#52aec8;
	}

#page_container
{
	padding-bottom:1.5em;
}


/* Foooter */

#global_footer
{
	margin-top:-28px;
	height:28px;
	background:#132f5e;
	position:relative;
	z-index:3;
	clear:both;
}

	#global_footer_content
	{
		background:url(../images/graphics_global/bg_global_footer.png) 0 0 no-repeat;
		width:940px;
		margin:0 auto;
		height:28px;
		
	}
	
	#global_footer_content ul
	{
		padding:6px 0 0 0;
	}
	
ul.small_horz_links
{
	color:#fff;
	font-size:.7em;
	padding:0 0 0 0;
	line-height:1.1em;
}

ul.small_horz_links li
{
	float:left;
	padding:2px 8px;
	background:url(../images/graphics_global/list_small_horz_blu.png) 0 .3em no-repeat;
}

ul.small_horz_links li:first-child { background:none; }

ul.small_horz_links li a
{
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}

ul.small_horz_links li a:hover
{
	color:#86b0d7;
	text-decoration:none;
}


h1, h2
{
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#dc9e23;
	font-variant:small-caps;
	margin:0;
}

h1 { color:#6b8d28; }
h2 { padding-bottom:10px; }

.fl_right { float:right; }
.fl_left { float:left; }
.clear {clear:both;}

img.fl_right { padding:0 15px 0 0; }
img.fl_left { padding:0 15px 0 15px; }

.ltblue { color:#23A6D3 }
.blue { color:#154073 }
.green { color:#6b8d28 }
.orange { color:#DC9E23 }

.bold { font-weight:bold; }
.italic {font-style:oblique; }
