/* CSS Reset */
* {
	margin:0;
	padding:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-image: url(../images/body_bg.jpg);
}


#container {
	width:960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#header{
	position:relative;
	width: 100%;
}
#header h1{
	display:block;
	float:left;
	width:360px;
	height:115px;
	text-indent:-9999px;
	background-image: url(../images/logo_new.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#header h1 a{
	display:block;
    height:100%;
	width:100%;
}
#header #phone{
	background: url(../images/phone_icon.jpg) no-repeat right 0px;
	height: 47px;
	position: absolute;
	top: 10px;
	right: 0;
	text-align:right;
	padding: 5px 50px 0 0;
}
#header #phone p{
	font-size: 20px;
	color: #333;
}
#header #phone h6{
	font-size: 11px;
	color: #333;
}
#nav{
	clear: both;
	height: 35px;
	width: 100%;
}
#nav ul{
	float: left;
	color: #333;
}
#nav ul li{
	list-style-type: none;
	display: block;
	height: 35px;
	float: left;
	padding: 0px 1px 0px 0px;
	color: #333;
}
#nav ul li a{
	color: #333;
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	height: 100%;
	line-height: 35px;
	padding: 0 0 0 18px;
}
#nav li a span{
	display: block;
	float: left;
	height: 100%;
	padding: 0 18px 0 0;
	color: #333;
}
#nav li a:hover, #nav li.active a{
	background: url(../images/hover.jpg) no-repeat left;
	color: #333;
	cursor: pointer;
	text-decoration: none
}
#nav li.active a span, #nav li a:hover span{
	background: url(../images/hover.jpg) no-repeat right;
	color: #FFF;
}
#featured{
	background: #fff;
	padding: 10px;
	height: 280px;
	width: 940px;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
img {
	border: none;
}
#container #featured .slidecontainer {
	height: 280px;
	width: 940px;
}
#container #featured .slidecontainer .folio_block {
	height: 280px;
	width: 940px;
}

.galfeatured {
	padding: 10px;
	height: 280px;
	width: 940px;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#container #galfeatured #spacer {
	height: 20px;
	width: 940px;
}
#container #galfeatured #spacer2 {
	background-color: #0FF;
	width: 940px;
	clear: both;
}

#featured ul{
	float: left;
}

#featured ul li{
	float: left;
	list-style-type: none;
	display: block;
	width: 630px;
}
#featured ul li a{
	display: block;
	height: 340px;
	text-indent: -9999px;	
}
#featured ul li.ss1 {
	background: url(../images/fp-01.jpg) no-repeat;
}

ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 360px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;
	width: 110px;
	height: 110px;
}
ul.thumb li img {
	width: 100px;
	height: 100px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #999;
	padding: 5px;
	position: absolute;
	left: 0;
	top: 0;
}

ul.thumb li img.hover {
	border: none; /* Get rid of border on hover */
	background-image: url(../images/thumb_bg.png);
	border: none;
	background-repeat: no-repeat;
}

#main_view {
	float: left;
	padding: 9px 0;
	margin-left: -10px;
}

form#quote{
	margin: 0px;
	padding: 20px;
	float: right;
	width: 260px;
	height: 320px;
	background-image: url(../images/form_bg.jpg);
	background-repeat: repeat-x;
}
form#quote2 {
	background: url(../images/form_bg.jpg) repeat-x;
	padding: 20px;
	float: right;
	width: 268px;
	height: 140px;
	margin-bottom: 15px;
}

form#quote h2{
	font: normal 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	margin-bottom: 18px;
}
form#quote2 h2 {
	font: normal 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	margin-bottom: 18px;
}

#container #content #facebook {
	background-color: #960;
	height: 100px;
	float: right;
}

form#quote label{
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	display: block;
	float: left;
	width: 100%;
}
form#quote input, form#quote textarea{
	background-color: #fff;
	border:1px solid #ddd;
	color: #666;
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 5px 0 8px;
	padding: 8px;
	width: 240px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
form#quote textarea{
	height: 45px;
}
form#quote input.btn{
	width: auto;
	border: none;
	padding: 0;
	margin-top: 0;
}
form#quote2 label {
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	display: block;
	float: left;
	width: 100%;
}
form#quote2 input, form#quote textarea {
	background-color: #fff;
	border:1px solid #ddd;
	color: #666;
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 5px 0 8px;
	padding: 8px;
	width: 240px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
form#quote2 textarea {
	height: 45px;
}
form#quote2 input.btn {
	width: auto;
	border: none;
	padding: 0;
	margin-top: 0;
}

#content{
	clear: both;
	font-size: 12px;
	color: #767676;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 960px;
}

#content .col{
	float: left;
	width: 263px;
	background: url(../images/col_bg.jpg) repeat-x;
	height: 300px;
	border: 1px solid #CCC;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-right: 25px;
}

#content .coltog{
	float: left;
	width: 580px;
	border: 1px solid #CCC;
	padding: 20px;
	margin-right: 25px;
	background-repeat: repeat-x;
	background-color: #f0f0f0;
	background-image: url(../images/col_bg.jpg);
	background-position: bottom;
}
#content .coltog h2 {
	color: #018ffc;
	text-decoration: none;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#container #content .col.left {
	float: right;
	height: 300px;
	width: 260px;
	margin: 0px;
}

#content .col h2{
	color: #018ffc;
	text-decoration: none;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#content .col h2 span{
	color: #2f2f2f;
	font-size: 24px;
}
#content .col img{
	border: solid 1px #d8d8d8;
	padding: 2px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#content .col p{
	margin-bottom: 20px;
	line-height: 17px;
	color: #333;
	font-weight: normal;
}
#content .col a.readmore{
	font-weight: bold;
	color: #252525;
	text-decoration: underline;
}
#content .col a:hover.readmore{
	text-decoration: none;
}
#content .col.noMargin{
	margin: 0;
}
#content .col.noMargin Tog {
	margin: 0;
	float: right;
	width: 265px;
	height: 480px;
}

#content .col.fr {
	margin: 0;
	float: right;
}
#content .col services {
	float: left;
	width: 263px;
	background: url(../images/col_bg.jpg) repeat-x;
	height: 480px;
	border: 1px solid #CCC;
	padding: 20px;
	margin-right: 30px;
}

#content .coltog {
	float: left;
	width: 560px;
	background: url(../images/col_bg.jpg) repeat-x;
	border: 1px solid #CCC;
	padding: 20px;
	margin-right: 30px;
	height: 500px;
}
#content .coltog.noMargin {
	margin: 0;
	float: right;
	width: 265px;
	height: 480px;
}
#container #content .col.noMargin.Services {
	width: 293px;
}
#container #content .col.noMargin.Services {
	width: 283px;
	height: 500px;
}
#container #content #space {
	width: 100px;
	background-color: #666;
}

#content #spacer {
	clear: both;
}
.clear {
	clear: both;
}


h2.acc_trigger {
	height: 25px;
	line-height: 35px;
	width: 570px;
	font-size: 16px;
	font-weight: normal;
	float: left;
	margin-top: 0;
	margin-left: 0;
	color: #666;
	background-repeat: no-repeat;
	left: 20px;
	background-image: url(../images/h2_trigger_a.gif);
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-bottom: 0px;
	margin-right: 0px;
}

h2.acc_trigger a {
	color: #666;
	text-decoration: none;
	display: block;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 50px;
	font-size: 16px;
}
h2.acc_trigger a:hover {
	color: #4474bc;
	font-size: 16px;
}

h2.active {background-position: left bottom;}
.acc_container {
	padding: 0;
	overflow: hidden;
	font-size: 12px;
	width: 560px;
	clear: both;
	border: 1px solid #d6d6d6;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	background-image: url(../images/col_bg_toggle.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFF;
}
.acc_container .block {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.acc_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}
.acc_container h3 {
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #fa9d0b;
}
.acc_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	border: 1px solid #8eb123;
	color: #fc8901;
	background-color: #CCC;
}


#footer{
	clear: both;
	background: url(../images/footer_bg.jpg);
	height: 100px;
	margin-top: 50px;
	width: 100%;
}

#footerContainer{
	margin: 0px auto 0;
	width: 960px;
	font-size: 14px;
	color: #999;
	padding-top: 20px;
	position: relative;
}
#footerContainer p{
	margin: 8px 0 8px;
	color: #FFF;
}
#footerContainer a{
	color: #FFF;
	text-decoration: none;
}
#footerContainer a:hover{
	text-decoration: underline;
	color: #fff;
}
form#newsletter{
	position: absolute;
	right: 0;
	top: 20px;
	width: 300px;
}

form#newsletter label{
	font-weight: bold;
	color: #fff;
}
form#newsletter input{
	background-color: #fff;
	border:1px solid #ddd;
	color: #666;
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 5px 0 0;
	padding: 8px;
	width: 190px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
form#newsletter input.btn{
	width: auto;
	border: none;
	padding: 0;
	margin-left: 3px;
#container #featured #slideshow #slidesContainer .slide p a {
	color: #F0F;
}
#container #nav ul li a span {
	color: #666;
}
#container #nav ul li a span {
	color: #333;
}
#container #content .coltog h2 {
	color: #fc8901;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#container #content .coltog h2 span {
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2f2f2f;
}
#content .colgreen {
	float: left;
	width: 263px;
	background: url(../images/col_bg.jpg) repeat-x;
	height: 300px;
	border: 1px solid #CCC;
	padding: 20px;
	margin-right: 30px;
}
#container #content .coltog .acc_container .block ul li {
	margin-left: 70px;
}
#container #content .col.noMargin ul li {
	margin-left: 35px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#container #content .col.noMargin .email {
}

