body{
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Verdana, Arial, Sans-serif;
	font-size: 12px;
	color: #1D2E4C;
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-color: #001942;
}

p {
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Verdana, Arial, Sans-serif;
	font-size: 12px;
	color: #1D2E4C;}
	
td {
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: #1D2E4C;}

b{font-size: 110%;}
em{color: red;}

.quote{
	clear: both;
	margin-left: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 55px;
	padding-right: 60px;
	background-image: url(../images/quoteMark.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	font-family: "verdana", tahoma, arial, sans-serif;
	font-size: 12px;
	color: #AA6400;
}

input { background-color: #99A7CA; font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Verdana, Arial, Sans-serif; color: #1D2E4C; height: 15px; font-size: 12px; }

.btn_norm {
	font: normal 12px "Lucida Grande", Tahoma, Verdana, sans-serif;
	color: #FFFFFF;
	float: left;
	margin-left: 10px;
	height: 18px;
	border: 1px solid #b3b3b3;
	background-color: #566481;
	display: inline-block;
	width: auto;
	overflow:visible;
	cursor:pointer;
}

.btn_over {
	float: left;
	margin-left: 10px;
	font: normal 12px "Lucida Grande", Tahoma, Verdana, sans-serif;
	color: #1D2D47;
	height: 18px;
	border: 1px solid #2FE723;
	background-color: #F4BF96t;
	display: inline-block;
	width: auto;
	overflow:visible;
	cursor:pointer;
}

#maincontainer{
width: 920px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-image: url(../images/otterContent_bg.jpg);
}

#topsection{
background: #EAEAEA;
height: 312px; /*Height of top section*/
background-image: url(../images/otterHeader_bg.jpg);
}

#topsection h1{	display: none;}


#topIcons{
	float: right;
	width: 275px;
	padding-top: 25px;
	padding-right: 10px;
}

#tellaFriend{ float: right; margin: 200px -243px 0 0;}

#contentwrapper{ float: left; width: 100%;}

#contentcolumn{ margin-left: 245px; padding-right: 20px;}

#contentcolumn h1{
	padding: 4px;
	color:#F6AD3A;
	width: 575px;
	height: 25px;
	font-family: Georgia, Goudy Old Style, Times New Roman, Times, Serif;
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	background-image: url(../images/titleBackground.png);
	background-repeat: nor-repeat;
	border-bottom: 1px dotted #1B2C4A;
}

#contentcolumn h2{
	color:#D03205;
	font-family: Georgia, Goudy Old Style, Times New Roman, Times, Serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	margin-top: -5px;
}

#contentcolumn ul{
	color:#AA6400;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Verdana, Arial, Sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.imageCenter{
	text-align: center
	margin: 0 auto;
	border: 1px solid #1B2C4A;
	padding: 12px;
	background-color: #FEDC9C;
}

.imageRight{
	float: right;
	margin-right: 15px;
	border: 1px solid #1B2C4A;
	margin-left: 8px;
	padding: 12px;
	background-color: #FEDC9C;
}
#leftcolumn{
	float: left;
	width: 230px; /*Width of left column*/
	margin-left: -910px; /*Set left margin to -(MainContainerWidth)*/
	background: transparent;
}

#leftColumn_box{
	margin-left: 4px;
	width: 221px;
	background-image: url(../images/navBackground_body.jpg);
}

.boxImage{
	padding: 4px;
	border: 1px solid orange;
	background-color: #FEDC9C;
}

#navLinks a{
	padding: 8px;
	font-family: verdana,tahoma,arial,sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

#navLinks a:hover{
	color: lime;
}

#leftColumn_box_header{
	background-image: url(../images/navBackground_header.jpg);
	height: 13px;
	width: 221px;
}

#leftColumn_box_body{
	background-image: url(../images/navBackground_body.jpg);
	background-repeat: repeat-y;
}

#leftColumn_box_body img{
	background: #99A7CA;
	padding: 12px;
	border: 1px solid #FF6633;
}

#leftColumn_box_footer{
	background-image: url(../images/navBackgound_footer.jpg);
	height: 15px;
	width: 221px;
}

.leftColumn_box_title{
	padding: 8px;
	color: orange;
	font-family: Georgia, Goudy Old Style, Times New Roman, Times, Serif;
	font-size: 18px;
}

.leftColumn_box_tinytext{
	font-family: verdana,tahoma,arial,sans-serif;
	color: #FFFFFF;
	font-size: 10px;
}

#menu a {
	display:block;
	width:174px;
	height: 25px;
	margin-left: 5px;
	border-bottom: 1px dashed #cccccc;
	padding-left: 40px;
	padding-top: 12px;
	font: bold 14px/1 sans-serif;
	color:#1B2C4A;
	background: url("../images/button.png") 0 0 no-repeat;
	text-decoration: none;
	}
#menu a:hover {
	background-position: -215px 0;
	color: lime;
	}
#menu a:active {
	background-position: -430px 0;
	color:white;
	}

#footer{
	clear: left;
	width: 100%;
	background-image: url(../images/otterFooter_bg.jpg);
	height: 105px;
	color: #FFF;
	text-align: center;
	padding: 0;
}

#footerLinks{
	width: 100%;
	color: #D03205;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: #D03205;
	font-weight: bold;
	text-align: center;
	padding-top: 45px;
	margin-left: 75px;
}

#footerLinks a{
	color: #D03205;
}

#footerLinks a:hover{
	color: #FFFFFF;
}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

#copyright{
	width: 100%;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Verdana, Arial, Sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	margin-top: -2px;
	margin-left: 50px;
	float: left;
	width:  560px;
	line-height: 250%;
}

#copyright a{
	color: #FFFFFF;
}

#copyright a:hover{
	color: Orange;
}

#sitemap{
	width: 150px;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Verdana, Arial, Sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	margin-top: 2px;
	margin-left: 75px;
	float: left;
}

#sitemap a{
	color: #FFFFFF;
}

#sitemap a:hover{
	color: Orange;
}


.innertube{
	margin: 10px;
	margin-top: 0;
}

/*  Spotlight Ads */

.spotTop{
	display: none;
}

.spotTitle{ 
	color:#FEE9CE;
	font-family: Georgia, Goudy Old Style, Times New Roman, Times, Serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	margin-top: -5px;
	text-align: center;
}

.rspotTitle{ 
	color:#FEE9CE;
	font-family: Georgia, Goudy Old Style, Times New Roman, Times, Serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	margin-top: -5px;
	text-align: center;
}

.spotDescription{
	color: #FDFDFD;
	font-size: 11px;
}

.bodyText{
	color:#FDFDFD;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Verdana, Arial, Sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-align: left !important;
	line-height: 120%;
}

.spotFoot{
	display: none;
}

.rspotFoot_viewgallery{
	display: none;
}

.rspotTop_randomphoto{
	display: none;
}
/* :: DB Listings :: */

#adSubtitle{
	font-size: 16px;
	color: #E77923;
	font-weight: bold;
	padding-bottom: 6px;
}

  #listingsWrapper {
	width: 95%;
	margin: 0 auto;
	padding: 0;
	 }
#listingsTable_header {
	width: 100%;
	border-bottom: 1px solid #00002A;
	text-align:left;
	height: 25px;
	padding: 2px;
	background-image: url('images/headerRow.gif'); 
	font-weight: bold; 
	color: #FFFFFF; 	
	font-variant:Small-Caps;
	font-size:13pt; 
	font-family:Georgia, Times New Roman, Times, Serif;
	clear: both;
	}		
#listingTable_row {		
		width: 99.8%;
		padding: 6px 0 4px 5px;
		border-bottom: 1px solid #999999;
		clear: both;
		}			
#listingTable_datacell {
	width: 98%;
	text-align: left;
	font-weight: normal; 
	color: #323264; 	
	font-size: 10pt; 
	font-family: Verdana,Tahoma,Arial,Sans-serif; 
	float: left;	
	}			
#listingTable_datacell p, body{
		text-align:left;
		font-weight: normal; 
		color: #323264; 	
		font-size:10pt; 
		font-family:Verdana,Tahoma,Arial,Sans-serif; 
		padding: 6px 0 4px 5px;
		}	
		
.listingsTable_address{
	text-align:left; 
	color: #323264; 	
	font-size:9pt; 
	font-family:Arial,Tahoma,Sans-serif;
	clear: both;
	}
	
#listingPhoto_main img {
	padding: 8px;
	border: 2px solid #001B99;
	background-color: #E6CC99;
	}
	

.dbListing_title { font-family: Georgia, Times New Roman, Times, serif;	font-size:9pt;	color:#666699;	font-weight: bold;	text-align: left; font-variant: small-caps}    

#imageContainer { // used in listing.php, container holds rows of three photos each
	background-color:#FEE9CE;
	padding: 15px 0 15px 15px;
	margin: 0 auto;   /* align for good browsers */
	} 
	
#listingTable_imagecontainer_left { 
	width:110px;
	float: left;
	clear:both;
	} 	
	
#listingTable_imagecontainer_right { 
	width: 112px;
	float: right;
	padding: 15 0 2 0;
	clear: both;
	}
	
#listingTable_imagecontainer_right img{ 
	padding: 8px;
	border: 1px solid orange;
	background: #FFFFCC;
	}	
	 
.listingImage {
	border: 1px solid orange;
	padding: 8px;
	background-color: #FFFFCC;
	} 
	
#lineListing_wrapper{ 
	width: 100%;
	height: 118px;
	background-color: #CEDCFF;
	padding: 0px;
	margin-top: 10px;
	}
#lineListing_photothumb{
	padding: 4px;
	background: #FFF1CE;
	border: 1px solid #001B99;
	width: 129px;
	height: 108px;
	text-align: center;
	float: left;
	}
#lineListing_title{
	width: 430px;
	height: 20px;
	padding: 6px;
	font-family: Georgia, Times New Roman, Times, Serif;
	font-size: 16px;
	font-weight: 900;
	color: #FFFFFF;
	background-color: #4F81FF;
	float: left;
	}
#lineListing_details{
	width: 430px;
	background-color: #A4BEFF;
	padding: 6px;
	font-family: Lucida Grande, Lucida Sans Unicode, Arial, Verdana;
	font-size: 11px;
	color: #464679;
	float: left;
	}
#lineListing_description{
	width: 430px;
	background-color: #CEDCFF;
	padding: 6px;
	font-family: Lucida Grande, Lucida Sans Unicode, Arial, Verdana;
	font-size: 11px;
	color: #464679;
	float: left;
	clear: right;
	}

.dbListing_imgspacing {width: 155px;  float: left; padding: 10px;}

.dbListing_imgframe { padding: 4px 4px 4px 4px; border: 1px solid #2B3168; background: #FFFFCC; margin: 0 auto;}

/* End DB Listings Style */

/* Chamfer Borders */
.chamfer {background: transparent; width:95%; margin:0 auto;}
.chamfer h1, .chamfer p {margin:0 10px;}
.chamfer h1 {font-size:2em; color:#000; letter-spacing:1px;}
.chamfer p {padding-bottom:0.5em;}

.chamfer .top, .chamfer .bottom {display:block; background:transparent; font-size:1px;}
.chamfer .b1, .chamfer .b2, .chamfer .b3, .chamfer .b4, .chamfer .b5 {	display:block; 	overflow:hidden; 	height:1px; 	background:#FEE9CE; 	border-left:1px solid #000; 	border-right:1px solid #000;}
.chamfer .b1 {margin:0 5px; background:#000;}
.chamfer .b2 {margin:0 4px;}
.chamfer .b3 {margin:0 3px;}
.chamfer .b4 {margin:0 2px;}
.chamfer .b5 {margin:0 1px;}
.chamfer .boxcontent {display:block; background:#FEE9CE; border-left:1px solid #000; border-right:1px solid #000}