/* Created By Lisa Merriman for Unlimited Webdesign */
/* NOTES: Netscape 4 bug: can't apply table padding using css. Must use html for that. */

/************ GLOBAL RESET STUFF **************/
* { 
padding: 0; 
margin: 0; 
}
p, pre, blockquote, form, label, ol, dl, fieldset, address { margin: 20px 0; }
h1, h2, h3, h4, h5, h6 { margin: 0.2em 0; }
dd, blockquote { margin-left: 40px; margin-bottom: 0.9em;} 
fieldset { padding: 10px; }
p {
	margin-top: 0em;
	margin-bottom: 1em;
	line-height: 1.4;
} 

/************ APPEARANCE TAGS **************/

sup {
	line-height: 0;
	vertical-align: text-top;
	font-size: 8pt;
}
sub {
	position: relative;
	line-height: 0;
	vertical-align: 0;
	font-size: 8pt;
	top: 0.8ex;
}


TABLE { empty-cells: show; }
TD { vertical-align: top; }

A:link, A:visited { color: #003399; }
A:hover { color: #CC9900; }

h1 {  font-size: 14pt; font-weight: normal; color: #07438F; text-transform: uppercase; margin-bottom: 0.5em; text-align: left; }
h2 {  font-size: 12pt; font-weight: bold; color: #07438F; text-transform: uppercase; text-align: left; margin-top: 1em; }
h3 {  font-size: 11pt; font-weight: bold; color: #000000; } 
h4 {  font-size: 10pt; font-weight: bold; color: #000000; } 

UL {
	padding-left: 1.5em;
	margin-left: 2em;
	margin-top: 0.5em;
}

UL LI {
	padding-left: 0em;
	margin-bottom: 0.4em;
	background-image: url(images/bullet.gif); 
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

DL {
	margin-top: 0;
}
DT {
	margin: 0;
	font-weight: bold;
	font-size: 11pt; 
}
DD {
	margin: 0 0 1em 0;
}

CAPTION {
	padding: 0.5em;
	font-size: 8pt;
	text-align: center;
	line-height: 1.2em;
}

textarea, .nice_textfield { 
	border: 1px solid #CBA62A;
}

/*************************************** 
 ************ LAYOUT TAGS **************/
body {
	margin:0px 0px 0px 0px;
	background-color: #FFFCED; /*darker splellow #FFFBE4; */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	color: black;
}

.container_outer {
	position: relative;
	padding-top: 40px;
}

#main_table {
	position: relative;
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

#left_cell {
	padding: 9px 12px 12px 12px;
	width: 165px;
/*border: 1px solid red; */
}

#left_cell UL {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#content_cell {
	padding: 5px 10% 5px 2%;
	background-image: url(images/bg-stars.gif);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: justify;
}

.header_out {
	background-color: #F8EFC2;
	background-image: url(images/header-bg-right.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

.header_table {
	width: 100%;
	height: 122px;
	border-collapse: collapse;
}

.logo_cell {
	background-color: #FFFCED;
	background-image: url(images/header-bg.gif);
	background-repeat: repeat-x;
	background-position: top left;

}

.header_photo_cell {
	background-image: url(/cgi-bin/rand_headpic.cgi);
/*	background-image: url(images/headerphoto-star-800.jpg); */
	background-repeat: no-repeat;
	background-position: 0px 12px;
	width: 100%;
}

.logo_img {
	padding-top: 40px;
	padding-left: 15px;
	padding-right: 50px;
/*border:1px solid red; */
}

/********** MENU CONTAINER ***********************/

.headermenu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #25446C;  /* was brown #B56227; */
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}


/********** SECTION SUBMENU ***********************/

#left_cell H2 {
	margin-left: -20px;
	margin-right: 5px;
	margin-top: 0.2em;
	padding: 1px 0.5em 1px 0;
	background-color: #FAF3CF;
	border: 1px solid #D0AC00;
	text-align: right;
	font-size: 10pt;
	text-transform: uppercase;
}

UL.subsection_menu {
	list-style-type: none;
	padding: 0;
	padding-left: 5px;
	padding-right: 8px;
	margin-bottom: 2em;
}

UL.subsection_menu LI {
	padding: 0.2em 0 0.2em 0.8em;
	margin: 0;
	font-size: 8pt;
	font-weight: bold;
	border-bottom: 1px dotted #CBA62A;
}

UL.subsection_menu A {
	text-decoration: none;
}

/******** ATTENTION BOX **********************/

.attention_box {
	width: 150px;
	padding: 5px 0px;
	margin-left: 0px;
	margin-bottom: 1.5em;
	border: 1px solid #CBA62A;
	background-color: #FAF3CF;
	font-size: 8pt;
	text-align: center;
}

/******** SPECIAL 'BUTTONS' FOR SUBMENU **********************/
.fauxbutton {
	width: 150px;
	margin-left: 0px;
	margin-bottom: 1.5em;
	font-size: 8pt;
	font-weight: bold;
}
.fauxbutton A {
	display: block;
	padding: 5px 0px;
	background-color: #25446c;
	border: 1px solid #25446c;
	color: white;
	text-decoration: none;
}
.fauxbutton A:hover {
	background-color: #FAF3CF;
	border: 1px solid #CBA62A;
	color: #003399; 
	text-decoration: none;
}
/********** FOOTER ***********************/

.footer_outer {
	color: #666;
	margin-top: 1em;
	padding-bottom: 1em;
/*	border-top: 1px solid #DEB306; */
}

.footer_inner {
	padding-left: 210px;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	line-height: 1.6em;
}


.tinyprint {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
}
.footer_inner A:link, .footer_inner A:visited {
	color: #666;
	text-decoration: none;
}

.footer_inner A:hover {
	color: #666;
	text-decoration: underline;
}

.footer_inner .footer_menu A:link, .footer_inner .footer_menu A:visited {
	color: #ad8c24;
	padding: 1px 4px 1px 0px;
	margin-right: 1em;
	text-transform: uppercase;
	text-decoration: none;
}

.footer_inner .footer_menu A:hover {
	color: #CC9900;
	text-decoration: underline;
}

/********* ILLUSTRATIONS ***************************/
.ill, .ill_left, .ill_right, TABLE.table_gallery {
	position: relative;
	font-size: 8pt;
	text-align: center;
	line-height: 1.2;
}

.ill A, .ill_left A, .ill_right A {
	text-decoration: none;
}

.ill A:hover, .ill_left A:hover, .ill_right A:hover {
	text-decoration: underline;
}

.ill {
	margin-bottom: 1em;
	font-weight: normal;
}

.ill_right {
	float: right;
	margin: 5px 0px 1.5em 2em;
	clear: left;
}

.ill_left {
	float: left;
	margin: 5px 2em 1em 0px;
}

.ill IMG, .ill_left IMG, .ill_right IMG, .table_gallery IMG  {
	margin-bottom: 0.5em;
	border: 1px solid black; /* was ochre #CC9900; */
}

TABLE.table_gallery {
	position: relative;
	width: 70%;
	border-collapse: collapse;
	margin: 1em 0;
	margin-left: auto;
	margin-right: auto;
}

TABLE.table_gallery TD {
	padding: 10px 15px;
}