

* { outline: none; }
input::-moz-focus-inner { border: 0; }
.clear { clear: both; }
a img { border: none; }
p { padding: 9px 0px; margin: 0px; }
hr { color: #00477f; background-color: #00477f; height: 1px; border: none; }
.hidden { display: none; }
.textright { text-align: right; }
.textleft { text-align: left; }
.textcenter { text-align: center; }

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



#adminbar {
	padding: 5px 10px;
	background: #1973b0 url(../admin_images/adminbar.png) top repeat-x;
	border: 1px solid #004c80;
}
#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;
}



h1, h2, h3, h4, h5, h6 {
	display: block;
	margin: 0px;
	padding: 9px 0px;
	font-weight: bold;
	color: #00477f;
	font-size: 24px;
	line-height: 28px;
}

h3, h4, h5, h6 {
	font-size: 18px;
	line-height: 22px;
	color: #00477f;
}

#logo {
	display: block;
	position: absolute;
	top: 5px;
	left: 0px;
}



body {
	margin: 0px;
	padding: 0px;
	background: #00477f url(../images/Grad.png) center repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}
.WhiteBg {
	background: #ffffff;
	min-width: 960px;
}
.wrapper {
	position: relative;
	width: 940px;
	margin: 0 auto;
}
.ShadowDown {
	background: url(../images/ShadowDown.png) top repeat-x;
	height: 5px;
	position: relative;
	z-index: 1;
}
.ShadowUp {
	background: url(../images/ShadowUp.png) top repeat-x;
	height: 5px;
}

.Slide h1 {font-size: 48px; line-height: 68px; text-shadow: 1px 1px 2px #333333;}
.Slide, .Slide h1, .Slide h2, .Slide h3, .Slide h4, .Slide a {color: #ffffff;}
.SliderContent {
	float: left;
	width: 430px;
	text-shadow: 1px 1px 2px #333333;
}
.SliderImage {
	position: relative;
	float: right;
	background: url(../images/ImageFrame.png) no-repeat;
	width: 499px;
	height: 335px;
	margin-top: 5px;
	margin-right: -10px;
}

.SliderImage img {
	border: 0;
	position: absolute;
	top: 3px;
	left: 3px;
}
}
.Grad { 
	background: url(../images/Grad.png) center repeat-y;
}

#banner_div {
	position: relative;
	height: 145px;
	z-index: 500;
}

#connect {
	position: absolute;
	top: 5px;
	right: 0;
	line-height: 20px;
}

#navbar_div {
	position: absolute;
	top: 120px;
	right: 0;
}

#navbar_div a {
	text-decoration: none;
	color: #333333;
}
#navbar_div a.current {
	color: #00477f;
}
#navbar_div a:hover {
	color: #00477f;
}
	#navbar_div .menuoption ul.dropdown li a:hover {background: #e6e6e6;}

	ul.tabs {
		display: table;
		margin: 0;
		padding: 0;
		list-style: none;
		position: relative;
		z-index: 100;
		font-size: 14px; 
		text-align: center;
	}
	
	ul.tabs li {
		margin: 0;
		padding: 0;
		list-style: none;
		display: table-cell;
		position: relative;
		float: left;
	}
	
	ul.tabs a {
		position: relative;
		display: block;
		width: 100px;
		padding: 3px
	}
	
	ul.tabs li a:hover {}
	
	ul.dropdown {
		background: #fff;
		margin: 0;
		padding: 0;
		display: block;
		position: absolute;
		z-index: 999;
		top: 25px;
		display: none;
		left: -25px;
		font-size: 14px;
		width: 150px;
		text-align: center;
		border-left: 1px solid #333333;
		border-right: 1px solid #333333;
		border-bottom: 1px solid #333333;
	}
	
	ul.dropdown ul.dropdown {
		top: 0;
		left: 100%;
	}
	
	ul.dropdown li {
		margin: 0;
		padding: 3px 0;
		float: none;
		position: relative;
		list-style: none;
		display: block;   
	} 
	
	ul.dropdown li a {
		width: 150px;
		display: block; 
		padding: 3px 0;
	}
	ul.dropdown li a:hover {}
	
	.menuoption {
		float: left;
		padding: 0;
		margin: 0;
	}
.Callout {
	width: 300px;
	margin-right: 10px;
	padding: 0;
	float: left;
}
.CalloutTop {
	background: url(../images/CalloutTop.png) top no-repeat;
	width: 290px;
	height: 40px;
	padding: 0 5px;
	margin: 0;
	line-height: 40px;
	font-size: 24px;
	text-shadow: 1px 1px 1px #333333;
	color: #ffffff;
}
.CalloutBody {
	background: #e6e6e6 url(../images/ShadowDown.png) top repeat-x;
	width: 288px;
	height: 200px;
	padding: 0 5px;
	border: 1px solid #333333;
}
.Callout a {
	color: #00477f;
	font-weight: bold;
}
.Callout .Date {
	font-style: italic;
}
.Callout .Forgot a {
	font-weight: normal;
}
.Callout .ShareFile a {
	color: #333333;
	font-weight: normal;
	font-style: italic;
}
.Callout input.field {
	height: 35px;
	width: 150px;
	margin: 5px 0;
	line-height: 35px;
	border: 1px solid #333333;
}
.Callout input:focus {
	border: 1px solid #00477f;
}
.Certs {
	width: 258px;
	margin: 0 auto;
}
#footer_div {
	color: #ffffff;
	padding: 10px 0;
}
#footer_div a {
	color: #ffffff;
}
#footer_div .social {
	float: right;
	margin-right: 20px;
}
#footer_div .social img {
	margin-right: 5px;
}



#sidemenu {
	width: 220px;
	float: left;
	padding-top: 14px;
	
}

#sidemenu a {
	display: block;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 15px;
	margin-bottom: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #00477f url(../images/WhiteGradDown.png) top repeat-x;
	border: 1px solid #00477f;
	text-shadow: 1px 1px 1px #333333;
}
#sidemenu a:hover, #sidemenu a.current {
	text-decoration: none;
	border: 1px solid #7f6f47;
	background: #71633f url(../images/WhiteGradUp.png) bottom repeat-x
}

#sidemenu a.sublink {
	color: #ffffff;
	margin-left: 40px;
	background: #333333;
	background: -moz-linear-gradient(90deg,#333333,#666666);
	background: -webkit-gradient(linear, left bottom, left top, from(#333333), to(#666666));
	border: 1px solid #333333;
	text-shadow: 1px 1px 1px #333333;
}


#sidemenu a.sublink:hover {
	color: #ffffff;
	text-decoration: none;
	background: #000000;
	background: -moz-linear-gradient(90deg,#000000,#333333);
	background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#333333));
	border: 1px solid #000000;
	text-shadow: 1px 1px 1px #000000;
}

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

a.Payment {
	display: block;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	height: 32px;
	width: 120px;
	line-height: 32px;
	margin-bottom: 10px;
	padding: 0 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #71633f url(../images/WhiteGradDown.png) top repeat-x;
	border: 1px solid #7f6f47;
	text-shadow: 1px 1px 1px #333333;
	text-align: center;
}
a.Payment:hover {
	text-decoration: none;
	background: #9a8756 url(../images/WhiteGradUp.png) bottom repeat-x;
}



.text_image {
	float: right;
	margin: 9px 0px 9px 18px;
	text-align: center;
}
.text_image_right {
	float: right;
	margin: 9px 0px 9px 18px;
	text-align: center;
}
.text_image_left {
	float: left;
	margin: 9px 18px 9px 0px;
	text-align: center;
}
.text_image img {
	border: 1px solid #333333;
}
.text_image_right p, .text_image_left p {
	border-top: 1px solid #00477f;
	margin-top: 2px;
	text-align: center;
}

.text_image_right img {
	border: 1px solid #333333;
}
.text_image_left img {
	border: 1px solid #333333;
}

.text_image p {
	border-top: 1px solid #c1c1c1;
	margin-top: 10px;
	text-align: left;
}

.textholder {
	padding: 10px 0px;
	margin: 0px;
}

.lefttextimage {
float: left; 
margin-right: 10px; 
border: 1px solid #c1c1c1;
}

.righttextimage {
float: right; 
margin-left: 10px; 
border: 1px solid #c1c1c1;
}



.dmap {
	margin: 9px 0px;
	width: 540px;
	height: 300px;
	border: 1px solid #c1c1c1;
}



.submit_button {
	cursor: pointer;
	display: block;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 0 15px;
	height: 32px;
	line-height: 32px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #00477f url(../images/WhiteGradDown.png) top repeat-x;
	border: 1px solid #00477f;
	text-shadow: 1px 1px 1px #333333;
}

.submit_button:hover {
	text-decoration: none;
	background: #00579c url(../images/WhiteGradUp.png) bottom repeat-x;
	border: 1px solid #00477f;
}

#contactright {
	float: right;
	width: 460px;
	border-left: 1px solid #c1c1c1;
}

#contactleft {
	float: left;
	width: 460px;
}

.textinput {
	width: 300px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	padding: 3px;
	color: #333333;
}
form.form-d {
     width: 542px;
     height: 30px;
     margin: 0;
     padding: 0;
     position: relative;
}
.textinput-d {
     position: absolute;
     top: 0;
     left: 0;
     width: 400px;
     border: 1px solid #c1c1c1;
     background: #ffffff;
     padding: 3px;
     color: #333333;
}
.submit-d {
     position: absolute;
     top: 0;
     right: 0;
     width: 120px;
     color: #333333;
}

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

.phoneinput {
	width: 150px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	padding: 3px;
	color: #333333;
}
.codeinput {
	width: 75px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	padding: 3px;
	color: #333333;
}

#contactform label {
	display: block;
	font-size: 12px;
}

#contactform select {
	color: #333333;
}

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

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

.map {
	margin: 9px 0px;
	width: 460px;
	height: 300px;
	border: 1px solid #c1c1c1;
}



.faq {
	margin: 0px 0px;
}

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

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

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



.imagetable {
	float: left;
	width: 138px;
	height: 138px;
	margin: 10px;
	text-align: center;
	background: white;
	border: none;
		-moz-box-shadow: 2px 2px 6px #000;
    -webkit-box-shadow: 2px 2px 6px #000;
    box-shadow: 2px 2px 6px #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.imagetable:hover {
	-moz-box-shadow: 2px 2px 6px #00477F;
    -webkit-box-shadow: 2px 2px 6px #00477F;
    box-shadow: 2px 2px 6px #00477F;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#00477F')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#00477F');
    border: none;
}


.imagetable img {
	border: 1px solid #333333;


}


.imagetable5 {
	float: left;
	width: 138px;
	height: 138px;
	margin: 5px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #c1c1c1;
}
.bfimagetable {
	float: left;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	margin: 10px;
	text-align: center;
	cursor: pointer;
}
.bfimagetable td {
	width: 122px;
	height: 122px;
}
.cattable {
	float: left;
	width: 138px;
	height: 180px;
	margin: 10px;
	text-align: center;
}
.catimage {
	height: 138px;
	background: #e6e6e6;
	border: 1px solid #333333;
}
.catimage img {
	border: 1px solid #333333;
}

.subcat_text {
}
.subcat_images {
float: right;
width: 300px;
}



.linkholder {
	float: left;
	width: 290px;
	margin: 10px;
	position: relative;
	min-height: 140px;
	padding: 10px 0px 10px 160px;
}

.linktable {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	text-align: center;
}

.link2holder {
	margin: 10px 80px;
	border-bottom: 1px solid #c1c1c1;
	position: relative;
	min-height: 150px;
	padding: 10px 0px 10px 150px;
}

.link2table {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 138px;
	height: 138px;
	background: #e6e6e6;
	border: 1px solid #333333;
	text-align: center;
}

.link2table td img {
	border: 1px solid #333333;
}



.link3holder {
	margin: 10px 0px;
	border-bottom: 1px solid #c1c1c1;
	position: relative;
	min-height: 150px;
	padding: 10px 0px 10px 150px;
}

.link3table {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	text-align: center;
}

.link4holder {
	position: relative;
	min-height: 200px;
	text-align: center;
	width: 140px;
	float: left;
	margin-right: 10px;
}

.link4table {
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

.link5holder {
	margin: 10px 0px;
	border-bottom: 1px solid #c1c1c1;
	position: relative;
	padding: 10px 0px 10px 0px;
}

.link5image {
float: left; 
width: 150px;
}

.link5table {
	top: 10px;
	left: 0px;
	width: 138px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	text-align: center;
}



.testimonialholder {
	padding: 10px 0px;
	border-bottom: 1px solid #c1c1c1;
	margin: 0px 80px 10px 80px;
}

.testimonial {
	
}

.author {
	text-align: right;
}



#blogholder {
	position: relative;
	min-height: 400px;
	padding-right: 10px;
	width: 700px;
	float: left;
}
#sidedivider {
	height: 1px;
	background: #555555;
	margin: 5px 10px;
}
#sidebar {
	float: left;
	width: 220px;
	background: #e6e6e6;
	color: #333333;
	border: 1px solid #333333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 10px 0;
	padding: 5px 0px;
}
#sidebar h4 {
	padding-left: 20px;
	color: #333333;
}
#sidebar .rssfeed a {
	color: #00477f;
	display: block;
	padding: 0px 0px 0px 20px;
}
#sidebar .rssfeed a img {
	margin-bottom: -4px;
	margin-right: 4px;
}
#sidebar a {
	color: #00477f;
	display: block;
	padding: 0px 0px 0px 30px;
}
#sidebar a:hover {
	text-decoration: underline;
}

#commentform label {
	display: block;
	font-size: 12px;
	color: #666666;
	font-style: italic;
}

#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: 0;
	border-top: 1px solid #c1c1c1;
}
.firstentry {
	border-top: none;
}
.readmore {
	text-align: right;
}

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

.comment1 {
	border: 1px solid #c1c1c1;
	background: #dfdfdf;
	margin: 5px 0px;
	padding: 10px 20px;
}

.comment2 {
	border: 1px solid #c1c1c1;
	background: #ffffff;
	margin: 5px 0px;
	padding: 10px 20px;
}



.donation_form {

}



.doclink {
	margin-left: 80px;
	margin-right: 80px;
	padding-bottom: 9px;
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 9px;
}



input#hp_field {
    border: solid 1px #dfdfdf;
    background-color: #dfdfdf;
    color: #dfdfdf;
    height: 0px;
    width: 0px;
    }

#HomepageStripeContentWrapper {
	margin-top: 18px;
}
.bodywrapper {
	padding: 6px 0px;
	width: 920px;
}
.footerwrapper {
	position: relative;
	width: 940px;
	margin: 0 auto;
}

