/* Pierce County ARES Global Style Sheet 		*/
/* Created by Michael Johns 				    */
/* tremorx@me.com							 	*/
/* V1.0 Drafted November 18, 2010 				*/
/* This site uses no Flash. I support HTML5.	*/
/* If you're reading this, hello!				*/
/* Please hire me.								*/

body {
	margin:0;
	padding:0;
	background:#CCCCCC url(../images/bg_katrina.png) top no-repeat;
}

img {
	border:none;
}

a {
	color:#0a6ea0;
}

a:hover {
	color:#2bc4f3;
}

a:active {
	color:#000000;
}

#main_wrapper {
	font-family:Helvetica Neue, Helvetica, Calibri, Arial, sans-serif;
	margin:0px auto;
	width:750px;
	padding-left:12px;
	padding-right:12px;
	background:#CCCCCC;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
	/* Sorry, no nice shadow around this div in IE. Not my problem. Complain to Microsoft for not following CSS3 standards! */
}

/* Header */
#header_wrapper {
	height:130px;
	vertical-align:top;
	background:url(../images/bg_header.png) no-repeat left top;
}

	#header_right {
		float:right;
		vertical-align:top;
		background:url(../images/bg_headerRight.png) no-repeat right top;
		width:200px;
		height:125px;
		color:#F2F2F2;
		padding-top:1%;
	}
	
	#header_right a {
		display:block;
		height:15px;
		width:90%;
		margin:0;
		padding:0;
		text-decoration:none;
		font-size:14px;
		color:#f2f2f2;
		padding-left:10%;
		line-height:14px;
	}
	
	#header_right a:hover {
		color:#FFFFFF;
		background:url(../images/over_navlink.png) top left;
		height:15px;
		width:90%;
	}

/* Content Area */
#content_wrapper {
	width:100%;
	margin:20px auto 20px auto;
	height:290px;
	vertical-align:top;	
}

	#content_left {
		float:left;
		width:500px;
		height:305px;
		background:url(../images/slider/bg_navbar.png) no-repeat left bottom;
	}
	
		#content_leftClear {
		float:left;
		width:450px;
		height:235px;
		background:url(../images/bg_contactLeft.png) no-repeat left top;
		padding:25px;
		color:#666666;
		font-size:14px;
	}
	
	#content_right {
		float:right;
		background:url(../images/bg_contentRight.png) top center no-repeat;
		width:200px;
		height:295px;
	}
	
		#content_right form {
			width:150px;
			padding-top:40px;
		}
		
			.inputfield {
				width:150px;
				background:url(../images/inputfield_member.png) left no-repeat;
				border:none;
				margin-left:20px;
				padding-left:10px;
				padding-right:5px;
				height:25px;
			}
			
			.buttonSubmit {
				width:150px;
				height:32px;	
				background:url(../images/button_submit.png) center top no-repeat;
				border:none;
				margin-top:15px;
				margin-left:22px;
			}
			
			.buttonSubmit:active {
				margin-top:18px;
				background:url(../images/button_submit.png) center bottom no-repeat;
			}
			
			#content_right img {
				padding-left:35px;
				padding-top:10px;
			}
			
			:focus {
				outline:none;
			}

/* Sub-Content Area */
#subcontent_wrapper {
	font-family:'Helvetica Neue', Helvetica, Calibri, sans-serif;
	height:150px;
	background:url(../images/bg_subcontent.png) no-repeat left top;
}
	#subcontent_text {
		float:left;
		margin-left:200px;
		margin-top:50px;
		width:500px;
		line-height:15px;
		font-size:13px;
		color:#4d4d4d;
	}

/* Sitemap Area */
#sitemap_wrapper {
	background:url(../images/bg_sitemap.png) repeat-x top #b3b3b3;
	margin-top:15px;
	padding-top:35px;
	height:175px;
	width:774px;
	margin-left: -12px;
	margin-right: -12px;
	veritcal-align:top;
	font-size:12px;
	color:#FFFFFF;
}

	#sitemap_left {
		margin-left: 25px;
		width:350px;
		float:left;
	}
	
		#sitemap_wrapper ul {
			color: #F2F2F2;
			font-size:12px;
			text-decoration:none;
			list-style:none;
			margin:-;
			padding:0;
		}
		
		#sitemap_wrapper h1 {
			font-size:16px;
			font-weight: bold;
			color:#ffffff;
			margin:0;
			padding:0;
		}
	
	#sitemap_right {
		color:#f2f2f2;
		margin-right:45px;
		float:right;
		width:350px;
		font-size:12px;
	}
	
	.downloadlink {
		padding-top:-16px;
		padding-left:10px;
	}

/* Footer */
#footer {
	background:url(../images/bg_footer.png) repeat-x;
	width:774px;
	margin-top: 20px;
	margin-left: -12px;
	margin-right: -12px;
	height: 22px;
	padding-top:12px;
	vertical-align:middle;
	text-align:center;
	color:#F2F2F2;
	font-size:12px;
}