@charset "utf-8";
/* reboats css */

body{
  	background: #eef3fd;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	font-size: 1em;
	padding:0;
	margin:0;
}

h1,h2,h3 {
    font-size: 1em;
    color: #4a627b; /* Blue, headings BOLD by default */
}

#container{
	margin-top: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

#main{
	width: 934px;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

#navbuttons{
	background-image:url(images/page/bkgnd_nav_bar.png);
	height:37px;
	position:relative;
}

#content{
	background-image: url(images/page/content_fill.png);
	background-repeat: repeat-y;
	position: relative;
	background-attachment: scroll;
	text-align: left;
	vertical-align: text-top;
	min-height: 220px;
}

#lhcontent{
	float:left;
	width: 420px;
	padding-left:40px;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 1em;
}

#rhcontent{
	float: left;
	text-align: left;
	width: 410px;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 1.5em;
	padding-right: 17px;
}

#footer{
	background-image: url(images/page/footer1.gif);
	background-position:center;
	height: 46px
}

#copyright{
	color: #292e34;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 25px;
	width: auto;
	padding: 0.5em;
	font-weight: bold;
	font-style: normal;
}

#map_canvas {
	float: left;
	height: 400px;
	width: 900px;
	margin-left: 17px;
}

.clearit { clear:both;}

.P1 {/*Full width paragraphs*/
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000; /* Black */
	text-decoration: none;
	padding-left:40px;
	padding-right:40px;
	padding-top: 0.5em;
}

.justify {/*Justified*/	
	text-align:justify;		
}

.center{
margin-right:auto;
margin-left:auto;
}

.red {/*Highlight*/
	color: #FF0000;
}

.blue {
	color: #4a627b;
	font-weight: bold;
}

.slvbkgnd {
	background-color: #999;
}

/* Button active */
body#home #home1 a, body#portfolio #portfolio1 a, body#reviews #reviews1 a, body#services #services1 a, body#gallery #gallery1 a, body#feedback #feedback1 a{
	color: #00C;
	background-position: 0 -32px;
	text-decoration: none;
	font-weight: bold;
}

/* Menu Nav Bar Main */
#button_pos {
	position:absolute;
	width:650px;
	height:33px;
	left: 50px;
	top: 2px;
	text-align: left;
	display: inline;
	overflow: auto;
}

#button_pos ul{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	list-style-type: none;
	height: 32px;
  }

#button_pos ul li{
	margin: 0;
	padding: 0;
	float:left;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	overflow: hidden;
  }

#button_pos ul li a{
	margin: 0;
	padding: 0;
	line-height:2;
	text-align: center;
	vertical-align: 50%;
	list-style:none;
	background:url(images/page/bkgnd_buttons.png) center top no-repeat;
	width: 100px;
	height: 32px;
	text-decoration: none;
	display: block;
  }

#button_pos ul li a:link{
	color: #060B0D;
	background-position: 0 0;
  }

#button_pos ul li a:visited{
	color: #060B0D;
	background-position: 0 -32px;
  }

#button_pos ul li a:hover{
	background-position: 0 -32px;
	color: #F30;
	text-decoration: underline;
  }

#button_pos ul li a:active{
	color: #66F;
	background-position: 0 -32px;
  }

#home #nav-index a:active{
	color: #66F;
	background-position: 0 -32px;
}

/* designs form section */
.form_top {
	width: 400px;
	line-height: 1.5;
}

.form_bottom {
	padding-top: 3px;
	margin: 10px;
}

.form_action {
	padding-top: 10px;
}

textarea#styled {
	width: 350px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
}

#nav_designs {
	border: 0;
	padding: 0;
    width: 0;

}

#nav_designs li{
	list-style-type: none;
	margin:0 0 0.25em 0;
}

#nav_designs a{
	display: block;
	width: 8em;
	border: 1px solid #292E34;
	font-size: .9em;
	text-align: center;
	text-decoration: none;
    background:#4a627b;
    color:#000;
    padding:0.25em
 }

#nav_designs a:hover{
  background:#6886A4;
}

#designs_content{
	background-image: none;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
}

.specs {
	top: 1em;
}
/* other lists */
li a{text-decoration:none}
li a:hover{text-decoration:underline}
