

* { outline: none; }
input::-moz-focus-inner { border: 0; }
.clear { clear: both; }
a img { border: none; }
p { padding: 9px 0px; margin: 0px; }
hr { color: #b9ac86; background-color: #b9ac86; 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;}



#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: 28px/32px Georgia, serif;
	color: #00477f;
}

h3, h4, h5, h6 {
	font: 21px/25px Georgia, serif;
	color: #6e613d;
	font-style: italic;
}

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



body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.jpg) repeat;
	font: 15px/18px Trebuchet MS, Arial, sans serif;
	color: #333333;
}

.wrapper {

}

.outer_wrapper {
	width: 100%;
	margin: 0px auto;
}

#banner_div {
	position: relative;
	height: 130px;
	width: 940px;
	margin: 0px auto;
}

#supernav {
top: 5px;
right: 0px;
position: absolute;
color: #7c6c45;
z-index: 15;
text-align: right;
line-height: 24px;
}

#supernav a {
color: #333333;
}

#navbar_div {
	font-family: georgia, serif;
	font-size: 15px;
	padding: 11px 0px;
	position: absolute;
	top: 90px;
	right: 0px;
	
}

#navbar_div a {
	text-decoration: none;
	color: #f1ecc6;
	padding: 11px 13px;
	border-right: 1px solid #f1ecc6;
	background: #014a82;
	background: -moz-linear-gradient(90deg,#003e6e,#014a82);
	background: -webkit-gradient(linear, left bottom, left top, from(#003e6e), to(#014a82));
}

#navbar_div a.current {
	color: #fff;
	background: #013f6e;
	background: -moz-linear-gradient(90deg,#002c4e,#013f6e);
	background: -webkit-gradient(linear, left bottom, left top, from(#002f53), to(#013f6e));
}

#navbar_div a:hover {
	color: #fff;
	background: #013f6e;
	background: -moz-linear-gradient(90deg,#002c4e,#013f6e);
	background: -webkit-gradient(linear, left bottom, left top, from(#002f53), to(#013f6e));
}

#content_div {
	padding: 20px 0px;
	margin: 0px auto;
	width: 940px;
	min-height: 500px;

}

#footer_div {
	border-top: 1px solid #666666;
	padding: 20px 20px 30px 20px;
	width: 940px;
	margin: 0px auto;
	text-align: center;
	font-family: georgia, serif;
	text-transform: uppercase;
	height: 80px;
	
}

.foot {
	border-top: 1px solid #b9ac86;
	border-bottom: 1px solid #b9ac86;
	padding: 10px 0px 20px 0px;
	margin-bottom: 3px;
	
}

.outer_banner {
	width: 100%;
	top: 151px;
	background: url(../images/maincalloutbg.jpg) repeat-x;
	position: absolute;
}

#footer_div a {
	color: #f7f5e2;
}

.outer_footer {
	width: 100%;
	background: #7c6c45;}




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

#sidemenu a {
	display: block;
	color: #721b1b;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 4px;
	padding: 8px 0px;
	border-bottom: 1px solid #b9ac86;
}
#sidemenu a:hover {
	color: #00477f;
	text-decoration: none;
	border-bottom: 1px solid #b9ac86;
}

#sidemenu a.current {
	color: #00477f;
	font-style: italic;
	text-decoration: none;
	border-bottom: 1px solid #b9ac86;
}

#sidemenu a.sublink {
	color: #ffffff;
	margin-left: 40px;
	color: #fff;
	background: #014274;
	background: -moz-linear-gradient(90deg,#002f53,#014274);
	background: -webkit-gradient(linear, left bottom, left top, from(#002f53), to(#014274));
}
#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;
}

.practicetable {
	
}

.practicetable td {
	vertical-align: top;
	text-align: left;
}



.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 0px 9px 0px;
	text-align: center;
}

.text_image_left p, .text_image_right p  {
	margin-top: 3px;
	text-align: center;
	padding: 0;
}

.text_image_left img, .text_image_right img {
	border: 1px solid #c1c1c1;
	padding: 4px;
	background: #f2eecd;
	-moz-box-shadow: 0px 3px 7px #999;
	-webkit-box-shadow: 0px 3px 7px #999;
	box-shadow: 0px 3px 7px #999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color="#999")";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color="#999");
}

.textholder {
	padding: 0px 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;
	text-decoration: none;
	margin-bottom: 4px;
	display: block;
	color: #721b1b;
	padding: 8px 17px;
	border: none;
	background: none;
	border-bottom: 1px solid #b9ac86;
	border-top: 1px solid #b9ac86;
}

.submit_button:hover {
	color: #ffffff;
	text-decoration: underline;
	color: #00477f;
	padding: 8px 17px;
	border: none;
	background: none;
	border-bottom: 1px solid #b9ac86;
	border-top: 1px solid #b9ac86;
	
}

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

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

.textinput {
	width: 300px;
	border: 1px solid #b9ac86;
	background: #ffffff;
	padding: 3px;
	color: #333333;
}

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

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

#contactform label {
	display: block;
}

#contactform select {
	color: #333333;
}

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

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

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



.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: #ffffff;
	border: 1px solid #c1c1c1;
}
.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: #ffffff;
	border: 1px solid #c1c1c1;
}

.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 #b9ac86;
	text-align: center;
}

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

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



.link3holder {
	margin: 10px 0px;
	border-bottom: 1px solid #b9ac86;
	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 #b9ac86;
	margin: 0px 80px 10px 80px;
}

.testimonial {
	
}

.author {
	text-align: right;
}



#blogholder {
	position: relative;
	padding-right: 240px;
	min-height: 400px;
}
.sidedivider {
	height: 1px;
	background: #555555;
	margin: 5px 10px;
}
#sidebar {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 220px;
	background: #666666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px 0px;
}
#sidebar h4 {
	padding-left: 20px;
	color: #ffffff;
}
#sidebar .rssfeed a {
	color: #c1c1c1;
	display: block;
	padding: 0px 0px 0px 20px;
}
#sidebar .rssfeed a img {
	margin-bottom: -4px;
	margin-right: 4px;
}
#sidebar a {
	color: #c1c1c1;
	display: block;
	padding: 0px 0px 0px 30px;
}
#sidebar a:hover {
	color: #ffffff;
	text-decoration: none;
}

#commentform label {
	display: block;
	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: 10px 0px;
	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;
}



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



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

