/*
Theme Name: First Step
Theme URI: Your Theme's URI
Description: First Step Preschool
Version: 1.0
Author: bugdown
Author URI: http://dopplerinternet.com/
*/

* {
	padding:0;
	margin:0;
}

body {
	background-color:black;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
}

#wrapper {
	overflow:hidden;
	width:740px;
	margin:0 auto;
}

#header {
	height:122px;
	background-image:url(images/header.jpg);
}

#side {
	float:left;
	width:197px;
	background-image:url(images/nav_bg.jpg);
	background-repeat:repeat-y;
}

#nav {
	position:relative;
	height:464px;
	background-image:url(images/nav.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#nav ul {
	list-style:none;
	text-indent:-9999%;
	margin-left:18px;
}

.home { display:block; width:179px; height:55px; background-image:url(images/home.png); position:absolute; top:5px; }

.program { display:block; width:179px; height:55px; background-image:url(images/program.png); position:absolute; top:75px; }

.early { display:block; width:179px; height:55px; background-image:url(images/early.png); position:absolute; top:150px; }

.links { display:block; width:179px; height:55px; background-image:url(images/links.png); position:absolute; top:230px; }

.contact { display:block; width:179px; height:55px; background-image:url(images/contact.png); position:absolute; top:315px; }

.gallery { display:block; width:179px; height:55px; background-image:url(images/gallery.png); position:absolute; top:400px; }

#main {
	float:right;
	width:503px;
	background-color:#6fcdf3;
	background-image:url(images/content_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	padding:20px;
}

#main h1 {
	color:white;
	font-size:18px;
	font-weight:bold;
	line-height:22px;
	margin-bottom:28px;
}

#main p {
	margin-bottom:24px;
}

#main ul,
#main ol {
	margin-left:20px;
	margin-bottom:24px;
}

#main ul li {
	margin-bottom:20px;
}

#main a,
#main a:link {
	color:black;
}

#main a:hover {
	color:#fc0;
}

.clear {
	clear:both;
}

#footer {
	text-align:center;
	color:white;
	font-size:10px;
	line-height:13px;
	margin:12px 0;
}

#footer a,
#footer a:hover {
	color:#0c9;
}

form {
	background-color: #ffffff;
	width: 300px;
	margin:20px;
	border: black solid 1px;
	border-top: 0px;
	color:#666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
}

label {
	display:block;
	text-align:right;
	width:70px;
	padding:0.2em;
	margin:0;
	margin-top:0.3em;
  }

.nobr {
	display:none;
}

.textfield {
	margin:3px;
	height:20px;
	width:200px;
	border: 1px black solid;
}

.textarea {
	margin:3px;
	height:165px;
	width:235px;
}

.submit {
	margin:3px;
	float:right;
}

#form_catagory {
	background-color: #FFEF31;
	padding:5px;
	color: #000000;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
