/* CSS Document */

@import "menu/menu.css";
@import "forms/forms.css";


/*--------------------background--------------------*/

* {
	margin: 0px;
	}

body  {
	background: #e6e6e6 url(images/gradient_bg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	}

img {
	border: 0;
	}

p, ul, h1, h2, h3, h4, h5, h6	{
	margin: 0; padding: 0; font-weight: normal; list-style: none
	}

ol {
	margin: 0;
	padding: 0;
	}
 
.hide, hr {
	display: none;
	}
	
p {
	line-height: 1.5em;
	margin: 0 0 10px;
	}
	
h1 {
	font-size: 28px;
	font-weight: normal;
	color: #333;
	margin: 10px 0 8px;
	line-height: 32px;
	}

h2 {
	font-size: 20px;
	font-weight: normal;
	color: #333;
	margin: 20px 0 10px 0;
	line-height: 22px;
	}

	
h3 {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	margin: 20px 0 5px 0;
	line-height: 20px;
	}
	
h4 {
	font-size: 12px;
	color: #333;
	margin: 10px 0 5px 0;
	font-weight: bold;
	}
	
h5 {
	font-size: 10px;
	color: #999;
	margin: 5px 0 5px 0;
	}
	
	
/* ======================= Wrapper ======================= */

#wrapper {
	width: 780px;
	height: auto;
	margin: 0px auto;
	position: relative;
}


/* ======================= Header ======================= */

#header {
	width: 780px;
	height: 140px;
	}

.logo {
	margin: 20px 0 10px 0;
	}
	
#dragon {
	background: url(images/header/dragon.png) no-repeat;
	position: absolute;
	width: 140px;
	height: 150px;
	top: 40px;
	right: -20px;
	z-index: 2000;
}

#dragon_flash {
	position: absolute;
	width: 60px;
	height: 100px;
	right: 0px;
	z-index: 3000;
}


/* ======================= Main ======================= */

#main_wrapper {
	width: 500px;
	height: auto;
	float: left;
	margin-bottom: 15px;
	z-index: 0;
	}
	
#main_content {
	margin-left: 10px;
	}


#main_content a {
	color: #308c2b;
	text-decoration: none;
	position: relative;
	padding: 0 2px;
	}
	
#main_content a:hover {
	background-color: #308c2b;
	color: #fff;
	border: none;
	}
	
.external_link {
	background-image: url(images/external_link_bg.gif);
	background-repeat: no-repeat;
	background-position: 99% 2px;
	padding-right: 15px !important;
	}

.content_box { 
  	margin: 0px -10px 20px;
 	border: 1px solid #ccc;
	padding: 2px;
	line-height: 1.3em;
	}

.content_box ol {
	margin-left: 20px;
	}

.content_box ul li {
	background: #f1f1f1 url(images/ul_bg.gif) repeat-x bottom;
	border: 1px solid #ccc;
	border-bottom: none;
	margin: 0 0 5px 10px;
	position: relative;
	}
	
	
.content_box ul .header {
	list-style: none;
	background: #308c2b url(images/header_bg.gif) repeat-x top !important;
	padding-top: 10px;
	color: #fff;
	border: 1px solid #1e691b;
	border-bottom: none;
	}

.content_box ul .last {
	border-bottom: 1px solid #ccc;
	}

.content_box ul li {
	margin: 0;
	padding: 10px 50px 10px 10px;
	}
	
.content_box.simple ul li {
	background: #f1f1f1 url(images/ul_bg.gif) repeat-x bottom;
	margin: 0;
	padding: 10px 10px 10px 10px;
	line-height: 1.3em;
	}

/*** Links List ***/
#main_content ul.links {
	margin: 17px 0 20px;
	border: 1px solid #ccc;
	padding: 2px;
	list-style: none;
	background: none;
	font-size: 11px;
	}
	
#main_content ul.links li a img {
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
	}
	
#main_content ul.links li {
	margin: 0;
	position: relative;
	border: none;
	background: #eee;
	border: 1px solid #ddd;
	border-top: none; 
	}

#main_content ul.links li.first {
	border-top: 1px solid #ddd;
	}
	
#main_content ul.links a {
	display: block;
	border: none;
	line-height: 25px;
	padding: 5px 0px 5px 20px;
	color: #666;
	background: #f0f0f0 url(images/bullet_bg_2.gif) no-repeat 0px 5px;
	}
	
#main_content ul.links a:hover {
	background: #308c2b url(images/bullet_bg_ql_hover_2.gif) no-repeat 0px 5px;
	color: #fff;
	}

#main_content ol {
	margin-left: 20px; 	
	}



/* ==== Breadcrumbs ==== */

#breadcrumb {
	text-transform: uppercase;
	font-size: 10px;
	text-align: left;
	margin-left: -3px;
	margin-bottom: 25px;
	line-height: 14px;
	}
	
#breadcrumb a {
	text-decoration: none;
	color: #308c2b;
	padding: 2px 5px;
	}
	
#breadcrumb a strong {
	color: #777;
	font-weight: normal;
	}
	
#breadcrumb a:hover {
	background: #fff;
	border: 1px solid #e8e9e3;
	padding: 2px 4px;
	color: #308c2b;
	}

/* ==== Button ==== */

.button {
	margin-top: 5px;
	}


/* ======================= Sidebar ======================= */

#sidebar_wrapper {
	width: 255px;
	height: auto;
	float: right;
	margin: -10px -5px 10px 0;
	}

#quicklinks_wrapper {
	background: url(images/quicklinks/quicklinks_bg.gif) no-repeat;
	width: 255px;
	height: 290px;
	margin-bottom: 5px;
	}
	
#quicklinks_content {
	width: 225px;
	height: 260px;
	text-align: center;
	padding: 15px 10px 0 14px;
	}
	
#quicklinks a {
	display: block;
	}
	
	
/* ==== Quicklinks ==== */

#quicklinks {
	background: #fff;
	width: 225px;
	height: 70px;
	}


/* ==== Promo Area ==== */

#promoarea {
	width: 256px;
	height: auto;
	margin-left: 0px;	
	}

/* ======================= Footer ======================= */

#footer {
	position: relative;
	border-top: 1px solid #CCC;
	padding: 10px 10px 20px 0;
	font-size: 10px;
	color: #999;
	clear: both;
	min-height: 1px;
	}
	
* html #footer {
	height: 1px;
	}
	
#footer a {
	color: #666;
	text-decoration: none;
	padding: 0 2px;
	}
	
#footer a:hover {
	background: #308c2b;
	color: #fff;
	}
	
#footer_sitecredit {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 10px 0px;
	}
	
	
/* ======================= Other Pages ======================= */
	
	
/***
partners logos
***/
	
.gs_logo_small {
	float: right;
	margin: -30px 0 20px 10px;
	}
	
	
	/***
small print
***/

ol.smallprint {
	font-size: 10px;
	line-height: 1.5em;
	margin-left: 15px;
	}
	
ol.smallprint ol {
	margin-top: 10px;
	}
	
ol.smallprint li {
	margin-bottom: 10px;
	}

#main_content ul.smallprint {
	margin: 0 10px 20px 0;
	border: none;
	padding: 0;
	font-size: 11px;
	line-height: 13px;
	}
	
#main_content ul.smallprint li {
	background: none;
	list-style: url(images/bullet_bg_white.gif);
	border: none;
	margin: 0 0 10px 15px;
	padding: 0 0 0 5px;
	}
	
.note {font-size: 10px;}
	
	
/***
Table Styles
***/
table {
	font-size: 11px;
	margin: 10px -5px;
	}

th {
	text-align: left;
	border-bottom: 1px solid #eee;
	vertical-align: top;
	}
	
td, th {
	padding: 2px 5px;
	vertical-align: top;
	}
	
/***
Sitemap
***/

#main_content ul.sitemap {
	border: none;
	width: 300px;
	}
	
#main_content .sitemap ul {
	border: none;
	margin: 0;
	padding: 0;
	}

#main_content .sitemap li {
	border: none;
	background: url(images/bullet_bg_1.gif) no-repeat 5px 5px;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 16px;
	}
	
#main_content .sitemap li a {
	border: none;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	display: block;
	height: 18px;
	line-height: 18px;
	padding: 0 0 0 20px;
	}
	
#main_content .sitemap li a:hover {
	color: #fff;
	background: #308c2b url(images/bullet_bg_ql_hover_1.gif) no-repeat 5px 5px;
	}
	
#main_content .sitemap ul li {
	background: url(images/bullet_bg_1.gif) no-repeat 5px 5px;
	margin: 2px 0 2px 10px;
	padding: 0;
	border: none;
	}
	
	
#main_content .sitemap ul li ul {
	background: none;
	margin-left: 10px;
	padding: 0;
	border: none;
	}
	
#main_content .sitemap ul li ul a:hover {
	background: #308c2b url(images/bullet_bg_ql_hover_1.gif) no-repeat 5px 5px;
	}
		
#main_content .sitemap ul li a {
	border: none;
	color: #666;
	font-size: 10px;
	font-weight: normal;
	}
	
#main_content .sitemap ul li a:hover {
	background: #308c2b url(images/bullet_bg_ql_hover_1.gif) no-repeat 5px 5px;
	}
	
.error {
	border: 2px solid #cc0000;
	}
	
/***
Data Grid
***/	
	
.data_grid {
	font-size: 11px;
	border: 1px solid #bbb;
	margin: 10px -10px;
	position: relative;
	padding: 2px;
	}
	
.data_grid.large {
	margin: 10px -10px;
	}
	
.data_grid td, .data_grid th {
	background: #f1f1f1 url(images/ul_bg.gif) repeat-x bottom;
	padding: 5px 10px;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	}
	
.data_grid th {
	background: #308c2b url(images/header_bg.gif) repeat-x top !important;	text-align: left;
	color: #fff;
	font-size: 10px;
	border: 1px solid #1e691b;
	border-left: none;
	}
	
.data_grid td.first {
	border-left: 1px solid #bbb;
	}
	
.data_grid th.first {
	border-left: 1px solid #1e691b;
	}


/***
Other Rules
***/	
	
.int_banner {
	margin-left: -10px;
	}
	
a:hover.nil {background: none !important;}
	
#initial_date {
	font-size:10px;
	line-height:1.5em;
	float:right;
	padding:7px 7px 3px 7px;
	border:1px solid #CCC;
}

.initial_date_text { float:left; }
	
.horizontal_dotted_line { border-bottom: 1px dotted #CCCCCC; width: 100px; float:left; }

/***
Lightbox 
***/	

#main_content a.chc_earthquake {
	color: #899e08;
	border-bottom:none !important;
	text-decoration: none;
	position: relative;
	padding: 0 2px;
	}
	
#main_content a.chc_earthquake:hover {
	background-color: #e6e6e6 !important;
	color: #fff;
	border: none;
	}

	

	


	

