@import url('/wp-content/themes/cutler2010/assets/styles/reset.css');

body {
	font-family: Tahoma;
	background: #5c96c9;
	font-size: 11px;
	color: #444444;
}

p {
	margin: 15px 0px 15px 0px;
}

a {
	color: #4fffca;
}

h1 {
	font-size: 30px;
	color: #1668b1;
	margin-top: 10px;
	margin-bottom: 20px;
}

h2 {
	font-size: 16px;
	color: #00573d;
}

h3 {
	font-size: 12px;
	color: #00573d;
}

hr {
	margin: 30px 0px 30px 0px;
	color: #333;
	height: 1px;
}

.green {
	color: #00573d;
}

.blue {
	color: #1668b1; 
}

.errorBox {
	border: 1px dotted #F00;
	background-color: #3F3F3F; 
	color: #DDD; 
	padding: 5px 3px 5px 3px;
}

#emailError {
	position: absolute; 
	width: 200px; 
	left: 18px; 
	top: 20px;
	display: none;
}

#footer a {
	color: #22d7a0;
}

#contentFooter a {
	color: #00315d;
}

#header {
	width: 100%;
	background: url('/wp-content/themes/cutler2010/assets/images/header_bg.jpg') repeat-x;
	border-bottom: 1px solid #5997ce;
}

#headerInner {
	width: 960px;
	height: 50px;
	margin: 0 auto;
}

	#nav {
		display:block;
		height:50px;
		list-style:none;
		padding:0px;
		width:948px;
		margin: 0 auto;
	}

		#nav li {
			display:block;
			float:left;
			list-style-type:none;
			margin:0px;
			padding:0px;
		}

		.subNav {
			display: none;
			position: absolute;
			background-color: #ccc;
			z-index: 15;
		}
		
		ul#aboutSub { width: 177px; }
		ul#planSub { width: 175px; }
		ul#issuesSub { width: 190px; }
		ul#joinSub { width: 125px; }
		
		ul#nav ul.subNav li {
			display: list-item;
			float: none;
		}
		
		li:hover ul, li.over ul { display: block; }
		
			#nav li a{ display:block; height:50px; text-indent:-5000px; }
			
			ul#nav ul.subNav li {
				border-bottom: 1px solid #058767;
			}
			
			ul#nav ul.subNav li.indent a {
				padding-left: 30px;
			}

			ul#nav ul.subNav li.last {
				border-bottom: 0px;
			}
			
			ul#nav ul.subNav li a {
				text-indent: 0px;
				display: block;
				text-decoration: none;
				color: #fff;
				font-size: 12px;
				height: 12px;
				background: #00573b;
				padding: 15px;
				border-bottom: 0;
			}
			ul#nav ul.subNav li a:hover {
				color: #3ebb9a;
				background: #00573b url('/wp-content/themes/cutler2010/assets/images/dropdown_hover_bg.jpg');
			}

			a#navHome{ background:url('/wp-content/themes/cutler2010/assets/images/nav.jpg') 0px 0px no-repeat; width:115px; }
			a#navAbout{ background:url('/wp-content/themes/cutler2010/assets/images/nav.jpg') -115px 0px no-repeat; width:160px; }
			a#navVision{ background:url('/wp-content/themes/cutler2010/assets/images/nav.jpg') -275px 0px no-repeat; width:130px; }
			a#navThePlan{ background:url('/wp-content/themes/cutler2010/assets/images/nav.jpg') -405px 0px no-repeat; width:121px; }
			a#navNews{ background:url('/wp-content/themes/cutler2010/assets/images/nav.jpg') -526px 0px no-repeat; width:165px; }
			a#navJoinUs{ background:url('/wp-content/themes/cutler2010/assets/images/nav.jpg') -691px 0px no-repeat; width:125px; }
			a#navDonate{ background:url('/wp-content/themes/cutler2010/assets/images/nav.jpg') -816px 0px no-repeat; width:132px; }

			a#navHome:hover{ background-position:0px -50px; }
			a#navAbout:hover{ background-position:-115px -50px; }
			a#navVision:hover{ background-position:-275px -50px; }
			a#navThePlan:hover{ background-position:-405px -50px; }
			a#navNews:hover{ background-position:-526px -50px; }
			a#navJoinUs:hover{ background-position:-691px -50px; }
			a#navDonate:hover{ background-position:-816px -50px; }

			a#navHome.selected{ background-position:0px -100px; }
			a#navAbout.selected{ background-position:-115px -100px; }
			a#navVision.selected{ background-position:-275px -100px; }
			a#navThePlan.selected{ background-position:-405px -100px; }
			a#navNews.selected{ background-position:-526px -100px; }
			a#navJoinUs.selected{ background-position:-691px -100px; }
			a#navDonate.selected{ background-position:-816px -100px; }

/*	#background {
		background: #5c96c9 url('/wp-content/themes/cutler2010/assets/images/main_bg.jpg') no-repeat;
 		height: 360px;
		width: 960px;
		margin: 0 auto;
		float: left;
		position: relative;
	}
	#background_left_outer, #background_right_outer {
		width: 50%;
		float: left;
	}
	
	#background_left_outer {
		margin-right: -480px;
	}
	
	#background_right_outer {
		margin-left: -480px;
	}
	#background_left {
		height: 360px;
		margin-right: 480px;
		background: #1668b1 url('/wp-content/themes/cutler2010/assets/images/main_bg_left.jpg') no-repeat top right;
	}
	#background_right {
		height: 360px;
		margin-left: 480px;
		background: #1668b1 url('/wp-content/themes/cutler2010/assets/images/main_bg_right.jpg') no-repeat top left;
	} */

#contentOuter {
	background: url('/wp-content/themes/cutler2010/assets/images/content_bg.jpg') repeat-x;
	clear: both;
}

#contentWrapper {
	width: 960px;
	background: url('/wp-content/themes/cutler2010/assets/images/content_wrapper_bg.jpg') repeat-y;
	position: relative;
	top: -60px;
	margin: 0 auto;
}
	
#contentLeftDrop {
	position: absolute;
	left: 0px;
	width: 10px;
	height: 475px;
	background: url('/wp-content/themes/cutler2010/assets/images/content_left_drop_home.jpg') repeat-y;
}
#contentRightDrop {
	width: 10px;
	height: 475px;
	background: url('/wp-content/themes/cutler2010/assets/images/content_right_drop_home.jpg') repeat-y;
	position: absolute;
	right: 0px;
}

#mainContent {
	padding: 30px 0px 0px 0px;
	width: 940px;
	position: relative;
	z-index: 10;
	margin: 0px 10px 0px 10px;
	background: #fff url('/wp-content/themes/cutler2010/assets/images/container_div_bg.jpg') repeat-y;
}

	#contentLeft {
		background: #1055a1 url('/wp-content/themes/cutler2010/assets/images/left_content_sub_bg.jpg') no-repeat;
		left: 10px;
		width: 240px;
		position: relative;
		top: -50px;
		padding: 20px 0px 20px 0px;
		margin-bottom: -180px;
		color: #fff;
		float: left;
		text-align: center;
		font-size: 12px;
		letter-spacing: 0.5px;
		font-weight: none;
		line-height: 13px;
		z-index: 10;
		text-align: center;
	}
	
		#contactInfoTitle {
			font-weight: bolder;
			font-size: 14px;
		}
		#contentLeft img {
			padding: 3px 0px 3px 0px;
		}
	
		#emailSignupForm {
			padding-top: 5px;
			display: inline;
		}
		#emailSignupForm input {
			color: #002a4f;
			font-weight: bolder;
			background: url('/wp-content/themes/cutler2010/assets/images/sidebar/inputBg.jpg') repeat-x;
			border: 2px solid #6893bb;
			padding: 4px;
		}
		#signUpBox {
			width: 200px;
			margin: 0 auto;
			height: 125px;
			overflow: hidden;
		}
		#donateNowLeft {
			margin-top: 10px;
			border: 0px;
		}
		
		#searchform {
			margin: 10px 0 15px 5px;
		}
		
		#keeping_pace_sidebar {
			margin: 0;
		}
		#leftMenu {
			text-align: left;
			padding-left: 45px;
		}
		
		.leftMenuTitle {
			color: #fff;
			font-size: 14px;
		}
		
		#followOnline {
			margin-top: 37px;
			margin-bottom: 6px;
		}
		
		#contentLeft a {
			color: #82bdff;
		}
		
		.content_addresses {
			color: #1668B1;
			width: 190px;
			float: left;
			line-height: 150%;
			font-size: 11px;
		}
		.content_addresses strong {
			font-size: 14px;
		}
		
		.subpageNavDiv {
			padding-left: 15px;
			padding-right: 15px;
			text-align: left;
			position: absolute;
			display: inline;
			top: 215px;
			left: 0px;
		}
		.subpageTitle {
			color: #b9deff;
			font-size: 16px;
			padding-bottom: 5px;
			margin-left: 15px;
		}
		#contentLeft ul.subpageNav {
			list-style-type: disc;
			text-align: left;
			line-height: 150%;
			padding: 0 0 5px 0;
			margin: 0;
			background: url('../images/sidebar/subnav_bg.jpg');
			display: block;
			list-style-position: inside;
		}
		#contentLeft .subpageTop {
			height: 7px;
			font-size: 1px;
			width: 210px;
			background: url('../images/sidebar/subnav_bg_top.jpg');
		}
		#contentLeft .subpageBottom {
			height: 7px;
			font-size: 1px;
			width: 210px;
			background: url('../images/sidebar/subnav_bg_bottom.jpg');
		}
		#contentLeft ul.subpageNav li {
			background: url('../images/sidebar/subnav_bg.jpg');
			list-style-position: inside;
			margin: 0;
			width: 185px;
			padding: 7px 0 7px 25px;
			letter-spacing: 0em;
		}
		#contentLeft ul.subpageNav li:hover {
			background: url('../images/sidebar/subnav_bg.jpg');
		}
		
		#contentLeft ul.subpageNav li.divider {
			padding: 0;
			list-style-type: none;
			margin: 0;
			height: 1px; 
			font-size: 1px;
			line-height: 1px;
			width: 210px;
			background: url('../images/sidebar/subnav_divider.jpg') no-repeat;
		}
		
		#contentLeft ul.subpageNav li a {
			color: #ffffff;
			font-size: 12px;
			text-decoration: none;
		}
		#contentLeft ul.subpageNav li a:hover {
			color: #82BDFF;
		}
		
		#contentLeft ul.subpageNav li.currentPage, #contentLeft ul.subpageNav li.currentPage a {
			color: #064983;
		}
		
	#contentRight {
		float: right;
		width: 680px;
		position: relative;
		font-size: 13px;
		letter-spacing: 0.2px;
		word-spacing: 0.3px;
		line-height: 20px;
		padding-bottom: 10px;
		z-index: 10;
	}
		.imageCaption {
			width: 280px; 
			background-color: #eeeeee; 
			margin: -5px auto 0px auto; 
			font-size: 11px; 
			line-height: 11px; 
			padding: 5px;
		}
		
		#contentRight a {
			color: #1668b1;
		}
	
	
		
	#contentFooter {
		clear: both;
		position: relative;
		top: -15px;
		padding-top: 15px;
		padding-bottom: 50px;
		background: #e1eef9 url('/wp-content/themes/cutler2010/assets/images/content_footer_bg.jpg') repeat-y;
		z-index: 5;
		border-top: 1px solid #adc8e3;
		min-height:10px;
		height:auto !important;
		height:10px;
	}
	#contentFooter:after {
		content:'.';
		visibility:hidden;
		display:block;
		clear:both;
		height:0px;
	}
		#contentFooterBlue {
			position: absolute;
			background-color: #1055a1;
			width: 240px;
			height: 10px;
			left: 10px;
			top: -8px;
		}
		
		#contentFooterInner {
			text-align: center;
			width: 680px;
			float: right;
			line-height: 16px;
		}

#footer {
	position: fixed;
	bottom: 0px;
	height: 70px;
	width: 100%;
	background: url('/wp-content/themes/cutler2010/assets/images/footer_bg.jpg') repeat-x;
	color: #fff;
	font-size: 12px;
	z-index: 15;
}
	#footer p {
		margin-top: 0px; margin-bottom: 0px;
	}
	#footer_container {
		width: 960px;
		margin: 0 auto;
	}
		.footer_title {
			font-size: 11px;
			margin-left: 4px;
		}
	
		.footer_divider {
			background: url('/wp-content/themes/cutler2010/assets/images/footer_divider.jpg') no-repeat;
			width: 7px;
			height: 70px;
			float: left;
		}
	
		#footer_left {
			padding: 5px 5px 0px 5px;
			width: 585px;
			height: 68px;
			float: left;
			position: relative;
			line-height: 16px;
			letter-spacing: 0.6px;
		}
			.twitter_name {
				color: #6ab8fe;
			}
			
			.twtr-hd,.twtr-ft {
				display: none;
			}
	
		#footer_middle {
			padding: 5px;
			width: 120px;
			height: 58px;
			float: left;
		}
			#social_icons {
				margin: 7px auto 0px auto;
			}
	
		#footer_right {
			padding: 5px;
			height: 58px;
			float: left;
			width: 170px;
			position: relative;
		}
			#footer_right img {
				margin-top: 5px;
			}
			
			
			
#toplayout {
	min-width:960px;
	min-height:10px;
	height:auto !important;
	height:10px;
}
#toplayout:after {
	content:'.';
	visibility:hidden;
	display:block;
	clear:both;
	height:0px;
}

input, textarea {
	font-family: Tahoma;
}

.featured_video {
	width: 600px;
	background: #007753;
	padding: 5px;
	margin-bottom: 20px;
}
.featured_video_inner {
	width: 594px;
	padding: 2px;
	border: 1px solid #1a8869;
}
	.videoBox {
		float:left;
		height:175px;
		width:271px;
	}
	.videoText {
		float: left;
		margin-left:8px;
		padding:10px 10px 5px;
		width:290px;
		min-height:120px;
		height:auto !important;
		height:120px;
	
	}
	.videoText .featured_title {
		color: #ffffff;
		font-size: 14px;
		font-weight: bolder;
	}
	.videoText h2 {
		color: #003827;
		font-size: 16px;
		display: block;
		margin-bottom: 10px;
	}
	
	.featured_date {
		color: #00573d;
		font-size: 12px;
		font-weight: bolder;
	}
	.featured_body {
		margin-bottom: 5px;
	}
	
	.videoText .featured_body {
		color: #ffffff;
		margin-top: 0px;
	}
.featured_story {
	padding-bottom: 18px;
	border-bottom: 1px solid #e6e6e6;
}


.clear {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

