@charset "UTF-8";
/* --------------------------  
Theme Name: SJEC Temporary Site
Author: Keith Heustis
Author URL: http://www.clear-river.com/
Version: 1.0
Modified Date: 12.24.09
------------------------------ */


/* -----------------------------
	CSS RESET   
-------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body#home {
        line-height:1;
		font-family: Verdana, Geneva, sans-serif;
		background: #d6e8f3 url(../images/sjec-bkg.png) top left repeat-x;
}

body#modal {
        line-height:1;
		font-family: Verdana, Geneva, sans-serif;
		background: #fff url(../images/modal-bkg.gif) top right no-repeat;
}
ol, ul {
	list-style: none;
}

a {
        margin:0;
        padding:0;
        border:0;
        font-size:100%;
        vertical-align:baseline;
        background:transparent;
		color:#203f5b;
		font-family: Verdana, Geneva, sans-serif;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -----------------------------
	GENERAL   
-------------------------------- */
.clear {
clear:both;	
}

#container {
	position:relative;
	width: 960px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}

/* -----------------------------
	HEADER   
-------------------------------- */

.header h1 a {
	text-indent:-9999px;
	background:url(../images/sjec-logo.gif) no-repeat;
	width:537px;
	height:116px;
	float:left;
	margin: 15px 0 10px 0;
}

#directions, #preschool {
	float: right;
	background: #c3def3;
	padding: 5px 8px;
	margin-left: 5px;
}

#directions p a, #preschool p a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #00517d;
	text-decoration: none;
}

#directions p a:hover, #preschool p a:hover {
	text-decoration: underline;	
}


/* -----------------------------
	    MAIN CONTENT   
-------------------------------- */

#main-content {
	float:right;
	position:relative;
	width: 440px;
	background-color: #00517d;
	padding: 15px 20px 20px 20px;
	margin: -20px 0 0 0;
}

#main-content h2{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	line-height: 40px;
}

#main-content p{
	color: #c8ddee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 23px;
}

form {
float: left;
width: 340px;
}


label {
	color: #fff;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	
}

#email-field {
	float: left;
	width: 340px;
}

input.send-btn {
	position: absolute;
	height: 24px;
	width: 90px;
	margin: 0 0 0 0;
	left: 273px;
	top: 141px;
}

input#email {
	height: 17px;
	width:240px;
	color: #00517d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#social {
	margin: 40px 0 0 10px;
	float: left;	
}

#social img {
	margin: 0 0 0 2px;
}

label.error { 
	position: absolute;
	left: 20px;
	top: 155px;
	width: 250px; 
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ff0042; 
} 


/* ----- MODAL ------- */

#modal #container {
	position:relative;
	width: 100%;
	text-align: left;
}

#modal .header h1 a {
	text-indent:-9999px;
	background:url(../images/sjec-logo-modal.png) no-repeat;
	width:409px;
	height:92px;
	float:left;
	margin: 5px 0 0 0;
}

#modal #content {
	float: left;
	
}


#modal #content h2 {
	color: #00517d;
	display: block;
	width: 386px;
	background:url(../images/modal-header-bkg.png) top left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 29px;
	margin: 10px 0 0 15px;
	padding: 0 0 0 10px;
}


#modal #content h3 {
	color: #00517d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	margin: 10px 0 0 25px;
}

#modal #content ul {
	margin: 0 0 0 35px;
}

#modal #content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	margin: 0 30px 12px 25px;
}

#modal #content p a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

#modal #content ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 0 7px;
	background: url(../images/modal-bullet.gif) 5px 7px no-repeat;
}

#modal #content ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 0 7px;
	text-decoration: none;
}

#modal #content ul.static li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 0 12px;
	background: url(../images/modal-bullet.gif) 5px 7px no-repeat;
}

#modal #content ul li a:hover {
	text-decoration: underline;
}

#modal #map {
	width: 600px;
	height: 400px;
	margin:5px 0 30px 25px;
	border: #badaf5 2px solid;
}

/* -----------------------------
	INFO BAR   
-------------------------------- */


#info-bar {
	float: left;
	display: inline;
	width: 480px;
	background: #c3def3;
	padding: 30px 0;
	margin: -160px 20px 0 0;

}

.grid1 {
	float: left;
	display: inline;
	width: 210px;
	margin: 0 0 0 10px;
}

.grid1 a{
	color: #00517d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
}


span.grid-title {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}


.grid1#left a.grid-link{
	display: block;
	padding: 0 0 0 50px;
	background: url(../images/sjec-info.gif) 15px 5px no-repeat;
	
}

.grid1#right {
	display: block;
	background: url(../images/sjec-divider.png) 0 0 repeat-y;
	padding: 0 0 5px 8px;
	
}

.grid1#left {
	display: inline;
	
}

.grid1#right a.grid-link{
	display: block;
	padding: 0 0 0 70px;
	background: url(../images/sjec-date.gif) 10px 5px no-repeat;
	
}

a.grid-link:hover span.grid-title{
	text-decoration: underline;	
}

a.grid-link:hover span.grid-body{
	text-decoration: underline;	
}

/* -----------------------------
	FOOTER   
-------------------------------- */

#footer {
	position: absolute;
	width: 400px;
	left: 51px;
	top: 285px;
}

#footer p, #footer p a{
	color: #00517d;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 23px;
}

#footer p a {
	text-decoration: none;	
}

#footer p a:hover {
	text-decoration: underline;	
}
