/*
Orange Bright: #F37021
Orange: #F5821F
Grey: #4C4D4F
Creame: #D1C8A9
Content BG:#F7EDD4;
Black: #231F20

PMS 471 #ce6f19; 
*/

body {
	background:#202020 url("../images/page_bgcmp.jpg");
	font-family:Verdana,Myriad,Myriad Pro,Verdana;
	font-size:10px;
	font-weight:normal;
	color:#ce6f19;
}

h1 {
	font-weight:normal;
	/*color:#202020;*/
	color:#ce6f19;
}

h2,h3,h4,h5,h6 {
	font-weight:normal;
	color:#ce6f19;
}


a {
	color:#ce6f19;
}

a:hover {
	color:#ce6f19;
}

/*LAYOUT*/
#outerwrap {
	margin:49px auto 0px auto;
	width:964px;
	overflow:hidden;
}

#wrap {
	float:left;
	width:940px;
	border:2px solid #4E5154;
	background:#000000;
}

#innerwrap {
	float:left;
	padding:0px;
	margin-left:12px;
	width:914px;
	border:0px;
}

#social {
	padding:0px;
	margin:0px 40px 5px 0px;
	text-align:right;
	float:right;
	width:400px;
	height:30px;
}
	
#header {
	float:left;
	height:100px;
	border-bottom:1px solid #6D6E71;
	width:914px;
}

#logo {
	width:242px;
	height:100px;
	float:left;
}

#top { 
	width:657px;
	height:34px;
	float:right;
	text-align:right;
	line-height:30px;
}
	
#topfade { 
	width:657px;
	height:2px;
	float:right;
	background:transparent url("../images/topfade.png") top right no-repeat;
}


#wrapright{
	float:left;
	width:964px;	
	background:transparent url("../images/border_right.png") top right no-repeat;
}

#wrapbottom {
	float:right;
	height:12px;
	width:954px;
	background:transparent url("../images/border_bottom.png") top right no-repeat;
}

#footer {
	margin:0px 0px 0px 0px;
	height:46px;
	border:2px solid #4E5154;
	float:left;
	width:940px;
	background:transparent url("../images/footer_bg.png");
}

#footer #logos {
	margin-left:15px;
	margin-top:6px;
	float:left;
}

#menu  {
	margin:0px 0px 0px 6px;
	float:left;
	list-style:none;
	line-height:35px;
	width:660px;
}

#menu li{
	display:inline;
	font-size:12px;
	margin:0px 8px;
	letter-spacing:0px;
}

#menu li a{
	text-decoration:none;
}

#menu li a.active {
	color:#ffffff;
}

#menu li a:hover {
	color:#ffffff;
}


#submenu  {
	margin:0px 0px 0px 15px;
	float:left;
	list-style:none;
	line-height:27px;
	height:27px;
	border-top:1px solid #3B3B3E;
	border-right:1px solid #3B3B3E;
}

#submenu li{
	display:inline;
	font-size:12px;
	margin:0px 16px 0px 0px;
	letter-spacing:0px;
}

#submenu li a{
	text-decoration:none;
}

#submenu li a.active {
	color:#ffffff;
}

#submenu li a:hover {
	color:#ffffff;
}


#info-menu  {
	float:right;
	margin:0px 10px 0px 15px;
	list-style:none;
	line-height:21px;
	height:21px;
}

#info-menu li{
	float:left;
	font-size:12px;
	letter-spacing:0px;
	background:#F7EDD4;	
	line-height:21px;
	height:21px;
	padding:0px 10px;
	margin:0px;
}

#info-menu li a{
	text-decoration:none;
	color:#4C4D4F;
	padding:0px;
	margin:0px;
}

#info-menu li a.active {
	color:#ce6f19;
	padding:0px;
	margin:0px;
}

#info-menu li.seperator {
	padding:0px;
	margin:0px;
	font-size:18px;
	text-align:center;
	width:11px;
	background:#000000  url("../images/infosep.gif");
	color:#F7EDD4;	
	
}


#footer-menu {
	float:right;
	margin:8px 12px 0px 0px;
	line-height:28px;
	color:#ce6f19;
}

#footer-menu li{
	display:inline;
	font-size:10px;
	margin:0px 1px 0px 0px;
	letter-spacing:0px;
	
}

#footer-menu a {
	color:#ce6f19;
	text-decoration:none;	
}
	
#footer-menu li a.active {
	color:#ffffff;
}

#footer-menu li  a:hover {
	color:#ffffff;
}

#footer-left {
	float:left;
	margin:0px 0px 0px 12px;
	line-height:28px;
	color:#ce6f19;	
}

#footer-left li{
	display:inline;
	font-size:12px;
	margin:0px 10px 0px 0px;
	letter-spacing:0px;
	padding-left:12px;
	background:transparent url("../images/diamond.png") center left no-repeat;
}

#footer-left a {
	color:#ce6f19;
	text-decoration:none;	

}
	
#footer-left li a.active {
	color:#ffffff;
}


#content {
	width:890px;
	background:#F7EDD4;
	border-bottom:12px solid #000000;
	padding:10px 10px 10px 15px;
	color:#4C4D4F;
	font-size:11px;
	float:left;
}	

#content p {
	margin-bottom:10px;
	line-height:1.2em;
}

#content h1 {
	font-size:20px;
	margin-bottom:10px;
}


#content h2 {
	font-size:16px;
	margin-bottom:8px;
}


#content h3 {
	font-size:14px;
}


#content h4 {
	font-size:12px;
	float:left;
	margin-right:10px;
}

#content h5 {
	font-size:12px;
	font-weight:bold;
}



#content-wrap {
	width:914px;
	float:left;
	margin:12px 0px 0px 0px;
	padding:0px;
}


#fullimage {
	position:relative;
	float:left;
	clear:both;
	padding-bottom:10px;
}

#overlayimages {
	position:absolute;
	right:15px;
	bottom:20px;
	z-index:20;
}

#overlayimages .image {
	width:124px;
	height:104px;
	text-align:center;
	background:#DDD7BA;
	float:left;
	margin-right:8px;
	padding-top:6px;
}

#overlayimages span a {
	display:block;
	color:#4F5153;
	text-decoration:none;
	font-size:12px;
	text-transform:uppercase;
	margin-top:4px;
}

#overlayimages span a:hover {
	color:#ce6f19;
}

#overlayimages .image:hover > span a {
	color:#ce6f19;
}


.contentblock ul {
	list-style:disc;
	margin-left: 20px;
	margin-bottom: 20px;
}

.contentblock li {
	margin-bottom:5px;
}

.contentblock ol {
	list-style:decimal;
	margin-left: 20px;
	margin-bottom: 20px;
	list-style-position:inside;
}







/***********************************
			Sitemap
***********************************/
#sitemap {
	list-style:none;
	margin:20px 0px 0px 0px;
	padding-bottom:20px;
	clear:both;
	width:890px;
}


#sitemap ul,#sitemap li {
	list-style:none;	
	padding:0
}

#sitemap li {
	float:left;
	width:210px;
	margin:0px 0px 20px 0px;
}

#sitemap li a {
	font-size:16px;
	text-decoration:none;
	line-height:20px;
}

#sitemap li ul {
	float:left;
	margin-left:10px;
}

#sitemap li ul li{
	float:none;
	margin:0px 0px 0px 0px;
}


#sitemap li ul li a {
	font-size:12px;
	text-decoration:none;
}



table { 
	padding: 0px; 
	border: 1px solid #575244; 
	border-width: 1px 1px 1px 1px; 
	border-spacing: 0px; 
	color: #000; 
}

tbody, thead { 
	background-color: #BDAF94;  
}

th { 
	padding: 10px; 
	border: 1px solid #D0CAAA; 
	border-width: 1px 1px 2px 1px; 
	color: #ffffff; 
	background:#ce6f19; 
	text-align: center; 
	font-size:14px;
	text-transform:uppercase;
}

tr { 
	background:#BDAF94; 
}

td { 
	padding: 10px;  
	border: 1px solid #D0CAAA; 
	border-spacing: 0px; 
	border-width: 0px 1px 1px 1px; 
	background:#FFFCDF; 
	text-align: center; 
	font-size:12px;
}	


.fullrow {
	width:100%;
	padding:0px;
	margin:20px 0px 10px 0px;		
	line-height:1.2em;
}

#breadcrumb {
	width:350px;
	margin-bottom:3px;
	float:left;
	color:#ffffff;
	line-height:1.2em;
	display:none;
}	

#breadcrumb a {
	color:#ffffff;
	text-decoration:none;
}

#breadcrumb a.active {
	color:#ce6f19;
}


#content .floatright,
#content img[align=right],
#content img.alignright,
#content div.alignright,
#content .image-wrap.alignright,
#content .alignright {
float:right;
margin:0px 0px 10px 15px;
padding:0px;
}

#content.floatleft, 
#content img[align=left],
#content img.alignleft,
#content div.alignleft ,
#content div.alignleft,
#content .image-wrap.alignleft  {
float:left;
margin:0px 15px a0px 0px;
padding:0px;
}


#content .align,
#content .image-wrap.align { 
  float:right;
  margin:0 0 10px 15px;
}


#content img {
	float:left;
	margin:0px 15px 10px 0px;
	padding:0px;
}


#master_plan_01 {
	border:1px solid #202020;
}


/* POSTS */ 
.post { }
  .post h1 { margin: 0 0 7px 0; font: bold 18px/1.4em Verdana,Myriad,Myriad Pro,Verdana; color: #666666; }
  .post .meta { display: block; margin: 0 0 16px 0; font: bold 12px/1.5em Verdana,Myriad,Myriad Pro,Verdana; text-transform: none; letter-spacing: 0.2px;color: #ddd; }
  .post .summary { margin: 0 0 1.4em 0; }
  .post .text { }
  
  
#fullimage #cycleme {
	margin-top:0px;
	width:914px;
	height:533px;
	z-index:10;
}

#fullimage #cycleme img {
	width:914px;
	height:533px;
}

#gmap {
	float:right;
}


