html /* Clear out all margins and paddings */
{
	margin: 0;
	padding: 0;
}

body
{
	margin:0 auto 0 auto;
	color:#000000;
	background-image:url(images/bg.gif);
	text-align: center;
}

body, td {font-family:Verdana; font-size:11px; }

br{font-size:10px}

.content
{
	width:450px;
	color: #5A1F0E;
	margin: 0 0 0 264px;
	padding: 40px 0 40px 0;
}

.content td{color:#5A1F0E; font-size:11px; line-height:13px}
.content b{color:#930000; } 
.content a{color:#930000; text-decoration:underline; } 
.content a:hover{text-decoration:none} 
.content li
{
	background:url(images/1_z1.gif)  0px 2px no-repeat;
	margin: 0 0 0 -10px;
	padding:0 0 5px 7px;
}


.footer{color:#A9A9A9; font-size:11px; line-height:13px} 
.footer a{color:#D7D7D7; font-size:11px; text-decoration:none} 
.footer a:hover{text-decoration:underline} 

h1
{
	font-family: Georgia, serif;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 20px;
	color:#930000;
}

h2
{
	font-size: 17px;
	font-weight: bold;
}

h3
{
	font-size: 12px;
	font-weight: bold;
}

input,textarea
{
   background:#FFFFFF;
   border:1px solid #CAAB97;
   font-family:Tahoma;
   color:#5A1F0E; 
   font-size:11px;
   padding-left:5px
} 

ul
{
	margin-left: 0px;
	padding: 10px 0 10px 30px;
	list-style-type: none;
	list-style-position: outside;
}

li
{
}

#enter_site
{
	margin-top: 186px;
	margin-left: 100px;
}

#site_name
{
	margin-top: 59px;
	margin-left: 12px;
	color: #ffdfa2;
	font-family: helvetica;
	font-size: 18px;
}

#container
{
	width: 750px;
	min-width: 750px;
	min-height: 650px;
	margin:40px auto 20px auto;
	text-align: left;
}

#left_panel
{
	width: 264px;
	margin-left: 0px;
	float: left;
}

.bold
{
	font-weight: bold;
}

.tan
{
	color: #ffdfa2;
}

.underline
{
	text-decoration: underline;
}

.testamonial_box
{
	margin:0 0 0 0;
	padding: 3px;
	border: 2px solid black;
	font-size: 9px;
	text-align: right;
}

.emphasis_box
{
	margin: 0;
	padding: 3px;
	border: 4px double black;
	text-align: center;
	font-weight: bold;
}

#form_outer
{
	position: relative;
	width: 430px;
	height: 400px;
	padding: 10px;
	border: ridge 2px #cccccc;
	/* background-color: #f1f3f5; */
	background-color: #a4704d;
}

#form_inner
{
	position: absolute;
	width: 350px;
	height: 320px;
	bottom: 10px;
	right: 10px;
	margin: 0;
	padding: 10px 10px 0px 10px;
	text-align: left;
	border: solid 2px #cccccc;
	/* background-color: #e9ecef; */
	background-color: #fff4e0;
}

.required
{
	border: solid 2px red;
}

#email_result
{
	display: block;
	margin-top: 5px;
	text-align: center;
}

#email_icon
{
	position: absolute;
	top: 35px;
	left: 15px;
}


#nav
{
	margin:90px 0 0 0;
	width: 195px;
}

#nav a
{
	width: 195px;
	height: 25px;
	margin: 0;
	padding-left: 25px;
	padding-top: 0px;
	font-size: 14px;
	line-height: 25px;
	font-family: georgia;
	color: #ffdfa2;
	text-decoration: none;
	overflow: hidden;
	background-image: url(images/link-bg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display:block;
}

#nav a:hover, #nav a:active
{
	background-position: 0px -25px;
}

#nav a.nav_active
{
	background-position: 0px -25px;
}

#billinfo
{
	position: absolute;
	visibility: hidden;
	left: auto; 
	top: 500px; 
	width: 350px;
	border-style: double; 
	background-color: #ffdfa2; 
	padding: 10px;
	z-index: 10;
}

#wendyinfo
{
	position: absolute;
	visibility: hidden; 
	left: 40%; 
	top: 500px; 
	width: 350px;
	border-style: double; 
	background-color: #ffdfa2; 
	padding: 10px;
	z-index: 10;
}

