/* Global Styles */
body {
	background-color:rgb(225, 214, 169);
	margin:0px;
}

td {
	vertical-align:top;
}

hr {
	color:#993300;
}
	
#bodyContainer  {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
	
/*  Header */
#headerArea {
	background-image:url(../images/bg_maroon.png);
	height:115px;
	width:100%;
	padding:0px;
	border-collapse:collapse;
}

#headerArea #logo {
	background:url(../images/sierra_logo_white.png) 12px 12px no-repeat; 
}

#headerArea #phone {
	background:url(../images/phone_white.png) bottom right no-repeat;
}

#headerArea table {
	background:url(../images/title_white.png) center no-repeat; 
	width:100%;
}
	




/* ID Styles */

#navigation {
	list-style-type:none;
	padding-left:0px;
}

#navigation li {
	border-bottom: 1px solid #F4FFE4;
}
	
#navigation a {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #701F06;
	line-height:14px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 0px 10px 10px;
	}
	
#navigation a:hover {
	background: #701F06;
	color:white;
	}

	
	
	
	
#content {
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:20px;
	margin-top:0px;
	padding:10px;
}	

#content h1 {
	letter-spacing:.01em;
	color:#701F06;
}

#content h2 {
	color:#701F06;
}
	
	
	
	
	
#rightcol {
	font:12px Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:20px;
	margin-top:0px;
	padding:10px;
}	

#rightcol h3 {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #993300;
	line-height:22px;
	letter-spacing:.2em;
	margin-bottom:5px;
}
	
#attributions a {
	color:gray;
}
