/* ------------------------------ BEGIN Global Styles ------------------------------ */
@import url("../../global/CSS/global.css");
/* ------------------------------ END Global Styles ------------------------------ */
/* DEFAULTS */
html,body,div,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,pre,form,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-weight: normal; font-style: normal; }
fieldset,img { border: none; }
caption,th { text-align: left; }

body {
	background: #9b315e url(../Images/bodyBkgd.jpg) repeat left top;
}

img.leftalign { float: left; margin: 2px 20px 16px 0; }
img.rightalign { float: right; margin: 2px 0 16px 20px; }

hr {
	border: 0;
	width: 100%;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}
ul {
	margin: 10px 0px 10px 10px;
	padding: 0px;
}

ul li {
	padding: 0 0 0 10px;
	margin: 0px;
	background: url(../Images/bullet.gif) no-repeat 0em 0.5em;
	list-style: none;
}

/* TYPE */
body, p, div, ul, li, td {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #665035;
}
a:link, a:visited, a:active {
	color: #DD2F31; 
	text-decoration: none;
}
a:hover {
	color: #665035; 
	text-decoration: underline;
}
strong, b { font-weight:bold; }

h1 {
	font-family: "Gill Sans", "Trebuchet MS";
	font-size: 30px;
	line-height: 34px;
	color: #DD2F31;
	text-transform: uppercase;
}
h2 {
	font-family: "Gill Sans", "Trebuchet MS";
	font-size: 17px;
	line-height: 20px;
	color: #DD2F31;
	text-transform: uppercase;
}
h3 {
	font-size: 13px;
	line-height: 20px;
	color: #271100;
}
h4 {
	font-size: 11px;
	line-height: 16px;
	color: #271100;
}

/* SEARCH */
#search {
	float: left;
	width: 180px;
	padding-top: 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid #cbcece;
}
#search p {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	display:block;
	padding: 6px;
	margin-top: 6px;
	margin-bottom: 12px;
	border-bottom: 2px solid #cbcece;
	text-transform:uppercase;
}
.searchField {
	font-size: 11px;
	color: #CCCCCC;
	width: 138px;
	border: 1px solid #cbcece;
	float: left;
	padding: 3px;
}
.searchButton {
	text-indent: -1000px;
	width: 30px;
	height: 22px;
	border: none;
	float: right;
	background: url(../Images/b_go.gif) no-repeat;
}
.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
}
a.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
	text-decoration:none;
}
a.pageSearchTitle:hover {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
	text-decoration:underline;
}

/* MAIN NAV */
#mainnav {
	margin: 0px;
	padding: 20px 0px;
	width: auto;
	position: absolute;
	top: 50px;
	right: 24px;
}
* html #mainnav {
	margin: 0px;
	padding: 20px 0px;
	width: 730px;
	position: absolute;
	top: 50px;
	right: 24px;
}
#mainnav ul li {
	padding: 0px;
	margin: 0px 0px 0px 16px;
	background: none;
	list-style: none;
	display: inline;
}
#mainnav a {
	font-family: "Gill Sans", "Trebuchet MS";
	font-size: 13px;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}
#mainnav a:hover {
	font-family: "Gill Sans", "Trebuchet MS";
	font-size: 13px;
	color: #968269;
	text-transform: uppercase;
	text-decoration: none;
}

/* SUB NAV */
#subnavWrapper {
	float: right;
	width: 164px;
	background-color: #000000;
	padding: 20px;
}
#subnav {
    padding: 0;
    margin: 0;
    list-style: none;
}
#subnav li {
	font-size:11px;
    padding: 0;
    margin: 0;
    width: 164px;
    background: none;
}
#subnavWrapper h2 {
	font-family: "Gill Sans", "Trebuchet MS";
	font-size: 17px;
	line-height: 20px;
	color: #94826a;
	text-transform: uppercase;
	padding: 0px 0px 20px;
	text-decoration: none;
}
#subnavWrapper h2 a {
	font-family: "Gill Sans", "Trebuchet MS";
	font-size: 17px;
	line-height: 20px;
	color: #94826a;
	text-transform: uppercase;
	padding: 0px 0px 20px;
	text-decoration: none;
}
#subnav a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding: 6px 0px;
	border-bottom: 1px solid #494641;
}
#subnav a:hover {
    color: #94826a;
    display: block;
    text-decoration: none;
	padding: 6px 0px;
    border-bottom: 1px solid #94826a;
}
#subnav a.current {
    color: #94826a;
    display: block;
    text-decoration: none;
	padding: 6px 0px;
    border-bottom: 1px solid #494641;
}
#subnav a.current:hover {
    color: #94826a;
    display: block;
    text-decoration: none;
	padding: 6px 0px;
    border-bottom: 1px solid #94826a;
}
#subnav a.last {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
	padding: 6px 0px;
    border-bottom: 1px solid #494641;
}
#subnav a.last:hover {
    color: #94826a;
    display: block;
    text-decoration: none;
	padding: 6px 0px;
    border-bottom: 1px solid #94826a;
}
#subnav a.first {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding: 6px 0px;
	border-bottom: 1px solid #494641;
	border-top: 2px solid #94826a;
}
#subnav a.first:hover {
    color: #94826a;
    display: block;
    text-decoration: none;
	padding: 6px 0px;
    border-bottom: 1px solid #94826a;
	border-top: 2px solid #94826a;
}

#subnavWrapper p {display: none;}

/* WRAPPERS */
#topWrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#contentWrapper {
	width: 100%;
	float: left;
	text-align: left;
}
#footerWrapper {
	width: 100%;
	float: left;
	text-align: left;
}

/* TOP */
#top {
	margin: 30px 0px 0px 30px;
	padding: 0px 24px;
	width: 877px;
	height: 120px;
	background-color: #FFFFFF;
	position: relative;
}
#brooksHeading {
	float: left;
	width: 334px;
	height: 21px;
	margin: 24px 0px 0px;
}
#topLinks {
	float: right;
	width: auto;
	margin: 0px;
	background-color: #f4f1ed;
	font-family: "Gill Sans", "Trebuchet MS";
	font-size: 11px;
	color: #796449;
	text-transform: uppercase;
	padding: 12px 16px;
}
#topLinks a {
	font-family: "Gill Sans", "Trebuchet MS";
	font-size: 11px;
	color: #796449;
	text-transform: uppercase;
	text-decoration: none;
}
#topLinks a:hover {
	font-family: "Gill Sans", "Trebuchet MS";
	font-size: 11px;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}

/* CONTENT */
#flash {
	float: right;
	width: 710px;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#content {
	margin: 0px 0px 0px 30px;
	padding: 0px 24px 24px;
	width: 877px;
	background-color: #FFFFFF;
}
#contentLeft {
	float: left;
	width: 141px;
	overflow: hidden;
}
#contentLeft a img {
	float: left;
	padding-bottom: 24px;
}
#contentLeft a:hover img {
	float: left;
	padding-bottom: 24px;
}
#contentRight {
	float: right;
	width: 710px;
	margin-top: 24px;
}
#contentMiddle {
	float: left;
	width: 482px;
	margin-right: 24px;
}
#contentMiddle p {
	font-size: 11px;
	line-height: 16px;
	color: #271100;
}
#contentMiddle a img {
	border: 5px solid #ece0cf;
	margin-top: 10px;
}
#contentMiddle a:hover img {
	border: 5px solid #D3C7B8;
	margin-top: 10px;
}
#features {
	float: left;
	width: 204px;
}
#features p {
	font-family: "Gill Sans", "Trebuchet MS";
	font-size: 17px;
	line-height: 20px;
	color: #000000;
	text-transform: uppercase;
	padding: 0px 0px 20px;
	text-decoration: none;
	border-bottom: 2px solid #000000;
}
#features a {
	font-family: "Gill Sans", "Trebuchet MS";
	font-size: 12px;
	color: #968269;
	display:block;
	padding: 6px 6px 6px 0px;
	border-bottom: 1px solid #e5e0da;
	text-decoration: none;
}
#features a:hover {
	font-family: "Gill Sans", "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	display:block;
	padding: 6px 6px 6px 0px;
	border-bottom: 1px solid #000000;
	text-decoration: none;
}

/* FOOTER */
#footer {
	margin: 12px 0px 0px 30px;
	padding: 20px 24px;
	width: 877px;
	background-color: #0b0803;
}
#footerLeft {
	width: 877px;
	float: left;
	text-align: center;
	padding-top: 10px;
}
#footerLeft img {
	float: left;
	padding-right: 24px;
	padding-bottom: 10px;
}
#footerLeft p {
	font-size: 12px;
	line-height: 16px;
	color: #796449;
}
#footerLeft a {
	font-size: 12px;
	line-height: 16px;
	color: #796449;
	text-decoration: none;
}
#footerLeft a:hover {
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: underline;
}
#footerRight {
	width: 877px;
	float: right;
	text-align: right;
}

/* PHOTO GALLERY */
.photogallery ul {
    list-style-type: none;
    padding: 0px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.photogallery li a {
	float: left;
    padding-left: 0px;
    margin-left: 0px;
    border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.photogallery li a:hover{
	float: left;
    padding-left: 0px;
    margin-left: 0px;
    border: 1px solid #CCCCCC;
	background-color: #D2D2D2;
	padding: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* DEFAULT SHELL */
#def_contentRight {
	float: right;
	width: 710px;
}
#def_contentMiddle {
	float: left;
	width: 482px;
	padding-right: 24px;
	border-top: 10px solid #000000;
	padding-top: 24px;
	overflow: hidden;
}
#outside {
	float: left;
	width: 100%;
	background-image: url(/sitefiles/1033/Images/bodyBkgd-a.jpg);
	background-repeat: no-repeat;
}
