body {
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	scrollbar-highlight-color: #e6eefa;
	scrollbar-shadow-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-darkshadow-color: #a7c1ec;
	scrollbar-base-color: #996699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #99CCCC;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 480px 120px;
	/*background-image: url(../images/bgswirl.gif);*/
}

td{
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


ul {
	margin-top:0;
}


ol {
	margin-top:0;
}



A:link {
	font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; color: #ffffff; text-decoration: none
}
A:visited {
	font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; color: #ffffff; text-decoration: none
}
A:hover {
	font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000; text-decoration: none
}
A:active {
	font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff; text-decoration: underline
}


.subHeading
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 18px; /* Font Size */
	color: #ffffff; /* Font Color */
	font-weight: bold; /* Font Style */
	text-decoration: none; /* Font Style */
	background-color: #99cccc; /* Background color */
	background-image: none; /* Background Image */
	text-align: left; /* Text Align */
}



/* ---------------------------------------------------------------------------- */
/* bottom nav */
/* ---------------------------------------------------------------------------- */

#address {
	color: #FFFFFF;
}


DIV.bottom_nav A:link {
	font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal; color: #FFFFFF; text-decoration: none
}
DIV.bottom_nav A:visited {
	font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal; color: #FFFFFF; text-decoration: none
}
DIV.bottom_nav A:hover {
	font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; color: #FFFFFF; text-decoration: underline
}
DIV.bottom_nav A:active {
	font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF; text-decoration: underline
}
.bgswirl {
	background-attachment: fixed;
	background-image: url(../images/bgswirl.gif);
	background-repeat: no-repeat;
	background-position: right center;
	visibility: visible;
}

.titleshim {
	background-attachment: fixed;
	background-image: url(../images/title_shim.gif);
	background-repeat: repeat;
	visibility: visible;
	
}
.searchBar {
	background-color: #E8E8E8;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #B5B5B5;
	border-left-color: #B5B5B5;
	font-size: 9px;
	font-weight: bold;

}

.smallbold {
	font-size: xx-small;
	font-weight: bold;

}
.newsArticle {
	font-size: 10px;
	font-weight: normal;
}

.newsTitle {
	font-size: 10px;
	font-weight: bold;
}

.smallText {
	font-size: 10px;
	font-weight: normal;
}

.newsDate {
	font-size: 10px;
	font-weight: bolder;
}

.agenciesLinks {
	font-size: 12px;
}

.printHeaders {
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
	background-color:#006699;
	}
	
.topnavLinks {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

.footerlinks{
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
}

/* Start of Navbar styles */

/* TOP NAV BAR */
#header ul {
width:780px;
  margin:0;
  padding:0px 10px 0px 0px;
  list-style:none;
  }
#header li {
	float:left;
	display:inline;
	background:url("../images/nav/left.gif") no-repeat left top;
	margin:0;
	padding:0px 5px 0px 9px;
	position: relative;
	top: 5px;
  }
#header a {
	float:left;
	display:block;
	background:url("../images/nav/right.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
	
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#333;
  }
#header #current {
	position: relative;
	top: 0px;
  background-image:url("../images/nav/left_on.gif");
  }
#header #current a {
	position: relative;
	top: 0px;
  background-image:url("../images/nav/right_on.gif");
  color:#ffffff;
  padding-bottom:9px;
  }
/* ######################################################################################################

/* SIDE NAV BAR */
#subheader ul {
  margin:0;
  padding:0px 5px 0px 0px;
  list-style:none;
  }
#subheader li {
	/*float:left;
	/*background:url("../images/nav/sidenav_over.gif") no-repeat left top;
	margin:0;
	padding:0 35 0 9px;
	position: relative;*/
	
  }
#subheader a {
	
	position: relative;
	display:block;
	background:url("../images/nav/sidenav_over.gif") no-repeat left top;
	margin-top: 5px; 
	padding-left:5px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
	font-size: 9px;
	
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#subheader a {float:none;}
/* End IE5-Mac hack */
#subheader a:hover {
  color:#333;
  }
#subheader #current {
	position: relative;
	left: 0px;
  /*background-image:url("../images/nav/sidenav_out.gif");*/
  }
#subheader #current a {
	position: relative;
	left: 0px;
  background-image:url("../images/nav/sidenav_out.gif");
  color:#ffffff;
  padding-left:5px;
  }
  
h2 {
	display: block;
	padding: 0px;
	 }
#alphabet a{
	font-size: 24px;
	font-weight: bold;
	}
	
#search_title a{
	font-size: 12;
	font-weight: bold;
	}
.search_data {
	font-size:10;
	font-weight:bold;
	}
	
form {
	margin: 0px;
	padding: 0px;
}

.agencyName {
	font-size: 14px;
	color: #000000;
}


#pop_up_container{
width:780px;
height: 450px;


}
#pop_up_header{
	font-size: 16px;
	color: #417a7b;
	text-align: left;
	font-weight:600;
	background-color:#FFFFFF;
	border-bottom: 5px solid #986699;
	padding: 15px 10px 15px 18px;
}
.pop_up_plan{
	background-image:url("../images/pop_up_bg.gif");
	background-repeat:no-repeat;
	width:400px;
	height: 344px;
}
.pop_up_jo{
	background-image:url("../images/pop_up_jo.gif");
	background-repeat:no-repeat;
	width:372px;
	height: 398;
	color:#FFFFFF;
	font-size: 11px;
	font-weight: 600;
	padding: 35px 30px 10px 20px;
	
}
#pop_up_image_map{

	width:340px;
	height: 291px;
	margin: 40px 20px 10px 40px;
}

.pop_up_rooms{
	background-image:url(../images/pop_up_movie_bg_sm.gif);
	background-repeat:no-repeat;
	width:372px;
	height: 344px;
	color:#FFFFFF;
	font-size: 11px;
	padding: 35px 20px 10px 20px;
	}
.pop_up_rooms h3{

	color:#FFFFFF;
	font-size: 14px;
	padding: 8px 2px 2px 2px;
	line-height:2px;
	}

.pop_up_rooms p{

	color:#FFFFFF;
	font-size: 10px;
line-height:10px;
	}
	
#content_bottom{
	background-color: #996799;
	color: #ffffff;
	border: 1px solid #ffffff;
	font-size: 11px;
	margin: 6px 18px 0px 15px; 
	padding: 5px 10px 5px 6px;
	line-height:14px;

	}