@media screen {
.screen-reader-text {position: absolute; left: -9999px; top: -9999px;}
* {margin: 0; padding: 0;}

.group:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .group, *:first-child+html .group {
zoom: 1;
} /* First selector = IE6, Second Selector = IE 7 */

body {
	background: #063e61 url(/images/body.jpg) repeat-x;
	font: 14px/24px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

.clear {clear: both;}
.left {float: left;}
.right {float: right;}
.padding-right {padding-right: 20px;}
.border {border: 1px solid #CCC;}

hr {
	margin:15px 0;
	background: #CCC;
	border: none;
	height: 1px;
}

.gray {background: #efefef;}

/****************
 * MAIN STYLING *
*****************/

a, a:link {
	outline: none;
	text-decoration: none;
	cursor: pointer;
}

a:hover, a:visited {
	color: #03F;
	cursor: pointer;
}

ul, ol, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1, h2, h3 { font-weight: normal; margin: 0; padding: 0; }
h1 { }
h2 { }
h3 { }

#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index:1;
	background: url(/images/container.jpg) repeat-y left top;
}

#containerBottom {
	background: url(/images/container-bottom.jpg) no-repeat left top;
	height: 7px;
	width: 960px;
}

img.absolute {
	position: absolute;
	width: 180px;
	height: 201px;
	top:0;
	left: 885px;
	z-index:999;
}

/**********
 * HEADER *
***********/
#header {
	width: 960px;
	height: 139px;
	background: url(/images/header.png) no-repeat left top;
	position:absolute;
	z-index:9;
}

#logo {
	float: left;
	width: 400px;
}

#logo h1, #logo h2 {
	text-indent: -99999px;
}

#logo h1 a {
	display: block;
	width: 349px;
	height:61px;
	margin: 15px 0 0 15px;
	background:url(/images/logo.png) no-repeat left top;
	position:relative;
	z-index:10;
}

#nav {
	float: left;
	padding: 30px 0 0;
}

#nav ul {

}

#nav ul li {
	display: inline;
	float: left;
}

#nav ul li a {
	display: block;
	padding: 9px 12px;
	color: #33567e;
	cursor:pointer;
}

#nav ul li a:hover, #nav ul li a.active {
	background: url(/images/nav.png) no-repeat top center;
	color: #27131c;
}

#main {
	width: 960px;
}


/***********
 * SIDEBAR *
************/

#sidebar {
	width: 228px;
	height: 591px;
	min-height:591px;
	float: left;
	margin-top: 107px;
	position:relative;
	z-index:19;
	border: 7px solid #6da1ba;
	border-bottom: none;
	background: #e8f6ff url(/images/sidebar.jpg) repeat-x top;
}

html>body #sidebar {height: auto;}

#rachel {
	position: relative;
	bottom: 0;
	left: -25px;
}

#rachel p a {
	left: 130px;
    position: relative;
    top: 90px;
	width: 123px;
	line-height:17px;
	color: #2b5366;
}

#rachel p a span {
	font-size: 11px;
}

#rachel p a:hover {
	color: #27131c;
}


/*********************
 * HOME PAGE BUTTONS *
**********************/
#buttons {
	padding: 25px 0 40px 10px;
	width: 215px;
}

#buttons p {
	font: normal 12px/15px Verdana, Geneva, sans-serif;
	color: #2b5366;
}

#buttons p.title {
    background: url(/images/community.jpg) repeat-x left bottom #fefffe;
    line-height: 18px;
	margin-top:2px;
	border-top: 1px solid #FFF;
    padding: 5px;
    text-align: left;
    width: 200px;
}

#buttons p a {
	display: block;
	color: #FFF;
	padding: 9px 0 20px 50px;
	text-transform:uppercase;
}

#buttons p.title a {
	color:#060;
	padding:5px 0 0;
	text-transform:none;
}

#buttons p#download a {background: url(/images/buttons.png) no-repeat 0 3px;}
#buttons p#newsletter a {background: url(/images/buttons.png) no-repeat 0 -50px;}
#buttons p#directions a {background: url(/images/buttons.png) no-repeat 0 -110px;}
#buttons p#testimonials a {background: url(/images/buttons.png) no-repeat 0 -161px;}
#buttons p#appointment a {background: url(/images/buttons.png) no-repeat 0 -222px;}

#buttons p#download a:hover {background: url(/images/buttons-h.png) no-repeat 0 3px;}
#buttons p#newsletter a:hover {background: url(/images/buttons-h.png) no-repeat 0 -50px;}
#buttons p#directions a:hover {background: url(/images/buttons-h.png) no-repeat 0 -110px;}
#buttons p#testimonials a:hover {background: url(/images/buttons-h.png) no-repeat 0 -161px;}
#buttons p#appointment a:hover {background: url(/images/buttons-h.png) no-repeat 0 -222px;}

#buttons p a:hover {
	color: #2b5366;
}



/********************
 * SUB PAGE BUTTONS *
*********************/
#buttonsSub {
	padding: 25px 0 25px 15px;
	width: 195px;
}

ul#menu {
	margin-bottom: 0;
}

ul#menu li {
	background: #6ea2bb;
	border-bottom:1px solid #75a8c0;
}

ul#menu li a {
	width: 213px;
	display:block;
	padding-left:15px;
	color: #FFF;
	text-transform:uppercase;
}

ul#menu li a:hover {
	color: #FFF;
	cursor:text;
}

ul#menu ul li {
	background: #A2C7D9;
	border-bottom:none;
}

ul#menu ul li a {
	background: url(/images/arrow.png) no-repeat 92% center;
	font-size: 12px;
	text-transform: none;
	color: #0c2430;
	width: 213px;
}

ul#menu ul li a:hover {
	background: #b9dbec url(/images/arrow.png) no-repeat 92% center;
	cursor:pointer;
	color: #0c2430;
}

ul#menu ul li a.current, ul#menu ul li a.current:hover {
	background: #dfeff7 url(/images/arrow.png) no-repeat 92% center;
}



#buttonsSub p {
	font: normal 12px/15px Verdana, Geneva, sans-serif;
}

#buttonsSub p a {
	display: block;
	color: #2b5366;
	padding: 9px 0 20px 50px;
	text-transform:uppercase;
}

#buttonsSub p#download a {background: url(/images/buttons.png) no-repeat 0 3px;}
#buttonsSub p#newsletter a {background: url(/images/buttons.png) no-repeat 0 -50px;}
#buttonsSub p#directions a {background: url(/images/buttons.png) no-repeat 0 -110px;}
#buttonsSub p#testimonials a {background: url(/images/buttons.png) no-repeat 0 -161px;}
#buttonsSub p#appointment a {background: url(/images/buttons.png) no-repeat 0 -222px;}

#buttonsSub p#download a:hover {background: url(/images/buttons-h.png) no-repeat 0 3px;}
#buttonsSub p#newsletter a:hover {background: url(/images/buttons-h.png) no-repeat 0 -50px;}
#buttonsSub p#directions a:hover {background: url(/images/buttons-h.png) no-repeat 0 -110px;}
#buttonsSub p#testimonials a:hover {background: url(/images/buttons-h.png) no-repeat 0 -161px;}
#buttonsSub p#appointment a:hover {background: url(/images/buttons-h.png) no-repeat 0 -222px;}

#buttonsSub p a:hover {
	color: #0c2430;
}




/***********
 * CONTENT *
************/

#content {
	float: right;
	width: 718px;
	padding: 0;
	height: 687px;
	min-height: 687px;
}

html>body #content {height: auto;}

#content #slides {
	margin-top: 100px;
	margin-left: 0px;
}

#padding {
	padding: 0 25px;
	color: #454545;
	font-size:12px;
	line-height: 22px;
}

#padding img {
	float: right;
	border: 1px solid #72a4bc;
	display: inline;
	margin: 0 0 15px 15px;
}

#padding h2 {
	font: normal 18px Verdana, Geneva, sans-serif;
	text-transform: capitalize;
	color: #416779;
	margin-bottom: 15px;
	border-bottom: 1px solid #000;
	padding-bottom:5px;
}

#padding h3 {
	font: bold 14px Verdana, Geneva, sans-serif;
	color: #416779;
	text-transform: capitalize;
	margin-bottom: 5px;
}

#padding h4 {
	text-transform: capitalize;
	font-weight: bold;
	font-size: 12px;
}

#padding h4.testimonials {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

.client-testimonial {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 15px;
}

.client-testimonial:last-child {
	border-bottom: 0;
}

#padding p {
	margin: 0 0 10px;
}

#padding p a {
	color: #063e61;
	border-bottom: 1px dotted #063e61;
}

#padding p a:hover, #padding p a:visited {
	color: #659616;
	border-bottom: 1px dotted #09F;
}

#padding ul, #padding ul li {
	list-style:disc;
	padding-left: 10px;
	margin:0;
	text-transform: capitalize;
}

#padding ol {
	padding-left: 10px;
	margin:0;
	text-transform:capitalize;
}

#padding ol li {
	list-style:decimal !important;
	margin-left:10px;
	padding-bottom:0;
}

#padding ul li {
	line-height: 17px;
	margin-left:10px;
	padding-bottom:0;
}

#padding ul ul, #padding ul ul li {
	list-style:circle;
}

#padding ul ul li {
	padding-left: 0;
}

#padding ul, #padding ul ul {
	padding-bottom: 10px;
}

#padding p a.forms {
	padding: 3px 30px 5px 20px;
	background:url(/images/pdf.png) no-repeat left center;
	font-size:12px;
	border-bottom: none;
}

#four, #padding {
	background: url(/images/content.jpg) repeat-x left 1px;
	padding-top: 15px;
}

#four .no-bg {background: none;}

#four .box {
	float: left;
	display:inline;
	margin: 10px 5px;
	width: 165px;
	text-align: center;
}

#four h2 {
	color: #27131c;
	font-size: 12px;
	padding-bottom: 8px;
	text-transform: uppercase;
}

#four img {
	margin-bottom: 12px;
}

#four .box ul {
	text-align: left;
	padding-left: 22px;
}

#four .box ul li a {
	color: #323f12;
	font-size:12px;
}

#four .box ul li a:hover {
	text-decoration: underline;
}

/*************
 * DOWNLOADS *
**************/
#forms p {
	padding-bottom:10px;
}

#forms p a {
	padding: 3px 30px 5px 20px;
	background:url(/images/pdf.png) no-repeat left center;
	color: #000;
	font-size:12px;
	border-bottom: none;
}

#forms p a:hover {
	text-decoration: underline;
	border-bottom: none;
}

a.signup {
	border-bottom:1px dotted #0099CC;
	color: #0099CC;
}

a.signup:hover {
	color: #03F;
	border-bottom:1px dotted #03F;
}

.green p a.signup.noBorder {
	border-bottom: none !important;
	font-size: 16px;
	font-weight:bold;
	color: #000;
}

.green p a.signup.noBorder:hover {
	color: #0066CC;
}


/**********
 * FOOTER *
***********/

#footer {
	width: 960px;
	clear: both;
	margin: 0 auto;
	padding:10px 0;
	color: #FFF;
	text-transform:uppercase;
}

#footer p {
	float: left;
	line-height:14px;
	font-size:13px;
	color:#FFF;
}

#footer p.footerAddress span a {
	font-size: 10px;
	color:#999;
	letter-spacing:-1px;
	margin-left:10px;
	margin-right: 10px;
	text-transform: none;
}

#share {
	float: right;
}

#share a.email {
	color: #FFF;
	padding-left: 10px;
	font-size:12px;
	text-transform:uppercase;
	line-height:16px;

}

#share a.email:hover {
	text-decoration: underline;
}

p {
	margin: 0;
}

blockquote { }
blockquote p { }


.post { }

.entry { }
.entry a { }
.entry a:hover { }

pre { }
code, tt { }

#meta { }
.postmetadata { }

.navgation { }
   .next-posts { }
   .prev-posts { }

#searchform { }
	#s { }
	#searchsubmt { }

ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

form { }
input[type=text] { }
textarea { }


/***************
 * FIRST VISIT *
 ***************/
form.first-visit {
	margin: 10px 0 20px;
	padding: 10px;
	width: 500px;
}

form span {
	color:#AAA;
	text-align:right;
}

form.first-visit input {
	border: 1px solid #CCC;
	padding: 3px;
	background: url(/images/form-bg.jpg) repeat-x 0 1px;
	margin-bottom:10px;
	margin-right:10px;
	width: 250px;
}

form.first-visit input.radio {
  width: 20px;
  margin-right: 0;
}

form.first-visit input.submit {
	background: #D2F7D9;
	border: 1px solid #AAECA8;
	margin-top:10px;
	cursor:pointer;
	width:55px;
}

form.first-visit input.submit:hover {
	background: #c6eecd;
	border: 1px solid #9fdb9d;
}

.green {
	background: none repeat scroll 0 0 #D2F7D9;
    border: 1px solid #AAECA8;
    display: block;
    height: 23px;
    margin: 5px 0 15px;
    padding: 0 4px;
    width: 260px;
}

.green.signUpLink {
    width: 290px;
}

} /* END screen media */


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; }
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; }
a { text-decoration: none; color: black; }

} /* END print media */
