/* CSS Document */

/* Body */ 
 
body {
	background: #EEEEEE;
	margin: 10px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	height: 100%;
}

html {
	height: 100%;
	background: #EEEEEE;
}

body a:link, body a:visited {
	color: #3939AC;
	text-decoration: none;
	font-weight: bold;
}

/* Layout */ 

.tWrap {
	width: 960px;
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
}

.tBox {
	padding: 10px;
	background: #FFF;
	border: 1px solid #999;
	clear: both;
}

/* User Strip */

.tUser {
	position: relative;
	top: 1px;
	float: right;
	margin-right: 20px;
	background: #FFF;
	border: 1px solid #999;
	border-bottom: none;
	height: 16px;
	padding: 10px;
	padding-top: 4px;
	padding-bottom: 0px;
}

/* Header */

.hWrap {
	height: 90px;
	background: #9999CC;
	border-bottom: 10px solid #6666CC;
}

.hLogo {
	float: left;
}

.hBanner {
	float: right;
	margin: 10px;
}

.hBanner img {
	border: 0px;
}

/* Menu */

.mWrap {
	height: 30px;
	background: #6666CC;
	border-bottom: 3px solid #3939AC;
}

/* Styles for the entire menu */
.mMenu {
    position: relative;
    height: 31px;
    padding: 0px; 
    margin: 0px;
    margin-left: 10px;
    overflow: hidden;
}

/* Force the list to flow horizontally */
.mMenu li {
	float: left;
    list-style: none;
}

/* Styles for each menu-item. */
.mMenu li a {
	position: relative; 
	overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    color: #fff; 
    text-align: center;
    top: 5px; 
    z-index: 10; 
    letter-spacing: 0;
    float: left; 
    display: block;
    margin: 0px;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 4px;
}

/* Styles for each menu-item. */
.mMenu li a:link, .mMenu li a:visited {
    color: #fff;
}

/* Styles for each menu-item. */
.mMenu li a:hover, .mMenu li a:active {
    color: #fff;
    background: #9999CC;
}

/* Represents the background of the highlighted menu-item. */
.mMenu li a.active {
	color: #fff;
    background: #3939AC;
}

/* Content */

.cWrap {
	padding: 10px;
	padding-bottom: 0px;
	background: #DDDDDD;
	border-top: 3px solid #3939AC;
	border-bottom: 3px solid #3939AC;
}

/* Footer */

.fWrap {
	background: #9999CC;
	border-top: 10px solid #6666CC;
	padding-bottom: 10px;
}

.fWrap a {
	color: #FFF !important;
	text-decoration: none !important;
	font-weight: normal !important;
}

.fWrap p {
	color: #333;
	padding: 15px;
	padding-bottom: 10px;
	margin: 0px;
	font-size: 10px;
}

.fLink {
	padding: 0px !important;
	padding-bottom: 5px !important;
	padding-left: 20px !important;
}

/* Content Columns */

.cLWrap {
	float: left;
	width: 608px;
}

.cRWrap {
	float: right;
	width: 300px;
}

/* Div Backgrounds */

.yBG {
	background: #FFFFDD !important;
}

/* Article Boxes */

.aBox {
	border: 1px solid #999;
	background: #FFF;
	padding: 10px;
	color: #666;
}

.aBox h2 {
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.aBox h2 a {
	color: #333;
}

.aBox h3 {
	font-size: 14px;
	font-weight: bold;
	color: #999;
	padding: 0px;
	margin: 0px;
}

.aBox h3 a {
	color: #333;
}

.aBox h5 {
	font-size: 12px;
	color: #999;
	font-weight: normal;
	padding: 0px;
	padding-top: 3px;
	margin: 0px;
}

.aBox ul {
}

.aBox p, .aBox li {
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
}

.aBox.error {
	min-height: 260px;
	background: #FFF url('images/000003101753.jpg') bottom right no-repeat;
}

.aThumb {
	float: left;
	border: 1px solid #CCC;
	margin-right: 10px;
	margin-bottom: 10px;
}

.aThumb.list {
	margin-bottom: 0px;
}

.aMore {
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 25px;
}

.aMore a {
	margin-right: 10px;
	white-space:nowrap;
}

.aFoot {
	padding-top: 10px;
}

.aFoot.list {
	clear: both;
}

.aFootL {
	float: left;
	width: 65px;
	height: 47px;
	margin-right: 10px;
	line-height: 37px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background: url(images/commentsBG.gif) no-repeat top left;
}

.aFootR {
	margin-bottom: 5px;
	float: right;
	width: 510px;
}

.aFootR span {
	padding-right: 20px;
}

.aComFoot {
	padding-top: 10px;
	text-align: right;
	font-size: 10px;
	color: #999;
}

/* Copy Styles */

.aCopy h3 {
	padding-top: 5px;
	padding-bottom: 5px;
}	

/* Right Boxes */

.rBox {
	border: 1px solid #999;
	background: #FFF;
	padding: 10px;
	color: #666;
}

.rBox h3 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #999;
}

.rBox p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 140%;
}

.rMore {
	padding: 10px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-top: 0px;
	text-align: right;
	line-height: 20px;
}

.rMore a {
	margin-left: 10px;
}

/* List Boxes */

.lBox {
	padding-left: 3px;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

.lBox a {
	display: block;
	padding: 2px;
	color: #333 !important;
}

.lBox small {
	font-size: 10px;
	color: #999;
	padding: 2px;
	display: block;
}

.lBox img {
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	border: 1px solid #CCC;
}

.lBoxOff {
	border-left: 10px solid #EEE;
}

.lBoxOn {
	border-left: 10px solid #9999CC;
	background: #EEE;
	cursor: pointer;
}

/* Right Banners */

.rBanner {
	border: 1px solid #999;
}

/* Pagination Controls */

.aNav {
	padding: 10px;
	padding-top: 7px;
	padding-bottom: 5px;
	border: 1px solid #999;
	background: #FFF;
	line-height: 20px;
	height: 26px;
	overflow: hidden;
}

.nButWrapL {
	float: left;
	padding: 3px;
	padding-left: 0px;
	line-height: 20px;
}

.nButWrapR {
	float: right;
}

.nButWrapR a {
	border: 1px solid #BBBBBB;
	padding: 1px;
	padding-left: 7px;
	padding-right: 7px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	margin-right: 5px;
	display: block;
	float: left;
}

.nButWrapR a:link, .nButWrapR a:visited { 
	background: #EEEEEE;
	color: #666666;
	}
.nButWrapR a:hover, .nButWrapR a:active { 
	background: #F9F9F9;
	color: #666666;
	}

.nButA {
	background: #F9F9F9;
	color: #666666;
	font-weight: bold;
	border: 1px solid #BBBBBB;
	padding: 1px;
	padding-left: 7px;
	padding-right: 7px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	margin-right: 5px;
	display: block;
	float: left;
	cursor: default;
}

.nButN {
	background: #EEEEEE;
	color: #BBBBBB;
	border: 1px solid #BBBBBB;
	padding: 1px;
	padding-left: 7px;
	padding-right: 7px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	margin-right: 5px;
	display: block;
	float: left;
	cursor: default;
}

/* Cheeky Cheats */

.ClearAll {
	clear: both !important;
	height: 0px !important;
	font-size: 0px !important;
	line-height: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
	float: none !important;
}

.Spacer {
	height: 10px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
}

.tagHead {
	float: left;
	clear: both;
	font-weight: bold;
	margin-right: 5px;
	line-height: 25px;
}

.tagList {
	float: left;
	margin-right: 10px;
	line-height: 25px;
}

.headList {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.tabBGroup {
	height: 22px;
	position: relative;
	top: -1px;
}

.BTab {
	border: 1px solid #999;
	margin-left: 7px;
	padding-left: 7px;
	padding-right: 7px;
	height: 22px;
	line-height: 22px;
	float: left;
}

a.BTab:link, a.BTab:visited {
	background: #EEE;
	font-weight: normal;
	color: #333;
}

a.BTab:hover, a.BTab:active {
	background: #F6F6F6;
	font-weight: normal;
	color: #333;
}	

.BTab.active {
	border-top: none;
	background: #FFF;
	padding-top: 1px;
	font-weight: normal;
}

/* Content Form */

.cForm {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
}

.cForm input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #444444;*/
	margin: 0px !important;
}

/*.cForm button {
	margin: 0px !important;
}*/

.cForm textarea {
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #444444;*/
}

.cForm label {
	margin: 0px;
	line-height: 20px;
}

.cFormInput {
	/*background: #FFFFCC;*/
	/*border: 1px solid #FFCC66;*/
	padding: 3px;
	margin: 0px;
}

.cFormInputN {
	/*background: #EEEEEE;*/
	/*border: 1px solid #CCCCCC;*/
	padding: 3px;
	margin: 0px;
}

.cFormSelect {
	/*background: #FFFFCC;*/
	/*border: 1px solid #FFCC66;*/
	/*color: #666666;*/
	margin: 0px;
	padding: 1px;
}

.cFormLabelI {
	padding-left: 3px;
	padding-right: 7px;
}

.cFormLabelF {
	padding: 3px;
	padding-right: 7px;
	padding-bottom: 4px;
	width: 210px;
	display: block;
	float: left;
}

.cFormItm {
	clear: both;
	padding-bottom: 5px;
}

.cFormItmS {
	clear: both;
	padding-bottom: 5px;
	padding-top: 8px;
}

.cFormItmH {
	float: left;
	padding-bottom: 5px;
	margin-right: 10px;
}

.cFormButH {
	float: left;
	padding-bottom: 5px;
	padding-top: 17px;
	margin-right: 10px;
}

.cFormItmR {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.cFormHlp {
	cursor: pointer;
	vertical-align: middle;
}

.cFormButtonS {
	margin-right: 10px;
}

.cFieldset {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 10px;
	padding-top: 5px;
	margin: 0px;
	margin-bottom: 10px;
}

.cFLegend {
	background: #9999CC;
	color: #FFF;
	line-height: 16px;
	border: 1px solid #9999CC;
	font-weight: bold;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
}

.cFormKeyW {
	width: 280px;
	height: 206px;
	overflow: auto;
	border: 1px solid #CCCCCC;
	margin-top: 3px;
}

.cFormKey {
	width: 270px;
	padding: 3px;
}

/* Contact Table */

.conInfoTab {
	border-collapse:separate;
	border-spacing: 0px;
	border: none;
	padding: 0px;
	font-size: 12px;
}

.conInfoTab th, .conInfoTab td {
	padding: 0px;
	vertical-align: top;
}

.conInfoTab th {
	width: 16px;
	padding-right: 6px;
	padding: 2px;
}

.conInfoTab td {
	padding: 6px;
	padding-top: 3px;
}

/* Map Hacks */

/* Right Banners */

.aMap {
	border: 1px solid #999;
	background: #EEE;
}

.aMap h6 {
	color: #666;
	font-weight: bold;
	font-size: 14px;
	margin: 10px;
}


#map a {
	font-weight: normal;
	text-decoration: underline;
}

.map_event {
	padding-top: 5px;
}

.map_event a, .aMore a {
	font-weight: bold !important;
	text-decoration: none !important;
}

/* Calendar */

.calendar {
	width: 100%;
}

.calendar th {
	background: #6666CC;
	font-size: 12px;
	color: #FFF;
}

.calendar td {
	height: 25px;
	text-align: center;
	background: #FFF;
	font-size: 14px;
	border: 1px solid #CCC;
	width: 14%;
}

.calendar-empty {
	background: #EEE !important;
}

.calendar-event {
	background: #FFFFCC !important;
}

.calendar-today {
	border: 1px solid #3939AC !important;
}

/* Resources */

.gWrap {
	padding-right: 0px !important;
}

.gBox {
	background: #FFFFFF;
	padding: 5px;
	margin-right: 4px;
	margin-bottom: 5px;
	width: 280px;
	height: 94px;
	float: left;
	overflow: hidden;
}

.gBox h3 {
	margin: 0px;
	margin-bottom: 3px;
	padding: 0px;
	border-bottom: none !important;
	clear: none !important;
}

.gBox h3 a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

.gBox p {
	margin: 0px !important;
	margin-bottom: 3px !important;
	padding: 0px !important;
	font-size: 12px !important;
}

.gBox img {
	float: left;
	margin-right: 10px;
	border: 1px solid #CCC;
}

.gBox.over {
	background: #EEE;
	padding: 5px;
	margin-right: 4px;
	margin-bottom: 5px;
	width: 280px;
	height: 94px;
	float: left;
	overflow: hidden;
	cursor: pointer;
}

.gBox.over h3 {
	margin: 0px;
	margin-bottom: 3px;
	padding: 0px;
	font-weight: bold;
	color: #333;
}

.gBox.over h3 a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

.gBox.over p {
	margin: 0px !important;
	margin-bottom: 3px !important;
	padding: 0px !important;
	font-size: 12px !important;
	color: #666 !important;
}

.gBox.over img {
	float: left;
	margin-right: 10px;
	border: 1px solid #9999CC;
}

/* banner rotator */

#banners_container { 
	display:block; 
	position:relative; 
	width:918px; 
	height:250px;
	margin:0px;
	border:1px #999 solid;
}

#banner_container { 
	position:relative ; 
	overflow:hidden ; 
	width:918px ; 
	height:250px ; 
	margin:0px auto 0px;
}

#banners { 
	white-space:nowrap; 
	display:block; 
	position:relative; 
}

#banners a img { 
	border: none;
	margin: 0px;
}

/* Home Banner */

.hBannersContainer {
	width:918px; 
	height:250px;
}

.hBannerContainer {
	width:918px; 
	height:250px;
}

/* Markup indicators for forms */

.reMarkup {
	color: #999999;
	font-size: 11px;
	padding-top: 4px;
}

.cFormErr {
	padding-top: 3px;
	color: #990000;
	font-weight: bold;
}

.cUpd {
	background: #FFFFCC url(../admin/icons/information.gif) 10px 10px no-repeat;
	padding: 10px;
	padding-top: 11px;
	padding-left: 32px;
	clear: both;
}

.cErr {
	background: #FFCCCC url(../admin/icons/exclamation.gif) 10px 10px no-repeat;
	padding: 10px;
	padding-top: 11px;
	padding-left: 32px;
	clear: both;
}

.cInfo {
	background: #FFFFFF url(../admin/icons/information.gif) 10px 10px no-repeat;
	padding: 10px;
	padding-top: 11px;
	padding-left: 32px;
	clear: both;
}