@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	behavior:url("scripts/csshover.htc");
}
img {
	border-style: none;
}
.home_wrapper {
	background: #9a6046 url(../images/home_pageBG.png) repeat-x;
}
.home_container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	position:relative;
}
.sub_wrapper {
	background: #9a6046 url(../images/home_pageBG.png) repeat-x;
}
#img_brytanLogo {
	position: absolute;
	z-index: 99;
	top: 47px;
	right: 7px;
}
.sub_container {
	width: 1020px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	position:relative;
}

.sub_containerWide {
	width: 1050px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	position:relative;
}


/* NAV ITEMS */

.mainNav {
	padding-left: 20px;
	height: 59px;
	width: 916px;
	background: url(../images/fpo_mainNav.png) no-repeat 20px 0px;
} 
.nav {
	background: url(../images/int_navBG.png) no-repeat 20px 0px;
	padding-top: 12px;
	padding-bottom: 12px;
	position: relative;
	height: 59px;
	left: 0px;
	z-index: 5;
	width: 935px;
	padding-left: 20px;
}
.nav ul{
	list-style:none;
	color: #005279;
	float: left;
	margin: 0px 50px 0px 0px;
	padding: 0px;
}
.nav ul:hover{
	color: #BF6900;
}

.nav ul .top{
	font-size: 18px;
	margin: 0px;
	padding: 0px 0px 8px 10px;
	font-weight: bold;
}
.nav ul .top a{
	color: #FFF;
	text-decoration: none;
}
.nav ul .item{
	text-align: left;
	padding: 8px 10px 8px 12px;
	background: #869338;
	font-size: 11px;
	display: none;
}
.nav ul:hover .item{
	display: block;
}
.nav ul:hover .item a{
	color:#FFF;
	text-decoration:none;
	font-weight: bold;
}
.nav ul:hover .item a:hover{
	color:#520501;
}
.nav #item1 {
	position: absolute;
	left: 75px;
	top: 28px;
}
.nav #item1 a:hover {
	color:#BF6900;
}
#item1:hover .top a {
	color:#BF6900;
}
.nav #item2 {
	position: absolute;
	left: 195px;
	top: 28px;
}
.nav #item2 a:hover {
	color:#7C96A1;
}
#item2:hover .top a {
	color:#7C96A1;
}
.nav #item3 {
	position: absolute;
	left: 305px;
	top: 28px;
}
.nav #item3 a:hover {
	color:#7B8545;
}
.nav #item3 .item a:hover{
	color:#A6B05E;
}
#item3:hover .top a {
	color:#7B8545;
}
.nav #item4 {
	position: absolute;
	left: 415px;
	top: 28px;
}
.nav #item4 a:hover {
	color:#8C84A6;
}
#item4:hover .top a {
	color:#8C84A6;
}
.nav #item5 {
	position: absolute;
	left: 550px;
	top: 28px;
}
.nav #item5 a:hover {
	color:#606D8B;
}
#item5:hover .top a {
	color:#606D8B;
}
.nav #item6 {
	position: absolute;
	left: 712px;
	top: 28px;
}
.nav #item6 a:hover {
	color:#B67069;
}
.nav #item6 .item a:hover{
	color:#D28178;
}
#item6:hover .top a {
	color:#B67069;
}
.nav #item7 {
	position: absolute;
	top: 28px;
	left: 820px;
}
.nav #item7 a:hover {
	color:#DCCF4B;
}
#item7:hover .top a {
	color:#DCCF4B;
}

.nav #item8
{
	position: absolute;
	top: 5px;
	left:960px;
}


/* SIDEBAR ELEMENTS */

.home_sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 350px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px;
	margin: 0px;
}
.homeLogo {
	margin-left: 60px;
	margin-top: 12px;
}

.divContact
{
	position:absolute; 
	padding:10px; 
	width:600px; 
	z-index:20000000; 
	left:10px; 
	top:0px; 
	background:white; 
	border:solid 1px #BF6900;
}

/* SALES CENTER ITEMS */

.home_salesCenter {
	width: 320px;
	background: #6E2505;
	padding: 12px 5px 5px;
	margin: 11px 0px 0px;
	height: 190px;
	position: relative;
}
.home_salesCenter h1 {
	color: #A6B05E;
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
.home_salesCenter h2 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
.home_salesCenterLinks {
	background: url(../images/home_salesCenterTabBG.png) repeat-x;
	height: 23px;
	padding-top: 5px;
	text-align: center;
	position: absolute;
	bottom: 4px;
	width: 320px;
}
.salesCenterMap {
	margin-right: 15px;
	margin-top: 10px;
}

.home_salesCenterLinks a {
	font: 14px Arial, Helvetica, sans-serif;
	color: #6E2505;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
}
.home_salesCenterLinks a:hover {
	color: #BF6900;
}
.home_salesCenter p {
	color: #FFF;
	font: 10px Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 15px;
	padding: 0px;
}


/* NEWS ITEMS */

.home_news {
	background: url(../images/home_sidebarHeaderBG.png) repeat-x;
	padding: 12px 0px 0px 20px;
	position: relative;
	margin: 10px 0px 0px;
	width: 310px;
}
.home_news h1 {
	font-size: 26px;
	color: #4E0000;
	font-weight: normal;
	margin: 0px 0px 50px;
	padding: 0px;
}
.home_news h2 {
	color: #06357A;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
.home_news a {
	color: #06357A;
	text-decoration: none;
}
.home_news a:hover {
	color: #BF6900;
}
.home_news p {
	font: 11px/17px Arial, Helvetica, sans-serif;
	margin: 0px 30px 35px 0px;
	padding: 0px;
}
.home_news .facebookLogo {
	margin-right: 20px;
	border:none;
}


/* MAIN CONTENT ITEMS */

.home_mainContent {
	margin: 0 355px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	position: relative;
} 
.home_mainContent h1 {
	font-size: 40px;
	font-weight: normal;
	color: #4E0000;
	margin: 0px 0px 0px 12px;
	padding: 0px;
}
.home_mainContent h2 {
	color: #4E0000;
	font-size: 18px;
	margin: 0px 0px 0px 12px;
	padding: 0px;
}
.home_mainContent h3 {
	font-size: 26px;
	color: #4E0000;
	font-weight: normal;
	margin: 0px 0px 0px 12px;
	padding: 0px;
}
.home_mainContent p {
	margin-left: 12px;
	margin-bottom: 12px;
	margin-right: 30px;
	font: 11px/17px Arial, Helvetica, sans-serif;
}
.home_mainContent a {
	color: #000;
	text-decoration:none;
}
.home_mainContent a:hover {
	color: #BF6900;
}


/* GALLERY ITEMS */

.galleryMask {
	height: 430px;
	width: 575px;
	position: relative;
	overflow: hidden;
	margin-top: 15px;
}
#galleryContent {
	position: absolute;
	left: 0px;
	width: 6710px;
	top: 0px;
}
#gallery_leftArrow {
	position: absolute;
	bottom: 25px;
	z-index: 10;
	right: 85px;
}
#gallery_rightArrow {
	position: absolute;
	right: 25px;
	bottom: 25px;
	z-index: 10;
}
#galleryContent img {
	float: left;
}


/* CURRENT LISTINGS ELEMENTS */

.home_currentListings {
	background: url(../images/home_sidebarHeaderBG.png) repeat-x;
	padding: 12px 0px 0px 20px;
	margin: 35px 0px 0px;
	width: 555px;
}
.home_currentListings h1 {
	font-size: 26px;
	color: #4E0000;
	font-weight: normal;
	margin: 0px 0px 30px;
	padding: 0px;
}
.home_currentListings .listing {
	height: 133px;
	width: 121px;
	margin-right: 12px;
	float: left;
	margin-bottom: 25px;
}
.home_currentListings .listingDetails {
	background: url(../images/home_currentListings_moreTab.png) no-repeat;
	height: 123px;
	width: 78px;
	padding-left: 35px;
	padding-top: 12px;
	position: absolute;
	left:22px;
	top: 0px;
}
.home_currentListings .listingDetails p {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font: 10px/12px Arial, Helvetica, sans-serif;
}
.home_currentListings .listingDetails a {
	color: #FFF;
	text-decoration:none;
}
.home_currentListings .listingDetails a:hover {
	font-weight:bold;
}
.home_currentListings .listing img {
	border-style: none;
	/*padding-bottom: 25px;*/
}



/* SUPER FOOTER ITEMS */

.superFooter {
	padding: 0px 10px 0 35px;
	position: relative;
} 

#table_superFooter td {
	border-left: 1px solid #BF6900;
}
#table_superFooter {
	width: 890px;
	margin-top: 5px;
	margin-bottom: 50px;
}
.superFooter h1  {
	font-size: 14px;
	font-weight: normal;
	margin: 20px 0px 10px 10px;
	padding: 0px;
}
.superFooter h1 a {
	color: #66741D;
	text-decoration: none;
}
.superFooter h1 a:hover {
	color: #BF6900;
	text-decoration: none;
}
.superFooter p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0 10px 10px;
	font: 11px/15px Arial, Helvetica, sans-serif;
}
.superFooter p a {
	color: #000;
	text-decoration: none;
}
.superFooter p a:hover {
	color: #BF6900;
}
.superFooterIndent {
	padding-left: 15px;
}



/* COMMON ELEMENTS */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

