html {
	background-color:		#a47435;
	background-image: 		url('../images/splash_tile_bg.gif');
}

body {
	font-family:			Arial, sans-serif;
}

a {
	color:					#9b1717;
	text-decoration:		none;
}

a:hover {
	text-decoration:		underline;
}

a:visited {
	color:					#955617;
}

strong {
	font-weight:			bold;
}

em {
	font-style:				italic;
}


.grid_width {
	width:					1033px;
	margin:					0 auto;
}

.ClearBoth {
	float:					none;
	clear:					both;
	line-height:			0;
	height:					1px;
	overflow:				hidden;
}


#PrimaryMenu {
	/*width:					1048px;*/
	width:					983px;
	margin:					0 auto;
	text-align:				right;
	padding:				30px 50px 5px 0;
	
	position:				relative;
}

#Subnav {
	background:				#fff;
}

#Subnav ul {
	margin-right:			2px;
}

#Subnav ul li {
	display:				inline;
	margin:					0 0 0 30px;
}

#Subnav ul li a {
	color:					#aaa;
	text-decoration:		none;
	text-transform:			uppercase;
	letter-spacing:			1px;
	
	font-family:			Copperplate, "Copperplate Gothic Light", Verdana, sans-serif;
	font-size:				12px;
}

#Subnav ul li a:hover {
	color:					#000;
}

#Subnav ul li a.current {
	color:					#000;
}

#ContentArea {
	background:				#fff;

	min-height:				350px;
}

#BrandStripe {
}

#BrandStripeContent {
	background:				#fff;
	
	padding:				0 50px 0 50px;
	height:					103px;
	overflow:				hidden;
}

#Footer {
	background-image:		url('../images/shadow-bottom.png');
	background-repeat:		repeat-x;
	background-position:	left top;
	
	min-height:				10px;
	padding:				10px 0 30px 0;
	
	text-align:				right;
	text-transform:			uppercase;
	font-family:			Verdana, sans-serif;
	font-size:				10px;
	font-weight:			bold;
	letter-spacing:			2px;
	color:					#fff;
}

#Footer p {
	padding-right:			100px;
	
	opacity:				0.55;
	filter:					alpha(opacity=55);
}

.BrandLogo {
	float:					left;
	width:					200px;
	margin-right:			50px;
	
	text-align:				center;
}

.BrandTagline {
	float:					left;
	margin-top:				64px;
}

#SeveinBrandStripe .BrandLogo {
	margin-top:				20px;
	margin-right:			179px;
}

#NorthSlopeBrandStripe .BrandLogo {
	
}

#SevenHillsBrandStripe .BrandLogo {
	margin-top:				5px;
}


/* Content Page Styles */

#ContentPage {
	background-image:		url('../images/black_pixel.gif');
	background-position:	434px 0;
	background-repeat:		repeat-y;
	
	padding: 				0 0 0 198px; 
}

#ContentPageSubNav {
	width: 					237px; 
	float: 					left;
}

#ContentPageSubNav ul {
	padding:				40px 0 0 0;

	font-size:				11px;
	text-transform:			uppercase;
	text-align:				right;
	
}

#ContentPageSubNav ul li {
	padding-right:			12px;
	margin-bottom:			10px;
}

#ContentPageSubNav ul li a {
	color:					#505050;
	text-decoration:		none;
}

#ContentPageSubNav ul li a:hover {
	color:					#570006;
}

#ContentPageSubNav ul li.current {
	background-image:		url('../images/vert_indicator.gif');
	background-position:	center right;
	background-repeat:		no-repeat;
}

#ContentPageSubNav ul li.current a {
	color:					#570006;
}

#ContentPageBody {
	width: 					500px; 
	padding: 				23px 10px; 
	float: 					left;
}

#ContentPageBody h2 {
	font-size:				13px;
	font-weight:			bold;
	text-transform:			uppercase;
	color:					#570006;
	margin-bottom:			1.8em;
}

#ContentPageBody p {
	font-size: 				13px; 
	color: 					#505050; 
	line-height: 			1.5em;
	margin-bottom:			1.8em;
}