/*Global Stylesheet for SCCS - Sound Child Care Solutions*/


/*----------------Generic Style------------------------------*/
/*Reset.css contains styles to remove default browser styles */
@import url(reset.css);
/*-----------------------------------------------------------*/


/*General Styles */
html, body {
	height: 100%;
}

body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
	             "Helvetica Neue", Verdana, Arial, sans-serif;
	font-weight: 300;
	background: url("../images/bg.png") repeat;
}

p {
	padding: 5px 0;
}

h3 {

}

#container {
	background: url("../images/bgTop2.gif") repeat-x left top;
	padding-top: 27px;
	
	/*Needed for Sticky Footer*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
}

#wrapper {
	margin: 0 auto;
	background: #c4d6d2;
	width: 960px;
	padding-top: 0px;
	margin-bottom: 45px;
	-moz-border-radius: 12px;
	border: 1px solid #c4d6d2;
}

/*---------------------Header Style-----------------------*/
#header {
	padding-left: 28px;
}

#header h1 {
	text-indent: -9999px; /*Image replacement for Logo*/
/*	padding-top: -20px;
	background: url("../images/SCCS_Logo.png") no-repeat left top;
	width: 300px;
	height: 100px;
	margin-top: -15px;*/
}

#header img {
	margin-top: -25px;
}

/*--------------------Float Nav List Items---------------*/
#secondaryNav, #mainNav {
	float: right;
}

#secondaryNav li, #mainNav li {
	float: left;
}

/*Position both Navigation Bars 50px from right side*/
#secondaryNav, #mainNav {
	margin-right: 28px;
}

/*--------------------Secondary Nav Style----------------------*/

#secondaryNav li {
	font-size: .9em;
	padding: 10px 0px 8px 15px;
}

#secondaryNav a {
	color: #374658;
}

#secondaryNav a:hover {
	color: #3e7166;
}
/*--------------------Main Nav Style----------------------*/
#mainNav {
	background: #d1dcda url("../images/mainNavBg.png") repeat-x;
	margin-top: 8px;
	border-top: #b5c6c2 2px solid;
	border-left: #b5c6c2 2px solid;
}

#mainNav li {
	padding: 15px;
}

#mainNav li:first-child {
	background: url("../images/leftNavAccent.png") no-repeat 10px 12px;
	padding-left: 65px;
}

#mainNav li.lastChild {
	background: url("../images/rightNavAccent.png") no-repeat 182px 12px;
	padding-right: 65px;
}

#mainNav a {
	text-decoration: none;
	color: #4d3b59;
	font-size: 1.5em;
}

#mainNav a:hover {
	background: url("../images/hoverBar.png") no-repeat bottom center;
}

/*--------------------Banner Style------------------------*/
#banner {
	background: #11110f url("../images/headerplacer3.jpg") no-repeat left top;
	width: 885px;
	height: 260px;
	border: 10px solid #d9e5e2;
	margin: 10px auto;
}

#banner .tagline {
	float: left;
	width: 40%;
	font-size: 1.3em;
	line-height: 1.4;
	color: #3f5664;
	padding-top: 48px;
	padding-left: 28px;
}


#bannerSideBar {
	float: right;
	width: 256px;
	cellpadding: 8px;
}

#bannerSideBar {
	float: right;
	width: 256px;
}

#bannerSideBar li {
}

#bannerSideBar .donate, #bannerSideBar .volunteer, #bannerSideBar .center {
	height: 77px;
	width: 240px;
	margin: 7px 8px;
}

#bannerSideBar .donate {
	background: url("../images/buttonbg1.png") repeat-x center center;
}

#bannerSideBar .volunteer {
	background: url("../images/buttonbg2.png") repeat-x center center;
}

#bannerSideBar .center {
	background: url("../images/buttonbg3.png") repeat-x center center;
}

#bannerSideBar li a#donate, #bannerSideBar li a#center {
	position: relative;
	top: 26px;
	left: 15px;
	background: url("../images/sideBannerArrow.png") no-repeat center left;
	color: #fff;
	text-decoration: none;
	padding: 10px 0px 10px 45px;
	font-size: 1.6em;
	font-family: baskerville, serif;
}

#bannerSideBar li a.arrow {
	position: relative;
	top: 23px;
	left: 15px;
	background: url("../images/sideBannerArrow.png") no-repeat center left;
	width:27px;
	height:33px;
	display:block;
}

#bannerSideBar li a#pd {
	position:relative;
	color: #fff;
	text-decoration: none;
	padding:0px 0px 10px 59px;
	font-size: 1.6em;
	font-family: baskerville, serif;
	display:block;
	margin-top:-22px;
}
/*
#bannerSideBar li a#donate:hover, #bannerSideBar li a#center:hover {
	text-decoration: none;
	background: url("../images/sideBannerHover.png") no-repeat center left;
}

#bannerSideBar li a.arrow:hover {
	width:27px;
	height:33px;
	display:block;
	text-decoration: none;
	background: url("../images/sideBannerHover.png") no-repeat center left;
}
*/
#bannerSideBar li a#donate:hover, #bannerSideBar li a#center:hover, #bannerSideBar li a#pd:hover {
	text-decoration: none;
	color:#e89566;
}

/*--------------------Content Section Styles----------------*/

#content {
	margin: 30px 40px;
	padding-bottom: 60px;
	line-height: 1.4;
}

#content a {
	text-decoration: none;
	color: #4d3b59;
}

#content a:hover {
	text-decoration: underline;
}


#content h2 {
	color: #4d3b59;
	font-size: 1.6em;
	padding: 10px 0;
}

#content h3 {
	color: #306260;
	font-size: 1.2em;
	padding: 6px 0;
}

#content .fullmainColumn h3 {
	padding-top: 20px;
	
}

.mainColumn {
	float: left;
	width: 46%;
}

.sideColumn {
	float: left;
	width: 46%;
	margin-left: 8%;
}

.fullmainColumn {
	float: left;
	width: 86%;
}

.fullmainColumn img {
	margin-bottom: 25px;
}

.sideColumn li, .mainColumn li, .fullMainColumn li {
	list-style: disc;
	list-style-position: inside;
	padding-top: 10px;
}

#clause {
	margin-top: 25px;
	padding: 20px 5px 0 5px;
	width: 100%;
	background: url("../images/div_decor.png") repeat-x;
}

/*--------------------Contact Form Style------------------------*/
form {
	background-color: #b4c4c3;
	padding: 50px;
}


/*--------------------Footer Style------------------------*/
#footer, .push {
	height: 100px;
}

#footer {
	background: url("../images/footerBg.gif") repeat-x;
}

#footerNav {
	display:none;
	margin-left: 50px;
	padding-top: 25px;
	float: left;
	width: 65%;
}

#footer li {
	float: left;
	color: #fff;
}

#footer a {
	text-decoration: none;
	color: #fff;
	font-size: .8em;
	padding-left: 5px;
	padding-right: 5px;
}

#footer a:hover {
	text-decoration: underline;
}

#footer #companyInfo {
	padding-top: 15px;
	float: left;
	max-height: 100px;
	text-align: right;
	overflow: none;
}

#footer p, #footer address {
	font-size: .8em;
	color: #fff;
}

#footer address {
	display: inline;
}

/*--------------Extra Style for Layout--------------*/
/* Class for clearing floats */
.clear-both {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}