/* Define Tags */
body { 
	margin:0;
	padding:0;
	font-family:Verdana,Arial,Helvetica; 
	background-color:#1B86BE;
	} 
	.body {  background-image: url(images/background_repeat.gif); background-repeat: repeat-x; }
	.textureBody { background-image:url(images/background_texture.gif); background-repeat:repeat-x; }
a, a:visited, a:hover {	
	font-size:11px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;	
	color:#000;	
	text-decoration:underline;
	line-height:1.5em;
	}
a:hover {
	color:#000;	
	}

	
h1, h2, h3, h4, h5, h6 {
	margin:2px 0 8px -5px;
	padding:0 0 -3px -3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#054a71;
	font-weight:400;
/*	border-bottom:2px solid #086b9f; */
	}
h1 {
	font-size:18px;
	}
h2 {
	font-size:14px;
	}
h3 {
	font-size:12px;
	}
h4 {
	font-size:10px;
	}
h5 {
	font-size:9px;
	border-bottom:0;
	}
	
hr { 
	height:1px;
	color:#000000;
	}
	
form {
	margin:0;
	padding:0;
	}

img {
	display:block;
	}
	
ul, ol, li {	
	line-height:1.5em;
	font-size:11px;
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;
	color:#000;
	}
	ul.arrow {
		padding:10px;
		margin:0;
		list-style-type: none;
		}
		ul.arrow li {
			padding-left:20px;
			background:url(images/list_arrow.gif) left no-repeat;
			}

/* Custom Class Names */
p, span, .copy, .bold, .copySmall, .copyLarge, .form, .hdr, .subHdr, .error{
	font-size:11px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;
	color:#000;	
	line-height:1.5em;
	}
	
.copySmall, a.copySmall, a.copySmall:visited, a.copySmall:hover {	
	font-size:10px;	
	}
	
.copyLarge, a.copyLarge, a.copyLarge:visited, a.copyLarge:hover {	
	font-size:14px;	
	}

.form {
	background-color:#fff;
	}
	
.button { 
	color:#fff; 
	font-weight:800; 
	background-color:#000;
	border:1px solid #000; 
	cursor:pointer;
	}
	
.hdr, a.hdr, a.hdr:visited, a.hdr:hover, .subHdr, a.subHdr, a.subHdr:visited, .subHdr:hover {
	font-size:14px;	
	font-weight:800;
	color:#000;	
	}
.subHdr, a.subHdr, a.subHdr:visited, .subHdr:hover {	
	font-size:10px;	
	}
	
.error, a.error, a.error:visited, a.error:hover {	
	color:#900;	
	}

.bold {	
	font-weight:800;
	}

.copyright, .copyright a, .copyright a:visited, .copyright a:hover {	
	font-size:10px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;
	color:#FFF;	
	line-height:1em;
	text-decoration:none;
	}
.copyright a:hover {
	text-decoration:underline;
	}

.pagelist { /* CAN'T BE AN ID CONTAINER BECAUSE IE SUCKS */
	float:left;
	}
.pagelist ul {
	list-style-type:square;
	}
	.pagelist ul li {
		line-height:1.5em;
		}
	.pagelist ul li a,.pagelist ul li a:visited,.pagelist ul li a:hover {
		text-decoration: underline;
		padding: .2em .5em;
		color: #474747;
		}
		.pagelist ul li a.thispage {
			background-color:#e5cd57;
			}
		.pagelist ul li a:hover {
			text-decoration: none;
			color: #7b5123;
			}
.clear {
	clear:both;
	}
	
.dropcap {
	float: left;
	width: 50px;
	font-size: 62px;
	line-height: 51px;
	font-weight: normal;
	color:#7b5123;
	font-family: georgia, times;
	}
	
.indent {
	text-indent:1.5em;
	}
#loginBox {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	#loginBox a, #loginBox a:visited, #loginBox a:hover {
		color: #D9AE09;
		}
		#loginBox a:hover {
			color:#B7C749;
		}


#menu  {
	margin:0;
	padding:0;
	}
	#menu a, #menu a:visited, #menu a:hover {
		display:block;
		padding:0px 0 0px 15px;
		margin:0;
		color:#FFF;
		text-decoration:none;
		font-size:11px;
		font-weight:800;
		font-family:Arial, Verdana, Helvetica, sans-serif;
		/* background:#FFFFFF url(images/nav_li_static.gif) no-repeat 15px center; */
		}
		#menu a.current, #menu a.current:visited, #menu a.current:hover  {
			color:#7FBBDB;
			}
		#menu a.d1, #menu a.d1:visited, #menu a.d1:hover {
			background-color:#1672A3;
			padding:1px 0 3px 20px;
			font-size:10px;
			}
			#menu a.d2, #menu a.d2:visited, #menu a.d2:hover {
				background-color:#1672A3;
				padding:1px 0 3px 25px;
				font-size:10px;
				}
		#menu a:hover {
			color:#D9AE09;
			}
.subNav {
	width:130px;
	background-color:#3292c5;
	border:1px solid #1672a3;
	padding:15px 0;
	}
	.subNav br { display:none; }
	.subNav a, .subNav a:visited, .subNav a:hover {
		display:block;
		padding:0px 0 0px 15px;
		margin:0;
		color:#FFF;
		text-decoration:none;
		font-size:11px;
		font-weight:800;
		font-family:Arial, Verdana, Helvetica, sans-serif;
		}
		.subNav a:hover { color:#D9AE09; }
.login_input {
	width:135px;
	height:16px;
	color:#FFF;
	border:1px solid #A9D1E7;
	background-color:#65ADD5;
}

.button { 
	font-size:11px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:bold;
	color:#FFF;	
	line-height:1.5em;
	border:1px solid #216A8D;
	background-color:#75B5D8;
}	

#mainContentContainer {
	border-left:1px solid #ACD3E8;
	border-bottom:1px solid #ACD3E8;
	border-right:1px solid #ACD3E8;
	padding:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

table.tinyCalendarContainer {
	border:1px solid #7799b1;
	}
	table.tinyCalendarContainer th {
		background-color:#bfd9eb;
		color:#000000;
		font-weight:bold;
		font-size:10px;
		text-align:center;
		}
	table.tinyCalendarContainer td {
		color:#000000;
		font-weight:bold;
		border-top:1px solid #7799b1;
		background-color:#fff;
		font-size:10px;
		padding:0;
		}
		table.tinyCalendar {
			border-collapse:collapse;
			}
			table.tinyCalendar th, table.tinyCalendar td, table.tinyCalendar a, table.tinyCalendar a:visited, table.tinyCalendar a:hover {
				border:none;
				background:transparent;
				padding:2px;
				font-weight:bold;
				font-size:10px;
				text-align:center;
			}
			table.tinyCalendar th {
				color:#606699;
				font-weight:bold;
				font-size:10px;
				}
			table.tinyCalendar a:hover {
				text-decoration:none;
				}

#homePageNewsFeed{ padding:0 0 0 20px; }
#homePageNewsFeed div a, #homePageNewsFeed div a:visited, #homePageNewsFeed div a:hover{
	color:#054a71;
	font-size:12px;
	font-weight:800;
	}
#homePageNewsFeed div em{
	color:#000;
	font-weight:400;
	font-size:11px;
	font-style:italic;
	}

#homePageNewsFeed h2{
	margin:0;
	font-weight:bold;
	}
	#homePageNewsFeed ul { margin:0 0 10px 0; padding:0 0 0 15px; }
	#homePageNewsFeed li a, #homePageNewsFeed li a:visited, #homePageNewsFeed li a:hover {
		font-size:10px;
		text-decoration:none;
		}
		#homePageNewsFeed li a:hover { text-decoration: underline; }

table.eventList { border-collapse:0; }
table.eventList th, table.eventList th span{
	text-align:left;
	border:1px solid #1672a3;
	background-color:#3292c5;
	padding:3px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	}
	table.eventList th span { float:left; border:none; }
	table.eventList th a, table.eventList th a:visited, table.eventList th a:hover {
		float:right;
		font-weight:bold;
		font-size:10px;
		text-decoration:none;
		color:#fff;
		}
		table.eventList th a:hover {
			color:#ccc;
		}
	table.eventList td {
		padding:3px 3px 3px 12px;
		}

.oldPoll {
	margin-bottom:10px;
	border-bottom:1px solid #66a3b7;
}

table.listing{
	margin-top:5px;
	border:1px solid #294159;
	}
	table.listing th{
		border-bottom:1px solid #294159;
		background-color:#385672;
		text-align:left;
		color:#fff;
		}
		table.listing th a, table.listing th a:visited,table.listing th a:hover{
			color:#fff;
			font-weight:bold;
			font-size:12px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			text-decoration:none;

/*			color:#53a9d6;
			font-weight:800;
			text-decoration:none; */
			}
			table.listing th a:hover{
/*				color:#888888; */
				color:#f0f0f0;
				}
				table.listing th.subHeader {
					border-bottom:1px solid #ac787a;
					background-color:#ebebeb;
					text-align:left;
					color:#000;
					font-weight:bold;
					}


	table.listing td{
		font-size:12px;
		font-family:Arial,Verdana,Helvetica; 
		}
		table.listing td a, table.listing td a:hover {
			color:#294159;
			font-size:12px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			}
			table.listing td a:hover {
				color:#345576;
				}
		table.listing td a.action, table.listing td a.action:hover {
			border:1px solid transparent;
			border-left:2px solid transparent;
			text-decoration:none;
			display:block;
			font-size:10px;
			padding:2px;
			}
			table.listing td a.action:hover {
				border:1px solid #385672;
				border-left:2px solid #385672;
			}
		table.listing tr.evenRow{
			background-color:#72a8c5;
			}
		table.listing tr.oddRow{
			background-color:transparent;
			}
		table.listing tr.hoverRow{
			background-color:#7bb0b3;
			}
		table.listing tr.highlightRow{
			background-color:#FFCC99;
			}
		table.listing tr.evenRowRed{
			background-color:#ffc9c9;
			}
		table.listing tr.oddRowRed{
			background-color:#FFcccc;
			}
		table.listing tr.hoverRowRed{
			background-color:#ffc2c2;
			}
		table.listing tr.highlightRowRed{
			background-color:#FFAA77;
			}
		table.listing tr.highlightRow td.alwaysWhite{
			background-color:#FFFFFF;
		}
		table.listing tr.hoverRow td.alwaysWhite{
			background-color:#FFFFFF;
		}
		table.listing tr.evenRow td.alwaysWhite{
			background-color:#FFFFFF;
		}
		table.listing tr.oddRow td.alwaysWhite{
			background-color:#FFFFFF;
		}


/********************************
 *	INLINE LIST STYLES		*
 *	AND CUSTOM PAGE		*
 *	DEFINITIONS BELOW		*
 ********************************/
 		
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	z-index: 10;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 18px;
	text-transform: capitalize;
}
.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 13px;
	text-transform: capitalize;
}

.memberPoll {
	width:200px;
	width/**/:/* */194px;
	width:/* */194px;
	padding:3px;
	float:right;
	margin:0 0 10px 10px;
	border:1px solid #3a87af;
	}
	.memberPoll h3 {
		margin:-3px -3px 3px -3px;
		padding:3px;
		background-color:#3a87af;
		color:#7fbbdb;
		font-weight:800;
	}
	.memberPoll a.viewOldPolls, .memberPoll a.viewOldPolls:visited, .memberPoll a.viewOldPolls:hover {
		display:block;
		margin: 3px -3px -3px -3px;
		background-color:#3a87af;
		color:#7fbbdb;
		padding:3px;
		text-align:center;
		border-top:1px solid #3a87af;
		text-decoration:none;
		}
		.memberPoll a.viewOldPolls:hover {
			background-color:#7fbbdb;
			color:#3a87af;
		}

.memberVote {
	border:5px solid #3a87af;
	background-color:#fff;
	}
	.memberVote h3 {
		/*margin:-20px -20px 20px -20px;*/
		padding:10px;
		background-color:#3a87af;
		color:#fff;
		font-weight:800;
	}
	.memberVote table.poll {
		width:250px;
		float:right;
		/*clear:right;
		margin: -3px -3px 5px 5px;*/
		border:1px solid #6a6a6a;
	}
	.memberVote form { float:left; width:250px; }
	.memberVote table.poll tr th {
		background-color:#6a6a6a;
		color:#fff;
		padding: 5px;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		text-align:center;
		}
	.memberVote table.poll tr td {
		padding: 5px;
		color:#195c7f;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		}
	.memberVote table.poll tr td.selected {
		background-color:#dadada;
		}
		.memberVote table tr td.selected em {
			color:#2db34b;
			}
	.memberVote a.viewOldPolls, .memberVote a.viewOldPolls:visited, .memberVote a.viewOldPolls:hover {
		display:block;
		margin: 3px -3px -3px -3px;
		background-color:#3a87af;
		color:#7fbbdb;
		padding:3px;
		text-align:center;
		border-top:1px solid #3a87af;
		text-decoration:none;
		}
		.memberVote a.viewOldPolls:hover {
			background-color:#7fbbdb;
			color:#3a87af;
		}
		
div.sectionButtons {
	float:left;
	width:305px;
	margin-bottom:5px;
	}
	div.noPolls { width:auto; }
	.sectionButtons a.activeSection, .sectionButtons a.activeSection:visited, .sectionButtons a.activeSection:hover,
	.sectionButtons a, .sectionButtons a:visited, .sectionButtons a:hover {
		display:block;
		padding:4px;
		text-decoration:none;
		background-color:#3292c5;
		font-weight:800;
		color:#fff;
		float:left;
		border:1px solid #1672a3;
		margin:3px 0 0 3px;
		width:147px;
		width/**/:/* */139px;
		width:/* */139px;
		}
		.sectionButtons a:hover { color:#bfae2f; }
		.sectionButtons a.activeSection, .sectionButtons a.activeSection:visited { color:#68bbdb; }

table.featuredMemberContainer {
	border:1px solid #7799b1;
	}
	table.featuredMemberContainer th {
		font-size:20px;
		background-color:#bfd9eb;
		color:#303030;
		text-align:center;
		letter-spacing:0.4em;
		padding:10px;
		}
	table.featuredMemberContainer td {
		color:#000000;
		border-top:1px solid #7799b1;
		background-color:#fff;
		padding:4px;
		}
		table.featuredMemberContainer {
			border-collapse:collapse;
			}
			table.featuredMemberContainer th, table.featuredMemberContainer td, table.featuredMemberContainer a, table.featuredMemberContainer a:visited, table.featuredMemberContainer a:hover {
				font-size:10px;
				text-align:center;
			}
			table.featuredMemberContainer a:hover {
				text-decoration:none;
				}

a.button, a.button:visited, a.button:hover { 
	display:block;
	font-size:11px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:bold;
	color:#FFF;	
	padding:0 5px;
	line-height:1.5em;
	border:1px solid #216A8D;
	background-color:#75B5D8;
	text-decoration:none;
	}
.subNavContainer { margin-bottom: 10px; }
.subNavContainer, .subNavWide { display:block; width:auto; }
.subNavContainer ul { margin:0; padding:0; list-style:none; }
.subNavWide { padding:10px 0; background-color:#6bb0d5; border:1px solid #5799bd; }
	.subNavWide ul li { float:left; }
	.subNavWide a.selected { background-color:#5799bd; }
	.subNavWide a, .subNavWide a:visited, .subNavWide a:hover { border-right:1px solid #5799bd; padding:0; text-align:center; }
	.subNavWide a.num1, .subNavWide a.num1:visited, .subNavWide a.num1:hover { border-left:10px solid #6bb0d5; }
	.subNavWide a.noBorder, .subNavWide a.noBorder:visited, .subNavWide a.noBorder:hover { border-right:10px solid #6bb0d5; }
	.nav1 li { width:100%; }
	.nav2 li { width:50%; }
	.nav3 li { width:33%; }
	.nav4 li { width:25%; }
	