@charset "utf-8";
/* CSS Document */


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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*==================== GENERAL =====================*/
body{background-color: #000000;
margin:0;
padding:0;
}
#banner{
background-color:#ff0000;
height:5px;
}
#top-container{
width: 1000px;
margin: 0 auto;
}

/*===================== HEADERS ==================*/
#header{
	position:relative;
	height: 140px;
	padding-top: 15px;
	padding-left: 50px;
}
#phone_no{
	position:absolute;
	top: 13px;
	right: -1px;
	width: 280px;
	background: url(images/phone.jpg) left center no-repeat;
	height: 50px;
	padding-left: 40px;
	padding-top: 15px;
}
#script{
	position:absolute;
	right: 100px;
	top: 26px;
}
/*=======================NAVIGATION =====================*/
#navbar{
	position:absolute;
	right: 25px;
	top: 98px;
	width: auto;
	}
ul#top{
	height: 25px;
	list-style-type:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: normal;

}
ul#top li{
	display:block;
	float:left;
	margin: 0 3px 0 0px;
	
}
ul#top li.this-page{
	display:block;
	float:left;
}

ul#top li a{
	height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	padding: 10px 12px 1px 12px;
	border: 1px solid #000;

}
ul#top li a:hover { 
color: #FFFFFF;
border: 1px solid #888;
}
ul#top li a.active{
	color:#ffffff;
	border: 3px solid #006363;

}
/*============================= WE DO NAV =========================*/
.module ul#wedo{
	margin-left: 20px;
	list-style:disc;
	list-style-position:outside;
	color: #ff0000;
}
.module ul#wedo li{

padding: 3px 0;
}
.module ul#wedo li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	letter-spacing:0.1em;
}
.module ul#wedo li a:hover{
	color:#208A8A;
}
.module h4{
	color:#006695;
	font-family:"museo-sans-1", "museo-sans-2", "Arial", "Helvetica", sans-serif;
	font-style:normal;
	font-size: 16px;
	margin-bottom: 6px;
}
.module p{
	color:#333;
	font-family:"museo-sans-1", "museo-sans-2", "Arial", "Helvetica", sans-serif;
	font-style:normal;
	font-size: 13px;
}
.module a{
	color:#006695;
	font-size: 14px;
	line-height:1.8em;
}
/*=============================MESSAGE =========================*/
#message{
	padding: 10px 50px;
}
#title-box{
position:relative;
padding: 40px 0 30px 50px;
}
/*=============================CONTENT =========================*/
#content-container{
	clear:both;
	background: url(images/saw_small.jpg) top left repeat-x #FFF;
	margin-top: 10px;
	
}
#content-column-holder{
	width: 1000px;
	margin: 0 auto;
	padding-top: 40px;
}
#content{
	float:left;
	width: 680px;
	position: relative;
}
#about-content{
float:left;
width: 680px;
}
#about-content p{
	font-size: 13px;
	line-height: 1.3em;
}
#about-content h3{
font-size: 15px;
font-weight:bold;
}
#sidebar{
	float:right;
	width: 320px;
}

.box{
	margin: 20px 0 20px 0;
	border: 1px solid #ccc;
}
#service1{
padding-bottom:10px;
margin-top: 25px;
width:49%;
float:left;
border: 1px #ccc solid;
margin-bottom: 25px;
}
#service2{
padding-bottom:10px;
margin-top: 25px;
width:49%;
float: right;
border: 1px #ccc solid;
margin-bottom: 25px;
}
/* =================  MODULE  ======================= */

.bio{
padding: 10px;
margin: 15px 0;
border: 1px solid #ccc;
background-color: #eeeeee;
}
.module{
	width: 100%;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
.module h3, .block h3{
	background-color: #006363;
	font-size: 18px;
	color: #fff;
	margin: 0px auto 12px;
	text-align: center;
	padding: 8px 0;
}
.module h3.gray, .block h3.gray{
	background-color:#333333;
	color: #FFFFFF;
}

.indent{
	padding: 0px 30px;
}

.block{
	width: 100%;
	border: 1px solid #eeeeee;
	margin-bottom: 10px;
	background-color: #eeeeee;
}
.block p{
	font-family:"museo-sans-1", "museo-sans-2", "Arial", "Helvetica", sans-serif;
	font-weight: normal;
	font-size:16px;
	color: #000000;
	line-height: 1.3em;
}

/* ======================== REQUEST TABLE =========================*/
table.request td{
padding: 5px 0;
}
table.request td, table.request td p{

	font-family:"museo-sans-1", "museo-sans-2", "Arial", "Helvetica", sans-serif;
	font-weight: normal;
	font-size:16px;
	color: #000000;
	line-height: 1.2em;
}
/*////////// FOOTER //////////*/
#footer-container{
	background-color:#000000;
	height: 100px;
}
#footer{
	width: 1000px;
	margin: 0 auto;
	padding-top: 15px;
}
#footer p, #footer a{
	font-family:"museo-sans-1", "museo-sans-2", "Arial", "Helvetica", sans-serif;
	font-weight: normal;
	font-size:12px;
	color: #eaeaea;
	line-height: 1.2em;
}

/*////////// SITEMAP  //////////*/
#sitemap{
	width: 1000px;
	margin:0 auto;
	text-align: center;
	margin-top: 10px;
}
ul#bot{
	height: 25px;
	list-style-type:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;

}
ul#bot li{
	display:block;
	float:left;
	margin: 0 3px 0 0px;
}
ul#bot li a{
	height: 20px;
	color: #ddd;
	text-decoration: none;
	display: block;
	float: left;
	padding: 10px 12px 1px 12px;
	border: 1px solid #000;
}
ul#bot li a:hover { 
color: #FFFFFF;
border-bottom: 1px solid #888;
}
ul#bot li a.active{
	color:#ffffff;
	border-bottom: 1px solid #006363;

}
/*////////// TYPOGRAPHY //////////*/
p{
	font-family:"museo-sans-1", "museo-sans-2", "Arial", "Helvetica", sans-serif;
	font-weight: normal;
	font-size:16px;
	color: #000000;
	line-height: 1.2em;
}
p.small{
font-size: 13px;
}
h1,h2,h3,h4,h5 {color: #333;
font-family: "museo-sans-1", "museo-sans-2", "Arial", "Helvetica", sans-serif;
}
h1.ad{
	font-size: 50px;
	font-family: "museo-sans-1", "museo-sans-2", "Arial", "Helvetica", sans-serif;
	font-style: normal;
	font-weight:normal;
	color: #ccc;
}
h1.red{
color:#FF0000;
}
h1{font-size:26px;}
h2{font-size:24px;}
h3{font-size:29px;}
h4{font-size:18px;}
h5{font-size:16px;}

h2.blog-title, h2.blog-title a{
font-size: 14px;
color: #333;
}
a{
	text-decoration: none;
	color:#006695;
}

ul.mylist{
	font-family:"museo-sans-1", "museo-sans-2", "Arial", "Helvetica", sans-serif;
	font-style:normal;
	font-size: 16px;
	margin-left: 20px;
	list-style:circle;
	list-style-position:outside;
	color: #ffcccc;
	line-height: 1.2em;
}
ul.mylist li{
	margin:14px 0;
	color:#333;
}

/*=========================== CLASSES ========================*/
.push{
clear:both;
}
img.social-btn{
margin-right: 8px;
}
.left{
float: left;
margin-right: 10px;
}
.right{
float:right;
margin-left:10px;
}
img.title{
	margin-bottom: 15px;
}
span.secure{
	font-size: 16px;
	background-color:#E37526;
	color: #FFFFFF;
	padding: 3px 5px;
	font-weight: bold;
}
#quote{
	position: absolute;
	top: -11px;
	right: 61px;
}

