

* { outline: none; }
input::-moz-focus-inner { border: 0; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
fieldset, img {
	border: 0px;
}
address, caption, cite, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0px;
}

.clear { clear: both; }
.hidden { display: none; }
.textright { text-align: right; }
.textleft { text-align: left; }
.textcenter { text-align: center; }
.divider { margin: 0px 0px 23px 0px; background: #b1c599; height: 1px; }

/* ----- *\
	MAIN HTML AND BODY
\* ----- */

html {
	font-family: Arial, Trebuchet MS, sans serif;
	font-size: 0.875em;
    color: #002f3f;
	margin: 0px auto;
	padding: 0px;
	background: #e7efde url(../images/htmlbg.png) top center repeat-y;
}

body {
    margin: 0px;
    padding: 0px;
    background: url(../images/bodybg.png) top center repeat-x;
    line-height: 1.71em;
}

/* ----- *\
	TYPOGRAPHY
\* ----- */

h1, h2, h3, h4, h5, h6 {
	padding-bottom: 24px;
	color: #004f30;
	font-weight: bold;
}

h1 {
	font-size: 3em;
	line-height: 1em;
}

h2 {
	font-size: 2.25em;
	line-height: 1.333em;
}

h3 {
	font-size: 1.5em;
	line-height: 1em;
}

h4, h5, h6 {
	font-size: 1.5em;
	line-height: 1em;
}

p {
	padding-bottom: 24px;
}

ul, ol {
	padding: 0px 40px 24px 40px;
}
ul {
	list-style: square outside;
}
ul ul,
ol ol {
	margin: 0px 0px 0px 60px;
}

blockquote {
	margin: 0px 60px 0px 40px;
	border-left: 5px solid #b1c599;
	padding-left: 15px;
	text-indent: -0.4em;
}
blockquote b {
	display: block;
	text-indent: 0px;
}

a {
	color: #749848;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* ----- *\
	ADMINISTRATION BAR
\* ----- */

#adminbar {
	padding: 5px 10px;
	background: #1973b0 url(../admin_images/adminbar.png) top repeat-x;
	border: 1px solid #004c80;
	margin-bottom: 21px;
}
#adminbar form {
	padding: 0px;
	margin: 0px;
}
#editbutton {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	display: block;
	height: 40px;
	width: 220px;
	border: none;
	background: url(../admin_images/edit.png) top;
	cursor: pointer;
	text-indent: -3333px;
	overflow: hidden;
}
#editbutton:hover {
	background: url(../admin_images/edit.png) bottom;
}
#viewmediaform {
	display: block;
	float: right;
}
#viewmedia {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	display: block;
	height: 40px;
	width: 220px;
	border: none;
	background: url(../admin_images/viewmedia.png) top;
	cursor: pointer;
	text-indent: -3333px;
	overflow: hidden;
}
#viewmedia:hover {
	background: url(../admin_images/viewmedia.png) bottom;
}

/* ----- *\
	MAIN BODY CONTAINERS
\* ----- */

#wrapper {
	width: 940px;
	margin: 0px auto;
	position: relative;
	z-index:1;
}

#banner_div {
	height: 192px;
	z-index:1;
}

#content_div {
	padding: 36px 0px 24px 0px;
}

#footer_div {
	border-top: 1px solid #b1c599;
	padding-top: 23px;
	color: #749848;
}

/* ----- *\
	HEADER ELEMENTS
\* ----- */

#logo {
	display: block;
	position: absolute;
	top: 21px;
	left: 0px;
	width: 219px;
	height: 102px;
	padding: 0px;
	margin: 0px;
}

#contact_div {
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 0px;
	top: 48px;
	text-align: right;
	width: 540px;
	color: #004f30;
}

#contact_div #largertext {
	font-size: 1.286em;
	line-height: 1.33em;
	font-family: Georgia, Times, Times New Roman, serif;
}

#contact_div img {
	margin-bottom: -6px;
}

/* ----- *\
	MAIN NAVIGATION
\* ----- */

#navbar_div {
	position: absolute;
	left: 0px;
	top: 141px;
	z-index:1;
}

#navbar_div ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index:1;
}

#navbar_div ul li {
	float:left;
	display:block;
	position:relative;
	z-index:500;
	margin:0;
	padding: 3px 10px 3px 10px;
	font-size: 1.286em;
	line-height: 1.33em;
	cursor: default;
	border-right: 1px solid #c1c1c1;
	font-family: Georgia, Times, Times New Roman, serif;
	color: #004f30;
}

#navbar_div ul li img {
	margin-bottom: 4px;
}

#navbar_div ul:hover {
	background: #dfdfdf url(../images/lightgrad.png) top center repeat-x;
}

#navbar_div ul li:hover {
	background: #dfdfdf url(../images/lightgrad.png) top center repeat-x;
}

#navbar_div ul li ul {
	position:absolute;
	top: 30px;
	display:none;
	margin:0;
	padding:0;
	list-style:none;
	background: #dfdfdf;
	width:200px;
	-moz-box-shadow: 3px 3px 3px #c1c1c1;
	-webkit-box-shadow: 3px 3px 3px #c1c1c1;
	box-shadow: 3px 3px 3px #c1c1c1;
}

#navbar_div ul li ul.left {
	left:0;
}

#navbar_div ul li ul.right {
	position:absolute;
	right:0;
}

#navbar_div ul li ul li {
	float:none;
	font-size: .78em;
	line-height: 1.5em;
	cursor: pointer;
	background: #dfdfdf url(../images/lightgrad.png) top center repeat-x;
	border-right: none;
	padding: 0px;
	margin:0px;
}
#navbar_div ul li ul:hover {
	background: #dfdfdf;
}
#navbar_div ul li ul li:hover {
	background: #ffffff;
}

#navbar_div ul li ul li a {
	display: block;
	padding: 4px 4px 4px 24px;
	border: 1px solid #dfdfdf;
}

#navbar_div ul li ul li a:hover {
	background: url(../images/rightarrow.png) 5px center no-repeat;
	text-decoration: none;
	border: 1px solid #dfdfdf;
}

/* ----- *\
	HOME
\* ----- */

#top_section {
	border-top: 1px solid #b1c599;
	border-bottom: 1px solid #b1c599;
	background: #b1c599;
	height: 262px;
	position: relative;
}

#top_membership {
	position: absolute;
	left: 15px;
	top: 23px;
}

#membership_button {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	display: block;
	cursor: pointer;
	border: none;
	text-decoration: none;
	color: #fff;
	background: url('../images/membership_button.png') top center;
	width: 182px;
	height: 24px;
	line-height: 24px;
	padding: 0px;
	margin: 0px;
}
#membership_button:hover {
	text-decoration: none;
	background: url('../images/membership_button.png') bottom center;
}

#already_a_member {
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-top: solid 1px #ccd9bd;
}

#member_username {
	width: 183px;
	height: 22px;
	margin-bottom: 10px;
	border: 1px solid #709544;
	background: #ffffff;
	color: #999999;
	font-style: italic;
	padding: 0px 3px;
}

#member_pwshow {
	width: 183px;
	height: 22px;
	margin-bottom: 10px;
	border: 1px solid #709544;
	background: #ffffff;
	color: #999999;
	font-style: italic;
	padding: 0px 3px;
}

#member_pwhide {
	width: 183px;
	height: 22px;
	margin-bottom: 10px;
	border: 1px solid #709544;
	background: #ffffff;
	padding: 0px 3px;
}

#member_submit {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	display: block;
	cursor: pointer;
	border: none;
	text-decoration: none;
	color: #fff;
	background: url('../images/login_button_bg.png') top center;
	width: 80px;
	height: 24px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	margin-left: 109px;
}
#member_submit:hover {
	text-decoration: none;
	background: url('../images/login_button_bg.png') bottom center;
}

#maincallout {
	position: absolute;
	top: 0px;
	left: 220px;
	width: 719px;
	background: #ffffff;
	height: 262px;
}

#maincallout_text {
	position: absolute;
	top: 23px;
	left: 260px;
	width: 440px;
}

#bottom_section {
	border-top: 1px solid #ffffff;
	background: url(../images/bottom_sectionbg.png) top center repeat-y;
}

#bottom_section_content {
	background: url(../images/bottom_section_contentbg.png) top center no-repeat;
	margin-bottom: 3px;
	padding: 35px 15px 0px 15px;
}


#bottom_section_left {
	float: left;
	width: 280px;
}

#bottom_section_middle {
	float: left;
	width: 280px;
	margin-left: 35px;
}

#bottom_section_right {
	float: right;
	width: 280px;
}

.bottom_callout_img {
	width: 280px;
	height: 175px;
	margin: 0px;
	padding: 0px;
	border: none;
}

#logo_section {
	border: 1px solid #dfdfdf;
	padding: 8px 18px;
}

.partner_section {
	width: 96px;
	height: 96px;
	float: left;
	text-align: center;
	margin-left: 50px;
}
.partner_section:first-child {
	margin-left: 0px;
}

.partner_section_christhospital {
	width: 161px;
	height: 96px;
	float: left;
	text-align: center;
}

#maincallout_images {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 540px;
	height: 360px;
	overflow: hidden;
}

#maincallout_images img {
	position: absolute;
	top: 0px;
	left: 0px;
}

#maincallout_text {
	position: absolute;
	width: 440px;
	right: 19px;
	top: 24px;
}

#maincallout_circles {
	position: absolute;
	top: 250px;
	left: 15px;
	width: 520px;
}

.circle {
	float: left;
	margin-left: 5px;
	cursor: pointer;
	height: 19px;
	width: 19px;
	background: url(../images/circles.png) bottom center;
}

/* ----- *\
	ADMIN IMAGES
\* ----- */

.text_image_left {
	float: left;
	margin: 0px 21px 10px 0px;
	background: #ffffff;
	border: 1px solid #dfdfdf;
	padding: 4px;
}

.text_image_right {
	float: right;
	margin: 0px 0px 10px 21px;
	background: #ffffff;
	border: 1px solid #dfdfdf;
	padding: 4px;
}
.text_image_left p {
	margin: 4px 0px 0px 0px;
	padding: 0px;
}

.text_image_right p {
	margin: 4px 0px 0px 0px;
	padding: 0px;
}

/* ----- *\
	SIDEMENU AND TEXTSECTION
\* ----- */

#sidemenu {
	float: left;
	width: 220px;
	background: #b1c599;
	padding: 12px 0px;
}
#sidemenu a {
	display: block;
	color: #002f3f;
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 16px;
	line-height: 24px;
	padding: 0px 20px;
	text-decoration: none;
}

#sidemenu a:hover {
	text-decoration: none;
	background: #e1ebd4;
}

#sidemenu a.current {
	text-decoration: none;
	background: #588a64;
	color: #ffffff;
}

#textsection {
	width: 700px;
	float: right;
}

/* ----- *\
	GALLERIES, STAFF, & LINKS
\* ----- */

.imagetable {
	float: left;
	width: 130px;
	height: 130px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #ffffff;
	border: 1px solid #dfdfdf;
}

.staffdescription {
	float: right;
	width: 550px;
}

.linkdescription {
	float: right;
	width: 790px;
}

.staffholder {
	border-top: 1px solid #dfdfdf;
	padding-top: 23px;
}
.staffholder:first-child {
	border-top: none;
	padding-top: 0px;
}

/* ----- *\
	BLOG
\* ----- */

#sidebar {
	float: right;
	width: 220px;
	background: #b1c599;
	padding: 24px 0px 0px 0px;
}

#blogcontent {
	float: left;
	width: 700px;
}

.sidedivider {
	height: 1px;
	background: #ccdbba;
	margin: 0px 10px 23px 10px;
}

#sidebar h4 {
	padding-left: 20px;
}

#sidebar .rssfeed a {
	display: block;
	padding: 0px 0px 0px 20px;
}
#sidebar .rssfeed a img {
	margin-bottom: -4px;
	margin-right: 4px;
}
#sidebar a {
	display: block;
	color: #002f3f;
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 16px;
	line-height: 24px;
	padding: 0px 0px 0px 30px;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: none;
	background: #588a64;
	color: #ffffff;
}

#commentform label {
	display: block;
	color: #999999;
}

#commentform .textinput {
	background: #ffffff;
	border: 1px solid #c1c1c1;
	padding: 3px;
	width: 220px;
}

#commentform textarea {
	background: #ffffff;
	border: 1px solid #c1c1c1;
	padding: 3px;
	width: 300px;
	height: 75px;
}

.blogentry {
	padding: 0px 0px 23px 0px;
	
}
.firstentry {
	
}
.readmore {
	text-align: right;
}

.date { color: #999999; font-style: italic; }

.comment1 {
	background: #ccdbba;
	margin: 5px 0px;
	padding: 21px 20px 0px 20px;
	margin-bottom: 21px;
}

.comment2 {
	background: #e0ead5;
	margin: 5px 0px;
	padding: 21px 20px 0px 20px;
	margin-bottom: 21px;
}

.submit_button {
	background: #2491bc;
	border: 1px solid #137196;
	padding: 6px 10px;
	color: #ffffff;
	text-transform: uppercase;
	cursor: pointer;
}
.submit_button:hover {
	background: #137196;
}

/* ----- *\
	FAQs
\* ----- */

.faq {
	margin: 0px 0px;
	border-bottom: 1px solid #c1c1c1;
}

.faqholder {
	position: relative;
	padding-left: 50px;
}

.faqtitle {
	position: absolute;
	top: 0px;
	left: 20px;
	font-weight: bold;
	color: #999999;
}

.faqquestion {
	padding: 12px 0px 12px 50px;
}

/* ----- *\
	CONTACT FORMS
\* ----- */

#contactright {
	float: right;
	width: 460px;
}

.leftinput {
	float: left;
	margin-right: 10px;
}

#contactleft {
	float: left;
	width: 460px;
	border-right: 1px solid #dfdfdf;
}

.textinput {
	background: #ffffff;
	border: 1px solid #c1c1c1;
	padding: 3px;
	width: 220px;
}
.directionscontainer {
	width:698px;
	float: left;
	border: 0px solid black;
	z-index: 999;

}
.textinputcontact {
	background: #ffffff;
	border: 1px solid #c1c1c1;
	padding: 3px;
	width: 585px;
	float: left;
}

.submitcontact {
	padding: 2px;
	width: 98px;
	float: right;
	height: 25px;
	cursor: pointer;
}



.smallinput {
	background: #ffffff;
	border: 1px solid #c1c1c1;
	padding: 3px;
	width: 120px;
}

.phoneinput {
	background: #ffffff;
	border: 1px solid #c1c1c1;
	padding: 3px;
	width: 220px;
}
.codeinput {
	background: #ffffff;
	border: 1px solid #c1c1c1;
	padding: 3px;
	width: 80px;
}

#contactform label {
	display: block;
	color: #999999;
}

#contactform select {
	color: #222222;
}

#contactform textarea {
	background: #ffffff;
	border: 1px solid #c1c1c1;
	padding: 3px;
	width: 300px;
	height: 75px;
}

#codetable {
	width: 225px;
}
#codetable .secimagetd {
	width: 125px;
	text-align: center;
}
#codetable .secimagetd img {
	border: 1px solid #c1c1c1;
}

.dmap {
	width: 938px;
	height: 320px;
	border: 1px solid #c1c1c1;
}

.newmap {
	width: 698px;
	height: 320px;
	border: 1px solid #c1c1c1;
	
}

#cse-search-box {
	position: absolute;
	top: 12px;
	right: 0px;
}

#backtohome {
	position: absolute;
	top: 60px;
	left: 240px;
	display: block;
	height: 33px;
	width: 114px;
	overflow: hidden;
	text-indent: -3333px;
	background: url(../images/backtohome.png) top center;
}

#backtohome:hover {
	background: url(../images/backtohome.png) bottom center;
}


