@charset "utf-8";
/* CSS Document */
body {
	background-color: #18417B;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.maindiv {
	background-color: #083C8C;
	border: 1px solid #8CA2C6;
	padding: 10px;
	height: 100%;
}
.header {
	background-color: #FFFFFF;
	height: 100px;
	background-image: url(../images/marionks.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.leftheaderimage {
	height: 100px;
	width: 250px;
	text-align:left;
}
.rightheaderimage {
	height: 100px;
	width: 250px;
	float:right;
}
.topnav {
	background-color: #083C8C;
	width: 100%;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #FFFFFF;
	border-left-color: #000000;
}
	.calendarBox {
		position: relative;
		top: 30px;
		margin: 0 auto;
		padding: 5px;
		width: 254px;
	}

	.calendarFloat {
		float: left;
		width: 31px;
		height: 25px;
		margin: 1px 0px 0px 1px;
		padding: 1px;
		border: 1px solid #000;
	}
body {
	font-family: Tahoma;
	font-size: 95%;
}
a {
	color: #000099;
	text-decoration: none;
}
.mainmenu {
	background-color: #FFFFFF;
	width: 180px;
	padding-right: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
	padding-left: 10px;
	overflow: visible;
}
.maincontent  {
	margin-left:50%;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.table  {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #FFFFFF;	
}
.style1 {
	font-size: 14px;
	font-weight: normal;
}
.topnavimg   {
	padding-right: 1px;
	padding-left: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;}
	
.topnavimg a:link {
	color: #000000;
	text-decoration: none;
}
.imagemargin {
	margin: 5px;
}

.topnavimg a:visited {
	text-decoration: none;
	color: #000000;
}
.topnavimg a:hover {
	text-decoration: none;
	color: #000000;
}
.topnavimg a:active {
	text-decoration: none;
	color: #FFFFFF;
}	
a {
	font-family: Tahoma;
	font-size: 95%;
}
.style2 {color: #FFFFFF}
.footerlinks a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
}
.footerlinks {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
}
.maindiv .table .mainmenu div {
	width: 12em;
	}
td.mainmenu  {
	width: 185px;
	}
.bulletingboard {
	background-image: url(../bulletinboard/background.jpg);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	border: 2px groove #804000;
}
a img {
 border-style: none;
}
.chamberlistingtable {
	border: thin solid #000000;
	text-align: center;
	background-position: center;
	left:50%;	
	z-index:1;
	background-position: center;
	text-align: center;
	margin-left: -130px;
}
table.sortable {
	border-spacing: 0;
	border: 1px solid #000;
	border-collapse: collapse;
}
table.sortable th, table.sortable td {
	text-align: left;
	padding: 2px 4px 2px 4px;
	border-style: solid;
	border-color: #444;
}
table.sortable th {
	border-width: 0px 1px 1px 1px;
	background-color: #4A82BD;
	border-top: 1px solid #000;
	}
table.sortable td {
	border-width: 0px 1px 0px 1px;
}
table.sortable tr.odd td {
	background-color: #DEE7F7;
}
table.sortable tr.even td {
	background-color: #fff;
}
table.sortable tr.sortBottom td {
	border-top: 1px solid #666;
	background-color: #ccc;
	font-weight: bold;
}

.flt {
	background-image:url(images/filter.gif) ;
	background-repeat:no-repeat ;
	font-weight:bold ;
}

.flt_s {
	background-image:url(images/filter.gif) ;
	background-repeat:no-repeat ;
	font-weight:bold ;
}
#description {
	padding: 10px;
}
#weather {
	background: #6f9dbe;
	background: -webkit-gradient(linear, left top, left bottom, from(#adc7db), to(#6f9dbe));
	background: -moz-linear-gradient(top, #b2bcc8, #adc7db);
	width: 185px;
	margin: 0 auto;
	padding: 5px 10px;
	overflow: hidden;
	border: 1px solid #6591b3;
}
 
#weather h2 {
	color: #000;
	text-shadow: rgba(250, 250, 250, 0.6) 2px 2px 0;
}
 
#weather p {
	font-size: 25px;
	margin: 30px 0 0;
}
 
#weather p span {
	font-size: 16px;
}
 
#weather a:link, #weather a:active, #weather a:visited {
	display: block;
	clear: both;
	text-decoration: none;
	color: #222;
	font-size: 12px;
}
 
#weather a:hover {
	color: #000;
	text-decoration: underline;
}
