/* CSS Document */
#wrapper {
	height:498px;
	width:778px;
	margin:0px auto;
	overflow:hidden;
	position:relative;
}
html, body {
	height:100%;
	width:100%;
	background-color:#333333;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
#bg_header {
	height:10px;
	width:778px;
	background-image:url(../images/borderTop.gif);
}
#home_content {
	height:458px;
	width:776px;
	border-left:solid #f68e1e 1px;
	border-right:solid #f68e1e 1px;	
	background-color:#FFFFFF;
	position:relative;
	margin:0px auto;
	overflow:hidden;
}
#navbox {
	float:left;
	width:175px;
	height:394px;
	margin-left:9px;
	background-image:url(../images/dots_main_vertical.gif);
	background-position:right;
	background-repeat:no-repeat;	
	text-align:left;
}
#main_content {
	width:583px;
	height:394px;
	float:left;
	text-align:left;
}
#dots_bug_break {
	position:fixed;
	margin-left:21px;
	margin-top:68px;
	z-index:0;
}
#click-to-call {
	position:fixed;
	margin-left:395px;
	margin-top:130px;
	z-index:10;
}
#footer {
	width:758px;
	height:64px;
	text-align:left;
}
#contact {
	float:left;
}
#floatLeft {
	float:left;
}
	
#bg_footer {
	background-image:url(../images/borderBottom.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:778px;
	height:30px;
}
#links {
	float:right;
	margin-right:10px;
}
#copyR {
	float:left;
	margin-left:10px;
}
#links, #copyR {
	font-size:10px;
	color:#798083;
	margin-top:18px;
}
#links a, #copyR a {
	text-decoration:none;
	color:#798083;
}
#links a:hover, #copyR a:hover {
	text-decoration:none;
	color:#ffffff;
}
#logo {
	margin-top:23px;
	margin-bottom:11px;
}
#description {
	width:577px;
	height:28px;
	margin-top:6px;
	margin-left:6px;
	float:left;
	background-color:#ebebec;
	text-align:left;
}
#description p {
	margin-top:4px;
	margin-left:6px;
	line-height:10px;
	margin-right:0px;
	color:#474B49;
	font-size:9px;
}
#links_main {
	width:165px;
	height:293px;
	background-image:url(../images/bg_nav_constuction.gif);
}
#links_main h2 {
	font-size:12px;
	color:#f68e1e;
	padding-left:20px;
	padding-top:4px;
	margin:0;
	position:relative;
	padding-bottom:5px;
}
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#f68e1e;
	text-decoration:none;
}
#links_main h3 {
	font-size:10px;
	line-height:15px;
	padding-left:6px;
	padding-right:4px;
	margin:0;
	color:#f68e1e;
	padding-top:4px;
	position:relative;
	z-index:0;
}
h1 {
	font-size:18px;
	font-weight:bold;
	padding-left:72px;
	color:#798083;
	position:relative;
	margin-top:60px;
	margin-bottom:15px;
	position:relative;
	z-index:10;
}
p {
	position:relative;
	font-size:10px;
	color:#000000;
	line-height:13px;
	margin-top:0px;
	margin-left:72px;
	margin-bottom:6px;
	z-index:10;
	margin-right:40px;
}
#home_photo {
	margin-left:72px;
	margin-top:7px;
}
a:hover #holder {
	border-right:solid #f68e1e 2px;
}
a {
	text-decoration:none;
}
#holder {
	position:fixed;
	z-index:10;
}
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 592px;
height: 275px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #FFFFFF;
margin: 0;
padding:0;
}
#mycustomscroll p {
	margin-right:40px;
}
ul {
  float: left;
  width: 150px;
  margin: 0;
  padding: 0;
  margin-left:9px;
  list-style-type:none;
  margin-bottom:10px;
}
 
li {
  float: left;
  width: 150px;
  margin: 0;
  padding: 0;  
  font-size:10px;
  line-height:13px;  
  color:#474B49;
}
.title {
	font-weight:bold;
	color:#f68e1e;
	padding-right:5px;
	font-size:10px;
}
.CP1 {
	padding-left:28px;
	text-indent:-28px;
	font-weight:bold;
}
.CP2 {
	padding-left:28px;
	font-style:italic;
}
.formBox {
	border: 1px solid #ebebec;	
	margin-bottom:2px;
}
.contactLabel {
	width:75px;
	list-style:none;
	margin-left:72px;
}
.submitBtn {
	width:75px;
	height:20px;
	background-image:url(../images/submit_btn_construction.gif);
	border:none;
	margin-top:8px;
	margin-bottom:10px;
	padding-left:18px;
	padding-bottom:2px;
	font-weight:bold;
	color:#474B49;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#contactInfo {	
	position:fixed;
	margin-left:0px;
	margin-top:300px;
	z-index:0;
}