a {
	font-size: 12px;
	color: #036;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #036;
}
a:hover {
	text-decoration: underline;
	color: #036;
}
a:active {
	text-decoration: none;
	color: #036;
}

/*
#menu {
	background: url(images/menu_bg.jpg) #2c4460 repeat-x;
}

#menu ul {
	list-style-type: none;
}

#menu ul li {
	float:left;
	margin: 0;
}

#menu ul li a.first_menu_item {
	border-left: 1px solid #dbd9dc;
}

#menu ul li a:link, #menu ul li a:visited {
	display:block;
	color: #fff;
	font-weight: bold;
	float:left;
	padding: 5px 10px;
	border-right: 1px solid #dbd9dc;	
}
#menu ul li a:hover {
	background: url(images/menu_bg_over.jpg) repeat-x;
}
*/
.s{
	font-size: 10px;
}

.head {
	color: #9BC5C6;
	font-weight: bold;
}

.tabhead {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}

.tab {
	color: #4F82B7;
	font-size: 10px;
}

a.tlink {
	color: #9BC5C6;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}
a.tlink1 {
	color: #3A73B7;
	text-decoration: underline;
	font-size: 11px;
}
.copy {
	color: #B3E3F2;
	font-size: 10px;
}

a.link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

#news_and_events {
	margin-top: 20px;
}

.side_section_header {
	color: #fff; 
	font-weight:bold;
	background: url(images/white_arrow_right.gif) 10px 52%  no-repeat;
	padding: 0 5px 0 25px;
	margin: 5px 0;
}

.content {
	background:url(images/newsbg.jpg) repeat-y;	
}

.news_event {
	margin-bottom: 20px;
}

.news_event_title {
	text-align:right;
	color: #9BC5C6;
	font-weight: bold;
}

.news {
	color: #B7C3D2;
	font-size: 10px;
}
.newsb {
	color: #B7C3D2;
	font-size: 11px;
	padding: 5px 15px 0 15px;
}

.date {
	color: #FFFFFF;
	font-size: 10px;
}


.copy a:link, .copy a:visited {
	color: #fff;
}

.copy a:hover {
	color: #000;
}





/****************************************** DROP DOWN MENU ************************************************/
.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #fff;*/
width: 100%;
background: url(images/menu_bg.jpg) 0px 0px repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
margin: 0;
}

.chromestyle ul li a{
color: #fff;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #fff;
}

.chromestyle ul li a:hover{
background: url(images/menu_bg_over.jpg) 0px 0px repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #fff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #000099;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 95%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #000099;
}
/****************************************** END DROP DOWN MENU ************************************************/

/********************************* Set Minimum Height of main content area on all browsers********************/
/* for Mozilla/Safari/Opera */
*>#height_outer_container {
 padding-top: 500px;
 min-height: 1px;
}
*>#height_outer_container #height_inner_container {
 margin-top: -500px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html #height_outer_container {
 height: 500px;
}
/* end filter */
/********************************* END Minimum Height of main content area on all browsers********************/


/* EVENT PAGES MENU BAR */
ul#nav_bar {
	margin: 0 0 15px 0;
}

ul#nav_bar li {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
}

ul#nav_bar li {
	margin:0 3px;
}

ul#nav_bar li.current_page a {
	font-weight:bold;	
}

#agenda_table {
	width: 100%;
}

#agenda_table, #agenda_table td, #agenda_table th {
	border-collapse: collapse;
	border: 1px solid #000;
}

#agenda_table td, #agenda_table th {
	padding: 5px;
}

#agenda_table th {
	text-align:center;
}

tr.alt td {
	background: #E0E8EF;
}

tr.over td {
	background: #A7C6DF;
}

#ShoppingTable {
	border:#CCCCCC solid 1px;
}
#ShoppingTable td {
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#ShoppingTable a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}
#ShoppingTable a:hover {
	color:#006699;
}
#CartTable td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.Cart_field {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	border:#666666 solid 1px;
}	
.cmxform fieldset p.error label { color: red; }
div.container {
	background-color: #eee;
	border: 1px solid red;
	margin: 5px;
	padding: 5px;
}
div.container ol li {
	list-style-type: disc;
	margin-left: 20px;
}
div.container { display: none }
.container label.error {
	display: inline;
}
form.cmxform { width: 30em; }
form.cmxform label.error {
	display: block;
	margin-left: 1em;
	width: auto;
}

#fader {
	height: 116px;
	overflow: hidden;
	}
#kudos{
	margin: 0;	
}

.ktext {
	font-weight: normal;
	float: left;
	width: 490px;
	padding-left: 10px;
	}
.kimg {
	float: right;
	width: 273px;
	height: 116px;
	overflow: hidden;
	padding-right: 10px;
	}
.bycls {
	margin-top:0px;
	opacity:0.7;
}
.bycls:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;	
}	