/* Start of CMSMS style sheet 'Home' */
/* Global Styles Begin*/
* {
	vertical-align: baseline;
	list-style: none;
	font-weight: inherit;
	font-family: Arial;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

h2{
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}

h3{
	font-family: Times, serif;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #ec3f44;
}

h4{
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #6f6c62;
	padding-bottom: 14px;
	
}

h5{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6f6c62;
}

a{
	font-family: Arial, sans-serif;
	color: #00aee6;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

/*Global Styles End*/

body {
	background-image: url(../images/header-bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 1020px;
}

/* Header Begin */

#header{
	position: relative;
	width: 961px;
	height: 145px;
	margin: 0 auto;
        z-index: 100;
}

#logo{
	position: absolute;
	top: 23px;
	left: 12px;
}

/* Utility Nav Begin */

#utility-nav{
	position: absolute;
	top: 9px;
	right:0px;
	background-image: url(../images/utility-nav-bg.png);
	background-position: top left;
	background-repeat: none;
	width: 411px;
	height: 35px;
	padding-left: 13px;
	padding-top: 22px;
}

#utility-nav li{
	float: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ec3f44;
}

#utility-nav li a{
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ec3f44;
	margin: 0px 8px;
}

#utility-nav li a:hover{
	color: #00aee6;
}

.search{
	position: absolute;
	width: 156px;
	top: 27px;
	right: 15px;
	}
	
#searchbox{
	float: left;
	font-family: Arial;
	font-size: 11px;
	color: #60a4ba;
	width: 125px;
	height: 16px;
	padding: 3px 0px 3px 5px;
	
	background: url(../images/search-box.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
#searchsub{
	display: block;
	float: left;
	width: 26px;
	height: 22px;
	text-indent: -5000px;
}

/* Utility Nav End */

/*Nav Begin*/

#nav{
	position: absolute;
	right: 0px;
	top: 97px;
}

#nav li{
	float: left;
	padding-left: 8px;
}

#nav li a{
	float: left;
	text-indent: -5000px;
	height: 25px;
}

#nav-about{
	display: block; 
	background-image: url(../images/nav-aboutus.gif);
	background-repeat: no-repeat;
	background-position: top left; 
	width: 73px;
}

#nav-about:hover{
	background-position: bottom left; 
}

#nav-schools{
	display: block; 
	background-image: url(../images/nav-schools.gif);
	background-repeat: no-repeat;
	background-position: top left; 
	width: 185px;
}

#nav-schools:hover{
	background-position: bottom left; 
}

#nav-family{
	display: block; 
	background-image: url(../images/nav-family.gif);
	background-repeat: no-repeat;
	background-position: top left; 
	width: 126px;
}

#nav-family:hover{
	background-position: bottom left; 
}

#nav-faculty{
	display: block; 
	background-image: url(../images/nav-faculty.gif);
	background-repeat: no-repeat;
	background-position: top left; 
	width: 131px;
}

#nav-faculty:hover{
	background-position: bottom left; 
}

#nav-support{
	display: block; 
	background-image: url(../images/nav-support.gif);
	background-repeat: no-repeat;
	background-position: top left; 
	width: 88px;
}
#nav-support:hover{
	background-position: bottom left; 
}

/* Nav End */

/* Banner Begin */

#banner{
	clear:both;
	background-image: url(../images/banner.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: -50px auto 0 29px;
	height: 430px;
	width: 961px;	
	color: #FFFFFF;
        z-index: 200;
}

.banner-headline-italic{
	padding-top: 95px;
	padding-left: 470px;
	font-family: Times, Georgia, serif;
	font-size: 35px;
	font-style: oblique;	
}

.banner-headline-normal{
	padding-left: 430px;
	margin-top: -7px;
	font-family: Times, Georgia, serif;
	font-size: 60px;
	font-style: none;	
}

#banner-nav{
	width: 953px;
	height:74px;
	background-image: url(../images/banner-nav-bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 8px;
}

#banner-nav li{
	float: left;
}

#banner-nav li a{
	display: block;
	width: 309px;
	height: 53px;
	text-indent: -5000px;
	background-position: top left;
	background-repeat: no-repeat;
	padding-right: 8px;
}

#banner-nav-find{
	background-image: url(../images/banner-nav-findschool.jpg);  
}

#banner-nav-find:hover{
	background-position: bottom left;
}

#banner-nav-support{
	background-image: url(../images/banner-nav-support.gif);  
}

#banner-nav-support:hover{
	background-position: bottom left;
}

#banner-nav-blueprint{
	background-image: url(../images/banner-nav-blueprint.jpg);  
}

#banner-nav-blueprint:hover{
	background-position: bottom left;
}

/* Banner End */

/* Content Begin */

#content{
	margin: 0 auto;
	width: 961px;
	height: 228px;
	padding-top: 30px;
	margin-bottom: 40px;
	line-height: 18px;
}

#large-column{
	float: left;
	width: 430px;
	color: #494b4f;
	padding-left: 11px;
	padding-right: 40px;
	padding-top: 15px;
}

#large-column p{
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
}

.small-column{
	float: left;
	background-image: url(../images/column-repeat.gif);
	background-repeat: repeat-y;
	background-position: top left;
	width: 194px;
	height: 205px;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 15px;
	padding-bottom: 25px;

}

.small-column p{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #92918d;
}

.testimonial{
	font-style: oblique;
}

.person{
	font-weight: bold;
	font-style: oblique;
	padding-top: 10px;
}

.text-field{
	float: left;
	font-family: Arial;
	font-size: 11px;
	color: #60a4ba;
	width: 152px;
	height: 16px;
	padding: 3px 0px 10px 5px;
	background: url(../images/text-field.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}

#social{
	width: 33px;
	float: left;
	padding: 36px 22px 0px;
	}

#social li{
	padding-bottom: 11px
	}	

.newsletter-copy{
	padding-top: 10px!important;
	padding-bottom: 2px!important;
}

.required{
	color: #ec3f44;
}

#newslettersub{
	display: block;
	float: left;
	width: 107px;
	height: 26px;
	padding-top: 5px;
	text-indent: -5000px;
}

.footer-headline{
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #6f6c62;
	padding-bottom: 14px;
	
}

.footer-subhead{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6f6c62;
}


#google-map{
	float: left;
	background-image: url(../images/googlemap.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width:239px;
	height: 176px;
	margin-right: 30px;
	border: solid 2px #d6d6c0;
position: relative;
        z-index: 1100;
}

#footer-wrapper{
        position: relative;
	background-image: url(../images/footer-bg-repeat.gif);
	background-position: top left;
	background-repeat: repeat-x;
	clear:both;
	margin: 0 auto;
	padding-top: 45px;
	height: 278px;

}

#footer{
	width: 940px;
	margin: 0 auto;
        background-image: url(http://www.cecdayton.org/images/cecfooter.jpg);
        background-position: top right;
        background-repeat: no-repeat;
}

#footer p{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #6f6c62;
	padding-bottom: 8px;
	padding-top: 0px;
	line-height: 15px;
}

.footer-column{
	float: left;
	width:170px;
	padding-right: 26px;
position: relative;
        z-index: 1100;

}

#bg-image{
        position: absolute;
        z-index: 1000;
        right: 0px;
}
/* End of 'Home' */

