	/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: VERG-build.
Version: 1.6
Author: Lughstudio
Author URI: http://www.lughstudio.com
Tags: blue, custom header, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

body {
	background: #ffffff url(images/background.gif) 50% 0px;
	background-repeat:repeat-y;
	margin:0;
	padding:0;
	height:100%;
	color: #636467;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

/* Structure */

#container {
	width: 908px;
	min-height:100%;
	position:relative;
	margin: 0 auto;
}

#container_fixed {
	width:908px;
	float:left;
	display:inline;
	margin: 0 auto;
}

#header {
	width:908px;
	height:113px;
	position:relative;
	padding-top:20px;
	padding-bottom:10px;
	z-index:99;
}

#top_banner {
	width:908px;
	height:63px;
	position:relative;
	padding-bottom:20px;
}

#top_banner_left{
	width:279px;
	float: left;
	display:inline;
}

#top_banner_right {
	width: 629px;
	float:left;
	display:inline;
}

#main-nav {
	background: #ffffff url(images/nav-off-bkg.gif) 50% 0px;
	background-repeat:repeat-x;
	width:908px;
	height:30px;
	position:relative;
}

#content {
	background: #ffffff url(images/content-bkg.gif) 50% 0px;
	background-repeat:repeat-y;
	width:908px;
	float:left;
	display:inline;
	margin: 0 auto;
	z-index:1;
}

#content_left{
	width:500px;
	padding-right:30px;
	float: left;
	display:inline;
}

#sidebar {
	width: 378px;
	float:left;
	display:inline;
}

#footer {
	background: #ffffff;
	width:908px;
	height:91px;
	float:left;
	display:inline;
	padding-top:15px;
}

#footer_left{
	width:500px;
	padding-left:15px;
	float: left;
	display:inline;
	padding-bottom:15px;
}

#footer_right {
	width: 137px;
	float:left;
	display:inline;
	margin-left:30px;
	padding-bottom:15px;
}

#footer_center{
	width:908px;
	float: left;
	display:inline;
	text-align:center;
	padding-bottom:15px;
}

#footer, #footer ul {
	list-style: none;
}

#footer li {
	width: 137px;
	border-top: 1px solid #c5c5c5;
	float:left;
	display:inline;
}

#post {
	width: 485px;
	float:left;
	display:inline;
	padding-bottom:0px;
}

#post-title {
	float: left;
	width:485px;
	height:26px;
	padding-left:15px;
	padding-top:3px;
	color: #ffffff;
	background: #ffffff url(images/header-green-bkg.gif) 50% 0px;
	background-repeat:repeat-x;
}

#post-body {
	width: 470px;
	padding-left:15px;
	float:left;
	display:inline;
}

#post-body  ul {
list-style:inherit;
margin-left: 20px;
	}

#post-title-cat {
	float: left;
	width:485px;
	height:26px;
	padding-left:15px;
	padding-top:3px;
	color: #ffffff;
	background: #ffffff url(images/header-green-bkg.gif) 50% 0px;
	background-repeat:repeat-x;
}

#post-pad {
	width: 485px;
	float:left;
	display:inline;
	padding-bottom:15px;
}

#contact-form {
	width: 378px;
	float:left;
	display:inline;
	padding-bottom:15px;
}

#contact-title {
	float: left;
	width:363px;
	height:26px;
	padding-left:15px;
	padding-top:3px;
	color: #ffffff;
	background: #ffffff url(images/header-blue-bkg.gif) 50% 0px;
	background-repeat:repeat-x;
}

#contact-body {
	width: 348px;
	padding-left:15px;
	float:left;
	display:inline;
}

#special_left{
	width:264px;
	padding-left:15px;
	padding-top:10px;
	float: left;
	display:inline;
}

#special_right {
	width: 206px;
	float:left;
	display:inline;
}

#map {
	background: #e1ebd0;
	width: 378px;
	float:left;
	display:inline;
	margin-bottom:15px;
}

#map_left{
	width:159px;
	padding-left:15px;
	padding-right:15px;
	float: left;
	display:inline;
	color: #003745;
}

#map_right {
	width: 159px;
	padding-left:15px;
	padding-right:15px;
	float:left;
	display:inline;
	color: #003745;
}

#map-title {
	float: left;
	width:363px;
	height:26px;
	padding-left:15px;
	padding-top:3px;
	color: #ffffff;
	background: #e1ebd0 url(images/header-red-bkg.gif) 50% 0px;
	background-repeat:repeat-x;
}

#services, #services ul {
  float: left;
	line-height: 30px;
	height: 25px;
	padding: 0;
	margin: 0;
	width: 100%;
}

#services, #services li {
	float: left;
	color: #c5c5c5;
	font-size: 14px;
	font-weight: Bold;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #c5c5c5;
	width: 206px;
	background: #ffffff;
}

#space {
	background: #ffffff;
	width:908px;
	padding-top:15px;
	float:left;
	display:inline;
	margin: 0 auto;
}

#more-links {
	width: 485px;
	border-top: 1px solid #c5c5c5;
	padding-left:15px;
	float:left;
	display:inline;
}

#more-links li {
	width: 470px;
	border-top: 1px solid #c5c5c5;
	float:left;
	display:inline;
}

#more-links li li {
	width: 440px;
	border-top: 1px solid #c5c5c5;
	padding-left:30px;
	float:left;
	display:inline;
}

#site-map {
	width: 485px;
	padding-left:15px;
	float:left;
	display:inline;
}

#site-map li {
	width: 470px;
	border-top: 1px solid #c5c5c5;
	float:left;
	display:inline;
}

#site-map li li {
	width: 440px;
	border-top: 1px solid #c5c5c5;
	padding-left:30px;
	float:left;
	display:inline;
}

#site-map li li li {
	width: 410px;
	border-top: 1px solid #c5c5c5;
	padding-left:30px;
	float:left;
	display:inline;
}




/* Nav */

#navigation {
	position:relative;
	width:910px;
	height:60px;
	margin: 0 auto;
	padding-bottom:0px;
	padding-top:0px;
}

#nav {
  width:100%;
  font-size: 10px;
}

#nav, #nav ul {
	float: left;
	line-height: 26px;
	height: 26px;
	padding: 0;
	margin: 0;
	width: 100%;
}

#nav a {
	display: block;
	color: #c8623f;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	height: 26px;
	padding: 0px 0px;
}

#nav ul {
  position: absolute;
  left: -999em;
  height: auto;
  width: 128PX;
  font-weight: normal;
  line-height: 26px;
  border: 0;
}

#nav li {
	float: left;
	border-right: 2px solid #ffffff;
	width: 128px;
}

#nav li li a {
	color: #c5c5c5;
	width: 128px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 0px 0px;
}

#nav li li li { 
	border-left: 1px solid #ffffff;
 	line-height: 26px;
	background: #c8623f;
	}

#nav li ul ul { margin: -29px 0 0 128px; }

#nav li li:hover { 
	color: #fff; }

#nav li ul li:hover a, #nav li ul li li:hover a, #nav li ul li li li:hover a, #nav li ul li li li:hover a { 
	color: #fff; }

#nav li:hover a, #nav li.sfhover a { 
	color:#fff;
	background: #c8623f; }

#nav li:hover li a, #nav li li:hover li a, #nav li li li:hover li a, #nav li li li li:hover li a { 
	color:#fdb098;
	background: #c8623f;}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul { 
	left:-999em; }

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul { 
	left:auto; }

#nav .current_page_parent, #nav .current_page_ancestor, #nav .current-cat-parent {
	background: #ffffff url(images/nav-on-bkg.gif) 50% 0px;
	background-repeat:repeat-x;
	color: #c5c5c5;
}

#nav .current-cat, #nav .current_page_item {
	background: #ffffff url(images/nav-on-bkg.gif) 50% 0px;
	background-repeat:repeat-x;
	color: #c5c5c5;
}

#nav .current_page_parent a, #nav .current_page_ancestor a, #nav .current-cat-parent a {
	color: #ffffff;
}

#nav .current-cat a, #nav .current_page_item a {
	color: #ffffff;
}


/* Typography */

p {
	margin-bottom:5px;
	margin-top:10px;
}

a {
	color: #c8623f;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #fe875e;
	font-weight: bold;
	text-decoration: none;
}

H1 {
	color: #003745;
	font-size: 20px;
	font-weight: Bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25;
	margin-top:15px;
	margin-bottom:5px;
}

H2 {
	color: #78A22F;
	font-size: 14px;
	font-weight: Bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25;
	margin-top:5px;
	margin-bottom:5px;
}

H3 {
	color: #003745;
	font-size: 12px;
	font-weight: Bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25;
	margin-top:10px;
	margin-bottom:0px;
}

H4 {
	color: #636467;
	font-size: 12px;
	font-weight: Normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25;
	margin-top:0px;
	margin-bottom:7px;
}

H5 {
	color: #ffffff;
	font-size: 14px;
}

.footer_title {
	color: #003745;
	font-weight: Bold;
}

.wp-caption-text {
	color: #003745;
	font-size: 10px;
	font-weight: Normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:0px;
	margin-top:0px;
}

.wp-caption {
	margin-bottom:10px;
}

.blog-titles {
	color: #003745;
	font-size: 20px;
	font-weight: Bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25;
	margin-top:0px;
	margin-bottom:5px;
}

.blog-date {
	color: #003745;
	font-size: 10px;
	font-weight: Normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:0px;
	margin-top:10px;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding-right: 10px;
	padding-bottom: 4px;
	display: inline;
	}

.alignnone {
	margin-top:20px;
	}

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

.alignleft {
	float: left;
	padding-top: 5px;
	}
	
.aligncenter {
	float:none;
	}
	
.horz-line {
	margin-bottom:10px;
}

.map-button {
	margin-top:10px;
}

.submit_button{
 color: #c5c5c5;
 font-size: 0px;
 width: 100px;
 height: 20px;
 border: none;
 margin: 0;
 padding: 0;
 background: #5a5a5a url(images/submit.gif) 0 0 no-repeat;
}

/* End Images */

/* SIFR */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h5 {
	visibility: hidden;
	font-size: 14px;
}
