@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	background: #274F71 url(../images/template/main_bg.jpg) repeat-x;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #123858;
}

p {
	margin: 0;
	padding: 0 10px 10px 10px;
	line-height: 16px;
}

a {
	color: #2d6c83;
	text-decoration: none;
	font-weight: bold;
}	

h1 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	color: #2d6c83;
	font-weight: bold;
	padding: 0 10px 0 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

h2 {
	color: #b2d039;
	padding: 0 10px 0 10px;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Helvetica, sans-serif;
}

h3 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #2d6c83;
	padding: 0 10px 10px 10px;
	margin: 0;
	text-decoration: underline;
}

h4 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #b2d039;
	font-weight: normal;
	line-height: 14px;
	padding: 0 10px 0 10px;
}

h5 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	color: #2d6c83;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0 10px 0 10px;
}

h6 {
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Helvetica, sans-serif;
	margin-bottom: 0;
	margin-top: 0;
	color: #b2d039;
	padding: 0 0 0 10px;
}

hr {
	color: #f1f6d4;
	background-color: #f1f6d4;
	border: 0;
	margin: 3px 10px 3px 10px;
}

#top_nav_cont {
	height: 44px; 
	width: 900px; 
	margin: 0 auto; 
	margin-top: 14px;
	font-size: 11px;  
	clear: both;
}

#header_cont {
	width: 900px; 
	height: 184px; 
	margin: 0 auto;
}

#subnav_cont {
	height: 28px; 
	width: 900px; 
	margin: 0 auto;
}

#body_cont {
	margin: 0 auto; 
	width: 900px; 
	background: url(../images/template/body_cont_bg.jpg);
}

#footer {
	width: 900px; 
	margin: 0 auto; 
	height: 39px;
	padding-bottom: 20px;
	clear: both;
}

#two_col {
	width: 560px; 
	float: left;
	padding: 10px 20px 10px 20px;
	background: #fff;
}

.heading {
	padding-bottom: 15px;
}

#two_col ul {
	 list-style: url(../images/template/bullet.jpg) disc;
	 margin-left: 1em;
	 margin-right: 10px;
	 line-height: 16px;
}

#two_col ul li {
	font-weight: bold;
}

.two_col_left {
	width: 250px; 
	padding-right: 20px; 
	padding-left: 10px;
	float: left;
}

.two_col_right {
	width: 249px; 
	border-left: dotted #c8ceac 1px; 
	padding-left: 20px;
	padding-right: 10px; 
	float: left;
}

.callout_box {
	width: 560px;
	padding-top: 20px;
	padding-bottom: 10px;
	clear: both;
}

#right_col {
	width: 277px; 
	float: right;
	padding: 10px;
	text-align: center; 
}

.blue_box {
	width: 277px;
	padding: 10px 0 0 0;
}

.blue_box p {
	padding: 10px 25px 5px 25px;
}

.blue_box ul {
	padding: 0px 25px 0px 45px;
	text-align: left;
}

.blue_box ul li {
	margin-bottom: 7px;
	list-style: disc url(../images/template/bullet2.jpg) outside;
	color: #2d6c83;
}

.blue_box ul li a {
	color: #2d6c83;
	font-weight: bold;
}

.program_tbl {
	margin-bottom: 10px;
}

.program_tbl .table_times {
	 border-right: 1px solid #d1e59b;
	 border-bottom: 1px solid #d1e59b;
	 color: #123858;
}

.program_tbl td {
	border-bottom: 1px solid #d1e59b;
	color: #57853d;
}

.program_tbl .feature_event {
	font-weight: bold; 
	font-size: 14px; 
	color: #0e3857;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
	
	
/* MooTools Dropdown Menu Styles */

#drop_down_menu {  
	clear: both; 
	position: absolute;
	margin: 0px; 
	padding: 0px; 
	list-style-type: none; 
	text-align: center; 
	float: left; 
	font-family: Tahoma, Helvetica, sans-serif;
}

#drop_down_menu li { 
	font-size: 11px; 
	font-weight: bold; 
	float: left; 
	cursor: pointer; 
}
 
#drop_down_menu li ul { 
	margin: 0px; 
	padding: 0px; 
	list-style-type: none;
	border-top: 1px solid #538300;
}

#drop_down_menu li ul li { 
	display: inline; 
	float: none; 
	clear: both;
}

#drop_down_menu li ul li a { 
	font-weight: normal; 
	text-decoration: none; 
	display: block;
	padding: 7px;
	background: url(../images/btn/dropd_bg.jpg) #f2f6d6;
	color: #538300;
	border: 1px solid #538300;
	border-top: 0px;
}

#drop_down_menu li ul li a:HOVER { 
	background: url(../images/btn/dropd_bg_ro.jpg) #e2faff;
	font-weight: bold;
	font-size: 10px;
}

<!--[if IE]>
<style type="text/css">
  .clearfix {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
<![endif]-->