

#adminbar {
	padding: 3px 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;
}

/* ----- *\
	RESET
\* ----- */

* { 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 { height: 1px; background: #666666; margin: 0px 0px 23px 0px; }
.floatright { float: right; margin-left: 20px; }
.floatleft { float: left; margin-right: 20px; }

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

html {
	font-family: Arial, Trebuchet MS, sans serif;
	font-size: 14px;
    color: #231f20;
	margin: 0px auto;
	padding: 0px;
	background: #333333;
}

body {
    margin: 0px;
    padding: 0px;
    line-height: 24px;
}

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

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, Times New Roman, serif;
	margin-bottom: 24px;
	color: #231f20;
	font-weight: normal;
}

h1, h2, h3 {
	font-size: 30px;
	line-height: 48px;
}

h4, h5, h6 {
	font-size: 18px;
	line-height: 24px;
	color: #005d2b;
}

p {
	padding-bottom: 24px;
}

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

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

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

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

.wrapper {
	width: 940px;
	margin: 0px auto;
	position: relative;
}

#banner_div {
	height: 192px;
	position: relative;
	background: url(../images/bannerbg.png) top center repeat-x;
}

#content_div {
	background: #eaeaea url(../images/contentbg.png) top center repeat-x;
	padding: 24px 0px 0px 0px;
}

#footer_div {
	padding: 24px 0px 24px 0px;
	text-align: left;
	color: #ffffff;
}

#footer_div a {
	color: #ffffff;
}

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

#navbar_div {
	position: absolute;
	left: 0px;
	top: 145px;
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 18px;
	line-height: 24px;
	width: 940px;
}

#navbar_div a {
	display: block;
	float: left;
	color: #ffffff;
	padding: 11px 0px;
}
#navbar_div a:hover {
	background: url(../images/navbg.png) bottom center repeat-x;
	text-decoration: none;
}
#navbar_div a.current {
	color: #ffffff;
	background: url(../images/navbg.png) bottom center repeat-x;
	text-decoration: none;
}

.nav_divider {
	float: left;
	width: 2px;
	height: 46px;
	background: url(../images/navdivider.png) center center no-repeat;
	margin: 0px 20px;
}

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

#logo {
	display: block;
	position: absolute;
	top: 24px;
	left: 0px;
	padding: 0px;
	margin: 0px;
}

#contact_div {
	position: absolute;
	right: 0px;
	top: 24px;
	text-align: right;
	width: 540px;
}
#contact_div a {
	color: #ffffff;
}

#calendar_btn {
	display: block;
	position: absolute;
	right: 0px;
	top: 154px;
	width: 140px;
	height: 28px;
	background: url(../images/button.png) top center;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	line-height: 28px;
	font-family: Georgia, Times, Times New Roman, serif;
}
#calendar_btn:hover {
	background: url(../images/button.png) bottom center;
	text-decoration: none;
}

#sm_btn {
	display: block;
	position: absolute;
	right: 0px;
	top: 154px;
	width: 95px;
	height: 28px;
	background: url(../images/sm_btn.png) top center;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	line-height: 28px;
	font-family: Georgia, Times, Times New Roman, serif;
}
#sm_btn:hover {
	background: url(../images/sm_btn.png) bottom center;
	text-decoration: none;
}


#network_div {
	position: absolute;
	right: 0px;
	top: 80px;
}
#network_div img {
	margin: 0px 0px 0px 4px;
}

/* ----- *\
	FOOTER ELEMENTS
\* ----- */

.footer_left {
	float: left;
	width: 220px;
	color: #999999;
	font-weight: bold;
}

.footer_left a {
	display: block;
	color: #ffffff;
	font-weight: normal;
}

.footer_right {
	float: right;
	width: 220px;
	color: #999999;
	font-weight: bold;
	margin-bottom: 24px;
}

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

#home_maincallout {
	height: 430px;
	margin-bottom: 24px;
	border: 1px solid #dfdfdf;
	background: #ffffff;
	position: relative;
}
#home_maincallout_overflow {
	overflow: hidden;
	height: 430px;
	width: 938px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#home_maincallout_slides {
	height: 430px;
	width: 938px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.slide {
	width: 938px;
	height: 430px;
	float: left;
	position: relative;
}
.slide_text {
	position: absolute;
	top: 95px;
	left: 19px;
	width: 260px;
}
.slide_image {
	height: 430px;
	width: 639px;
	position: absolute;
	top: 0px;
	left: 299px;
}

#home_maincallout_title {
	position: absolute;
	background: url(../images/callouttextbg.png) top right no-repeat;
	top: 23px;
	left: 29px;
}

#home_maincallout_title h2 {
	color: #ffffff;
	padding: 0px 72px 0px 20px;
}

#green_block {
	position: absolute;
	top: 23px;
	left: 0px;
	width: 29px;
	height: 53px;
	background: url(../images/greenblock.png);
}

#home_leftcolumn {
	float: left;
	width: 380px;
}

#home_rightcolumn {
	float: right;
	width: 540px;
}

.whitebgdiv {
	background: #ffffff;
	border: 1px solid #dfdfdf;
	padding: 24px 20px 0px 20px;
	margin-bottom: 24px;
}

#home_maincallout_thumbs {
	position: absolute;
	right: 29px;
	bottom: 19px;
	background: url(../images/calloutthumbbg.png) top left no-repeat;
	height: 53px;
}
#home_maincallout_thumbwrap {
	padding: 3px 12px 0px 60px;
}
#home_maincallout_thumbs img {
	float: left;
	margin: 0px 20px 0px 0px;
	border: 2px solid #666666;
	cursor: pointer;
}

#green_blockbtm {
	position: absolute;
	bottom: 19px;
	right: 0px;
	width: 29px;
	height: 53px;
	background: url(../images/greenblockbtm.png);
}

#nextarrow {
	display: block;
	width: 24px;
	height: 48px;
	position: absolute;
	left: 939px;
	top: 191px;
	background: url(../images/nextarrow.png) top center;
	cursor: pointer;
}
#nextarrow:hover {
	background: url(../images/nextarrow.png) bottom center;
}
#previousarrow {
	display: block;
	width: 24px;
	height: 48px;
	position: absolute;
	right: 939px;
	top: 191px;
	background: url(../images/previousarrow.png) top center;
	cursor: pointer;
}
#previousarrow:hover {
	background: url(../images/previousarrow.png) bottom center;
}

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

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

.text_image_right {
	float: right;
	margin: 0px 0px 10px 21px;
	background: #ffffff;
	border: 1px solid #0066a4;
	padding: 8px;
}
.text_image_left div {
	margin: 8px 0px 0px 0px;
	font-size: .75em;
	line-height: 2em;
}

.text_image_right div {
	margin: 8px 0px 0px 0px;
	font-size: .75em;
	line-height: 2em;
}

/* ----- *\
	CONTACT US
\* ----- */

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

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

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

#contactleft p {
	padding-right: 20px;
}

#contactleft h2 {
	padding-right: 20px;
}

#contactleft h4 {
	padding-right: 20px;
}

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

.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: #222222;
}

#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;
}

/* ----- *\
	SIDENAV AND TEXT SECTION
\* ----- */

#sidemenu {
	float: left;
	width: 220px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	padding: 0px 0px 0px 0px;
	margin-bottom: 24px;
}

#sidemenu a {
	display: block;
	padding: 12px 10px;
	color: #d34600;
}

#sidemenu a:hover {
	background: #dfdfdf;
	text-decoration: none;
}
#sidemenu a.current {
	background: #d34600;
	color: #ffffff;
	text-decoration: none;
}

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

/* ----- *\
	GALLERIES
\* ----- */

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

/* ----- *\
	DIRECTIONS
\* ----- */

.dmap {
	height: 312px;
	border: 1px solid #c1c1c1;
}

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

#sidebar {
	float: right;
	width: 220px;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	padding: 23px 0px 0px 0px;
}

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

.sidedivider {
	height: 1px;
	background: #dfdfdf;
	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;
	padding: 0px 0px 0px 30px;
}

#commentform label {
	display: block;
}

#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: #dfdfdf;
	border: 1px solid #c1c1c1;
	margin: 5px 0px;
	padding: 21px 20px 0px 20px;
	margin-bottom: 21px;
}

.comment2 {
	background: #ffffff;
	border: 1px solid #dfdfdf;
	margin: 5px 0px;
	padding: 21px 20px 0px 20px;
	margin-bottom: 21px;
}
.bottommargin {
	margin-bottom: 50px;
}


