@charset "UTF-8";

/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(../images/bg.jpg) repeat-x top;
	background-color: #51442b;
}

img, a { border: none; }

#wrap {
	width: 1000px;
	margin: 0 auto;
}

/*fonts*/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #303030;
	line-height: 20px;
	padding-bottom: 15px;
	padding-top: 3px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #55360b;
	font-weight: lighter;
	padding-bottom: 12px;
	padding-top: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	color: #55360b;
	font-weight: lighter;
	padding-bottom: 12px;
}

/*header*/
#header {
	width: 811px;
	height: 137px;
	margin: 0 auto;
}

#number {
	background: url(../images/number.jpg) no-repeat;
	width: 361px;
	height: 103px;
	float: right;
}

/*classes*/
.img {
	float: right;
	padding-left: 10px;
}

.pimg {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

.small { font-size: 0.69em; }

.headsmall { font-size: 0.75em; }

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	color: #55360b;
	font-weight: lighter;
	padding-bottom: 12px;
}

/*flash*/
#lflash {
	width: 286px;
	height: 103px;
}

#mflash {
	width: 548px;
	height: 224px;
	margin-bottom: 10px;
	margin-left: 3px;
	background: url(../images/flash.jpg) no-repeat;
}

/*nav*/
#navbg {
	height: 34px;
	width: 811px;
	background: url(../images/navbg.jpg) repeat-x;
	float: left;
}

#nav {
	width: 811px;
	height: 34px;
}

#nav ul {
	line-height: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

#nav li {
	list-style-type: none;
	display: inline;
}

#nav a {
	display: block;
	text-decoration: none;
	height: 34px;
	outline: none;
	color: #ffffff;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
}

#nav a:hover {
	color: #FFFFFF;
	display: block;
	height: 34px;
	background: url(../images/navhover.jpg) repeat-x;
}

/*main*/
#main {
	background: url(../images/mainbg.jpg) repeat-y;
	margin: 0 auto;
	width: 811px;
	overflow: hidden;
}

/*leftcol*/
#leftcol {
	float: left;
	width: 555px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#leftcol ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #303030;
	line-height: 18px;
	padding-left: 20px;
	padding-bottom: 10px;
}

#leftcol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.00em;
	color: #303030;
	line-height: 20px;
}

#leftcol a {
	color: #303030;
	text-decoration: underline;
	outline: none;
}

#leftcol a:hover {
	text-decoration: underline;
	color: #7c0000;
}

#linkbox {
	color: #53aedc;
	border: thin dotted #7c0000;
	margin-left: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
}

#linkbox p { margin-left: 10px; }

.fenceborder {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d6c19f;
	margin-bottom: 15px;
}

/*contact form*/
.mainformstyle {
	margin-bottom: 5px;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	padding: 2px;
	margin-left: 10px;
}

#rightform {
	float: right;
	padding: 5px;
	margin-top: 20px;
	border: thin dotted #7c0000;
	width: 160px;
}

#form a {
	color: #ffffff;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

.formp {
	padding-top: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#gmap {
	height: 265px;
	width: 550px;
	float: left;
	border: 1px solid #333333;
	margin-top: 10px;
}

#form {
	width: 550px;
	margin: 0 auto;
	margin-bottom: 20px;
}

#contactleft {
	float: left;
	width: 275px;
}

#contactright {
	float: right;
	width: 275px;
}

#contactright a {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin-left: 10px;
}

/*rightcol*/
#rightcol {
	float: right;
	width: 236px;
	padding-top: 10px;
}

/*nav a*/
#nava {
	width: 236px;
	height: 220px;
	background: url(../images/navatop.jpg) no-repeat top;
}

#nava ul {
	list-style-type: none;
	width: 236px;
	height: 220px;
	line-height: 15px;
	padding-top: 40px;
}

#nava li {
	display: inline;
	text-decoration: none;
}

#nava li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 10px 10px 30px;
	font-size: 0.75em;
	color: #000000;
	text-decoration: none;
}

#nava li a:hover {
	display: block;
	background-color: #cfbb9b;
}

/*contact*/
#contact {
	width: 236px;
	height: 160px;
	background: url(../images/contacttop.jpg) no-repeat top;
	padding-top: 50px;
}

.form { padding-top: 40px; }

.bibformstyle {
	margin-bottom: 6px;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	padding: 2px;
	margin-left: 40px;
}

.button { margin-left: 50px; }

#contractor {
	width: 236px;
	height: 200px;
}

/*footer*/
#footer {
	width: 811px;
	margin: 0 auto;
	clear: both;
	height: 100px;
	padding-top: 20px;
}

#footer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	text-align: center;
	width: 792px;
	display: block;
	margin: 0 auto;
}

#footer li {
	display: inline;
	margin-left: 0px;
	color: #ffffff;
	margin-left: 10px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 0.69em;
	text-align: center;
}

#footer a {
	text-decoration: underline;
	color: #ffffff;
	outline: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #cfbb9b;
}

/*bottomfooter*/
#bottomfoot {
	margin: 0 auto;
	width: 800px;
	text-align: center;
	padding-top: 5px;
}

#bottomfoot p {
	line-height: 14px;
	padding-bottom: 8px;
	font-size: 0.69em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#bottomfoot ul { width: auto; }

#bottomfoot li {
	list-style-type: none;
	color: #ffffff;
	font-size: 0.69em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	display: block;
}

#bottomfoot h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}

#crearelinks {
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding-top: 10px;
}

#crearelinks ul {
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#crearelinks li { width: 33%; 
font-family: Arial, Helvetica, sans-serif;
}

#crearelinks a {
	color: #fff;
	text-align: center;
	width: 33%;
}
#crearelinks a:visited {
	color: #fff;
	text-align: center;
	width: 33%;
}