/* @override http://outdoorimagesmgt.com/css/screen.css */


/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, 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-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
img { display: block; }

/* typography.css */
body {font-size:75%;color:#222;font-family:Verdana, Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;height:1.25em;font-weight:bold;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
/* table {margin-bottom:1.4em;width:100%;} 
th {font-weight:bold;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
*/
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.form-text {font-size:10px;}


/* grid.css */
#container {width:990px;margin:40px auto;}
body {margin:0}
.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* forms.css */
/*
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
*/


/* structure */

body {
	background: url('/images/bg-body.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#1d4a04;
}
#header {
	width:990px;
	height:114px;
	background-image:url(/images/header.png);
	background-repeat:no-repeat;
}

#footer {
	width:990px;
	background: url('/images/bg-home-main.png');
	text-align:center;
	padding-bottom:20px;
}
#footer-bottom {
	background: url('/images/bg-footer-bottom.png');
	background-repeat:no-repeat;
	width:990px;height:15px;
}
#logo {
	margin: 0px 0 0 0px;
	width:990px;height:114px;
	display:block;
}
#menu {
	background: url('/images/bg-menu.png');
	width:970px; height:30px;
	padding:15px 0 0 20px;
}
#menu ul {
	padding:0;margin:0;
}
#menu li {
	padding:0;margin:0;
	float:left;
	display:block;
	list-style-type:none;
	margin-right:50px;
}
#content {
	background: url('/images/bg-home-main.png');
	padding:20px 20px;
}
#sh-top {
	background: url('/images/rn-top.png') no-repeat;
	width:232px;height:12px;
}
#sh-bottom {
	background: url('/images/rn-bottom.png') no-repeat;
	width:232px;height:12px;
}
#sh-mid {
	padding:20px 20px;
	height:440px;
	background-color:#df881a;
}
#sidebar-home {
	float:left;
	width:232px;
}
#home-ss {
	width:716px;
	float:left;
}
#sidebar-home ul li {
	border-top:2px dotted #5a471b;
	margin:0;padding:0;
	list-style-type:none;

}
#sidebar-home ul {
	padding:0;
	margin:0;
}
.ci-top {
	background: url('/images/bg-content-header.png') no-repeat;
	height:31px;width:928px;
	padding:10px 0 0 40px;
}
.ci-bottom {
	background: url('/images/bg-content-bottom.png') no-repeat;
	height:41px;width:948px;

}
.cg-bottom {
	background: url('/images/bg-pg-bottom.png') no-repeat;
	height:41px;width:948px;

}
.content-int {
	background-color:#FCFCFC;
	width:868px;
	padding:40px 40px 20px 40px;
}
.content-gallery {
	background-color:#000;
	width:948px;
}
.content-main {
	float:left;
	width:414px;
	padding-right:20px;
}
.content-main-alt {
	float:left;
	width:564px;
	padding-right:20px;
}

.content-sb {
	float:left;
	width:240px;
	padding:0 0 20px 20px;
	margin:0 0 20px 20px;

}
.content-sb-alt {
	float:left;
	width:390px;
	padding:0 0 20px 20px;
	margin:0 0 20px 20px;
	border-left: 2px dotted #ccc;

}

.content-main-about {
	float:left;
	width:470px;
	padding-right:20px;
}

.content-about {
	float:left;
	width:330px;
	padding:0 0 20px 20px;
	margin:0 0 20px 20px;
	border-left: 2px dotted #ccc;

}

.photogrid-full {
	float:left;
	width:900px;
	padding:10px 0px 10px 0px;
	margin:0 0 20px 0px;
}

.photogrid-left {
	float:left;
	width:410px;
	height: 308px;
	margin-bottom: 30px;
}

.photogrid-right {
	float:right;
	width:410px;
	height: 308px;
}

.imgLabel {
	top: 282px;
	display: block;
	position: relative;
	left: 14px;
	float: left;
}

.ba-img {
	margin-bottom:15px;
}
.testimonial {
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	border-bottom:1px solid #DDD;
}
#home-ss {
	height:505px;width:716px;
	overflow:hidden;
}
#galleria{height:580px;width:948px;}

/* forms */

.input-form {
	width:300px;
	margin-bottom:5px;
}
.contact label {
	width:200px;
	display:block;
	float:left;
}
.contact textarea {
	width:300px;
	height:80px;
}
.contact {
	margin-top:20px;
	width:510px;
}
input.error {
	border:2px solid red;
}

/* Typo */

h2 {
	font-weight:bold;
	font-size:24px;
	color:#5a471b;
}
h3 {
	font-size:18px;
	color:#FFF;
}
.ci-top {
	font-size:18px;
	color:#FFF;
}
#content h3, #content h3 a {
	color:#f8971d;
	font-weight:bold;
	text-decoration:none;
}
#menu li {
	font-size:18px;
}
#menu li * {
	vertical-align:top;
}
#menu li a {
	color:#f8971d;
	text-decoration:none;
}
#menu li a:hover {
	color:#FFF;
}
#sidebar-home ul li {
	color:#FFF;
	font-size:18px;
	text-transform:uppercase;
	line-height:1em;
	display:block;
	height:45px;
	padding-top:10px;
}
#sidebar-home ul li.single {
	padding-top:15px;
	height:40px;
}
.bna {
	color:#5a471b;
	font-weight:bold;
}
#sidebar-home ul li * {
	vertical-align:middle;
}
#sidebar-home ul li a {
	color:#FFF;
	text-decoration:none;
}
#footer {
	font-size:13px;
}
#footer , #footer a {
	color:#827d00;
	text-decoration:none;
}
.testimonial {
	font-style:italic;
}
#home-contact {
	font-size:15px;
	margin-bottom:10px;
}

#services-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
} 
#services-menu li
{
	float: left;
	margin: 0 0.75em;
} 						

#services-menu li a 
{
	color:#f8971d;
	font-weight:bold;
	text-decoration:none;
} 						

.services a 
{
	color:#f8971d;
	font-weight:bold;
	font-size: 10px;
	text-decoration:none;
} 						

.services-last a 
{
	color:#25220c;
	font-weight:bold;
	font-size: 10px;
	text-decoration:none;
} 						

.services-break
{
	font-weight:bold;
	font-size: 16px;
	color:#817d39;

}

#certifications
{
	color:#827d00;
	font-weight:bold;
} 						

.photo-caption {
	padding: 10px 5px 10px 0px;
}

.links {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
}

.links a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}