/* ------------------------------- IDs ------------------------------- */

#banner {
	background: url('/images/gui/banner.jpg') no-repeat center center;
	height: 138px;
}

#banner a {
	display: block;
	height: 138px;
}

#container {
	background-color: #fff;
	margin: 0 auto;
	width: 700px;
}

#content {
	border: 1px solid #ccc;
	border-top: none;
	_height: 500px;
	min-height: 500px;
}

#copy {
	color: #27344b;
	display: inline;
	float: left;
	font-size: 12px;
	line-height: 20px;
	margin: 24px 0;
	width: 440px;
}

#beaches #copy {
    display: block;
    float: none;
    margin-top: 0;
    padding: 24px;
    width: 650px;
}

#beaches #sidebar {
    display: none;
}

#copy p {
	margin: 0 0 12px 0;
}

#contact_form label {
    display: block;
    font-weight: bold;
    font-size: 10px;
    margin: 4px 4px 0 0;
}

#contact_form div.divider {
    margin-top: 12px;
}

#divider {
	background-color: #666;
	font-size: 2px;
	height: 14px;
}

#footer {
	background: url('/images/gui/footer-bdr.jpg') no-repeat top center;
	clear: both;
	color: #999;
	font-size: 10px;
	text-align: center;
	letter-spacing: 1px;
	padding: 8px 0 16px 0;
	word-spacing: 3px;
}

#nav {
	background: #263148 url('/images/gui/nav-bg.jpg') repeat-x;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#nav ul {
	margin: 0;
	padding: 12px 0;
	text-align: center;
	width: 700px;
}

#nav ul li {
	border-right: 1px solid #243148;
	display: inline;
	font: large Georgia, "Times New Roman", Times, serif;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav ul li a {
	color: #bdd6e8;
	padding: 0 16px;
}

#nav ul li a:hover,
a.active_nav {
	color: #fff !important;
}

#nav ul li.active a {
	color: #fff !important;
}

#sidebar {
	display: inline;
	float: left;
	padding: 25px;
	width: 165px;
}

#sidebar #contact {
	border: 1px solid #e9eaee;
	_height: 2px;
}

#sidebar #contact img#portrait {
	display: inline;
	float: left;
	margin: 8px 0 0 8px;
}

#sidebar #contact p {
	clear: both;
	color: #71788e;
	font-size: 10px;
	line-height: 16px;
	margin: 12px 6px 12px 8px;
}

#sidebar #contact img#logo {
	border: none;
	display: inline;
	float: right;
	margin: 47px 4px 0 0;
	width: 70px;
}

#sidebar #contact #logo a {
	display: block;
	height: 40px;
	margin-top: 35px;
}

#sidebar #subnav ul {
	margin: 0;
	padding: 0;
}

#sidebar #subnav ul li {
	border-bottom: 1px solid #e9eaee;
	color: #71788e;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	list-style-type: none;
	margin: 0;
	padding: 10px 4px;
}

#sidebar #subnav ul li a {
	background: url('/images/gui/nav-arrow.gif') no-repeat bottom right;
	color: #71788e;
	display: block;
}

#sidebar #subnav ul li a:hover {
	background-image: url('/images/gui/nav-arrow-hvr.gif') !important;
	color: #d07f51 !important;
}

#sidebar #subnav ul li.active a {
	background-image: url('/images/gui/nav-arrow-hvr.gif') !important;
	color: #d07f51 !important;
}

/* ------------------------------- TAGs ------------------------------ */

a {
	color: #003399;
	text-decoration: none;
}

a:hover {
	color: #ff6600;
	text-decoration: none;
}

body {
	background-color: #eee;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

form#qsearch {
	margin-top: 4px;
	padding-bottom: 4px;
}

form#qsearch input.text {
	display: inline;
	float: left;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 1px;
	width: 120px;
}

form#qsearch input.button {
	display: inline;
	float: right;
}

h1 {
	color: #27344b;
	font: normal 26px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 12px 0;
}

h2 {
	background-color: #eeeeee;
	color: #333333;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 2px 0;
	padding: 2px;
}

hr {
    border: none;
    border-top: 1px solid #999;
    height: 1px;
    margin: 30px 0;
}

/* ---------------------------- TAG STYLES --------------------------- */

a.back_btn {
    float: right; 
    padding: 3px 10px 0 0;
}

a.close {
	background-color: #ff0000; 
	color: #ffffff;
	font-weight: bold;
	padding: 0 3px;
	text-decoration: none;
}

a.close:hover {
	background-color: #cc0000;
	color: #ffffff;
}

.contact-title {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
}

p.list_title {
	border-bottom: 1px solid #d4d8dd;
	font-weight: bold; 
	margin: 0; 
}

.biolists {
    width: 210px;
}

.biolists.left {
    float: left;
}

.biolists.right {
    float: right;
}

.biolists p {
    line-height: 16px;
    font-size: 11px;
}

.biolists ul {
    font-size: 11px;
    line-height: 16px;
    margin: 0;
    padding: 0;
}

.biolists ul li {
    margin: 0 0 8px 16px;
}

.large {
	font-size: 14px !important;
}

.medium {
	font-size: 12px !important;

}

.small {
	font-size: 10px !important;
}
/* ---------------------------- DIV STYLES --------------------------- */

div.divider {
	clear: both;
	font-size: 2px;
}

#our_listings div.listing {
		padding-bottom: 4px;
}

#our_listings div.listing a.mag {
    padding-left: 18px;
}

#our_listings div.listing a.photos {
    	background-position: left center;
		background-repeat: no-repeat; 
		font-weight: bold;
}

#our_listings div.listing .desc {
		display: none; 
		padding-top: 12px;
}

#our_listings div.listing .redtag {
		color: #ff0000;
}

#our_listings #content #copy {
    font-size: 10px;
    line-height: 14px;
    margin-top: 25px;
}

#our_listings #content #copy p {
		margin: 12px 0 0 0;
}

#our_listings a img {
		border: none;
}

.photo_view {
    border: 1px solid #cccccc; 
    padding: 2px;
}

div.row {
	clear: both;
	margin-top: 20px;
	border: 1px solid #cccccc;
	padding: 2px;
}