@charset "utf-8";
/* CSS Document */
/*by chadworks.net*/

/*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,
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*/

/*common*/

body {
	background: url(../img/bg-main.jpg) #fff no-repeat top center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
}

p {
	font-size: 16px;
	color: #031634;
}

a {
	font-size: 16px;
	color: #036564;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.continue {
	font-size: 13px;
	font-style: italic;
}

.clearer {
	clear: both;
}

.justified {
	text-align:justify;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	color: #036564;
	font-size: 24px;
	margin: 0px 0 15px 0;
}

h3 {
	font-size: 18px;
	color: #302605;
	font-weight: bold;
	border-bottom: 1px solid #b7b7b7;
	margin-bottom: 15px;
}

h5 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #031634;
}

h6 {
	font-size: 18px;
	color: #302605;
	font-weight: bold;
}

#main-wrapper {
	width: 960px; height: auto; margin: auto;
	background: url(../img/bg-main.jpg) no-repeat top center;
}

span.green-txt {
	color: #036564;
}

/*end common*/

/*header*/

#header-logo-wrapper h1 {
	width: 355px; height: 238px; float: left;
	text-indent: -9999px;
}

#header-logo-wrapper h1 a {
	width: 355px; height: 238px; display: block;
}

#header-tel-wrapper h2 {
	width: 298px; height: 23px; float: left;
	background: url(../img/header-tel.png) no-repeat;
	text-indent: -9999px;
	margin: 15px 0 0 270px;
}

#mnav-wrapper {
	width: 574px; height: 51px; float: left;
	margin: 149px 0 0 0;
	text-indent: -9999px;
}

#mnav-wrapper a {
	height: 51px; display: block;
}

#mnav-wrapper li {
	float: left;
}

#mnav-home a { background: url(../img/mnav.png) no-repeat 0px 0px; width: 115px; }
#mnav-about a { background: url(../img/mnav.png) no-repeat -115px 0px; width: 115px; }
#mnav-services a { background: url(../img/mnav.png) no-repeat -230px 0px; width: 115px; }
#mnav-calendar a { background: url(../img/mnav.png) no-repeat -345px 0px; width: 115px; }
#mnav-contact a { background: url(../img/mnav.png) no-repeat -460px 0px; width: 114px; }

#mnav-home a:hover { background: url(../img/mnav.png) no-repeat 0px -51px; width: 115px; }
#mnav-about a:hover { background: url(../img/mnav.png) no-repeat -115px -51px; width: 115px; }
#mnav-services a:hover { background: url(../img/mnav.png) no-repeat -230px -51px; width: 115px; }
#mnav-calendar a:hover { background: url(../img/mnav.png) no-repeat -345px -51px; width: 115px; }
#mnav-contact a:hover { background: url(../img/mnav.png) no-repeat -460px -51px; width: 114px; }

#mnav-home.current a { background: url(../img/mnav.png) no-repeat 0px -51px; width: 115px; }
#mnav-about.current a { background: url(../img/mnav.png) no-repeat -115px -51px; width: 115px; }
#mnav-services.current a { background: url(../img/mnav.png) no-repeat -230px -51px; width: 115px; }
#mnav-calendar.current a { background: url(../img/mnav.png) no-repeat -345px -51px; width: 115px; }
#mnav-contact.current a { background: url(../img/mnav.png) no-repeat -460px -51px; width: 114px; }

/*end header*/

/*slider*/

#slider-wrapper {
	width: 900px; height: 302px; float: left;
	padding: 20px 30px 20px 30px;
}

.nivoSlider {
    position:relative;
    width:900px; /* Change this to your images width */
    height:302px; /* Change this to your images height */
    background:url(../img/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../img/loading.gif) no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-42px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../img/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../img/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

/*end slider*/

/*content*/

#banner-wrapper {
	width: 900px; height: 302px; float: left;
	padding: 20px 30px 20px 30px;
}

#content-wrapper {	
	width: 915px; height: auto; float: left;
	padding: 0 15px 0 30px;
}

#content-area-wrapper {
	width: 600px; height: auto; float: left;
	margin: 0 0 0 0;
}

#sb-wrapper {
	width: 295px; height: auto; float: left;
	margin: 0 0 0 20px;
}

.sb-bg {
	width: 237px; min-height: 100px; float: left;
	background: url(../img/bg-sb.jpg) no-repeat top right;
	margin: 0 0 20px 0;
	padding: 30px 33px 0 25px;
}

#sb-wrapper img {
	margin-bottom: 3px;
}

#sb-wrapper02 {
	width: 280px; height: auto; float: left;
	margin: 0 0 0 20px;
}

img#ttl-meet {
	margin: 10px 0 10px 35px;
}

.staff-a {
	width: 280px; height: 78px; float: left;
	background: url(../img/bg-staff01.png) no-repeat;
	margin: 1px 0 0 0;
}

.staff-b {
	width: 280px; height: 78px; float: left;
	background: url(../img/bg-staff02.png) no-repeat;
	margin: 1px 0 0 0;
}

.staff-a p, .staff-b p {
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	margin: 13px 0 0 0;
	line-height: 1.0;
}

.staff-a01 p, .staff-b01 p {
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	margin: 6px 0 0 0;
	line-height: 1.0;
}

p.title {
	text-transform: none;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	line-height: 1.5;
}

p.title02 {
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	line-height: 1.3;
}

p.name01 {
	margin: 8px 0 0 0;
}


p.small {
	font-size: 14px;
}

.staff-a a, .staff-b a {
	color: #ffc800;
	font-size: 14px;
}

.staff-a img, .staff-b img {
	margin: 8px 12px 0 8px;
	float: left;
}

img#disabled {
	float: left;
	margin-bottom: 100px;
	margin-right: 12px;
}

#content-area-wrapper li {
	list-style: url(../img/bullets01.png) outside;
	color: #031634;
	font-size: 16px;
	margin-left: 16px;
}

#services-wrapper {
	width: 600px; height: auto; float: left;
	margin: 0 0 0 0;
}

.c-mid h2, .c-mid p {
	color: #fff;
}

.c-mid {
	width: 576px; height: auto; float: left;
	background: #036564;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border: 0px solid #036564;
	padding: 12px;
	margin-bottom: 6px;
}

.mb015 {
	margin-bottom: 20px;
}

/*end content*/

#contact-left {
	width: 280px; height: auto; float: left;
	margin: 20px 0 0 0px;
}

#contact-right {
	width: 260px; height: auto; float: left;
	margin: 20px 0 20px 40px;
}

#iframe-wrapper {
	margin: 10px 0 0px 0;
}

#iframe-wrapper a {
	margin-top: 10px;
}

#contact-form-wrapper {
	width: 270px;
	height: auto;
	float: left;
	margin: 0px 0 0px 00px;
	padding: 0;
}

#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }
#contact { display: block; width: 270px; -webkit-border-radius:5px; float: left; margin: 0px 0 0 0px; }
#contact p, label, legend { font-size: 16px; font-family: Arial, Helvetica, sans-serif; color: #031634; width: 270px; }
#contact h1 { margin: 10px 0 10px; font-size: 20px; color: #036564; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }


#contact label { display: inline-block; float: left; line-height: 20px; width: 270px; -webkit-border-radius:5px; padding-top:4px;}
#contact input, textarea, select { width: 270px; margin: 0; padding: 4px; color: #2d2d2d; background: #fff; border: 1px solid #cbcbcb; margin: 3px 0; webkit-border-radius:5px; float: left; }
#contact input:focus, textarea:focus, select:focus { border: 1px solid #cbcbcb; background-color: #fff; color:#2d2d2d; }
#contact input.submit { width: 110px; height: 35px; cursor: pointer; border: 0; color:#fff; font-family: Arial, Helvetica, sans-serif; margin: 5px 0 0px 0px; padding: 0px; float: left; clear: both; background: #031634;}
#contact input.submit:hover { width: 110px; height: 35px; color: #fff; background: #036564; border: 0;  }
#contact input[type="submit"][disabled] { width: 110px; height: 35px; }
#contact fieldset {  }
#contact legend { margin-bottom:10px !important; margin-bottom:20px; width: 270px; }

#contact span.required{ font-size: 13px; color: #FF0000; } /* Select the colour of the * if the field is required. */

.loader { padding: 0 10px; }

#contact #success_page h1 { background: url('../img/success.gif') left no-repeat; padding-left:22px; }
.error_message { display: block; height: 22px; line-height: 20px; background: #FBE3E4 url('../img/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; font-size:13px; font-family: Arial, Helvetica, sans-serif; }

#contact label.cblabel { width: 400px; float: left; margin: 00px 0 00px 00px;}
#contact input.checkbox { width: 20px; float: left; margin: 5px 20px 0 0; border: 0; background-color: #bbbbf8; }
p#p-volunteer { width: 400px; float: left; margin: 15px 0 15px 0; }


/*end contact*/

/*footer*/

#footer-wrapper-wrapper {
	width: 100%; height: 181px; float: left;
	background: url(../img/bg-footer-r.jpg) repeat-x;
	margin: 20px 0 0 0;
}

#footer-wrapper {
	width: 960px; height: 181px; margin: auto;
	background: url(../img/bg-footer.jpg) no-repeat;
}

img#top {
	width: 96px; height: 29px; float: right;
	margin: 10px 0 0 0;
}

p#fnav {
	margin: 6px 0 0 0;
	float: right;
	color: #fff;
}

p#fnav a {
	color: #fff;
}

#copy-wrapper p {
	color: #215ebe;
	font-size: 15px;
}

#copy-wrapper {
	width: 450px; height: 50px; float: right;
	border-right: 1px solid #215ebe;
	padding: 7px 20px 0 0;
	text-align: right;
	margin: 30px 0 0 0;
}

#webmonster {
	width: 190px; height: auto; float: right;
	margin: 30px 0 0 30px;
}

a#affordable {
	color: #FFFF00;
	text-decoration: none;
	font-size: 12px;
	margin: 0px 0 0 15px;
	line-height: 2.0;
}

a:hover#affordable {
	text-decoration: underline;
}

/*end footer*/
