@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 10px 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #03454D;
}
#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:10px 0;
	position:relative;
} 
/**************************************************** standard styles *************************************************/
h1{
	font-size:1em;
	line-height:1em;
	margin:10px 0;
	padding:0;
	color:#666;
}
h2{
	font-size:.9em;
	line-height:1em;
	margin:10px 0;
	padding:0;
	color:#666;
}
h3{
	font-size:.8em;
	line-height:1em;
	margin: 0;
	padding:0;
	color:#666;
}	
p{
	font-size:.7em;
	line-height:1.5em;
	margin:10px 0;
	padding:0;
}
p.end{
	border-bottom:1px solid #999;
	padding-bottom:20px;
}
ul{
	margin:0;
	padding:0;
}
li{
	font-size:.7em;
	line-height:1em;
	list-style-type:none;
	padding:3px 0;
}
dd{
	font-size:.7em;
	line-height:1em;
	margin:0 0 0 10px;
	padding:6px 0 0 20px;
	color:#666666;
	background:url(../img/buld.gif) no-repeat 0 80%;
}
dt{
	font-size:.75em;
	line-height:1em;
	font-weight:bold;
	margin:20px 0 5px 0;
	padding:0;
	color:#666666;
}
dd a{
	color:#666666;
	text-decoration:none;
}
dd a:hover{
	color:#666666;
	text-decoration:underline;
}
/*
hr{
	border:0;
	margin:10px 0px;
	padding:0;
	border-bottom:1px solid #8CC63F;
}
*/
hr{
	margin:0px;
	padding:0;
	border-top:0px solid #999;
	border-left:0px solid #999;
	border-right:0px solid #999;
	border-bottom:1px solid #999;
}
a{
	color:#03454D;
	text-decoration:none;
}
a:hover{
	color:#03454D;
	text-decoration:underline;
}
/*************************************************** header styles *****************************************************/
#header { 
	padding: 0 0 2px 0;
	margin:0;
	position:relative;
	border-bottom:1px solid #999;
} 
#header ul {
	margin: 0 10px 0 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0 10px 0;
	text-align:right;
}
#header li{
	font-size:.8em;
	list-style-type:none;
	padding:0 2px;
	margin:0;
	line-height:12px;
	display:inline;
	color:#03454D;
}
#header li a{
	color:#03454D;
	text-decoration:none;
}
#header li a:hover{
	color:#03454D;
	text-decoration:underline;
	/*background: url(../img/nav_overline.gif) no-repeat top center;*/
}
#header li.active{
	color:#03454D;
	/*background-color:#EAF9EB;*/
	background: url(../img/nav_underline.gif) no-repeat bottom center;
	padding:8px 10px 10px 10px;
}
#header #logo{
	float:left;
	position:absolute;
	left:20px;
  	top:-5px;
}
/*************************************************** sidebar styles *****************************************************/
#sidebar{
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px 10px 10px;
	margin:0px 0;
}
#sidebar img{
	
}
#sidebar h2{
	border-bottom:1px solid #999;
	padding-bottom:10px;
}
#sidebar dd{
	font-size:.7em;
	line-height:1em;
	margin:0 0 0 10px;
	padding:6px 0 0 20px;
	color:#666666;
	background:url(../img/buld.gif) no-repeat 0 80%;
}
#sidebar dt{
	font-size:.75em;
	line-height:1em;
	font-weight:bold;
	margin:20px 0 5px 0;
	padding:0;
	color:#666666;
}

/*contact page sidebar */
#sidebar hr.contact{
	margin:10px 0px;
}

/*design page sidebar */
#sidebar #design{
	margin:15px 0 0 0;
}
#sidebar #design hr{
	width:200px;
	margin-left:15px;
}
#sidebar #design img{
	margin:0;
	padding:0 0 15px 15px;
}
#sidebar #design #design_img2{
	margin:18px 0 3px 0;
}
#sidebar #design #design_img3{
	margin:20px 0 7px 0;
}
/*************************************************** content styles *****************************************************/
#mainContent { 
	margin: 0px 260px 0px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right:1px solid #999;
} 

/* rounded corners on home page */
/*http://www.modxcms.com/simple-rounded-corner-css-boxes.html*/
/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 { 
	background: transparent url(../img/box.png) no-repeat bottom right; 
} 
.cssbox { 
	width: 375px !important; /* intended total box width - padding-right(next) */ 
	width: 375px; /* IE Win = width - padding */ 
	padding-right: 5px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 0px 0px 0 0 ; /* use to position the box */ 
} 

/* set the top-right image */ 
.cssbox_head { 
	background-position: top right; 
	margin-right: -5px; /* pull the right image over on top of border */ 
	padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 { 
	background-position: top left; margin: 0; /* reset main site styles*/ 
	border: 0; /* ditto */ 
	padding: 20px 0 5px 20px; /* padding-left = image gap + interior padding ... no padding-right */ 
	height: auto !important; height: 1%; /* IE Holly Hack */ 
} 
/* set the lower-left corner image */ 
.cssbox_body { 
	background-position: bottom left; 
	margin-right: 25px; 
	/* interior-padding right */ 
	padding: 15px 0 25px 20px; /* mirror .cssbox_head right/left */ 
} 
.cssbox_body img{
	margin:5px 4px 10px 0;
	padding:0;
	border:1px solid #999;
}
.p_div{
	width:375px;
	float:left;
}

h2.bus{
	border-bottom:1px solid #ccc;
	padding:0 0 5px 0;
	margin-top:20px;
}
#mainContent h3{
	font-size:.8em;
	line-height:1em;
	margin: 0;
	padding:0 0 0 15px;
	background:url(../img/buld.gif) 0 50% no-repeat ;
}
#portfolioContent{
	padding:10px;
}
#portfolioContent h1, #portfolioContent p{
	margin-left:20px;
}
p.link{
	background:url(../img/buld.gif) no-repeat 0 50%;
	padding-left:10px;
}
	
/*************************************************** footer styles *****************************************************/
#footer { 
	padding: 0 ; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background-color: #03454D;*/
	background:url(../img/footer_new.gif) no-repeat top left;
	height:35px;
} 
#footer ul{
	margin:0px;
	padding:0 0 0px 0;
}
#footer li{
	display:inline;
	list-style-type:none;
	font-size:.7em;
	color:#EAF9EB;	
}
#footer li.copyright {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	position:absolute;
	bottom:20px;
	left:20px;
}
#footer li.policy {
	position:absolute;
	bottom:20px;
	right:20px;
}
#footer li a{
	color:#EAF9EB;
	text-decoration:none;
}
#footer li a:hover{
	color:#EAF9EB;
	text-decoration:underline;
}

/**************************************************** contact page ****************************************************/
form{
	margin:0;
	padding:0;
	position:relative;
}
fieldset{
	border:1px solid #8CC63F;
	margin:0;
	padding:20px 20px 60px 20px;
	width:400px;
}
input{
	display:block;
	width:200px;
	height:16px;
	border:1px solid #999;
	color: #03454D;
	font-size:.7em;
	padding:3px 5px;
	margin:3px 0 10px 0;
}
textarea{
	display:block;
	width:400px;
	height:100px;
	border:1px solid #999;
	color: #03454D;
	font-size:.7em;
}
label{
	display:block;
	font-size:.7em;
}
input.submit{
	width:55px;
	/*position:absolute;
	bottom:10px;
	left:365px;*/
	padding: 2px 5px ;
	height:auto;
	font-weight:bold;
	letter-spacing:.1em;
	margin:15px 0 0 345px;
}
p.msg{
	color:#990000;
	font-size:90%;
	font-weight:bold;
	margin:20px 0;
}
/*************************************************** common styles *****************************************************/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin:20px;
	clear:right;
}
p.fltrt{
	float: right;
	margin:0 30px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
