/*

	DJ TOOK CSS 
	
	Rev: 2007.07.30
	
	By: Michael Gerard (m.gerard@umlautpress.com)
	
	COLOR SCHEME
	------------
	BLUE:		#006EFE		rgb(0,110,254)
	
*/

/*- PAGE LAYOUT -*/

body {
	color: #fff;
	background-color: #006efe;
	font: 62.5% Optima, 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}

#header {
	width: 800px;
	height: 275px;
	}

#body {
	width: 800px;
	margin: 0 0 0 0;
	}

#sidebar {
	width: 180px;
	float: left;
	}

#content {
	width: 600px;
	min-height: 300px;
	margin-left: 200px;
	font-size: 1.5em;
	}

#footer {
	width: 800px;
	text-align: center;
	}

/*- PAGE HEADERS -*/

h1, h2, h3, h4, h5, h6 {
	display: block;
	}

.h1_index, .h1_services,
.h1_schedule, .h1_contact {
	width: 800px;
	height: 275px;
	}

.h1_index {
	background: transparent url('images/header_index.jpg') no-repeat;
	}

.h1_services {
	background: transparent url('images/header_services.jpg') no-repeat;
	}

.h1_schedule {
	background: transparent url('images/header_schedule.jpg') no-repeat;
	}

.h1_contact {
	background: transparent url('images/header_contact.jpg') no-repeat;
	}

/*- NAVIGATION -*/

ul.leftnav, ul.leftnav li {
	margin: 0;
	padding: 0;
	}

ul.leftnav {
	list-style-type: none;
	}

ul.leftnav li, ul.leftnav li a {
	display: block;
	width: 140px;
	height: 40px;
	}

ul.leftnav li {
	margin-left: 20px;
	}

ul.leftnav li a {
	text-indent: -500px;
	}

a#nav_home {
	background: transparent url('images/nav_buttons.jpg') no-repeat 0px 0px;
	}

a#nav_home:hover {
	background: transparent url('images/nav_buttons.jpg') no-repeat 0px -40px;
	}

a#nav_services {
	background: transparent url('images/nav_buttons.jpg') no-repeat 0px -80px;
	}

a#nav_services:hover {
	background: transparent url('images/nav_buttons.jpg') no-repeat 0px -120px;
	}

a#nav_schedule {
	background: transparent url('images/nav_buttons.jpg') no-repeat 0px -160px;
	}

a#nav_schedule:hover {
	background: transparent url('images/nav_buttons.jpg') no-repeat 0px -200px;
	}

a#nav_contact {
	background: transparent url('images/nav_buttons.jpg') no-repeat 0px -240px;
	}

a#nav_contact:hover {
	background: transparent url('images/nav_buttons.jpg') no-repeat 0px -280px;
	}	

/*- CONTENT HEADERS -*/

.h2_index, .h2_services, .h2_contact, .h2_schedule,
.h3_services {
	margin-left: auto;
	margin-right: auto;
	}

.h2_index {
	width: 417px;
	height: 96px;
	background: transparent url('images/h2_index.jpg') no-repeat;
	}

.h2_services {
	width: 366px;
	height: 45px;
	background: transparent url('images/h2_services.jpg') no-repeat;
	}

.h3_services {
	width: 355px;
	height: 43px;
	background: transparent url('images/h3_services.jpg') no-repeat;
	}

.h2_schedule {
	width: 458px;
	height: 161px;
	background: transparent url('images/h2_schedule.jpg') no-repeat;
	}

.h2_contact {
	width: 339px;
	height: 86px;
	background: transparent url('images/h2_contact.jpg') no-repeat;
	}	

/*- FOOTER CONTENT -*/

#footer_banner_wrap {
	/* width: 177px; height: 106px; */
	width: 800px;
	height: 150px;
	display: block;
	margin: 0 auto 0 auto;
	/* background: transparent url('images/footer_logo.jpg') no-repeat; */
	background: transparent url('images/footer_el_banner.gif') no-repeat;
	}

a#banner_link {
	width: 800px;
	height: 150px;
	display: block;
	text-indent: -9999px;
	}

/*- CONTACT FORM -*/

#contact_wrap {
	width: 400px;
	margin: 0 auto 0 auto;
	}

#contact_wrap input,
#contact_wrap textarea {
	width: 250px;
	}

fieldset {
	border: none;
	}

.fieldwrap {
	margin-bottom: 10px;
	}

.fieldwrap label {
	margin-top: 3px;
	width: 125px;
	font-weight: bold;
	float: left;
	}
	
label.required:before {
	content: "* ";
	}

.inputwrap {
	display: inline;
	}

input:focus, textarea:focus {
	background: #fdf67e;
	}

input#formsubmit {
	width: auto;
	}

.validation-advice {
	color: #FFFF00;
	text-align: left;
	padding-top: 3px;
	padding-left: 20px;
	background: transparent url('images/error.png') no-repeat left center;
	margin-left: 126px;
	margin-bottom: 3px;
	}
	
/*- ALIGNMENT -*/

/* text alignment */
.center {
	text-align: center;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}

/* image alignment */
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignleft, img[align="left"] {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

img.alignright, img[align="right"] {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

/*- GLOBAL -*/

a, a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	}

/*- MISC TAGS AND CLASSES -*/

.img_replace {
	text-indent: -9999px;
	}
	
.clear {
	clear: both;
	}

.hidden {
	visibility: hidden;
	}

