@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 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: #000000;
	background-image: url(images/template/bg.gif);
	background-repeat: repeat;
}

p {
	font-size: 14px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #666666;
	line-height: 18px;
	padding: 0 0 0 10px;
}

a
{
color: #D5632A;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}


#container {
	width: 710px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 50px;
	background-image: url(images/template/contentBG.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
} 
#header {
	margin: 0px 0 0 0;
	background-image: url(images/template/headerBG.png);
	background-repeat: no-repeat;
} 
#header h1 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#logoTop {
	position: absolute;
	z-index: 50;
	margin-top: -30px;
	margin-right: 50px;
	padding-left: 35px;
}


#navtop
{
	width: 680px;
	height: 25px;
	color: white;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	position: relative;
	top: 0px;
	margin-left: -340px;
	left: 50%;
	margin-top: -25px;
	padding: 0px;
	z-index: 99;
	_position: absolute;
	_top: expression((dummy = document.documentElement.scrollTop) + "px");
	list-style: none;
}

#navtop li
{
	display: block;
	float: left;
	height: 25px;
	width: 113.33px;
	text-align: center;
	line-height: 25px;
	background-image: url(images/template/navButtonBG.png);
	background-repeat: no-repeat;
}

#navtop li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 25px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-size: 90%;
}

#navtop li a:hover
{
	background-color: #464646;
	background-image: url(images/template/navButtonBG2.png);
	color: #CCCCCC;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 199px; /* 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: #EBEBEB;
	background-image: url(images/template/sideBarMid.jpg);
}

#sidebarTop {

}

#sidebarMid {
	padding: 0px 15px 0px 15px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #666666;
	margin-top: -20px;
}

#sidebarMid ul {
	margin-left: -10px;
}
#container #sidebar1 #sidebarMid p {
	font-size: 12px;
	text-align: justify;
	padding-left: -10px;
	padding-right: 10px;
}

#sidebarBot {

}






#mainContent {
	margin: 35px 210px 0 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer {
	padding: 20px 10px 0 20px;
	background-image: url(images/template/Footer.jpg);
	background-repeat: no-repeat;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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-left: 8px;
}
.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;
}

h5 {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-size: 14px;
	color: #D5632A;
	margin-bottom: 0px;
	border-bottom: 2px #cccccc dotted;
	padding: 10px 0 10px 10px;
	border-top: 2px #cccccc dotted;
}

h3 {
	color: #D5632A;
	margin-bottom: -5px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 16px;
 }

.orange {
color: #D5632A;
}

ul {
	list-style-image: url(images/template/ulDisc.gif);
}

li {
	font-size: 14px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #666666;
	line-height: 18px;
}


.smPortPic {
	border: 1px #6e6e6e solid;
}

.seeMore {
	color: #D5632A;
	text-align: right;
}


.quotes {
	font-size: 36px;
	color: #d5632a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	}
	
.clientName {
	font: "trebuchet ms", helvetica, sans-serif;
	text-align: right;
	color: #d5632a;
	}

.curious {display:none}

table#contact_form{margin: 0 0 20px 10px; width:400px;background:#fff;border:1px solid #fff;padding-top:10px;}
table#contact_form td{font-size: 13px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	color: #666666;
	font-weight:normal}
table#contact_form td input {border:1px solid #d5632a;width:250px;}
table#contact_form td textarea {border:1px solid #d5632a;width:250px;height:100px}
table#contact_form td input#submit {width:150px;}