/*	South Dade Children's Resource Network	*/
/*	By Mick Bockstruck			*/
/*	April 2008				*/
/*	© CWI Communications		*/

@charset "utf-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#headerNav {
	padding: 0;
	margin:0;
}
#headerNav ul {
	padding: 0;
	margin: 0;
	background-color: #0099cc;
	color: #fff;
	float: left;
	width: 100%;
	font-family: century gothic, arial, helvetica, sans-serif;
	font-size:13px;
	line-height: 100%;
	border-bottom:#fff solid 1px;
}
#headerNav ul li { 
	padding: 0;
	margin: 0;
	display: inline; 
	list-style-type: none;
}
#headerNav ul li a, #headerNav ul li a:visited {
	padding: 20px 15px 5px 15px;
	margin:0;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right:#fff solid 1px;
}
#headerNav ul li a:hover {
	color: #fff;
	background-color: #0099cc;
}
.orange {
	background-color: #ff9933;
}
.pink {
	background-color: #cc0099;
}
.purple {
	background-color: #663399;
}
.blue {
	background-color: #0099cc;
}
.green {
	background-color: #99cc33;
}

.oneColFixCtr #homePhoto {
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
}

.oneColFixCtr #mainContent {
	margin: 8px 0 10px 0;
	padding: 0;
	width: 900px;
}

.oneColFixCtr #homeLeftCol {
	width: 700px;
	float:left;
	margin:0;
	padding:0;
	background-image:url(/images/imageMenu/green_rounded_corners.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.oneColFixCtr #homeRightCol {
	width: 190px;
	float:right;
	margin:0 0 0 10px;
	padding:0;
	text-align:center;
}
.oneColFixCtr #homeRightCol form {
	margin:0 0 5px 0;
	padding:0;
}
#search_term {
	width: 150px;
	font-family: century gothic, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	margin: 0;
	padding: 2px;
	text-align:left;
}
.oneColFixCtr #homeRightCol ul {
	margin: 0;
	padding:0;
}
.oneColFixCtr #homeRightCol ul li {
	margin: 5px 0 0 0;
	padding:0;
	list-style-type:none;
	font-size:0;
	line-height:0;
}
.oneColFixCtr #homeRightCol ul li a, .oneColFixCtr #homeRightCol ul li a:visited {
	margin: 0;
	padding:0;
}
.oneColFixCtr #homeRightCol img {
	margin: 0;
	padding:0;
	font-size: 0px;
	line-height: 0px;
}

.oneColFixCtr #footer {
	text-align:center;
	padding: 10px 0;
	margin: 0;
}
.oneColFixCtr #footer p {
	padding: 8px 0;
	margin: 0;
	font-family: century gothic, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	color:#000;
	border-top: solid 2px #0099cc;
}
.oneColFixCtr #footer a {
	color:#0099cc;
	text-decoration:none;
}
.oneColFixCtr #footer a:visited {
	color:#0099cc;
	text-decoration:none;
}
.oneColFixCtr #footer a:hover {
	color:#663399;
	text-decoration:none;
}
.oneColFixCtr #childrensTrust {
	margin:10px 0;
	text-align: center;
}
.oneColFixCtr #childrensTrust img {
	margin:0;
	padding:0;
}
.oneColFixCtr #childrensTrust p {
	font-family: Garamond, Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	line-height: 12px;
	color:#000000;
	border:none;
	margin:0;
	padding:5px 0;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	padding: 0;
	margin: 0;
}
