/* CSS Document */

/* Color Scheme 

	Bkg Blue: 495d99
	Lt Blue:  788bc1
	Drk Blue: 3f5186
	LLt Blue: D6DFF7
	LLt Blue top: E5EBFA
	Drk Gold: A7833B
	Biege:    F7EFD6
	Lt Grey:  F6F6F6
	White:    FFFFFF
	Black:    000000
	
	Bkg strip blue: 486EA0

*/

body {
	font:1.0em Arial, Helvetica, sans-serif;
	text-align:center;
	background:#495d99 url(images/totalBkg.gif) repeat;
	behavior:url(css/csshover.htc);
	margin: 0px auto;}

* {margin:0; padding:0;}

/* ///////// STRUCTURE ////////// */
div#container {
	width:76%;
	margin: 0 auto;
	min-width: 905px;
	}

div#header2 {
	width:100%;
	height:140px;
	color:#F6F6F6;
/* 	border:1px solid red; */
	}
div#header2 a:link {
	text-decoration:none;
	}
		
div#mainwrap {
	margin-top:-14px;
	padding:20px 0;
	text-align:left;
	background:#F6F6F6 url(images/waterStar.gif) no-repeat bottom right;
	}
		
/* //// HEADER AREA //// */
	div#headerQuote {
		float:left;
		margin:70px 0 0 200px;
		padding:1px 4px;
		text-align:right;
		line-height:20px;
		font-size:14px;
		font-weight:bold;
		color:#E5EBFA; 
		}
		
	div#homeLink {
		position:relative;
		width:580px;
 		height:140px;
		background: url(images/headerStar9.png) left top no-repeat;
		float:left;
		cursor:pointer;
		z-index:99; 
		}
		
	div#symbols {
		position:relative;
		width:100%;
		height:12px;
		top:-14px;
		background:#A7833B url(images/symbolsBkg.gif) 0 0 repeat-x;
		border-bottom:1px solid #000000;
		border-top:1px solid #FFF;
		z-index:9;
		}
		
/* HEADER LOGIN */
	div#login {
/* 		position:relative; */
/* 		right:0; */
		float:right;
		width:160px;
		background:transparent;
		font-size:12px;
		font-weight:bold;
		color:#F6F6F6;
		z-index:9;
		}
		
	.loginForm { 
		width:134px;
		height:18px;
		font-size:11px;
		background-color:#F6F6F6;
		border:1px solid #3f5186;
		border-bottom:2px solid #3f5186;
		padding-left:2px; }
	.passwordForm { 
		width:134px;
		height:18px;
		font-size:11px;
		background-color:#F6F6F6;
		border:1px solid #3f5186;
		border-bottom:2px solid #3f5186;
		padding-left:2px; }
	.loginButton{
		height:18px;
		margin-top:4px;
		font-size:12px;
		background-color:#F6F6F6;
		border:none;
		border-bottom:2px solid #3f5186;
		border-right:1px solid #3f5186;
		padding:0 2px;
		cursor:pointer;}

/* //// CONTENT AREA //// */

	/* LEFT COLUMN */
		
	div#leftColumn {
		float:left;
		width:170px;
		padding: 0px 10px 20px 10px;
		font-size:14px; }
		
	div#leftColumn p {
		line-height:1.0em;
		margin:10px 0 20px 0; }
	
	div#mainMenu {
		width:100%;
		float:left;
		padding:10px 0;
		/*
		text-indent:4px;
		border-top:1px dotted #3f5186;
		border-bottom:1px dotted #3f5186;*/ }
	
	div#mainMenu ul {
		margin:0; }
	
	div#mainMenu li {
		padding:8px 0 8px 4px;
		width:100%;
		border-bottom:1px dotted #3f5186;
		list-style-type:none;
		float:left;
		}
	div#mainMenu a:link {
		text-decoration:none;
		color:#A7833B; 
		}
		
	div#mainMenu li:first-child {
		border-top:1px dotted #3f5186; }
		
	div#mainMenu li:hover {
		background:#D6DFF7;
		}
			
	div#mainMenu a:hover {
		text-decoration:none;
		color:#3f5186; 
		}
	
	/* CENTER COLUMN */
	
	div#centerColumn {
		float:left;
		width:56%;
		min-height:550px;
		vertical-align:top;
		border-left:1px dotted #3f5186;
		border-right:1px dotted #3f5186;
		padding:10px;
		font-size:14px;
		/*background:#F6F6F6 url(images/waterStar.gif) no-repeat bottom right;*/ }
		
	div#centerColumn p { 
		line-height:1.125em;
		margin:10px 0 20px 0;
		text-indent:1em; }
		
	div#centerColumn  p a {
		text-decoration:none;
		border-bottom:1px solid #495d99;
		color:#495d99; }
	div#centerColumn  p a:visited{
		text-decoration:none;
		border-bottom:1px solid #495d99;
		color:#495d99; }
	div#centerColumn p a:hover {
		text-decoration:none;
		border-bottom:1px dotted #A7833B;
		color:#A7833B; }
		
	div#centerColumn ul { margin-left:20px; }
	div#centerColumn li { padding:2px 0; }
	
	div#links ul {
		margin:10px 0 10px 20px; }
	div#links li {
		list-style-type:circle;
		padding:3px 0; }
	div#links  a, a:visited{
		text-decoration:none;
		color:#A7833B; }
	div#links a:hover {
		text-decoration:none;
		color:#495d99; }

	div#Event {
		width:60%;
		}
		
	/* // FEED INFO // */
	div#FeedBox {
		margin:0 10px;
		padding:20px; }
	
	div#FeedBox p a{
		margin:4px;
		font-size:12px;
		line-height:18px;
		color:#495d99;
		target:_blank; }
		
	div#feedHeader {
		color:#495d99;
		padding-bottom:4px;
		font-size:14px;
		font-weight:bold;
		border-bottom:1px dotted #A7833B; }
	
	div#feedHeader a {
		text-decoration:none;
		color:#495d99; }
	div#feedHeader a:visited {
		text-decoration:none;
		color:#495d99; }
	div#feedHeader a:hover {
		text-decoration:none;
		color:#A7833B; }
		
	div#feedPostInfo {
		font-size:10px;
		font-style:oblique; }
	
	div#feedPostInfo a {
		text-decoration:none;
		color:#CC0000; }
	div#feedPostInfo a:visited {
		text-decoration:none;
		color:#CC0000; }
	div#feedPostInfo a:hover {
		text-decoration:none;
		color:#A7833B; }
			
	div#contentLeft {
		width:52%;
		float:left; }
	
	div#contentRight {
		width:44%;
		float:right; }
		
/* RIGHT COLUMN */
		
	div#rightColumn {
		float:right;
		width:18%;
		padding:0 20px 10px 0;
		font-size:14px; }
	
	div#rightColumn p {
		margin:10px 0 20px 0;
		line-height:1.0em;}

/* //// FOOTER AREA //// */

	div#footer {
		float:left;
		width:100%;
		height:53px;
		color:#666666;
		font-size:10px;
		background:#F6F6F6 url(images/footerBdr.gif) repeat-x bottom; }
	
	div#insideFooter {
		text-align:left;
		padding:6px 0;
		margin:0 22px;
		border-top:1px dotted #3f5186; }
	

/* //// WHOLE SITE TEXT STYLES //// */

	div#pageHeader {
		width:100%;
		margin-bottom:20px;
		border-bottom:1px dotted #3f5186;
		font-size:18px;
		color:#3f5186;
		font-weight:bold; }
	
	.dkBlueHeader { 
		text-decoration:none;
		color:#3f5186;
		font-size:18px;
		font-weight:bold; }
		
	.gold { 
		text-decoration:none;
		color:#F9E24C; }
		
	.main a, a:visited{
		text-decoration:none;
		color:#A7833B; }
	
	.main a:hover {
		text-decoration:none;
		color:#495d99; }
	
	.EventTitle {
		color:#A7833B;
		font-size:16px;
		font-weight:bold;
	}
/* //// CLEARING CSS //// */

	div.clear {clear:both;}

/* Alsett Clearing Method */
	.clearfix:after {
		content: ".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden; }
		
/* fix for IE Mac */
	.clearfix {display:inline-block; }
	
/* Holly Hack for a bug in IE6 for Windows */
	*html .clearfix { height:1%; }
	.clearfix {display:block;}

	