body {
	background: url(images/beach_bg5.jpg);
	font-family: Arial, Times;
	margin-top: 0px;
}

div#container {
	position: relative;
	margin: 30px auto 0px auto;
	text-align: left;
	height: 1500px;
	width: 700px;
}

div#header {
	background: #FFFFFF url(images/border-top.gif) 0px 0px;
	position: relative;
	height: 180px;//200px;
	width: 700px;
	margin: 0px;
	padding-top: 20px;
}

div#sub_header {
	background: #FFFFFF url(images/border-middle.gif) 0px 0px repeat-y;
	position: relative;
	height: 60px;
	width: 700px;
}
	
div#sub_header table {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin: 0px auto 0px auto;
	width: 650px;
}

div#sub_header table td {
	text-align: center;
	width: auto;
}

div#sub_header table td a { font-size: 11pt; font-weight: bold; color: #000000; text-decoration: none; }
div#sub_header table td a:visited { color: #000000;text-decoration: none; }
div#sub_header table td a:active { color: #000000;text-decoration: underline; }
div#sub_header table td a:hover { color: #000000;text-decoration: underline; }

div#content {
	background: #FFFFFF url(images/border-middle.gif) 0px 0px repeat-y;
	float: left;
	height: auto;
	width: 700px;
}

div#content table {
	/*border-style: solid;
	border-width: 1px;*/
	
	width: 500px;
	margin: 5px auto 30px auto;
	color: #545454;
	font-size: 12pt;
}

div#content table tr td {

}

div#content_bottom {
	background: #FFFFFF url(images/border-bottom.gif) 0px 0px repeat-y;
	float: left;
	height: 20px;
	width: 700px;
}

div#left_nav {
	background-color: #ffffff;
	float: left;
	height: 100%;
	width: 125px;

}

div#footer {
	clear: both;
	width: 100%;
	padding: 10px 0px 10px 0px;
}

.footer_text {
	display: block;
	font-size: 8pt;
	/*color: #545454;*/
	color: #00000;
	text-align: center;
}

#title {
	display: block;
	margin: 0px auto 0px auto;
	width: 500px;
}

#logo {
	display: block;
	margin: 0px auto 10px auto;
}

h1 {
	text-align: center;
	margin: 0px auto 0px auto;
	font-size: 19pt;
	//color: #545454;
	color: #000000;
}

h2 {
	text-align: center;
	margin: 0px auto 0px auto;
	font-size: 14pt;
	color: #545454;
}

.quote_block {
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	float: left;
	background-color: #F0E68C;
	height: auto;
	width:	400px;
	margin: 10px 0px 0px 40px;
	font-size: 10px;
}

.contact_bold {
	font-size: 9pt;
	color: #545454;
	font-weight: bold;
}

.contact_copy {
	font-size: 8pt;
	color: #545454;
	font-weight: normal;
}

.name_text {
	font-size: 20pt;
	font-weight: bold;
	color: #545454;
}

.copy_text {
	font-size: 10pt;
	color: #545454;
}

.table_label {
	float: right;
	font-weight: bold;
}

.copy_bold {
	font-weight: bold;
}

.table_header {
	width: 100%;
	height:	25px;
	background-color: #99CCFF;
	text-align: left;
	font-size: 13pt;
	font-weight: bold;
	padding: 2px 0px 0px 5px;
	color: #545454;
}

.table_copy {
	padding: 5px 10px 5px 10px;
}

.table_bold {
	font-size: 11pt;
	font-weight: bold;
}







div#secondary_navigation a { color: #1C76A9; text-decoration: none; }
div#secondary_navigation a:visited { color: #1C76A9; text-decoration: none; }
div#secondary_navigation a:active { color: #1C76A9; text-decoration: underline; }
div#secondary_navigation a:hover { color: #1C76A9; text-decoration: underline; }
