/* 
Red:		#c00
Blue:		#036
Dark Grey:	#333
Light Grey:	#666
Yellow:		#fcfc5f
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
}
p {
	margin: 10px 0;
}
ol, ul {
	list-style: none;
	padding-left: 15px;
	margin-left: 15px;
	list-style-position: outside;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
img {
	border: none;
}
a, a:visited {
	color: #c00;
}
a:hover {
	color: #222;
}
h1, h2, h3, h4, h5 { 
	color: #c00; 
	margin: 1em 0 .5em;
	clear: left;
}
h1 {
	font-size: 1.6em;
	padding-bottom: .2em;
	border-bottom: 2px solid #c00;
}
h2 {font-size: 1.4em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}
hr {
	border: none 0;
	border-top: 1px solid #ddd;
	height: 1px;
	margin: 20px;
	text-align: center;
	clear: both;
}
#main hr {
	margin: 0 10px 10px;
}
table {
	margin-bottom: 20px;
}
table th {
	font-weight: bold;
	background: #ccc;
	padding: 4px 8px;
}
table th.headleft {
	border-left: 1px solid #ccc;
	border-right: 1px solid #fff;
}
table th.headright {
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
}
table td {
	padding: 4px 8px;
	border: 1px solid #ccc;
}
body {
	margin: 0px auto;
	font: 62.5% Arial, Helvetica, sans-serif; 
	color: #333;
	text-align: center;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 958px;
}
#skip {
	height: 0;
	text-indent: -9999em;
}
#header {
	position: relative;
	width:958px;
	height:204px;
}
/* --- navigation --- */
ul#topnav {
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	position: absolute;
	right: 0;
}
ul#topnav {
	top: 0;
	background: url(../img/topnav.png) no-repeat;
	width: 530px;
	height: 58px;
}
ul#topnav li {
	float: left;
	margin: 0 18px;
	list-style-type: none;
}
ul#topnav a {
	display: block;
	padding: 20px 5px 18px;
	line-height: 100%;
	text-align: center;
}
ul#topnav a, 
ul#topnav a:visited {
	color: #333;
	text-decoration: none;
}
ul#topnav a:hover,
ul#topnav a:focus {
	color: #fff;
	background: #c00;
}
#mainnav {
	position: absolute;
	top: 80px;
	right: 0;
	font-size: 1.4em;
}
#mainnav ul {
	margin: 0;
	padding: 2px 0 0;
	list-style:none;
}
#mainnav li{
	display:inline;
	margin:0;
	padding:0;
}
#mainnav a {
	float:left;
	background:url(../img/mainnavl.png) no-repeat left top;
	margin:0;
	margin-left: 40px; /*spacing between each tab*/
	padding:0 2px 0 10px;
	text-decoration:none;
}
#mainnav a span{
	float:left;
	display:block;
	background:url(../img/mainnavr.png) no-repeat right top;
	padding: 6px 8px 12px 0;
	color:#333;
}
#mainnav #current a { 
	background-position: 0 -52px; /*Shift background image up to start of 2nd tab image*/
}
#mainnav #current a span{ 
	background-position:100% -52px; /*Shift background image up to start of 2nd tab image*/
}
#mainnav a:hover{ 
	color: #fff;
	background-position:0% -52px; /*Shift background image up to start of 2nd tab image*/
}
#mainnav a:hover span{ 
	color: #fff;
	background-position:100% -52px; /*Shift background image up to start of 2nd tab image*/
}
/* dropdown styles */
#mainnav ul li {
	float: left;
	text-align:center;
	padding: 0;
	background:none;
}
#mainnav ul li ul li {
	background: url(../img/subnavbg.png) repeat-y;
	text-align:left; 
	padding: 0;
}
#mainnav ul li ul li.last {
	padding-bottom: 20px;
	background: url(../img/subnavb.png) no-repeat;
}
#mainnav li ul {
	position: absolute;
	z-index: 10;
	left: -999em;
	height: auto;
	width: 260px;
	margin: 50px 0 0 0;
	padding: 0;
}
#mainnav li li {
	padding-right: 1em;
	width: 260px;
}
#mainnav li ul a {
	width: 260px;
	text-align:left;
	background:none;
	color: #356ba6;
	padding: 2px 0;
	margin-left: 10px;
	font-size: .9em;
}
#mainnav li:hover ul, #mainnav li li:hover ul, #mainnav li li li:hover ul, #mainnav li.sfhover ul, #mainnav li li.sfhover ul, #mainnav li li li.sfhover ul {
	left: auto;
}
#mainnav ul li ul li:hover, #mainnav ul li ul li.sfhover {
	color:#356ba6;
	text-decoration: underline;
}
#mainnav ul li.tab ul.notab li a:hover {
	color: #356ba6;
}
/* end dropdown styles */
#tag {
	width: 938px;
	height: 70px;
	margin: 5px 0 0;
	padding: 0 10px;
	font-family: "Arial Black", Arial, sans-serif;
	color: #fcfc5f;
	text-shadow: 2px 2px 2px #000;
	font-size: 2.6em;
	background: #c00 url(../img/tagbg.png) no-repeat;
	float: left;
}
#tag span.phone {
	color: #fff;
	font-family: Impact, "Arial Black", sans-serif;
	font-size: 1.8em;
	text-shadow: 2px 2px 2px #000;
	padding-left: .5em;
	text-align: right;
	line-height: 150%;
	vertical-align: middle;
}
#innercontainer {
	margin: -.5em 0 0;
	padding: 0;
	float: left;
}
#content {
	width: 938px;
	margin: 10px;
	padding: 10px 0;
	font-size: 1.4em;
	line-height: 150%;
	background: #fff;
 	float: left;
}
/* Landing page styles */
#main #innercontainer {
	background: url(../img/redbg.png) repeat-y;
}
#landingcontainer {
	margin: 0;
	padding: 0;
	background: url(../img/redbox.png) no-repeat;
	background-position: bottom;
	float: left;
}
#main #slideshow {
	width: 450px;
	margin: 0 0 10px 10px;
	float: left;
}
#main #slideshow img {
	width: 450px;
	height: 300px;
}
#promise {
	padding: 0 10px;
	width: 180px;
	height: 300px;
	font-family: Impact, "Arial Black", sans-serif;
	float: left;
}
#promise .large {
	color: #c00;
	font-size: 2em;
	line-height: 100%;
}
#promise .medium {
	font-size: .7em;
}
#promise .small {
	font-size: 1.4em;
}
#promise hr {
	margin: 5px 0;
	border-bottom: 2px solid #000;
}
.landingimg {
	margin: 0 10px 0 0;
	float: right;
	clear: right;
}
div#landingtext {
	margin: 0 40px 0 10px;
	width: 614px;
	float: left;
}
div#landingtext h1 {
	margin: .1em 0;
	font-size: 2em;
}
div#landingtext ul {
	padding-left: 0;
	color: #c00;
}
.listitem {
	color: #333;
}
div#buttons {
	float: left;
}
h2#gallery,
h2#news,
h2#reviews {
	padding: 10px 0 0 10px;
	width: 255px;
	height: 60px;
	color: #fff;
	font-size: 1.2em;
}
h2#gallery a,
h2#gallery a:visited,
h2#news a,
h2#news a:visited,
h2#reviews a,
h2#reviews a:visited {
	display: block;
	color: #fff;
	text-decoration: none;
} 
h2#gallery a:hover,
h2#gallery a:focus,
h2#news a:hover,
h2#news a:focus,
h2#reviews a:hover,
h2#reviews a:focus {
	text-decoration: underline;
}
h2#gallery {
	background: #000 url(../img/gallerybox.png) no-repeat;
}
h2#news {
	background: #00a8cd url(../img/newsbox.png) no-repeat;
}
h2#reviews {
	background: #2a659f url(../img/reviewsboxmain.png) no-repeat;
}
/* End Landing page styles */
#subpage #innercontainer {
	background: url(../img/subbg.png) repeat-y;
}
#leftcol {
	position: relative;
	width: 190px;
	min-height: 300px;
	margin: 10px 0 0 10px;
	float: left;
}
#sectionnav {
	margin-bottom: 40px;
	font-size: 1.2em;
}
#sectionnav h2 {
	font-size: 1.4em;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#sectionnav h2 a,
#sectionnav h2 a:visited {
	text-decoration: none;
}
#sectionnav h2 a:hover,
#sectionnav h2 a:focus {
	text-decoration: underline;
}
#sectionnav ul {
	margin: 0;
	padding: 0;
}
#sectionnav li {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	border-top: 1px solid #ccc;
}
#sectionnav li.last {
	border-bottom: 1px solid #ccc;
}
#sectionnav li a,
#sectionnav li a:visited {
	color: #356ba6;
	text-decoration: none;
	display: block;
}
#sectionnav li a:hover,
#sectionnav li a:focus {
	color: #000;
}
#contactinfo {
	margin-top: 20px;
	font-size: 1.4em;
}
#contactinfo h3 {
	font-size: 1.2em;
	margin: 0;
}
#contactinfo .hours {
	color: #c00;
	margin: 0;
}
#contactinfo hr {
	border-top: 1px solid #ccc;
	margin: 10px 20px;
}
#contactinfo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#contactinfo li {
	line-height: 160%;
}
#contactinfo li strong {
	font-size: 1.1em;
}
p#gallery,
p#reviews {
	color: #fff;
	font-size: 1.1em;
}
p#gallery{
	padding: 15px 0 0 5px;
	width: 181px;
	height: 79px;
}
p#reviews {
	padding: 5px 0 0 5px;
	width: 181px;
	height: 89px;
}
p#gallery a,
p#gallery a:visited,
p#reviews a,
p#reviews a:visited {
	height: 89px;
	display: block;
	color: #fff;
	text-decoration: none;
} 
p#gallery a:hover,
p#gallery a:focus,
p#reviews a:hover,
p#reviews a:focus {
	text-decoration: underline;
}
p#gallery {
	background: #000 url(../img/gallerysub.png) no-repeat;
}
p#reviews {
	background: #2a659f url(../img/reviewssub.png) no-repeat;
}
#subpage #content {
	width: 718px;
	margin: 0 20px 10px;
	padding: 10px 0;
	font-size: 1.4em;
	line-height: 150%;
	background: #fff;
 	float: left;
}
#subpage #content li a,
#subpage #content li a:visited {
	color: #333;
}
#subpage #content li a:hover,
#subpage #content li a:focus {
	color: #c00;
}
p.license {
	padding: .5em;
	font-size: 1.3em;
	text-align: center;
	border: 1px solid #ccc;
	background: #fafafa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
} 
div.callout {
	margin-top: 
	padding: .1em 1em;
	font-size: 1.1em;
	text-align: center;
	border: 1px solid #ccc;
	background: #fafafa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.callout.narrow {
	width: 250px;
	margin: 0 0 30px 30px;
	text-align: left;
	float: right;
	clear: right;
}
blockquote {
	margin-top: 10px;
	padding: .1em 1em;
	font-size: 1.1em;
	border: 1px solid #ccc;
	background: #fafafa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.photocaption {
	margin: 0 10px 10px 0;
	padding: 4px;
	text-align: center;
	border: 1px solid #ccc;
	background: #fafafa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
}
.imageright {
	margin: 0 0 30px 30px;
	padding: 0;
	float: right;
	clear: right;
}
/* Blog specific styles -------------------- */
/* Post Navigation */
.nav-previous {
	float: left;
	width: 50%;
	margin-bottom: 20px;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
	margin-bottom: 20px;
}
/* Blog image styles */
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin: 0 30px 30px 0;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin: 0 0 30px 30px;
	padding: 0;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin: 30px auto;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
/* Blog image styles */
/* Footer styles */
div#locations {
	width: 958px;
	text-align: center;
	float: left;
}
#locations ul {
	margin: 20px 0 10px;
	color: #036;
	width: 100%;
	font-size: 1.2em;
	list-style: none;
	float: left;
}
#locations li {
	display: inline;
}
#locations li a,
#locations li a:visited {
	padding: 10px;
	color: #036;
	text-decoration: none;
}
#locations li a:hover,
#locations li a:focus {
	text-decoration: underline;
}
#subpage #locations {
	height: 10px;
	background: url(../img/subfooter.png) no-repeat;
}
.clear {
	clear: both;
}
#footer {
	margin: 10px 0 0;
	padding: 0 10px;
	width: 938px;
	font-size: 1.4em;
	font-style: italic;
	line-height: 140%;
	float: left;
}
#footer h2 {
	color: #333;
	font-style: normal;
	font-size: 1.2em;
}