body {	margin : 0px;
	text-align:center;
}

table, p, div, li, input, select, textarea, blockquote, body {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 13px;
}

.little { font-size:11px }

A:link    { color: black }
A:visited { color: black }
A:hover   { color: #333399 }

/*
A:link.menu    { text-decoration: none }
A:visited.menu { text-decoration: none }
A:hover.menu   { text-decoration: none; color: white }
*/

A:link.noul    { text-decoration: none }
A:visited.noul { text-decoration: none }
A:hover.noul   { text-decoration: none }

A:link.menu2    { color: #FFFFFF; text-decoration: none }
A:visited.menu2 { color: #FFFFFF; text-decoration: none }
A:hover.menu2   { color: #dab579; text-decoration: none }

.sitemenu    { font-size:9pt }
A:link.sitemenu    { text-decoration: none; color:#FFFFFF }
A:visited.sitemenu { text-decoration: none; color:#FFFFFF }
A:hover.sitemenu   { text-decoration: none; color:#000000 }

input, select, textarea {
	border-width:1;
	font-size:11;
	/*
	background-color:#EFEFEF;
	*/
	color:#000000;
}
.proceed { /*background-color:#CCFFCC*/
}

#container {
	width: 992px;
	/*
	width: 850px;
	*/
	text-align: left;
	margin: 0px auto;
	position: relative;
	background: white;
}

#top_header {
	position:absolute; 
	left:0px; 
	top:20px; 
	padding:5px; 
	background:URL(/gfx/title_background2.png); 
	color:#FFFFFF; 
	font-size: 14pt;
}

#contents {
	margin:0px;
	padding:10px 10px 0 10px; 
	border:1px solid #CCCCCC;
	border-width:0 1px 1px 1px;
}

/*
#banners {
	width: 120px;
	height: 300px;
	margin-top: 0px;
	background:#EEEEEE;
}

#content {
	width: 840px;
}
*/

.banner_item {
	margin-bottom: 8px;
}

#index_right_column {
	width:48%; 
	float:right;
	margin-top: 0px;
	padding-left: 10px;
	margin-bottom:10px;
}

#index_left_column {
	width:49%; 
	float:left;
	padding-right: 10px;
	border-right: #e1e1e1 solid 1px;
	margin-bottom:10px;
}

.calendar_item {
	
}

h1 { font-size:14pt; }
h2 { font-size:12pt; margin-top:0 }
h3 { font-size:10pt; }

.grey_line {
	border-top: #e1e1e1 solid 1px;
	width: 90%;
	height: 2px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.mapbubble {
	font-size:11px;
}

.calheading {
	font-size:10px;
	text-align:center;
}
.calday {
	width:12px;
	font-size:10px;
	border:1px solid #CCCCCC;
	border-width:1px 1px 1px 0;
	text-align:center;
}

h3.si_heading {
	background:#EEEEEE;
	margin-top:5px;
	margin-bottom:0px;
	padding:2px 0 2px 0;
	font-size:12px;
}

.r2 {
	background: #EEEEEE;
}
.r2 td {
	background: #EEEEEE;
}
.r3 td {
	border:1px solid #CCCCCC; border-width:0 0 1px 0;
}
.r4 td {
	background: #EEEEEE;
	border:1px solid #CCCCCC; border-width:0 0 1px 0;
}

.weather {
	border:1px solid #CCCCCC;
}

.weather td {
	width:1%;
	font-size:11px;
}
.weather td.prompt {
	text-align:right;
	padding-right:10px;
}
.weather td.r1 {
	background:#FFFFFF;
}
.weather td.r1a {
	background:#FFFFF0;
}
.weather td.r2 {
	background:#EEEEEE;
}
.weather td.r2a {
	background:#E0E0E0;
}

/* --------------------------------------------------------------- */
/****************** CSS Driven Menu ***************/
	
#menu {
   /*
   background-color: #333333;
   */
   height: 29px;
   z-index: 100;	
}	
	
	
/* hack to correct IE5.5 faulty box model */
* html #menu_list {
	float: left;
	height: 28px;
	z-index: 100;
}

/* remove all the bullets, borders and padding from the default list styling */
#menu_list ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 100;
}

#menu_list ul ul {
	width:150px;
	z-index: 100;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu_list li {
	float:left;
	position:relative;
	border:1px solid #666666;
	border-width:0 1px 0 0;
	z-index: 100;
}

#menu_list li a.top_parent_current {
	/*
	background:  #333333;
	*/
	z-index: 100;
}

/* style the links for the top level */
#menu_list a, #menu_list a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	text-align: center;
	color:#FFF;
	padding-left: 12px;
	padding-right: 12px;
	height:27px;
	/*
	background: #333333;
	*/
	background:URL(/gfx/title_background2.png); 
	line-height:28px;
	z-index: 100;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #menu_list a, * html #menu_list a:visited {
	float: left;
	z-index: 100;
}

/* style the second level background */
#menu_list ul ul a.drop, #menu_list ul ul a.drop:visited {
	background:#d4d8bd;
	z-index: 100;
}

/* style the third level background */
#menu_list ul ul ul a, #menu_list ul ul ul a:visited {
	background:#2390cb;
	z-index: 100;
}

/* style the third level hover */
#menu_list ul ul ul a:hover {
	background:#034b8b;
	z-index: 100;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu_list ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:27px;
	left: 0;
	width:105px;
	z-index: 100;
}

/* another hack for IE5.5 */
* html #menu_list ul ul {
	top:27px;
	t\op:27;
	z-index: 100;
}


/* style the table so that it takes no ppart in the layout - required for IE to work */
#menu_list table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
	z-index: 100;
}

/* style the second level links */
#menu_list ul ul a, #menu_list ul ul a:visited {
	background:URL(/gfx/title_background2.png); 
	/*
	background: #333333;
	*/
	font-size: 13px;
	font-weight: normal;
	color:#FFF;
	height:auto;
	line-height:1em;
	width:145px;
	text-align: left;
	padding: 6px;
	border-width:0 1px 1px 1px;
	z-index: 100;
}

/* yet another hack for IE5.5 */
* html #menu_list ul ul a, * html #menu_list ul ul a:visited {
	width:145px;
	z-index: 100;
}

/* style the top level hover */
#menu_list a:hover, #menu_list ul ul a:hover {
	color:#000;
	background:#EEEEEE;
	z-index: 100;
}
#menu_list :hover > a, #menu_list ul ul :hover > a {
	color:#000;
	background:#EEEEEE;
	z-index: 100;
}

/* make the second level visible when hover on first level list OR link */
#menu_list ul li:hover ul,
#menu_list ul a:hover ul{
	visibility:visible;
	z-index: 100;
}
/* keep the third level hidden when you hover on first level list OR link */
#menu_list ul :hover ul ul{
	visibility:hidden;
	z-index: 100;
}
/* keep the forth level hidden when you hover on first level list OR link */
#menu_list ul :hover ul :hover ul ul{
	visibility:hidden;
	z-index: 100;
}
/* make the third level visible when you hover over second level list OR link */
#menu_list ul :hover ul :hover ul{
	visibility:visible;
	z-index: 100;
}
/* make the forth level visible when you hover over second level list OR link */
#menu_list ul :hover ul :hover ul :hover ul{
	visibility:visible;
	z-index: 100;
}

/* class ------------------------------------------------------- */


