/*++++++++++++++++++++++++++++++++++++++ Ensign Systems Style Sheet ++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++                            ++++++++++++++++++++++++++++++++++++++*/

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

img {
	border-style:none;
}

a {
	text-decoration:none;
}

.left {
	float:left;
}

.right {
	float:right;
}

/*++++++++++++++++++++++++++++++++++++++ Top Navigation Layout ++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++                       ++++++++++++++++++++++++++++++++++++++*/

#top_nav {
	position:absolute;
	top:8px;
	right:0;
	clear:both;
	width:269px;
}

/*++++++++++++++++++++++++++++++++++++++ Main Navigation Layout ++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++                        ++++++++++++++++++++++++++++++++++++++*/

#navbar {
	background:url(navbar_bg.png) repeat-x;
	height:105px;
	max-height:105px;
	min-height:105px;
}

#nav_container {
	margin:0 auto;
	width:960px;
	position:relative;
	z-index:999;
}

#nav_logo {
	width:252px;
	position:absolute;
	top:0;
	left:0;
}

#nav_menu {
	right:0;
	top:48px;
	position:absolute;
}

.drop {
	background:#3d3d3d url(nav_menu_bg.png) top left no-repeat;
	float:left;
	width:100px;
	height:35px;
	overflow:hidden;
	border:1px solid #333;
}

.nodrop {
	background:#3d3d3d url(nav_menu_bg.png) top left no-repeat;
	float:left;
	width:100px;
	height:35px;
	border:1px solid #333;
}

/*++++++++++++++++++++++++++++++++++++++ Main Navigation Text ++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++                      ++++++++++++++++++++++++++++++++++++++*/

.drop h2 {
	color:#FFF;
	font-size:14px;
	text-align:center;
	margin-top:.7em;
	cursor:default;
}

.nodrop h2 {
	color:#FFF;
	font-size:14px;
	text-align:center;
	margin-top:.7em;
}

.drop h2 a:link, .drop h2 a:visited, .drop h3 a:link, .drop h3 a:visited, .nodrop h2 a:link, .nodrop h2 a:visited {
	color:#FFF;
}

.drop a:hover, .nodrop a:hover {
	border-bottom:none;
}

.drop h3 {
	color:#FFF;
	font-size:12px;
	margin:1.5em 0 0 1em;
	font-weight:bold;
}

.drop h4 {
	color:#FFF;
	font-size:10px;
	margin:0 0 0 1.25em;
}

/*++++++++++++++++++++++++++++++++++++++ Main Content Layout ++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++                     ++++++++++++++++++++++++++++++++++++++*/

#main_content {
	width:960px;
	margin:25px auto;
}

#promo_content {
	width:960px;
	height:275px;
	position:relative;
	max-height:275px;
	overflow:hidden;
}

.left_content {
	float:left;
	width:470px;
	margin-bottom:20px;
}

.right_content {
	float:right;
	width:470px;
	margin-bottom:20px;
}

.column {
	width:225px;
	float:left;
	margin:20px 20px 0 0;
}

.column_right {
	width:225px;
	float:right;
	margin:20px 0 0 0;
}

.left_wide_content{
	width:620px;
	float:left;	
}

.column_wide {
	width:47%;
	float:left;
	margin:20px 20px 0 0;
}

.column_wide_right {
	width:47%;
	float:right;
	margin:20px 0 0 0;
}

.right_narrow_content {
	width:300px;
	float:right;
}

.left_wide_content li {
	line-height:21px;
}

.highlight_box {
	background:#e6ecf2;
	width:918px;
	padding:0 20px;
	border:none;
}

.highlight_box .column_wide, .highlight_box .column_wide_right {
	margin:0;
	padding:0;
}

/*++++++++++++++++++++++++++++++++++++++ Main Content Text ++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++                   ++++++++++++++++++++++++++++++++++++++*/

#main_content p {
	color:#333;
	line-height:21px;
	padding:0;
}

.small_text {
	font-size:.80em;	
}

#main_content p a:link, #main_content p a:visited, #main_content h5 a:link, #main_content h5 a:visited {
	color:#7c9dc1;
	border-bottom:none;
}

#main_content p a:hover, #main_content h5 a:hover {
	color:#333;
	border-bottom:none;
}

#main_content h1 {
	color:#7c9dc1;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	margin:.25em 0 0 0;	
}

#main_content h3 {
	color:#7c9dc1;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	text-transform:uppercase;
	margin:1.25em 0 0 0;	
}

#main_content h4 {
	color:#333;
	font-style:italic;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:.75em 0;
}

#main_content h5 {
	color:#666;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin:.75em 0;
}

#main_content hr {
	border-bottom:1px solid #CCC;
	border-top:none;
	border-left:none;
	border-right:none;
	height:1px;
}

/*++++++++++++++++++++++++++++++++++++++ Footer Content Layout ++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++                       ++++++++++++++++++++++++++++++++++++++*/

#footer {
	background:#FFF url(footer_bg.png) repeat-x;
	padding-top:25px;
}

#footer_container {
	width:1060px;
	margin:0 auto;
}

#footer_container dl {
	display:block;
	float:left;
	margin:0 21px 0 0;
	padding:0 14px 0 0;
	border-right:none;
	min-height:125px;
}

#footer_container dd {
	padding:0;
	margin:0;
}

#copyright_box {
	padding-top:21px;
}

/*++++++++++++++++++++++++++++++++++++++ Footer Content Text ++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++                     ++++++++++++++++++++++++++++++++++++++*/

#footer_container dl {
	font-size:11px;
}

#footer_container dt {
	font-weight:bold;
	margin-bottom:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#footer_container dd {
	margin:5px 0;
}

#footer_container a:link, #footer_container a:visited {
	color:#000;	
}

#footer_container a:hover {
	border-bottom:none;
}

#copyright_box {
	font-size:11px;
}

#copyright_box a:hover {
	border-bottom:none;
}
