body{
	margin:0;
	padding:0;
	background-color: #AEADAA;
}

.wrapper{
	margin:0px auto;
	width:920px;
}


/* Elements */

h1 {
	padding: 0;
	margin: 0;
}

h2 {
	padding: 0;
	margin: 0;
}

p {
	padding: 0;
	margin: 0;
}

li {	padding:0;
	margin:0;
} 

ul { 	padding:0;
	margin:0;
}

a {  	padding:0;
	margin:0;
}

form {	padding:0;
	margin:0;
	font-family: verdana, arial, helvetica,  sans-serif; 
 	font-size: 11px;
	color: #888886;
	line-height: 16px;

}

/* Header style */

.header {
	float:left;
	background-image: url("../images/top.jpg");
	width:920px;
	height:124px;
	}

.logo {
	position: relative;
	top:30px;
	left:55px;
	border:0;
}


/* Menu style */

.menu {
	float:left;
	background-image: url("../images/menu.jpg");
	width:920px;
	height:25px;
	}

.top_menu {
	padding:0;
	margin:0;
	margin-left:59px;
	}


.top_menu li
	{
	float:left;
	list-style: none;
	height: 25px;
	}

.top_menu li a
	{
	font-family: verdana, arial, helvetica,  sans-serif; 
 	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.45em 2.45em 0em 0em;
	}

.top_menu li a:link { 
	color: #FFFFFF;
	}

.top_menu li a:visited { 
	color: #FFFFFF; 
	}

.top_menu li a:hover {
	color: #000000;
	}





/* Content style */

.content {
	background-image: url("../images/content.jpg");
	background-repeat:repeat-y;
	clear:both;
	width:920px;
	height: 545px;
	}

html>body .content {
	float:left;
}

.terms_content {
	background-image: url("../images/content.jpg");
	background-repeat:repeat-y;
	clear:both;
	width:920px;
	min-height: 500px;
	}

html>body .terms_content {
	float:left;
}


.main_content {
	position: relative;
	float: left;
	left: 60px;
	top:30px;
	width: 800px;
	display: block;
	padding-bottom:40px;
}

.main_content h1 {
	font-family: verdana, arial, helvetica,  sans-serif; 
 	font-size: 14px;
	padding-bottom:15px;
	color: #BD975F;
	text-transform: uppercase;
}

.main_content h2 {
	font-family: verdana, arial, helvetica,  sans-serif; 
 	font-size: 14px;
	padding-bottom:15px;
	color: #BD975F;
	text-transform: uppercase;
}

.main_content p {
	font-family: verdana, arial, helvetica,  sans-serif; 
 	font-size: 11px;
	padding-bottom:15px;
	color: #888886;
	line-height: 16px;
}

.main_content td {
	font-family: verdana, arial, helvetica,  sans-serif; 
 	font-size: 11px;
	padding-bottom:10px;
	padding-top:10px;
	color: #888886;
	line-height: 16px;
	border-bottom: 1px dotted #888886;
}


.main_content li {
	font-family: verdana, arial, helvetica,  sans-serif; 
 	font-size: 11px;
	margin-left: 20px;
	color: #888886;
	line-height: 16px;
}


.main_content a
	{
	font-weight: bold;
	font-family: verdana, arial, helvetica,  sans-serif; 
 	font-size: 11px;
	color: #888886;	
	}

.main_content a:link { 
	color: #888886;
	}

.main_content a:visited { 
	color: #888886; 
	}

.main_content a:hover {
	color: #BD975F;
	}


/* Footer style */

.footer {
	background-image: url("../images/bottom.jpg");
	width:920px;
	height:35px;
	}

html>body .footer {
	float:left;
}


/* Bottom style */

.bottom { 
text-align: center;
}

.bottom img {
border: 0;
}

.bottom p {
	font-family: verdana, arial, helvetica,  sans-serif; 
	font-size:11px;
	color: #FFFFFF;
	padding-bottom:10px;
}

.bottom a
	{
	font-family: verdana, arial, helvetica,  sans-serif; 
	font-size:11px;
	color: #FFFFFF;
	text-decoration: none;
	}

.bottom a:link { 
	color: #FFFFFF;
	}

.bottom a:visited { 
	color: #FFFFFF; 
	}

.bottom  a:hover {
	color: #000000;
	}

/* content style */


.content_left {
float:left;
width: 405px;
min-height:320px;
}

.content_right {
float:right;
width: 355px;
height:300px;
}

.links_left {
float:left;
width: 405px;
border-right: 1px solid #BCBEC0;
margin-bottom:15px;
}

.links_right {
background-image: url("../images/florida.jpg");
background-repeat: no-repeat;
height:157px;
float:right;
width: 355px;
margin-bottom:15px;
}

.sub_left {
float:left;
width: 170px;
padding-right:15px;
}

.sub_right {
float:left;
width: 170px;
}






