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;
}


/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks ("") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
ul, ol, dl {position: relative; } 
	
body {
   font : 76%/1.7 Verdana, Arial, Helvetica, sans-serif;
	color : #505050; 
	background : #343434 url(images/body_bg.jpg) 0 0 repeat-x; 
}
#header {
	width: 980px;
	height: 120px;
	margin: 0 auto;
	position: relative;
}
#branding {
	width: 250px;
	float: left;
	height: 120px;
	background: url(images/logo2.gif) no-repeat 0 0;
}
#branding h1 {
	position: absolute;left:-1000px;top:-500px;
}
#services {
	position: absolute;
	top: 60px;
	left: 500px;
}
#services h2 {
	font-size: 1.1em;
	font-variant: normal;
	line-height: 1.4em;
	color: #edeeea;
	font-weight: bold;
}
#navwrapper {
	width: 100%;
	background: #333;
} 
#navcontainer
{
background: #333;
position: relative;
margin: 0 auto;
width: 980px;
}

/* to stretch the container div to contain floated list */
#navcontainer:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}
#navcontainer ul#navlist {
	margin: 0 auto;
}
ul#navlist
{
list-style: none;
padding: 0;
margin: 0 auto;
width: 100%;
font-size: 12px;
text-align: center;
}

ul#navlist li
{
display: block;
float: left;
width: 20%;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em;
border-width: 1px;
border-color: #9fa28e #000 #000 #9fa28e;
border-style: solid;
color: #edeeea;
text-decoration: none;
background: #333;
letter-spacing: 0.04em;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a#current
{
border-color: #000 #9fa28e #9fa28e #000;
background: #333;
color: #999;
cursor: default;

}
ul#navlist li a:hover
{
color: #f54d00;
background: #171717;
border-color: #000 #9fa28e #9fa28e #000;
}
#container {
	width: 100%;
	background: #f7f7f7;
	border-top: 5px solid #333;
}
#content {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0 30px 0;
	position: relative;
	line-height: 1.6em;
}
a {
	color: #f54d00;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: Blue;
	border-bottom: 1px solid Blue;
}
a.line {
	text-decoration: underline;
}
a:hover.line {
	border-bottom: none;
}
.mainpic {
	float: left;
	position: relative;
	margin-top: -20px;
}
.headertext {
	float: left;
	width: 450px;
	margin: 20px 0 20px 40px;
}
h1 {
	font-size: 1.4em;
	color: #f54d00;
	margin-bottom: 12px;
	font-weight: bold;
	letter-spacing: 0.04em;
}
h1.question {
	font-size: 1.3em;
	font-weight: bold;
	color: #171717;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.15em;
	font-variant: small-caps;
	font-weight: bold;
	color: #f54d00;
	margin-bottom: 10px;
	padding-top: 10px;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 7px;
}

blockquote {
   width: 320px;
	float: left;
	text-indent: 25px;
	margin: 0 0 5px 30px;
	padding: 5px 10px;
	background: #edeeea url(images/quo_left2.gif) no-repeat 10px 5px;
}
blockquote p {
	display: inline;
	margin: 0;
	padding-right: 25px;
	font-weight: bold;
	font-style: italic;
	font-size: 0.9em;
}
h5 {
	text-align: right;
	line-height: 1.2em;
	font-weight: normal;
	font-variant: small-caps;
	padding: 5px 30px 0 0;
}
p {
	margin-bottom: 15px;
}
p.box {
	margin: 0 15px 10px 10px;
}
p.line {
	border-top: 1px solid #d1d1d1;
	padding-top: 15px;
	margin-top: 20px;
}
#main {
	float: left;
	width: 550px;
	margin: 20px 0 15px 0;
}
#main ul {
	margin: 0 0 20px 20px;
}
#sub ul#options {
	margin: 0 0 10px 10px;
}
#main ul li, #sub ul#options li {
	list-style: none;
	background: url(images/red_bullet.gif) no-repeat left 4px;
	padding: 0 10px 15px 23px;
}
#sub ul#options li {
	padding-bottom: 10px;
}
#sub ul#options li p {
	margin-left: 0;
	margin-bottom: 5px;
}
#main ul li ul.sublist {
	margin-bottom: 0;
}
#main ul li ul.sublist li {
	list-style: circle;
	background: none;
	padding: 5px 0 0 10px;
}
.boxright, .boxright_img {
	float: right;
	width: 200px;
	border: 1px solid #d1d1d1;
	padding: 0;
	margin: 0 0 10px 15px;
	background: #fff;
	text-align: center;
}
.boxright_img {
	border: none;
	width: 300px;
	background: #f7f7f7;
}
.boxright h2 {
	background: #343434;
	width: 100%;
	margin: 0 0 7px 0;
	padding: 5px 0;
	color: #fff;
	letter-spacing: 0.04em;
	font-size: 1.4em;
}
.boxright h3 {
	padding: 10px 0 5px 0;
}
#sub {
	float: right;
	width: 320px;
	margin: 20px 10px 0 0;
}
#sub img.sub_image {
	margin: 0 0 20px 40px;
}
#sub .center_img {
	text-align: center;
	margin-bottom: 20px;
}
.boxframe {
	padding: 10px 5px;
	border: 1px solid #d9d9d9;
	background: #fff;
}
.boxframe h2, .boxframe h3, .boxframe p {
	margin-left: 10px; 
}
#sub ul#clients li {
	list-style: none;
	font-size: 0.9em;
	text-align: center;
	width: 80px;
	float: left;
	line-height: 1.2em;
	margin: 0 10px 20px 5px;
}
#sub ul#clients li a {
	border-bottom: 0 none;
	font-weight: normal;
}
#sub .address, #sub .addresstop {
	width: 200px;
	border-top: 1px solid #d9d9d9;
	padding: 7px 3px 5px 5px;
	margin: 0 0 10px 25px;
	float: left;
}
#sub .addresstop {
	margin-top: 20px;
	border-top: none;
}
.address h5, .addresstop h5 {
	font-style: italic;
	padding: 5px 0 10px 0;
	font-weight: normal;
	text-align: left;
	font-size: 1.1em;
}
.address p, .addresstop p {
	padding: 3px 0 5px 7px;
	font-weight: bold;
}
.address p.privacy {
	font-weight: normal;
	font-size: 0.9em;
	color: #505050;
	padding-bottom: 0;
}
#sub h4 {
	padding: 3px 10px 10px 10px;
}
#footerwrap {
	width: 100%;
	border-top: 1px solid #9Fa28e;
	color: #fff;
   background: #333;
	padding-bottom: 10px;
}
#footer {
	width: 960px;
	margin: 0 auto;
	padding: 10px;
}
#footer .copyright {
	float: right;
	width: 300px;
}
#footer .copyright p  {
	font-size: 0.8em;
	text-align: right;
	padding-bottom: 10px;
}
#footer .address {
	float: left;
	width: 400px;
}
#footer .address p {
	font-size: 1.1em;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.name, .phone {
	font-weight: bold;
	font-size: 1.1em;
}
.phone {
	font-size: 1.2em;
}
.price {
	letter-spacing: 0.04em;
	font-size: 1.6em;
}
.red, .price {
	color: #F54D00;
}
.indent {
	padding-left: 20px;
}
/* Floats */
.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}

.clear {
	clear: both;
}
form {
	width: 400px;
	margin: 10px 0 30px 0;
}
fieldset {
	margin: 0 10px 10px 10px;
	padding: 0 10px 5px 10px;
	border: 1px solid #d1d1d1;
}
fieldset p {
	padding-left: 5px;
	font-size: 1em;
}
legend {
	font-weight: bold;
	margin-left: 0;
   padding-left: 0;
	margin-bottom: 5px;
	color:#9fa28e;
	font-size:1em;
}
label {
	display: block;
}
input.text {
	display: inline;
	width: 320px;
	margin-bottom: 5px;
}
input:focus, textarea:focus {
	background: #D3E1D3;
}
input.radio {
	width: auto;
	float: left;
	margin-right: 1em;
	margin-top: 0;
}
form #block p {
	visibility: hidden;
	display: none;
}
#acknowledge {
	margin: 30px 0 50px 0;
}
.submitarea {
	margin: 0 0 10px 25px;
}
.warning {
	color: #f54d00;
}
/* highslide styling */
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
   display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
   text-decoration: none;
	padding: 2px;
	border: 1px solid black;
   background-color: white;
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: #c9cdd1;
    text-decoration: none;
	font-size: 10px;
	display: none;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: #5a6571;
	 display: none;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 420px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul {
	margin-bottom: 5px;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: #5a6571;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
   text-align: left;
	padding: 10px;
}
.highslide-body {
	line-height: 1.5em;
}
.highslide-body h1 {
	font-size: 1.2em;
	color: #f54d00;
}
.highslide-body p {
	padding-bottom: 5px;
	font-size: 1.1em;
}
.highslide-body a {
	color: #f54d00;
	font-weight: bold;
}
.highslide-body a:hover {
	color: #f54d00;
	font-weight: bold;
	text-decoration: underline;
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
