
/* DO NOT TOUCH RESET STYLES */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*  END RESET STYLES */


/*  COLORS

	white - #FFFFFF;
	black - #000000;
	navy - #001534;
	red - #BB0F24;
	dark red - #990D1D;
	box red - #861824
	light blue - #4A72AE

*/
a { cursor: pointer; }
body {
	width: 100%;
	text-align: center;
	background: #001534 url(/i/body-bg.png) no-repeat top center;
	color: #FFF;
	font-size: 14px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	line-height: 1.2;
}

input {
	font-size: 16px;
	background: url(/i/input_bg.jpg) repeat-x top left;
	border: 1px solid #ccc;
	padding: 5px 8px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

	#header {
		width: 100%;
		float: left;
		clear: both;
		margin-top: 50px;
	}
	
		#header #donate { float: right; }
		#header a { float: right; }
		#header #navigation {
			float: left;
			background: transparent url(/i/nav_bg.png) repeat-x top left;
			clear:both;
			width: 955px;
			padding-left: 5px;
		}
		
		#header #navigation>li {
			float: left;
			padding: 8px 0px;
			width: 117px;
			color: #001534;
			margin-top: 14px;
			border-left: 1px solid #ccc;
			text-align: center;
			margin-bottom: 5px;
			z-index:1000;
		}
		
		#header #navigation li:first-child { border-left: none; }
		#header #navigation a {
			text-decoration: none;
			color: #001534;
			font-weight: bold;
			float: none;
			font-size: 13px;
		}
		
		
			#header #navigation li ul {
				display: none;
				background: #FFF;
				float: left;
				position: absolute;
				width: 117px;
				margin-top:8px;
				z-index:1000;
			}

			#header #navigation li:hover {
				background: url(/i/active-nav.png) repeat-x top left;
			}
			#header #navigation li:hover a { color: #FFF; }
			#header #navigation li:hover li { background: #FFF;}
			#header #navigation li:hover ul { 
				display: block;
				border: 1px solid #e1e1e1;
				background: #FFF;
			}
			
			#header #navigation li ul li {
				float: left;
				clear: both;
				z-index:1001;
				width: 100%;			
				background: #FFF;	
				border-bottom: 1px solid #BB0D1D;
				margin-left: 0;
				border-left: none;
			}
			
			#header #navigation li ul li a { 
				display: block; 
				width: 87px; 
				float: left; 
				padding: 8px 15px;  
				text-decoration: none;
				background: #FFF;
				color: #001534 !important;
				font-size: 11px;
				font-weight: normal;
			}
			
			#header #navigation ul li a:hover {
				background: #3d4d64 url(/i/active-link.png) repeat-x top left;
				color: #FFF !important;
				
			}
	
	#mainContent {
		width: 100%;
		float: left;
		clear: both;
		background: none;
		color: #001534;
		background: url(/i/wrapper-bg.jpg) repeat-x bottom center;
		min-height: 435px;
		
	}
	
		#mainContent .column { float: left;  }
		.landing .column { margin-top: -5px; }
	
		#mainContent #featured {
			margin: 10px;
			float: left;
			background: url(/i/featured-bg.png) no-repeat top left;
			width: 940px;
		}
		
			#mainContent #featured ul {
				width: 295px;
				float: left;
			}
			
				#mainContent #featured ul li {
					background: #FFF;
					margin: 5px 10px;
					border: 1px solid #ccc;
					height: 85px;
				}
				
			#mainContent #featured #featured_item {
				float: left;
				height:203px;
				margin-top:5px;
				margin-left:6px;
				width:635px;
			}
			
				#featured_item #featured_photos ul li {
					width: 100%;
					background: none;
					border: none 0;
					height: auto;
					margin: 0;
				}
				#mainContent h1 { color: #BB0F24; font-weight: bold; padding: 12px;}
				#mainContent #featured #featured_item p { padding: 5px; margin:65px 10px; width: 250px;}
				#mainContent #featured #featured_item a { color: #BB0F24; font-weight: bold; text-decoration: none;}
				
			#mainContent #featured .buttons ul {
				float: left;
				width: 645px;
			}
			
			#mainContent #featured .buttons li {
				height: 75px;
				float: left;
				background: none;
				margin: 0;
				padding: 0 1.5px;
				border: 0;
			}
			
			#mainContent #featured .buttons li a { float: left; }
				#mainContent #featured ul li h1 {
					color: #BB0F24;
					font-weight: bold;
					padding: 5px;
					
				}
				#mainContent #featured ul li h1 a {
					color: #BB0F24;
					font-weight: bold;
					text-decoration: none;
				}
				
				#mainContent #featured ul li h4 {
					font-size: 10px;
					padding: 0;
					margin: 0;
					font-style: italic;
					padding-left: 5px;
				}
				
				#mainContent #featured ul li p {
					padding: 5px;
				}
		
		#content {
			width: 100%;
			float: left;
			clear: both;
			min-height: 435px;
		}

			
			 .full {
				width: 940px;
			}
			
			 .half {
				width: 465px;
				padding: 10px;
			}
			
			 .threequarters {
				width: 590px;
			}
			
			 .quarter {
				width: 238px;
			}
			 .flashContent {
				width: 580px;
				float: left;
				height: 307px;
			}
			
			 .editorial {
				width: 350px;
				height: 307px;
			}
			
			 .event {
				width: 350px;
				height: 542px;
			}
				.event img { padding-right: 15px; }
				 .event li {
					border-bottom: 1px solid #4A72AE;
					margin:7px 10px 10px 6px !important;
					width: 330px;
					float: left;
					clear: both;
				}
				
				
			 .photo {
				width: 580px;
			}
			
			
				 .photo ul li {
					float: left;
					margin: 4px 20px 0;
					text-align: center;
				}
					 .photo ul li img { text-align: center;}
					 .photo ul li h4 { font-weight: bold; text-align: center; }
					 .photo ul li p { font-weight: normal; text-align: center; padding: 3px 10px 0 25px;}
			 .box {
				background: #f1f1f1;
				float: left;
				margin: 10px;
				min-height: 210px;
			}
				 .box h1 { 
					font-size: 16px; 
					font-weight: bold; 
					color: #BB0F24;
					background: url(/i/box-header.png) repeat-x top left;
					padding: 12px;
				}
					 .box h1 span { float: right;}
					 .box h1 img { margin-top: -8px; margin-right: 10px;float: left;}
				 .box h3 { font-weight: bold; padding: 5px;}
				 .box p { font-size: 12px; padding: 3px 5px;}
				 .box a { font-weight: bold; text-decoration:none; color: #BB0F24; font-size: 9px; padding: 5px;}
				 .box a:hover {color:#001534;}
				 .event a,  .photo a { font-size: inherit; color: inherit; padding: inherit; font-weight: inherit; text-decoration: inherit}
				 .event a.more { font-weight: bold; text-decoration:none; color: #BB0F24; font-size: 9px; padding: 5px;margin-right:10px;background:#eeeeee;}

				 .events-list a { padding: 4px; }
				 .box ul { margin: 0; padding: 0;}
				 .box li { margin: 20px 5px; font-weight: bold; }
				 .box li span { clear: both; float: left; font-weight: normal; font-size: 11px; margin-bottom: 5px;}
				 .more { 
					float: right; 
					background: url(/i/learn-more.png) repeat-x top left; 
					padding: 4px 8px !important;
					border-top: 1px solid #ddd;
					border-left: 1px solid #ccc;
					border-right: 1px solid #aaa;
					border-bottom: 1px solid #999;
					-moz-border-radius: 4px;
					font-size: 12px;
				}

#footer {
	width: 100%;
	float: left;
	clear: both;
	color: #FFF;
	text-align: center;
	background: #990D1D url(/i/footer-flag.png) no-repeat top center;
	border-top: 10px solid #BB0000;
	margin-top:25px;
	min-height: 225px;
}
	
	#footer>div { 
		width: 960px; 
		margin: 0 auto;
		text-align: left;
	}
	
	#footer h4 { margin-left: 6px; }
	#footer ul { 
		float: left;
		margin-top: 25px;
		width: 114px;
		font-size: 10px;
	}
		#footer ul li { padding-top: 5px; float: left; clear: both;}
		#footer ul li ul li { padding-top: 0;}
		#footer ul ul { margin-top: 5px; margin-left: 5px; }
	#footer p {
		margin-left: 6px;
	}
	#footer ul a { color: #FFF;font-weight:bold;font-size:11px; text-decoration:none;}
	#footer ul ul a { color: #FFF;font-weight:normal;font-size:10px;}
	#footer img { float:left;margin-right:3px;margin-top:25px; }
	
	#footer div div.box { 
		float: left; 
		width: 300px;
		background: #770D1D;
		padding: 0;
		min-height: 50px;
	}
	
		#footer div div.box div {
			background: #861824;
			border: 1px solid #CC0000;
			padding: 5px;
			margin: 5px;
		}
		
			#footer div.box h4 { font-size: 11px; }
			#footer div.box h3 { font-size: 14px; font-weight: bold;}
			#footer div.box p { padding: 6px 0; font-size: 10px;}


/* PANEL STUFF */

#panel-closed {
	width: 100%;
	height: 30px;
	background: url(/i/panel-bg.png) repeat-x top left;
	position:absolute;
	top: 0;
	left: 0;
}

#panel-open {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 300px;
	background: url(/i/panel-open-bg.png) repeat-x top left;
	z-index: 2000;
}

	.panel {
		width: 960px;
		margin: 0 auto;
		z-index: 2000;
	}
	
	#panel-open .panel {
		background: transparent url(/i/body-bg.png) no-repeat top center;
		z-index: 2000;
	}
	
	  #panel-open .panel>div { background: url(/i/panel-flag.png) no-repeat top center;float:left; z-index: 1000;}
		.panel .join { 
			float: left; 
			color: #FFF;
			margin-top: 3px;
			z-index: 1000;
			text-decoration: none;
			font-size: 12px;
			font-family: Arial;
			padding: 3px 8px 3px 45px;
			background: #001534 url(/i/loginjoin_icon.png) top left no-repeat;
		}
		.panel .signin {
			margin-top: 3px;
			display: block;
			padding: 3px 25px;
			float: right; 
			background: #700701;
			color: #FFF;
			font-size: 12px;
			text-decoration: none;
			text-transform: uppercase;
			margin-left: 25px;
			cursor:pointer;
			z-index: 2000;
		}
		
	
		#panel-open div.col {
			float: left;
			width: 270px;
			height: 200px;
			margin: 10px;
			z-index: 2000;
		}
		
		#panel-open h1 { font-size: 16px; text-transform: uppercase;}
		#panel-open label { clear: both; float: left; margin-top: 8px;}
		#panel-open input { clear: both; float: left;}
		#panel-open input[type=text], #panel-open input[type=password] {
			background: #33445D;
			border: 0 none;
			padding: 10px;
			color: #FFF;
			margin-top: 5px;
			font-size: 16px;
		}
		
		
		#panel-open #sign-in, #panel-open #coming-up { border-right: 1px solid #FFF; }
		#panel-open #sign-in img { float: left; }
		#panel-open #sign-in h1 { float: left;background: none;text-align:left;font-size:12px; text-transform: capitalize;}
		#panel-open #sign-in h1 strong { font-weight: bold; }
		#panel-open #sign-in a { float: left;clear:both; color: #FFF;}
		#panel-open #forgot_link {font-size:11px;margin-top:6px;}
		#panel-open #sign-in ul {
			float: left;
			clear: both;
			width: 225px;
			border-top: #4B71AF solid 1px;
			padding-top: 5px;
			margin-top: 15px;
		}
		
			#panel-open #sign-in ul li {
				text-align: left;
				width: 195px;
				float: left;
				clear: both;
			}
				#panel-open #sign-in ul li a {
					padding: 1px 25px 0px 5px;
					display: block;
					color: #FFF;
					width: 100%;
					font-size: 11px;
				}
				
				#panel-open #sign-in ul li a:hover {
					background: #D5312C;
					color: #FFF;
				}
				
		
			#panel-open #newsletter h1 {  padding: 8px 0 8px 16px; }
		#panel-open #newsletter p { float: left; clear: both; margin: 15px; text-align: left; font-size: 10px;} 
		#panel-open form { margin: 10px 15px;}
		
		#panel-open .more { 
			float: left; 
			background: url(/i/learn-more.png) repeat-x top left; 
			/*margin-right: 224px;*/
			margin-top: 12px;
			border-top: 1px solid #ddd;
			border-left: 1px solid #ccc;
			border-right: 1px solid #aaa;
			border-bottom: 1px solid #999;
			-moz-border-radius: 4px;
			font-size: 12px;
			color: #BB0D1D;
			padding: 0 !important;
		}
		
		#panel-open #sign-in .more { float: left; }
		#panel-open #coming-up {
			font-size: 12px;
			width: 330px;
		}
			#panel-open #coming-up h1 {
				font-size: 14px;
			}
			
			#panel-open #newsletter h1 { border-bottom: 1px solid #4B71AF; padding-bottom: 8px;}
			#panel-open #newsletter p {
				font-size: 10px;
				color: #FFF;
			}
			
				#panel-open #newsletter p a { color: #FFF; text-decoration: none; }
				#panel-open #newsletter p a span { font-style: italic;}
			#panel-open #coming-up address{
				margin: 5px 15px 5px 10px;
				padding: 10px;
				border-top: 1px solid #4B71AF;
				border-bottom: 1px solid #4B71AF;
			}
			
			#panel-open #coming-up p.alerts{
				margin: 5px 15px 0px 10px;
				border-top: 1px solid #4B71AF;
				margin-top: 5px;
				padding-top: 5px;
			}
				#panel-open #coming-up p.alerts a {
					color: #FFF;
				}
				
				#panel-open #coming-up p span { color: #D5312C; font-weight: bold; }

		#panel-open input[type=submit] { float: left; margin-top: 10px; margin-bottom: 0px; padding: 1px 10px !important;}
		
#panel-bar { width: 100%; background: url(/i/panel-bg.png) repeat-x top left; margin-top:222px; height: 32px; position: absolute; display:none; z-index: 2000;}


/* Calendar stuff */

div.calendar {  margin-top:20px; margin-left: 15px; float: left;}
table.calendar { background: #D8DBE0; }

table.calendar th, table.calendar td { width: 30px;}
table.calendar td.linked-day a { font-size: 14px !important;}
table.calendar caption, table.calendar th,  .box table.calendar caption a { 
	text-align: center; 
	background: #D8DBE0;
	color: #001734;
	font-weight: normal;
	font-size: 12px;
}

table.calendar .calendar-month { padding: 6px 0 0;}
table.calendar caption span { font-size: 14px;padding:0;margin:0;}

table.calendar td { background: #FFF; display: table-cell; border: 1px solid #D8DBE0; padding: 3px 0; text-align: center;}

table.calendar th { padding-top: 5px; }




/* EVENTS PAGE */

.graybox { background: #D8DBE0; float: left; clear: both; margin: 5px 10px;  padding-bottom: 25px;}
 .events { float: left; width: 580px; margin-left: 25px; padding-bottom: 15px;}
 .full .events_list { margin: 0 30px;}
 .half .events_list { margin: 0 auto; width: 100%;}
	 .events .event,  .events_list .event { width: 100%; height: auto; clear: both;}
	 .events .event .icon,  .events_list .event .icon { float: left; margin-top: 20px;}
	 .events .event .body { float: left; width: 460px; margin-left: 25px; margin-bottom: 10px;}
	 #mainContent .events .event .body h1 { padding:  0;}
	 .events_list .event .body { float: left; width: 700px; margin: 0 25px;}
	 .events .event a { color: #D5312C; text-decoration: underline;}
		 .events .event h1,  .events_list .event h1 { 
			background: transparent none; 
			margin-top: 20px;
			padding: 0 0 5px 0 !important;
			font-weight: normal;
		}
		
		 .events .event h4,  .events_list .event h4 { 
			background: transparent none; 
			margin: 0 0 5px 0;
			padding: 0 0 3px 0;
			font-weight: normal;
			font-size: 12px;
			font-style: italic;
			color: #001734;
			border-bottom: 1px dotted #CCC;
			border-top: 0 none !important;
		}
		
			 .events .event h4 a,  .events_list .event h4 a {
				float: right;
				color: #D5312C;
				font-style: normal;
			}
		
		 .events .event p,  .events_list .event p { background: transparent none; padding: 5px 0; }
		
		 .full .events_list h2 { 
			float: left; 
			clear: both; 
			font-size: 24px; 
			font-weight: bold; 
			border-bottom: 4px solid #D5312C; 
			width: 860px;
			margin-top: 20px;
			margin-bottom: 10px;
		}
		
		 .half .events_list h2 {
			display: block;
 
			clear: both; 
			font-size: 24px; 
			font-weight: bold; 
			border-bottom: 4px solid #D5312C; 

			margin-top: 20px;
			margin-bottom: 10px;
		}
		 .events_list .event { 
			background: #FFF; 
			-moz-border-radius: 4px;
			float: left; 
			margin: 5px 40px;
			padding: 0 10px 15px; 
			width: 800px;
		}
		
		 .events_list .event .body { width: 660px;}
		 
		 .events_list .fultongop { background: #e1faff;}
		 .events_list .community { background: #e1ffed;}
		 .events_list .partners { background: #ffebd3;}
		
		.events_list div.filter { 
			 float: left;
			 margin-right: 50px; 
			 margin-top: 15px;
			 clear: both; 
		}
			.events_list div.filter select { 
				background: #fff !important; 
				-moz-border-radius: 4px; 
				border: 1px solid #ccc !important; 
				font-size: 14px; 
				padding: 5px 8px;
				color: #666;
				width: 200px;
				clear: none !important;
				float: left;
			}
			
			.events_list div.filter option { color: #666; }
			.events_list div.filter label { 
				font-size: 12px;
				font-weight: normal;
				float: left;
				text-transform: uppercase;
				padding: 15px 5px;
				font-weight: bold;
				clear: none !important;
				width: auto !important;
			}
			
	.involved_button {
		float: left;
		margin-top: 25px;
		width: 230px;
	}
	
		.involved_button a {
			border: 0 none;
			cursor: pointer;
			margin-left:15px;
			padding: 0 !important;
		}
		
		.involved_button p {
			font-style: normal;
		}
		
	.involved h3 { font-weight: bold; text-align: center; color: #D5312C; font-size: 20px;}
	.involved p { font-weight: normal; text-align: center; font-style: italic;}
	
	
/* JOIN PAGE */

.box { padding-bottom: 15px; }
.box p {
	padding: 15px;
	clear: both;
	display: block;
}
.box fieldset {
	margin: 15px 0  0 15px;
	float: left;
	clear: both;
}

	.box fieldset label {
		float: left;
		clear: both;
	}
	.box fieldset select {
		float: left;
		clear: left;
	}
	.box fieldset input {
		float: left;
		clear: both;
	}
	
	.box fieldset textarea {
		float: left;
		clear: both;
		width: 400px;
		height: 100px;
		background: #f1f1f1;
		font-size: 16px;
	}
	.box fieldset button {
		border: 1px solid #ccc;
	}
	
	.box ul.join {
		margin: 15px 25px 15px 75px !important;
		width: 500px;
	}
	
		.box ul.join li {
			font-size: 12px;
			padding: 3px 5px;
			margin: 0 !important;
			font-weight: normal;
		}
		
	.box h4 {
		margin-left: 15px;
		font-weight: bold;
		padding: 10px 0 0;
	}
	
	
	.full .officials {
		float: left;
		clear: both;
		width: 600px;
	}
	
strong { font-weight: bold; }


.alert {
	background: #f1f1f1;
	margin: 10px 10px 0;
	float: left;
	clear: both;
	width: 936px;
	padding-bottom: 0 !important;
	border: 2px solid #FFC000;
}

	.alert .icon { float: left; margin: 3px;}
	
	.alert img {
		
		padding:0 7px 10px;
		
	}
	
	.alert .message a { font-size: 11px; }
	
	.alert h1 {
		
		font-size: 16px;
		font-family: Arial, sans-serif;
	}	
		.alert h1 a {
			font-size: 11px;
			font-weight: normal;
			float: right;
			cursor: pointer;
			background: url(/i/close_x.png) no-repeat top right;
			padding:2px 24px;
		}
	.alert p {
		font-size: 12px;
		font-weight: normal;
		padding:5px;
		line-height:1.1;
	}
		
.full .elected {
	margin: 25px;
}

	.full .elected h3 {
		font-size: 16px;
		font-weight: bold;
	}
	
	.full .elected p {
		font-weight: 14px;
		font-weight: normal;
		margin-bottom: 20px;
	}
	
	.map { float: right; width: 500px;}
	

	.item { clear: both;}
	
	.item fieldset {
		float: left;
		clear: both;
	}
		.item fieldset label {
			width: 100px;
			float: left;
			clear: left;
			margin: 5px;
			padding: 8px;
			font-size: 18px;
		}
		
		.item fieldset input {
			float: left;
			font-size: 16px;
			margin: 5px;
			padding: 8px;
			border: 1px solid #999;
		}
		
		.item textarea { 
			background: #eee;
			border: 1px solid #999;
			margin: 5px;
		}
		
		.item fieldset select {
			float: left;
			font-size: 16px;
			margin: 8px;
			border: 1px solid #999;
		}
		.item p.total_fee_p {
			clear: both;
			font-family: Arial, sans-serif;
			font-size: 18px;
			font-weight: bold;
			margin: 12px;
		}
		
			.item p.total_fee_p span { color: #D5312C;}
			
		.item .body { float: left; clear: both; width: 100%;}
a.bottom { position: relative; display:block;text-align:right;margin-right:10px;}


#login_error { width: 100%; text-align: center; position: absolute; }
	#login_error div {
		width: 300px;
		color: #000;
		margin: 0 auto;
		background: #FFF;
		-moz-border-radius: 4px;
		border: 3px solid #D5312C;
		margin-top: 75px;
	}
	
		#login_error div p {
			padding: 25px;
		}
		
.account { background: #FFF; }
.account h2 { font-size: 18px; color: #D5312C;padding-bottom:10px;}
.account p { font-size: 12px; color: #999;}
.account fieldset { float: left; clear: both; margin: 5px 0;}
.account fieldset button { display: none; float: left; }
.account label { width: 125px; float: left; clear: left;font-weight: bold;padding: 3px; font-size: 14px; }		
.account input, .account select { border: 0; background: #f9f9f9; width: auto; float: left;font-size: 16px; padding: 6px 9px; }
.account fieldset:hover input, .account fieldset:focus input, .account fieldset input:focus, .account input:hover { font-size: 16px;
	background: url(/i/input_bg.jpg) repeat-x top left;
	border: 1px solid #ccc;
	padding: 5px 8px;
}
.account fieldset:hover input + button, .account fieldset input:focus + button { display: block; }

.account .column {
	width: 393px;
	background: #FFF url(/i/box_bg.jpg) repeat-x bottom left;
	-moz-border-radius: 8px;
	border: 1px solid #e9e9e9;
	padding: 10px;
	margin: 15px;
}
#take_action { display: none; }


	 .box .partners li a { font-size: 14px; padding:0;}
	
	

.account table {
	width: 100%;
}

	.account table th { background: #fff; color: #D5312C;padding: 5px;}
	.account table td { color: #000;padding: 5px;}
	.account table tr { background: #f1f1f1; }
	.account table tr.even { background: #e1e1e1;}
	
	
	.account .notification, .account .spinner { display: none; }
	
/* NEWS STUFF */

.news_container {
		width: 960px;
		float: left;
		clear: both;
		background: #ddd;
		min-height: 500px;
	}
	
		.news_container h1 { 
			color:#BB0F24;
			font-weight:bold;
			padding:7px 5px !important;
			background: url(/i/box-header.png) repeat-x top left;
			width: 950px;
			float: left;
		}

			.news_container h1 img { float: left; margin-right: 15px;}
			.news_container h1 span { float: left; margin-top: 3px;}	
			
		.news_container .news_list {
			width: 900px;
			margin: 0 30px;
			float: left;
			background: #FFF;
			min-height: 435px;
		}
		
			.news_list .newsitem { 
				float: left; 
				clear: both; 
				margin: 15px 30px;
				border-bottom: 2px solid #001534;
				width: 840px;
				height: auto;
				background: #f9f9f9;
			}
			
				.news_list .newsitem .more { 
					float: left !important;
					margin-bottom: 15px;
					margin-top: 10px;
					color: #D5312C;
					text-decoration: none;
					background: transparent;
				}
			.news_list .newsitem h1 {
				font-size: 16px;
				color: #001534 !important;
				font-weight: normal;
				padding: none;
				width: 840px;
				background: transparent;
			}
				.news_list .newsitem h1 img { margin-right: 5px;}
				.news_list .newsitem h1 a { text-decoration: none; color: #001534;float: left; margin-top: 6px;}
				
			.news_list h2 { font-size: 18px; margin: 25px 25px 10px; text-align:left;}
			.news_list h4 { font-size: 12px; color: #999; border-top: 4px double #e1e1e1; padding-top: 5px; margin: 10px 25px; text-align:left;}
			.news_list .entry { float: left; clear: both;border: 1px solid #e1e1e1; padding: 25px; margin: 10px 25px; color: #666;font-size: 12px; text-align: left !important;}
			.news_list .entry p { padding: 5px 0;}
			.news_list h5 { font-weight: bold; margin: 0 15px; color: #333;}
			.news_list .newsitem h3 {
				font-size: 10px; color: #999;
				border-top: 2px solid #ccc;
				border-bottom: 4px double #ccc;
				padding: 3px;
			}
			
			.news_list .newsitem p {
				font-size: 12px;
				margin: 5px 0;
			}
		
			
		
		.news_list div.filter { 
			float: left; 
			margin: 15px 30px; 
			width: 840px; 
			border-bottom: 1px solid #001534;
			 padding: 5px 0;
			 clear: both;
		}	
			.news_list div.filter ul { width: 100%; }
			.news_list div.filter li {
				border: 1px solid #ccc;
				-moz-border-radius: 2px; 
				float: left;
				text-align: right;
				margin-left: 15px;
			}
			
			.news_list div.filter li img { float: left; margin-top: -7px; margin-right: 15px;}
			.news_list div.filter li a { 
				padding: 10px 8px 3px 5px;
				float: left;
				text-decoration: none;
				color: #001534;}
			.news_list div.filter label { 
				font-size: 12px;
				font-weight: normal;
				float: left;
				text-transform: uppercase;
				padding: 15px 5px;
				font-weight: bold;
			}
			
		.news_list fieldset { float: left; clear: both;margin: 5px 0;}
		.news_list input { float: left; clear: left; width: 250px;}
		.news_list textarea { float: left; clear: both; width: 500px; height:150px; background: #f1f1f1;border: 1px solid #ccc; padding: 5px; font-size: 16px;}
		.news_list label { float: left; clear: left; width: 150px;}


ul.partners { margin-left: 10px;}

.forgot_container {
	display: none;
	position: absolute;
	width: 100%;
	z-index:9999;
}

	.forgot_box {
		display: none;
		width: 600px;
		height: 150px;
		background: #FFF;
		border: 4px solid #001534;
		-moz-border-radius: 8px;
		color: #000;
		margin: 50px; auto;
		text-align: left;
	}
	
	.forgot_box h1 {
		background:url("/i/box-header.png") repeat-x scroll left top transparent;
		color:#D5312C;
		font-weight:bold;
		padding:5px;
		text-align:left;
	}
		.forgot_box p { padding: 10px 15px;}
		.forgot_box fieldset { width: 270px; float: left; margin-left: 15px;}
		.forgot_box h1 a { font-size: 12px; font-weight: normal; float: right; padding-right: 10px;}
		.forgot_box input { width: 150px;}
		.forgot_box button {background: 0; border: 0 none;float: left; margin-top: -2px;}
		
	
.upcoming_events a.more { color: #D5312C; text-decoration: none; background: transparent; }
	a.more:hover { background: #FFF; }

	.upcoming_events a span { font-size: 12px; font-style: italic;}
	
.subnav {
	float: left;
	clear: both;
	width: 100%;
}

	.subnav ul {
		display: block;
		-moz-border-radius: 4px;
		border: 1px solid #e9e9e9;
		float: left;
		margin: 10px 15px;
	}
	
	.subnav li {
		float: left;
		border-right: 1px solid #e9e9e9;
	}
	
		.subnav li:last-child { border-right: 0 none;}
		.subnav li a {
			background: url(/i/subnav.jpg) repeat-x top left;
			display: block;
			padding: 8px 18px;
			color: #001534;
			text-decoration: none;
		}
		
		.subnav li a:hover, .subnav li a.active {
			display: block;
			background: url(/i/subnav_active.jpg) repeat-x top left;
			padding: 8px 18px;
			color: #FFF;
		}
		
.account .info { float: left; clear: both; width: 840px; margin-left: 15px;padding: 10px; border-bottom: 2px solid #001534;}
.account .info div { float: left; }
.account .info h2 { margin-top: 10px;}
.account .transactions { margin: 15px 15px 0 15px; float: left; clear: both;}
.account .transactions table { margin: 15px 0; float: left; clear:both;width: 860px; border: 1px solid #e9e9e9}

	.account .event_item div { float: left; margin-right: 10px;}
	.account .event_item h3 {
		border-bottom: 1px solid #001534;
		padding:0 0 3px 0;
		margin: 0 0 5px;
	}
												  
	.account .event_item .more { background: transparent; color: #D5312C; text-decoration: none; float: left; margin-top: 8px}
	.account select { clear: both; background: #F2F1FF !important;}

.about p {
	margin: 5px 15px;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}

.about h4 { margin: 15px 15px 5px; font-size: 14px; font-weight: bold;}

.column .more { color: #D5312C; text-decoration: none; background: transparent;float: left; margin-top: 15px;}
.landing .column .more { float: right;}
.sharethis { width: 100%; text-align: center; float: left;}

label.checkbox { clear: none !important;}


.take_action_col { float: right; width: 410px; position: relative;}
.take_action_col button { background: 0 none; border: 0 none; cursor:pointer;color:#fff;}

.take_action_col .forgot_box { 
	height:auto;
	margin-left:-200px;
	margin-top:-500px;
	position:absolute;
}

.box_list { float:left; clear: both;font-weight: normal ! important; width: 500px; margin-left: 50px !important; font-size: 12px; }
	.box_list li { font-weight: normal; }
	
.sticky { 

	padding: 5px 0 0 5px;
	border: 2px #999 solid;
	background: url(/i/stickybg.jpg) repeat-x;
	color:#000;
}

.events .event .body ul { list-style-type: disc; margin: 25px; }
.events .event .body ul li { font-weight: normal; margin: 10px; border: 0 none; clear: none; float: none; width: auto;}
.directions .body { width: 370px; clear: none; }

#dob_info, #spouse_info, #legal_info {
	display: none;
	background:none repeat scroll 0 0 #FFFFEE;
	border:1px solid #CCCCCC;
	margin-left:300px;
	position:absolute;
	width:250px;
}

#legal_info { display: block; }