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

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

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

.little { font-size:11px }
.big { font-size:16px }

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

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

A:link.menuwhite    { text-decoration: none; color: white }
A:visited.menuwhite { text-decoration: none; color: white }
A:hover.menuwhite   { text-decoration: none; color: black }

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

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

.rhsdiv {
	background: #70ac70 url(/gfx/rhs_back.jpg) no-repeat;
	font-size:8pt;
	color:white;
	padding-top:2px;
	padding-left:15px;
	height:18px;
}
.rhsdiv A:link { color:white; }
.rhsdiv A:visited { color:white; }
.rhsbody {
	font-size:8pt;
	padding:5px;
	border:1px solid #CCCCCC; border-width:1px;
}
.rhslist {
	margin-bottom:3px;
	border:1px solid #EEEEEE; border-width:0 0 1px 0;
}

.banner_item {
	margin-top: 8px;
}

A:link.lhsmenu    { text-decoration: none }
A:visited.lhsmenu { text-decoration: none }
A:hover.lhsmenu   { text-decoration: none; background: #70ac70; color: white }

.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: #333333;
	/*
	background:URL(/gfx/title_background2.png); 
	*/
	font-size: 13px;
	font-weight: normal;
	color:#FFF;
	height:auto;
	line-height:1em;
	width:205px;
	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 ------------------------------------------------------- */

.caldate {
	width:50px;
	padding:5px 0;
        display:table-cell;
	background:url(/gfx/date-frame.png) no-repeat;
}
.caldate span {
	display:block;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.caldate strong {
	display:block;
	text-align:center;
	color:#57b715;
	font-size:22px;
}
.caldate span.top {
	padding:5px 0 5px 0;
	font-size:14px;
}
.caldate span.time {
	font-size:13px;
	color:#57b715;
	padding:0px 0 10px 0;
}

.calevents {
	margin:0;
	padding:0;
	list-style:none;
}
.calevents li {
	background:url(/gfx/bg-dash.gif) repeat-x;
	position:relative;
	padding:8px 0 3px 0;
	margin:0;
	height:60px;
	overflow:hidden;
}
.calevents li:first-child {
	padding:0 0 3px 0;
	background:none;
}
.calshadow {
	position:absolute;
	top:48px;
	width:100%;
	height:22px;
	background: -webkit-linear-gradient(transparent, white);
	background: -o-linear-gradient(transparent, white);
	background: -moz-linear-gradient(transparent, white);
	background: linear-gradient(transparent, white);
}

span.calitem{
        display:table-cell;
        padding:0 5px 0 10px;
	margin:0;
}

.calevents_full {
	margin:0;
	padding:0;
	list-style:none;
}
.calevents_full li {
	background:url(/gfx/bg-dash.gif) repeat-x;
	padding:20px 0 20px 0;
	margin:0;
}
.calevents_full li:first-child {
	background:none;
}

span.calitem_full {
        display:table-cell;
        padding:0px 5px 0 10px;
	margin:0;
	width:790px;
}

span.calitem_full h4 {
	margin:0;
	padding:0;
}

.calposted {
	margin:10px 10px 0 20px;
	float:right;
	font-size:10px;
}

.embedvideo {
	position: relative;
	padding-bottom: 36.0%; /* letter box ratio? */
	padding-top: 25px; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
}

.embedvideo iframe,
.embedvideo object,
.embedvideo embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
}
