/*--- Cleanse the  margin (IE and Firefox) */
*{margin:0;}

/*--- Main Page Navigation---*/
body {
	background-color: #333;
}
.container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	width: 800px;
	background-color: #FFFFFF;
	clear: both;
	float: none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(images/nav.jpg);
	background-repeat: repeat-y;
}
.header {
	background-image: url(images/header.jpg);
	height: 160px;
	width: 800px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
.content_top {
	height: 0px;
	width: 800px;
	background-color: #FFFFFF;
}
.content {
	width: 620px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-image: url(images/body.png);
	float: right;
}
.content_text {
	width: 560px;
	padding-right: 30px;
	padding-left: 30px;
}
.footer {
	height: 10px;
	width: 800px;
	background-color: #0079C2;
	float: left;
	background-image: url(images/footer.jpg);
}


/*--- Navigation Items (Top Navigation)---*/
.nav_top {
	height: 33px;
	width: 730px;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	float: none;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#nav_top a {
	background-image:url(images/menu_item.jpg);
	width:145px;
	display:inline;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
	padding-top:6px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bolder;
	padding-left: 15px;
	padding-bottom: 6px;
}
#nav_top a:hover {
	color:#999999;
}

/*Clear floats*/
.clear_float {
	clear: both;
	overflow:hidden;
	height: 1px;
}

/*--- Navigation Items (Left Navigation)---*/
#nav_left {
	position:relative;
	width: 180px;
	float: left;
	/*---font-family: Verdana, Arial, Helvetica, sans-serif;---*/
	font-size: 12px;
}
#nav_left ul {
	margin:0;
	padding: 0;
}
#nav_left ul li {
	margin: 0;
	padding: 4px 15px 4px 10px;
	width: 155px;
	background-color:#FFF;
	list-style-type: none;
}
#nav_left ul li a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #0079C2;
	font-weight: bold;
	font: Arial, Helvetica, sans-serif;
	text-indent: -1px;
	}
#nav_left ul ul {
	position:relative;
}	
#nav_left ul ul li {
	padding-left: 20px;
	width: 150px;
}
#nav_left ul ul li a {
	display: block;
	font-size: 11px;
	text-decoration: none;
	color: #CE9F00;
	font-weight: bold;
	font: Arial, Helvetica, sans-serif;
	text-indent: -1px;
	}

#nav_left ul a.last {
	border-bottom: none;
	}
#nav_left ul a:hover {
	color: #D0142C;
	background-color: #FFFFFF;
}

/*--- Old Nav Items
.nav_left {
	width: 180px;
	float: left;
	background-color: #FFF;
}
#nav_left p {
	float:left;
}
#nav_left a {
	background-image:url(images/menu_item.png);
	width:160px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	padding-top:6px;
	text-decoration:none;
	color:#0079C2;
	font-weight:bolder;
	padding-left: 10px;
	padding-bottom: 4px;
	border-bottom: solid #DEB406 1px;
}
#nav_left a:hover {
	color:#D0142C;
	background-color: #FFFFFF;
}
---*/

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0079C2;
	font-weight: bold;
}
/*---Text Styles ---*/
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DEB406;
	font-weight: bold;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #AE8C04;
	font-weight: bold;
}
h4 {
	font-weight: bold;
	color: #FFF;
	background-color: #0079C0;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}


.text_std_bold_italic_gold {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-weight: bold;
	color: #DEB406;
	font-style: italic;
}
.text_std_bold_text_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0079C2;
	font-style: normal;
}
.text_std_bold_text_gold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #DEB406;
	font-style: normal;
}



.text_bold_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.text_bold_ital {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.text_highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #003399;
}

/*--- Custom HTML tags ---*/
ul {
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 10px;
	text-indent: 0px;
}
ul li {
	padding-bottom: 8px;
}
ol {
	margin-left: 30px;
	margin-right: 20px;
	padding-left: 10px;
	text-indent: 0px;
}
ol li {
	padding-bottom: 3px;
}
blockquote {
	margin-right: 20px;
	margin-left: 20px;
}
.content_reg {
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-image: url(images/body.png);
	float: left;
}
.content_text_reg {
	width: 740px;
	padding-right: 30px;
	padding-left: 30px;
}
.content_text_reg h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0079C2;
	font-weight: bold;	
}

.content_text_reg h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DEB406;
	font-weight: bold;
}
.text_reg_emphasis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DEB406;
	font-weight: bold;	
}
.field_trip_time {
	font-size: 12px;
	color: #000;
}

	
	

.reg_block {
	border: 1px solid #0079C2;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 5px;
	background-color: #F3F9FC;
}
.admin_tbl_header {
	background-color: #FDF1C1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDB808;	
}
.admin_tbl_group {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #DEB406;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDB808;
}
.field_trip_separator {
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #0079C0;
}

