/* -

	WebSweet

	Print template
	- CHDS 2009

--------------------- */

@import url("text.css");		/* text styles */
@import url("forms.css");  		/* form styles */

/* universal
--------------------- */
body {
	font-size: 100%;
	}

#container {
	font-size: 62.5%;
	}
body, h1, h2, h3, ul, li, a, hr, div, img, table, form, fieldset {
	margin: 0; padding: 0;
	}
hr {
	visibility: hidden;
	clear: both;
	}
.hide { display: none; }

/* structure/layout
--------------------- */

#container {
	margin: 0 auto;
	width: auto;
	}
	#sub_container {
		margin: 0 auto; padding: 0 0 4px 0;
		width: 950px;
		background: #fff;
		}

#header {
	margin: 0 auto; padding: 0;
	width: 950px; height: 120px;
	position: relative;
	}
	#header h1 {
		margin: 0; padding: 0;
		position: absolute;
		bottom: 10px; left: 45px;
		}
		#container #header h1 a {
			margin: 0; padding: 0;
			display: block;
			border: none; text-decoration: none;
			}
			#container #header h1 a span {
				display: block;
				}
				
	/* omni nav */
	#header ul#omni {
		display: none;
		}
#masthead {
	margin: 0 auto; padding: 0;
	width: auto; height: 200px;
	background: transparent;
	text-align: left;
	}
	#masthead img {
		margin: 0;
		}
	#masthead #main_photo {
		float: left;
		height: 200px;
		}
.home masthead {
	height: 331px;
	}
	.home #masthead #main_photo {
		height: 331px;
		}
	
#masthead #features {
	float: right;
	width: 375px;
	border-left: 1px solid #ddd;
	}
	#masthead #features #feature_1 {
		width: 375px; height: 165px;
		background: #7db35f;
		position: relative;
		border-bottom: 1px solid #ddd;
		}
	#masthead #features #feature_2 {
		width: 375px; height: 165px;
		background: #489ec5;
		position: relative;
		}
		#masthead #features div .article {
			margin: 15px 0 0 0; padding: 0;
			width: 163px;
			float: left; clear: none;
			}
		#masthead #features div .article:first-child {
			padding: 0 15px 0 30px;
			width: 140px;
			}

#content {
	margin: 0 auto; padding: 0;
	width: 950px;
	clear: both;
	}
	#breadcrumbs {
		margin: 0; padding: 10px 0 0 30px;
		}

#main_content {
	margin: 0; padding: 30px 0 30px 30px;
	width: 620px;
	float: left;
	text-align: left;
	position: relative;
	}
.home #main_content {
	margin: 0; padding: 30px 0 0 0;
	width: 100%;
	float: left;
	text-align: left;
	position: relative;
	}
	#main_content div.article {
		clear: both;
		margin-bottom: 0;
		}
	
	#sidebar {
		margin: 15px 0 20px 0; padding: 0 30px 0 0;
		width: 220px; height: auto;
		float: right;
		text-align: left;
		position: relative;
		}
		#sidebar img.border {
			margin: 0; padding: 0;
			}
		#sidebar #team_login {
			display: none;
			}
		#sidebar #search_box {
			display: none;
			}
			
			
	/* home page column layouts */
	.home #main_content {
		margin: 0 auto; padding: 15px 0 0 0;
		width: 950px;
		}
	.home #main_content div.article {
		padding: 22px 25px 0 35px; margin-bottom: 0;
		width: 254px; min-height: 144px;
		float: left;
		clear: none;
		position: relative;
		}
		.home #main_content div.article:first-child { background: none; width: 257px; }
		.home #main_content div.article p:last-child { position: absolute; right: 1px; bottom: -4px; margin: 0; padding: 0; }



#footer {
	margin: 0 auto; padding: 20px 0 0 0;
	width: 950px; height: 90px;
	clear: both;
	text-align: center;
	}
	#footer p {
		margin: 0 auto; padding-bottom: 10px;
		width: auto;
		text-align: center;
		text-shadow: 1px 1px 1px #000;
		}
		#footer a.powered-by {
			display: none !important;
			}


/* main navigation
--------------------- */

#nav {
	display: none;
	}
