/* COLORS USED -------------------------- 
Main Blue: #3872B4
BG Gradient Bottom Color: #0D395F
BG Gradient Top Color: #2571B1
Contact Box Border Color: #DEDDE2
Contact Box Background Color: #9D9A95  */

/* Body Settings Required for Menu Tabs  */
body {
	margin:0;
	padding:0;
	font: bold 12px/1.5em Verdana, sans-serif;    
	background: #0D395F url(images/background_gradient.gif) repeat-x top;
}
/* Supposed hack to make page take up 100% of browser height, limited results so far */
html {
	height: 100%;
}
/* As of yet unused heading tags, color/specifics subject to change */
h1, h2, h3, h4, h5, h6 {
   color: #3366CC;
   display: inline; /* NEW 02.23.07 */
}
h1 a:link {
   color: #3366CC;
   text-decoration: none;
}
h1 a:visited {
   color: #3366CC;
   text-decoration: none;
}
h1 a:active {
   color: #3366CC;
   text-decoration: none;
}
h1 a:hover {
   color: #3366CC;
   text-decoration: none;
}
h1 {
	font-size:16px;
}
h2 { /* Used in listing titles */
	color: #3366CC;
	font-size: 14px;
	font-weight: bold;
}
h2 a:link {
   color: #3366CC;
   text-decoration: none;
}
h2 a:visited {
   color: #3366CC;
   text-decoration: none;
}
h2 a:active {
   color: #3366CC;
   text-decoration: none;
}
h2 a:hover {
   color: #3366CC;
   text-decoration: none;
}
/* Fixes spacing issue between nav bar and start of content */
p {
   margin-top: 0px;
}
/* Global image border preference set to none so that the navbar renders properly,
may need to be modified for a more specific selector if interferes with CSS for 
listing image display layout/drop shadows etc. */
img {
   border: none;
}
small {
   font-size: .9em;
} 
.about_us_portrait {
	padding: 0px 0px 0px 15px;
	float: right;
}
.about_us_copy {
	font: 1.3em/1.7em "Trebuchet MS", "MS Sans Serif", "Lucida Console", sans-serif;
}

/* Layout Divs ------------------------- */
#wrapper {
	width: 1000px;
	margin: 0px auto 0px auto;
	background: #FFFFFF;
}
#content {
	font: 12px "Trebuchet MS", "MS Sans Serif", "Lucida Console", sans-serif;
	width: 720px;
	padding: 0px 10px 0px 20px;
	margin: 0px 0px 0px 0px;
	border-top: 15px solid #FFFFFF;
	clear: left;
}
#content-full {
	font: 12px "Trebuchet MS", "MS Sans Serif", "Lucida Console", sans-serif;
	padding: 0px 10px 0px 20px;
	margin: 0px 0px 0px 0px;
	border-top: 15px solid #FFFFFF;
	clear: left;
}
#subpage_content {
	font: 12px "Trebuchet MS", "MS Sans Serif", "Lucida Console", sans-serif;
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
	border-top: 15px solid #FFFFFF; /*Fixes spacing bug between nav and content start */
}

/* Contact Box */
.contact_box {
   background: #9D9A95 url(images/contact_gradient_grey.png) repeat-x;
   font: normal 12px Verdana, sans-serif;
   float: right;
   width: 180px;
   margin: 15px 10px 10px 15px;
   padding: 10px 10px 0px 10px;
   color: #FFFFFF;
   border-color: #DEDDE2;
   border-width: 3px 6px 8px 4px;
   border-style: solid;
}
.contact_box a:link {
   color: #FFFFFF;
   text-decoration: none;
}
.contact_box a:visited {
   text-decoration: none;
   color: #FFFFFF;
}
.contact_box a:hover {
   text-decoration: none;
   color: #CEE1F2;
}
.contact_box a:active {
   text-decoration: none;
   color: #CCCCCC;
}
.contact_box strong {
   color: #CEE1F2;
} 
.click_instructions {
	text-align:center;
	font-size: 0.8em;
	font-weight: bold;
}

/* Title Image ------------------------- */
#title_image {
   	padding: 0px 0px 0px 0px; /* Edited 03.17.07 */
	font-size: .8em;
	font-weight: bold;
}

/* Menu Tabs --------------------------- */
#tabs {
float:left;
width:100%;
font-size:93%;
line-height:normal;
background-image: url(images/gradient.jpg);
background-repeat: repeat-x;
}
#tabs ul {
margin:0;
padding: 0px 0px 0px 60px; /* NEW 03.10.07 */
list-style:none;
}
#tabs li {
display:inline;
margin:0;
padding:0;
}
#tabs a {
float:left;
background:url("images/tableft.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#tabs a span {
float:left;
display:block;
background:url("images/tabright.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/

#tabs a span {
float:none;
}
#tabs a:hover {
background-position:0% -42px;
}
#tabs a:hover span {
background-position:100% -42px;
}
#tabs #current a {
background-position:0% -42px;
}
#tabs #current a span {
background-position:100% -42px;
}
/* Menu Tabs End ----------------------- */

/* Footer --------------------------- */
#footer {
   font-size: .9em;
   width: 100%;
   background-image: url(images/gradient.jpg);
   background-repeat: repeat-x;
   text-align: center;
   color: #FFFFFF;
   padding:5px 0px 4px 0px;
   line-height: normal;
   clear:both;
}
#footer a:link {
   color: #FFFFFF;
   text-decoration: none;
}
#footer a:visited {
   text-decoration: none;
   color: #FFFFFF;
}
#footer a:hover {
   text-decoration: none;
   color: #CEE1F2;
}
#footer a:active {
   text-decoration: none;
   color: #CCCCCC;
}
/* Footer End ----------------------- */

/* Listing Formatting Classes ------ */
.listing-clear-left { /* Keeps listings from stair-casing */
	clear: left;
	height: auto;
}
.listing-title-pad { /* Pads titles */
	padding-bottom:20px
}
.listing-title-pad-clear { /* Pads titles, avoids overlapping content */
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px
}
.listing-thumb { /* Listing Thumbnail */
	float:left;
	background: url(images/drop.png) no-repeat bottom right !important;
	background: url(images/drop.jpg) no-repeat bottom right;
	margin: 10px 6px 0 10px !important;
	margin: 10px 0 0 5px;
}
.listing-thumb img { /* Listing Thumbnail */
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #000000;
	margin: -6px 6px 6px -6px;
}
.listing-photo { /* Listing Thumbnail */
	text-align: center;
	margin: 10px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.listing-price { /* Listing Pricing */
	font-size: 14px;
	font-weight: bold;
}
.listing-desc { /* Listing Description */
	font-size: 13px;
	font-weight: normal;
}
.listing-pad { /* Centers single view listing text nicely, keeping left align */
	padding: 20px 200px 20px 200px;
}
.listing-caption { /* Listing image captions */
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.listing-sold { /* 'Sorry, It's Sold!' */
	color:#FF0000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.listing-pages { /* "Page >" title */
	color: #3366CC;
	font-size:16px;
	font-weight:bold;
}
.page_number_current { /* Current page number */
   color: #FFFFFF;
   border: 1px solid #3366CC;
   padding: 0px 3px;
   text-decoration: none;
   font-size: 14px;
   margin-right: 1px;
   margin-left: 1px;
   background-color: #3366CC;
}
.page_number { /* Non-current page numbers */
  color: #3366CC;
  border: 1px solid #3366CC;
  padding: 0px 3px;
  text-decoration: none;
  font-size: 14px;
  margin-right: 1px;
  margin-left: 1px;
  background-color: #FFFFFF;
}
.page_number a:link {
   color: #3366CC;
   border: 1px solid #3366CC;
   padding: 0px 3px;
   text-decoration: none;
   font-size: 14px;
   margin-right: 1px;
   margin-left: 1px;
}
.page_number a:link {
  color: #3366CC;
  border: 1px solid #3366CC;
  padding: 0px 3px;
  text-decoration: none;
  font-size: 14px;
  margin-right: 1px;
  margin-left: 1px;
}
.page_number a:visited {
  color: #3366CC;
  border: 1px solid #3366CC;
  padding: 0px 3px;
  text-decoration: none;
  font-size: 14px;
  margin-right: 1px;
  margin-left: 1px;
}
.page_number a:hover {
  color: #3366CC;
  border: 1px solid #3366CC;
  padding: 0px 3px;
  text-decoration: none;
  font-size: 14px;
  margin-right: 1px;
  margin-left: 1px;

}
.page_number a:active {
  color: #3366CC;
  border: 1px solid #3366CC;
  padding: 0px 3px;
  text-decoration: none;
  font-size: 14px;
  margin-right: 1px;
  margin-left: 1px;
}
/* Listing Formatting Classes End ------ */