
/* -- Global -- */

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial;
	/* background-color:#EDEDED; */
}

a, a:link, a:visited, a:active, a:hover {
	color: blue;
}


.error_msg {
	color: red;
	font-size: 12px;
}

/* -- Structure -- */

.Clear {
	clear: both;
}
.Center {
	text-align: center;
}
.Left {
	float: left;
}
.Right {
	float: right;
}

#Wrapper {
	text-align: center;
	padding: 15px 10px 0px 10px;
}

#Header {
	
	margin: 0 auto;
	width: 744px;
	text-align:right;
	clear: both;
}

#Content {
	margin: 0 auto;
	width: 744px;
	text-align:left;
	/*background: #FFC30B;*/
	background: #FFDB70 url('/img/bg.gif') repeat-x 0 0;
	color: #000000;
	border-top: 1px #FFC30B solid;
	border-bottom: none;
	border-right: 1px #E3AD2C solid;
	border-left: 1px #E3AD2C solid;
	/*border-top: 1px transparent solid;*/
}

#Footer {
	text-align: center;
	width: 744px;
	margin: 0 auto;
	font-size: 10px;
}

/* -- Sectional -- */
#map {
	width: 308px;
	height: 205px;
	margin-left: 5px;
}
#Header {
	clear: both;
	position: relative;
	top: 1px;
}
#Header h1 {
	font-style: italic;
	font-weight: bold;
	font-size: 24px;
	float: right;
	
	
}
#TabNav {
	border-bottom: 1px #FFC30B solid;
	height: 30px;
	width:500px;
	vertical-align:baseline;
	padding-right:150px;
}
#TabNav ul {
	float: left;
	position: relative;
	left: -1px;
	list-style: none;
}
#TabNav li {
	position: relative;
	top: 2px;
	float: left;
	height: 17px;
	padding: 5px;
	padding-left:10px; 
	padding-right:10px;
	margin-right: 3px;
	background: #D6D6D6;
	border: 1px #B4B4B4 solid;
	border-bottom: 1px #FFC30B solid;
}
#TabNav li a {
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #616161;
	height: 27px;
	
}
#TabNav li.active {
	position: relative;
	top: 2px;
	background: #FFC30B;
	border: 1px #E3AD2C solid;
	border-bottom: 1px #FFC30B solid;
}
#TabNav li.active a {
	color: #000000;
}
#tagline {
	padding-top: 30px;
	padding-bottom: 2px;
color:#8D6B02;
	font-size: 16px;
	text-align: center;
}
#subtagline {
	font-size: 18px;
	text-align: center;
	color:#8D6B02;

}
#phone_results {
	background: #FFFFFF;
	margin: 26px;
	border: 1px #E3AD2C solid;
}
#phone_results th {
	color: #4C4C4C;
	padding-right: 10px;
}
#phone_form {
	background: #FFDC70;
	margin: 20px;
	margin-left:25px;
	margin-right:25px;
	padding: 15px;
	padding-bottom:8px;
	padding-left:35px;
	border: 1px #E3AD2C solid;
	vertical-align:top;
	text-align:center;
}
#phone_form label {
	font-weight: bold;
	
	margin-top:20px;
}
#phone_form .text {
	border: 1px #ccc solid;
	font-size: 16px;
	font-weight: bold;
	padding: 3px;
	width: 292px;
	font-family: Arial;
}
#phone_form .hint {
	color: #8D6B01;
	font-size: 11px;
}
#phone_form_footer {
	padding: 0px 30px;
	color: #8D6B01;
	font-size: 14px;
}
#signup_form {
	margin: 26px;
}
#bottom_area {
	clear: both;
}
#bottom_area table {
	margin:0 auto;
	color:#8C6A06;
	font-size:17px;
	line-height:20px;
}
#Footer {
	padding-top: 5px;
	color: #5D5D5D;
	font-size:12px;
}
#Footer a {
	color: #5D5D5D;
	text-decoration: underline;
}
#Footer a:hover {
	text-decoration: none;
}


input.submit {
	display: block;
	float: left;
	margin: 10px 5px;
	border: 0;
	cursor: pointer;
	background: transparent url('/img/btn.gif') no-repeat;
	width: 108px;
	height: 26px;
	text-align: center;
}


#secure_form_header {
	font-weight: bold;
	background: #FFE285;
	border-bottom: 1px #DDA305 solid;
	padding: 10px;
}
#secure_form_header .Right {
	padding-top: 3px;
}
#secure_form_header .enabled {
	color: black;
	font-size: 15px;
}
#secure_form_header .step {
	padding-left: 5px;
	position: relative;
	top: -3px;
	font-size: 17px;
}

#errors {
	background: #FFF;
	border: 1px red solid;
	font-weight: bold;
	padding: 5px;
	font-size: 12px;
	margin-bottom: 3px;
}

.yellow_box {
	height: 40px;
	background: #FFFCA8;
	border:1px solid #E5AA07;
	margin:26px 26px 0px 26px;
	padding:10px 6px 6px;
	text-align: right;
	clear: both;
	font-size: 12px;
}
.yellow_box h1 {
	
	font-style: italic;
	font-size: 16px;
}

.submit_button {
	
height:30px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;font-size:14px;padding:3px;	
}

.form_title { 
font-weight:normal; font-size:13px;
}

.credit_button {
background-color:#FF8A00;font-size:12px; font-weight:bold; padding:2px;	
}
