body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: arial,sans-serif;
	font-size: 1em;
	background: #FFF url(images/body_bg.jpg) repeat-x;
	background /*\**/: #FFF url(images/body_bg_01.jpg) repeat-x\9; /* hack for IE8 */
	color: #000;
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

#container {
	position: relative;
	margin: 0 auto; 
	width: 890px; 
	min-height: 100%;
	text-align: left;
}

/* hack for IE6 */
* html #container {
	height: 100%;
	width: 900px;
}

#banner-spacer {
	padding-top: 201px;
}
#banner-wrapper {
	position: absolute;
	top: 0; left: 0; right: 0;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
}
#banner-wrapper a {
	color: #FFF;
}
#banner-wrapper a:hover {
	text-decoration: none;
}
#banner {
	float: right;
	font-family: verdana,sans-serif;
	font-size: 40px;
	font-weight: normal;
	color: #FFF;
	margin: 0;
}
#time {
	float: right;
}
#nav {
	width: 890px;  /* required for IE6  */
	font-size: 16px;
	overflow: hidden;
	margin-top: 10px;margin-left: -10px;
}
#nav ul {
	float: left;  /* required for IE6  */
	list-style: none;
	list-style-image: none;
	width: 100%; 
	padding: 4px 0 0 10px;
	padding-top /*\**/: 5px\9; /* hack for IE8 */
	_padding-top: 0;
	*padding-top: 0;
	margin: 0;
	background: #000;
}
#nav li {
	float: left;
	margin: 0 5px 0 0;
}
#nav a {
	float: left;	/* required for IE6  */
	display: block;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	line-height: 2em;
	margin: 0;
	padding: 0 1.2em;
}
#nav li:hover, #nav li.sfhover, #nav #current {
	background: url(images/nav_bg_left.gif) top left no-repeat; /* sfhover javascript required for IE6 */
}
#nav a:hover {
	color: #4682B4;
	background: url(images/nav_bg_right.gif) top right no-repeat;
}
#nav #current a {
	color: #000;
	background: url(images/nav_bg_right.gif) top right no-repeat;
}
#nav #current a:hover {
	color: #4682B4;
}
#search {
	float: right;
	margin-top: 25px;
}

#main {
	padding: 10px 10px 0 10px;
	border-left: 1px solid #DCDCDC; border-right: 1px solid #DCDCDC;
}
#right_column {
	float: right;
	font-size: 14px;
	width: 140px;
	padding: 0 0 20px 10px;
	border-left: 1px solid #DCDCDC;
}
#right_column ul {
	list-style-type: none;
	list-style-image: none;
	font-size: 0.9em;
	font-style: italic;
	padding: 0 0 20px 0;
	margin: 20px 0 0 0;
}
#right_column ul li {
	padding: 2px 0;
}

#featured {
	font-weight: bold;
	padding: 5px;
	background: #FFE4E1;
	border: 1px solid #DC143C;
	margin: 0px -6px 20px -6px;	
}
#featured h3 {
	font-family: georgia,serif;
	font-weight: normal;
	font-size: 16px;
	font-variant: small-caps;
	color: #DC143C;
	margin-top: -2px;
	border-bottom: 1px solid #DC143C; border-top: 0;
}

#earthquake {
	padding: 5px;
	background: #FFE4E1;
	border: 1px solid #DC143C;
	margin: 0px -6px 20px -6px;	
}
#earthquake h3 {
	font-family: georgia,serif;
	font-weight: normal;
	font-size: 16px;
	font-variant: small-caps;
	color: #DC143C;
	margin-top: -2px;
	border-bottom: 1px solid #DC143C; border-top: 0;
}

#membership a {
	display: block;
	height: 100%; width: 100%;
	padding: 5px;
	background: #F5F5F5 url(images/footer_bg.gif) repeat-x;
	border: 1px solid #DCDCDC;
	margin: 20px 0 20px -6px;	
}
#membership a:hover {
	text-decoration: none;
	background: #FFF url(images/footer_bg_hover.gif) repeat-x;
}
#membership span {
	font-family: georgia,serif;
	font-size: 16px;
	font-variant: small-caps;
}

#advertshow1, #advertshow2 {
	margin: 10px 0;
	width: 120px; height: 240px;
	border: 1px solid #DCDCDC;
}

#left_column {
	float: left;
	font-size: 14px;
	width: 140px;
	padding: 0 10px 20px 0;
}

#sidemenu {
	width: 120px;
	font-size: 0.9em;
	margin: 20px 0; 
}
#sidemenu ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
}
#sidemenu a {
	display: block;
	width: 100%;
	padding: 8px 0 8px 5px;
	border-bottom: 1px solid #DCDCDC;
} 
#sidemenu #current a {
	background: #F5F5F5;
} 
#sidemenu .current a {
	background: #F5F5F5;
} 

#editorial ul {
	list-style-type: none;
	list-style-image: none;
	font-size: 0.9em;
	font-style: italic;
	margin: 0;
}
#editorial a {
	padding: 0;
}

#content {
	float: left;
	width: 550px;
	border-left: 1px solid #DCDCDC;
	padding: 0 0 10px 10px;
}
#fadeshow1 {
	height: 200px; /* set height to image height */
	border: 1px solid #DCDCDC;
}
#fadeshow1 .gallerylayer {
 background-image: url(fadeslideshow/loading.gif)!important;
 background-position: center!important;
 background-repeat: no-repeat!important;
}

#directory-wrapper {
	width: 856px;
	font-size: 13px;
	background: #F5F5F5 url(images/footer_bg.gif) repeat-x;
	border: 1px solid #DCDCDC;
	padding: 0 0 10px 10px;
	margin: 10px 0;		
}
.directory {
	float: left; 	
	padding-right: 50px;
}
.directory ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}
.directory li {
	padding: 0;
}

#copy {
	font-size: 0.8em;
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid #DCDCDC;
	margin: 0 -11px;
	background: #FFF;
}
#footer-nav {
	color: #4682B4;
}

a { 
	color: #4682B4;
	text-decoration: none;
 }
a:hover { 
	color: #808080;
	text-decoration: underline;
}
ul { 
	list-style-type: none;
	list-style-image: url(images/double-arrow.gif);
	padding: 0;
	margin-left: 15px;
}
ul.sub { 
	list-style-type: circle;
	list-style-image: none;
	padding: 0;
	margin-left: 15px;
}
ol {
	list-style-type: lower-roman;	
	padding: 0;
	margin-left: 15px;
}
blockquote {
	padding: 0;
	margin-left: 15px;
}
hr {
	color: #DCDCDC;
	background: #DCDCDC;
	border: 0;
	height: 2px;
}
form {
	margin: 0;
}
h1 {
	font-family: georgia,serif;
	font-size: 1.5em;
	font-weight: normal;
	font-variant: small-caps;
}
h2 {
	font-family: georgia,serif;
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: -5px;
	padding-bottom: 4px;
	border-bottom: 1px solid #DC143C;	
}
h3 {
	font-family: georgia,serif;
	font-weight: normal;
	font-variant: small-caps;
	padding: 4px 0;
	border-top: 1px solid #000; border-bottom: 1px solid #000; 
}
h4 {
	font-family: georgia,serif;
	font-size: 1.3em;
	font-weight: normal;
	font-variant: small-caps;
	margin: 10px 0 0 0;
}
h5 {
	font-size: 1.1em;
	font-weight: normal;
	font-variant: small-caps;
	margin: 5px 0;
}
p {
	line-height: 1.3em;
}

.form_box label {
	float: left;
	width: 200px;
	padding-right: 5px;
}
.form_box input,select {
	margin-bottom: 5px;
}
fieldset {
	border: none;
	margin-left: 0; 
	padding-left: 0;
}

.subheader {
	font-size: 1.5em;
	font-family: georgia,serif;
}
.boldtext {
	font-size: 1.2em;	
}
.smalltext {
	font-size: 0.8em;
}
.members {
	padding: 5px;
	background: #FFE4E1;
	border: 1px solid #DC143C;
	margin: 15px 0 10px 0;	
}
.members hr {
	color: #DC143C;
	background: #DC143C;
	height: 1px;
}
