﻿#wrapper {
	position: relative;
	margin: 10px auto;
	width: 760px;
	/*height: 100%;*/
	text-align: center;
	border: 3px solid #ffffff;
}
#header{
	width: 760px;
	background: #ffffff;
	float: left;
}
#logo a{
	text-indent: -99999px;
	width: 312px;
	height: 67px;
	margin: 15px 0px 0px 20px;
	background:transparent url('/images/logo-trans.png') no-repeat top left;
	float: left;
}
#header2{
	
}
#agent{
	text-align: right;
	font-size: 12px;
	padding: 15px 15px 15px 0px;
}
#agent a, a:hover{
	text-decoration:none;
	color: #000000;
}
#phone{
	text-align: right;
	font-size: 21px;
	color: #d5a00f;
	padding: 0px 15px 15px 0px;
}
#mainPic{
	width: 760px;
	height: 210px;
	float: left;
}
#mainNav{
	width: 760px;
	border-top: 3px solid #ffffff;
	border-bottom: 7px solid #ffcf56;
	background: #d59a0d url('/images/mainNavBacker.jpg') no-repeat;
	float: left;
	text-align:right;
}

#mainNav ul {
	margin: 0 0 0 170px;
	padding: 0;
}

#mainNav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
}

#mainNav li a {
	display: block;
	background: transparent url('/images/topNavSpacer.png') no-repeat 100% 100%;
	padding: 40px 17px 11px 14px;
	color: #000; 
	text-decoration:none; 
	font-weight:normal; 
	text-transform: uppercase; 
	font-size: 17px;
}
#mainNav li a:hover {
	color: #6b2e00;
}
#mainNav li a.last {
	background-image: none;
}

#mainNav li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
}

#mainNav li > ul {
	top: auto;
	left: auto;
}

#mainNav li:hover ul, li.over ul{ display: block; }

#mainNav li li { float: none;}

#mainNav li li a, #mainNav li li a:hover {
	font-size: 11px;
	text-transform: none;
	padding: 5px 7px;
	background-image: none;
	background-color: #D3980C;
	width: 18em;
	border-bottom: 2px solid #fff;
	color: #fff;
}

#mainNav li ul {
	margin-left: 0;
	border: 4px solid #fff;
}

#mainNav div{
	float: right;
	display: inline;
	padding: 40px 17px 11px 14px;
	background: transparent url('/images/topNavSpacer.png') no-repeat 100% 100%;
}
#mainNav div a				{color: #000000; text-decoration:none; font-weight:normal; text-transform: uppercase; font-size: 17px;}
#mainNav div a:hover		{color: #6b2e00; text-decoration:none; font-weight:normal; text-transform: uppercase; font-size: 17px;}

#maincontent{
	width: 760px;
	padding: 20px 0px;
	background: #ffffff url('/images/contentBacker.png') repeat-x bottom left;
	float: left;
	text-align:left;
}

#maincontent ul {
	margin: 15px 0;
}

#maincontent li {
	margin-left: 25px;
	padding-bottom: 7px;
	list-style: disc;
}

#columnInside{
	min-height: 200px;
	/*width: 555px;*/
	width: 668px;
	padding: 10px 20px;
	float:left;
	/*border-right: 1px solid #CCCCCC;*/
	
}
#column2{
	min-height: 200px;
	width: 185px;
	padding: 0px 20px;
	float:left;
	/*border-right: 1px solid #CCCCCC;*/
}

#column1{
	min-height: 200px;
	/*width: 330px;*/
	width: 458px;
	padding: 10px 20px;
	float:left;
	border-right: 1px solid #CCCCCC;
	
}
#column2{
	min-height: 200px;
	width: 185px;
	padding: 0px 20px;
	float:left;
	/*border-right: 1px solid #CCCCCC;*/
}
#column2 li 						{margin-bottom: 9px; font-size: 11px;line-height: 120%;}
.seeMore 						{color: #505050; text-decoration:none;}
#column3{
	min-height: 200px;
	width: 123px;
	padding: 0px 20px;
	float:left;
	display: none;
}
#findAgent{
	width: 123px;
	height: 66px;
	background: transparent url('/images/findAgent-trans.png') no-repeat top left;
	text-indent: -99999px;
}
#footer{
	text-align:right;
	width: 720px;
	padding: 20px;
	border-top: 5px solid #f2a900;
	background: #4e4d48 url('/images/footerBacker.jpg') no-repeat bottom left;
}
#footernav{
	font-size: 12x;
	color: #b1b1b1;
}
#footernav a, a:hover{
	font-size: 12x;
	color: #b1b1b1;
	text-decoration:none;
}

#flex{
	padding-top: 15px;
	font-size: 10px; 
}
#flex a {
	color: #FFFFFF;
}

ul.results {
	margin: 10px 0;
}

ul.results li {
	padding: 10px;
}

ul.results li.alt1 {
	background-color: #F4F3F2;
	border-bottom: 1px solid #EBEAE9;
	border-top: 1px solid #EBEAE9;
}

.btn {
	border: 1px solid #000;
}

.error {
	color: #ff0000;
}

.results li {
	margin-left: 0 !important;
	list-style: none !important;
}


.data th {
	text-align: center;
	font-weight: bold;
	background-color: #000;
	color: #fff;
	padding: 3px;
	border: 1px solid #fff;
}

.data td {
	padding: 3px;
	border: 1px solid #fff;
	border-bottom: 1px solid #999;
}

.data tr.alt{
	background-color: #eee;
}

input.delete {
	background-color: #ff0000;
	color: #fff;
	border: 1px solid #ff0000;
}

/*******************************
	FORM
*******************************/
label {
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

fieldset {
	border: 1px solid #CACACA;
	width: 20em;
	padding: 10px;
}

legend {
	color: #000;
	background: #E8E7E6;
	border: 1px solid #CDCBC9;
	padding: 2px 6px;
}