/*  Start Box Hack for Fonts ==========================*/
body	{
	font-size:small;
	color:#000000;
	background-color: #FFFFdd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1px;
	margin: 2px;
}
html, body { /* saves you from the "centering jump" on short pages */
	height: 100.1%;
	margin-bottom: 1px;
}
* html body {
	font-size:x-small; /* for IE5/WIN*/
	f\ont-size:small; /*  for other IE versions	*/
}
/* End Box Hack for fonts =============================*/

#outer_container {
	max-width: 1100px;
	margin: auto;
}


/* Header Styles =============================*/
#header{
	background-color: #0034FF;
	height: auto;
	padding-top: 2px;
	width: 100%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#top_nav {
	background-color: #0034FF;
	margin-top: 0px;
	padding-top: 2px;
	display: block;
}

#top_nav ul {
	list-style-type: none;
	text-align: right;
	color: #FFFFFF;
	font-size: 80%;
	padding: 0px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 1px;
	display: block;
}
#top_nav li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.logo {
	display: inline;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}
.logo img {
	border-style: none;
}
#header_photo	{
	display:inline;
	float:right;
	text-align:right;
	margin-right:2px;
}
#header_photo img {
	border: 1px solid #FFFFFF;
}
/* End Header Styles =============================*/

/* TAG Styles =============================*/
h1 {
	font-size: 75%;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
hr {
	color: #FFAD00;
	height: 1px;
}
/* End TAG Styles =============================*/

/* Overall Page Styles =============================*/
.brclear { 
     clear:both; 
     height:2px; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
#content {
	margin: 10px 10px 10px 10px;
	padding: 2px;
	display: inline;
}
#content img {
	border-top: 1px solid #000000;
	border-right: 3px solid #666666;
	border-bottom: 3px solid #666666;
	border-left: 1px solid #000000;
}
#content h2 {
	color: #0033FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	text-decoration: none;
	font-size: x-large;
	margin-top: 2px;
	margin-bottom: 5px;
}
a:link, a:visited {
	margin-left:0px;
	text-decoration:none;
	color:#ffffff;
}
a:hover {
	margin-left:0px;
	text-decoration:none;
	color:#FFAD00;
}
a:active {
	margin-left:0px;
	text-decoration:none;
	color:#ffffff;
}
.img_rt {
	float: right;
	margin-left: 15px;
	margin-right: 5%;
	margin-top: 5px;
	display: inline;
	position: relative;
	margin-bottom: 4px;
}

.img_lt {
	float: left;
	margin-right: 20px;
	margin-left: 5px;
	border-top: 1px solid #999999;
	border-right: 3px solid #333333;
	border-bottom: 3px solid #333333;
	border-left: 1px solid #999999;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
}

.staff {
	height: 105px;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.highlighted {
	color: #0034FF;
	font-style: italic;
}
.highlighted_red {
	font-size: 105%;
	font-style: oblique;
	color: #FF0000;
}
/* End Overall Page Styles =============================*/

/* Bordered Div ====*/
.bordered_div {
	width: 225px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #FFFFcc;
	border-top: 1px solid #999999;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #333333;
	border-left: 1px solid #999999;
	float: left;
	margin-right: 25px;
}
.bordered_div li {
	font-size: 85%;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
}
.bordered_div ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	padding: 0px;
}

.bordered_div h3 {
	font-size: 90%;
	margin-bottom: 2px;
	margin-top: 2px;
}
/* End Bordered Div ====*/


/*Bottom Columns*/

#bottom_cols {
	display: block;
	text-align: center;
	margin-top: 5px;
}
#bottom_cols #bot_lft_col {
	border: 1px solid #CCCCCC;
	display: inline;
	float: left;
	position: relative;
	width: 46%;
	margin-left: 1%;
	padding: 5px;
	text-align: left;
	background-color: #eeeeee;
}
#bottom_cols h5 {
	color: #0034FF;
	margin-top: 2px;
	padding: 0px;
}
#bottom_cols li {
	margin-left: -15px;
}
#bottom_cols #bot_rt_col {
	border: 1px solid #cccccc;
	display: inline;
	float: right;
	position: relative;
	width: 46%;
	padding: 5px;
	text-align: left;
	background-color: #EEEEEE;
	margin-right: 1%;
}
#bottom_cols li {
	padding-bottom: 15px;
	list-style-type: none;
}

#bottom_cols a:link, #bottom_cols a:visited {
	margin-left:0px;
	text-decoration:underline;
	color:#006600;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFF99;
}

#bottom_cols a:hover  {
	margin-left:0px;
	text-decoration:none;
	color:#FFAD00;
	background-color: #000000;
}
#bottom_cols a:active  {
	margin-left:0px;
	text-decoration:none;
	color:#0034FF;
}
/* End Bottom Columns*/


/* LEFT Column Styles =============================*/
#left_col {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eeeeee;
	text-align: left;
	display: inline;
	float: left;
	width: 25%;
	color: #333333;
	margin-left: 1%;
	padding: 0px 5px;
	line-height: 130%;
	border: 1px solid #CCCCCC;
}
#left_col a:link, #left_col a:visited {
	margin-left:0px;
	text-decoration:underline;
	color:#006600;
}
#left_col a:hover {
	margin-left:0px;
	text-decoration:none;
	color:#FFAD00;
}
#left_col a:active {
	margin-left:0px;
	text-decoration:none;
	color:#000000;
}
#left_col h6 {
	margin: 1px;
	padding: 3px;
	font-size: 90%;
	font-weight: normal;
}
#left_col li {
	list-style-position: outside;
	padding: 0px;
	margin-left: -25px;
}
#left_col h4 {
	padding: 0px;
	margin-bottom: -2px;
	margin-top: 2px;
	color: #0034FF;
}
.left_col_img {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;

}
/* end LEFT Column Styles =============================*/

/* RIGHT Column Styles =============================*/
#right_col {
	margin-left: 27%;
	padding-left: 15px;
	padding-right: 5px;
}	
#right_col h2,#right_col h3,#right_col h4,#right_col h5,#right_col h6{
	/*color: #FFFF00;*/
	color: #0033ff;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1px;
}
#right_col a:link, #right_col a:visited, #info_box a:link, #info_box a:visited {
	margin-left:0px;
	text-decoration:underline;
	color:#006600;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #ffc;
}

#right_col a:hover, #info_box a:hover {
	margin-left:0px;
	text-decoration:none;
	color:#FFAD00;
	background-color: #000000;
}
#right_col a:active, #info_box a:active {
	margin-left:0px;
	text-decoration:none;
	color:#0034FF;
}


/* end RIGHT Column Styles =============================*/

/* Footer Styles =============================*/
#footer{
	background-color: #0034FF;
	height: 115px;
	padding-top: 5px;
}
.nav_box_container {
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #0034FF;
	width: 100%;
}
#header .nav_box {
	display: inline;
	float: right;
	width: auto;
	text-align: center;
	margin: 0;
	padding: 0 3px 2px 1em;
}
#footer .nav_box {
	display: inline;
	float: right;
	width: 90px;
	text-align: center;
	margin: 0;
	padding: 0;
}
#footer .nav_box img {
	padding: 0px;
	margin-right: 5px;
	margin-left: 5px;
	border-style: none;
}
/* End Footer Styles =============================*/

#info_box {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
}
.box_it {
	border-right: 2px solid #0034FF;
	border-bottom: 2px solid #0034FF;
	border-left: 2px solid #0034FF;
	display:none;
	list-style-type: circle;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.close_section {
	font-size: 145%;
	font-style: oblique;
	color: #FF0000;
	text-align: center; 
}
.small_link {
	font-size: 50%;
}
.tables table .alt_rows {
	background: #fec;
}
.accommodations p {
	font-size: 130%;
}
