@charset "UTF-8";
/* CSS Document */

/* start reset.css */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end reset.css */

body {
	background-color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#wrapper{
	width:900px;
	margin:0 auto 0 auto;
	background-color:#FFFFFF;
}
#header{
	width:900px;
	height:230px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}
#header h1{
	display:none;
}
#sidebar{
	width:221px;
	float:left;
	margin:15px 15px 15px 15px;
}
#navigation{
	margin-bottom:20px;
}
#content{
	width:600px;
	min-height:500px;
	float:right;
	margin: 15px 15px 15px 0;
	line-height:1.1em;
}
#content h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color:#4695D1;
	font-weight:bold;
	margin:0 0 1.5em 0;
	line-height:1.2em;
}
#content h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#8F3F97;
	font-weight:bold;
	margin:0 0 .5em 0;
}
#content h4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#8F3F97;
	font-weight:bold;
	margin:2em 0 -.5em 0;
	padding-top:.4em;
	border-top:solid 2px #999;
}
#content p{
	margin-bottom:1em;
	font-size:.8em;
}
.staffPhoto {
	margin:0 10px 5px 0;
}
#content ul{
	list-style:circle;
	list-style:outside;
	margin:0 0 1em 30px;
	font-size: .8em;
	line-height:2em;
}
#content ul ul{
	font-size: 100%
}
#content ul.noBullet{
	list-style:none;

}
#content strong{
	font-weight:bold;
}
#content em{
	font-style:italic;
}
#content  .testimonial_question h3{
	margin-left:-1em;
}
#content hr{
	margin: 2em 0 0 0;
}
#content table {
	font-size:.8em;
}
.center {
	text-align:center;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.alignCenter{
	margin:0 auto;
}
#content  .testimonial_question li{
	margin-bottom:10px;
	margin-left:15px;
}
#footer{
	width:900px;
	height:45px;
	clear:both;
	background-image:url(images/footer.gif);
	background-repeat:repeat-x;
	font-size:.8em;
}
#footer h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top:12px;
	font-size:.7em;
}
#footer p {
	padding:8px 0 0 0;
}
#footer a{
	text-decoration:none;
	color:#000;
}
#footer a:hover{
	text-decoration:underline;
}
#photoshow{
	width:400px;
	height:200px;
	float:right;
	margin:15px 15px 15px 0;
}
#mariaphoto{
	float:left;
	margin: 0 5px 5px 0;
}
#testimonials{
	font-family:"Times New Roman", Times, serif;
	width:191px;
	padding:15px;
	background-color:#FFE0B1;
	color:#8F3F97;
}
#testimonials h4{
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:.5em;
}
#testimonials p{
	font-style:italic;
}
#testimonials a{
	text-decoration:none;
	color:#8F3F97;
	text-align:center;
	font-weight:bold;
}
#testimonials a:hover{
	text-decoration:underline;
}

#twitter_div {
	margin-bottom:20px;
}
#twitter_div h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#4695D1;
	font-weight:bold;
	margin:0 0 .5em 0;
	line-height:1.2em;
}
#twitter-link{
	display:block;
	padding:10px 0 0 0;
	font-size: .8em;
}


#contact_form {
	width:550px;
	margin:auto;
	background-color:#FFE0B1;
	padding:20px 10px 10px 20px;
	height:430px;

}
#contact_form label{
	position:relative;
	padding-top:.2em;
	// left:10px;
	display:block;
	width:150px;
} 
#contact_form input {
	width:355px;
	position:absolute;
	left:175px;
}
#contact_form textarea {
	width:355px;
	position:absolute;
	margin-bottom:10px;
	left:175px;
	
}
#contact_form #submit{
	margin-top:50px;
	width:125px;
	left:175px;
}
#contact_left {
	float:left;
	margin-left:45px;
}
#contact_right {
	float:right;
	margin-right:45px;
}
.clear_float {
	clear:both;
}

/* begin navigation */

#navigation a{
	display:block;
	width:221px;
	height:23px;
	margin-bottom:7px;
	color:#000000;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-indent:30px;
	padding-top:4px;
}

#navigation #home a{
	background-image:url(images/u_crayon_red.jpg);
	background-repeat:no-repeat;
}
#navigation #home a:hover{
	background-image:url(images/d_crayon_red.jpg);
	background-repeat:no-repeat;
}

#navigation #services a{
	background-image:url(images/u_crayon_yellow.jpg);
	background-repeat:no-repeat;
}
#navigation #services a:hover{
	background-image:url(images/d_crayon_yellow.jpg);
	background-repeat:no-repeat;	
}

#navigation #staff a{
	background-image:url(images/u_crayon_green.jpg);
	background-repeat:no-repeat;
}
#navigation #staff a:hover{
	background-image:url(images/d_crayon_green.jpg);
	background-repeat:no-repeat;
}

#navigation #whatis a{
	background-image:url(images/u_crayon_blue.jpg);
	background-repeat:no-repeat;
}
#navigation #whatis a:hover{
	background-image:url(images/d_crayon_blue.jpg);
	background-repeat:no-repeat;
}

#navigation #faq a{
	background-image:url(images/u_crayon_oarnge.jpg);
	background-repeat:no-repeat;
}
#navigation #faq a:hover{
	background-image:url(images/d_crayon_oarnge.jpg);
	background-repeat:no-repeat;
}

#navigation #happening a{
	background-image:url(images/u_crayon_pink.jpg);
	background-repeat:no-repeat;
}
#navigation #happening a:hover{
	background-image:url(images/d_crayon_pink.jpg);
	background-repeat:no-repeat;
}

#navigation #calendar a{
	background-image:url(images/u_crayon_light_green.jpg);
	background-repeat:no-repeat;
}
#navigation #calendar a:hover{
	background-image:url(images/d_crayon_light_green.jpg);
	background-repeat:no-repeat;
}

#navigation #contact a{
	background-image:url(images/u_crayon_purple.jpg);
	background-repeat:no-repeat;
}
#navigation #contact a:hover{
	background-image:url(images/d_crayon_purple.jpg);
	background-repeat:no-repeat;
}

/* end navigation */