/***************************************************  
	File Name:	layout.css
	Desc.:		layout structure
	Site:		Harford Shelter
	Version:	1.0 2010-06-25
	
	Author:		Nicolas Minacapelli
	Company:	Sequel Design Associations, Inc.
	Email:		webmaster@sequeldesign.com
***************************************************/

/***************************************************
	COLORS CODES:
	
	CBB383	bkgd - body					brown
	c0143c	bkgd - left side menu		red
	f0c52d	bkgd - left side search		yellow
	4570a9	bkgd - left side buttons	red
	f0c52d	bkgd - menu horizontal 		yellow
	002e5f	bkgd - footer				blue (dk)
	
	fedd4b	headers, nav, search		yellow
	4570a9	links						red
	002e5f	subhead color				blue (dk)
	4670AA	side buttons/footer links 	blue (lt)
	414141	main text					gray (dk)
	bababa	font color					gray (lt)
***************************************************/

/**************************************************
	HTML CSS/STYLES
***************************************************/

body {
	background-image: url('../images/bg_body.jpg');
	background-color: #CBB383;
	margin: 0 0 30px 0;
	padding: 0;
	height:100%;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
}

/**************************************************
	ID CSS/STYLES
***************************************************/

#wrapper {
	width: 980px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

#header_home {	
	width: 980px;
	margin: 0;
	padding: 0;
}

	#header_home #logo {
		float:left;
		width:220px;
		height:220px;
		background:#fff;
		padding:10px;
		margin-top:40px;
	}
	#header_home #masthead {
		float:left;
		width:740px;		
		height:280px;
	}

#header_sub {	
	width: 980px;
	margin: 0;
	padding: 0;
}#header_sub img { padding:0!important; margin:0!important; }

	#header_sub #logo {
		float:left;
		width:220px;
		height:115px;
		background:#fff;
		padding:10px;
		margin-top:40px
	}
	#header_sub #masthead {	
		width:740px;
		height:175px;
		float:left;
	}
		
#masthead_buttons {
	float:left;
	width:185px;
	margin-top:60px;
	margin-left:20px;
	/*margin-top:40px;width:125px;*/
}

#content_wrapper {
	background: url('../images/bkgd_wrapper.gif') top left repeat-y;
	background-color: #CBB383;
	width: 980px;
	margin: 0;
	padding: 0;
}

#column_left {
	float:left;
	width:240px;			
}
#column_right {
	background: url('../images/bg_content.gif') top right repeat-y;	
	float:left;
	width:740px;
}

#menu_bar { line-height:40px; height:40px; background-color: #f0c52d; }

#search {
	background-color: #f0c52d;
	border-top:2px #fff solid;
	border-bottom:2px #fff solid;
	padding:10px 0 10px 10px;
}
	.search {
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000;		
		border:#ccc 1px solid;
		width:150px;
		height:15px;
		padding:3px;
	}
	input:focus { border: 1px dotted #cccccc; }

#buttons {
	background-color: #4670AA;	
	min-height:200px;
	padding:10px 0 10px 0;
	height:100%;
}
#buttons img { padding:3px 0 3px 0; }

/* HOME */
#home {		
	width: 740px;
	text-align: left;
	font-size:11px;
	line-height:16px;
	color:#414141;	
	line-height:15px;
	min-height:400px;
	padding-bottom:15px;	
}
	#home #col_left {
		float:left;
		width:550px;
		margin-right:15px;
		padding:15px;
	}
	#home #col_right {
		float:left;
		width:135px;
	}
	
	#home #col_left img { border:none; margin: 0; }
	#home #col_right img { margin-bottom:5px; }
	
	#home #col_left ul, #home #col_left li {
		margin:0;
		font-weight:normal;
	}

/* SUB */
#sub {		
	width: 740px;
	text-align: left;
	font-size:11px;
	line-height:16px;
	color:#414141;	
	line-height:15px;
	min-height:400px;
	padding:20px 0 20px 20px;	
}
	#sub #col_left {
		float:left;
		width:570px;
		margin-right:15px;
	}
	#sub #col_right {
		float:left;
		width:135px;
	}
	#sub #col_left img { border:none; margin: 10px 0 10px 0; }
	
	#sub #sub_full { width:705px; }
	
	#sub p { margin:0 0 10px 0; padding:0; }
	#sub ul {
		list-style-type:disc!important;
		margin-left:50px;
		font-weight:normal;
		text-align:left;
		margin:0 0 15px 35px;
		padding:0;
	}
	#sub ol {
		margin-left:50px;
		font-weight:normal;
		text-align:left;
		margin:0 0 15px 35px;
		padding:0;
	}	
	#sub li {
		list-style-type:disc!important;			
		font-weight:normal;
		text-align:left;
		margin:0 0 5px 0;
	}
	#sub ol.decimal li {
		list-style-type:decimal!important;
	}
	#sub a {
		color:#D61C2F;
	}
	#sub a:hover {
		text-decoration:underline;
	}
	#sidebar_right img { margin-bottom:5px; }

/* FOOTER */
#footer_container {
	width: 100%;
	text-align: left;
	border-top:2px #fff solid;
}	
	#footer_sections {
		background-color: #002e5f;
		min-height:200px;
		margin: 0;
		padding:10px 20px 10px 20px;
		color:#bababa;
		font-size:11px!important;
		line-height:15px;	
	}	
	#footer_sponsors {
		background-color: #ffffff;
		height:139px;
		margin: 0;
		padding:10px 0 10px 0;
	}
	#footer_sponsors img { margin:3px 6px 3px 6px; }
	
	.copyright { margin:10px 0 0 10px; line-height:15px; color:#fff; font-size:11px;}

.clear { clear:both; }

.alignright { float:right; }
.alignleft { float:left; }
.aligncenter { display: block;
    margin-left: auto;
    margin-right: auto; }
	
.form_required { color:red; }	
.form_left { float:left; width:120px; text-align:right; }
.form_right { float:left; margin-left:5px; }

input[type="radio"], input[type="checkbox"] { margin-bottom:3px; border:none; }
input,textarea,select { border: 1px solid #999999; margin:2px 0 2px 0; }
input:focus,textarea:focus,select:focus { border: 1px dotted #cccccc; }

hr {
	background:#9ABFF6;
	line-height:1px;
	height:1px;
	margin:10px 0 10px 0;
	border:none;
}
input[type="image"], input[type="button"], input[type="submit"], input[type="reset"], img { border:none; }

.button, input[type="button"] {
	border:#011C38 1px solid;
	background:#002E5F;
	color:#FFFFFF;
	min-width:70px;
	padding:2px 8px 2px 8px;
	font-size:12px;
	cursor:pointer;
}

ul, li, .gform ul {
	list-style-type:none;
	margin:0;
	font-weight:normal;
}