body {
	font-size: 12px;
	background: #4bb5c1;
	font-family: Arial, sans-serif;
	line-height: 18px;
	}
#wrap {
	width: 810px;
	position: relative;
	left: 50%;
	margin-left: -405px;
	background: url(/images/bgDrop.png) repeat-y;
}
#wrapper {
  	width: 800px;
  	position: relative;
  	left: 50%;
	margin-left: -400px;
  	background: #fff;
  	border: 1px solid #25585e;
	border-top: 0;
}

#content { 
	width: 100%;
	font-size: 1.2em;
	}

#footer { 
	clear: both; 
	background: #EDF7F2;
	border-top: 6px solid #6783b3;
	margin-top: 20px;
	text-align: center;
	} 
	
#footer p {
	padding: 15px;
	}
#header {
	height: 110px;
	background: #EDF7F2;
	border-bottom: 6px solid #6783b3;
	}
#header h1 {
	float: right;
	margin: 0 20px;
	text-transform: uppercase;
	color: #4bb5c1;
	font-size: .8em;
	text-indent: -9000px;
	}
#logo {
	background: url(/images/logo.gif) no-repeat top left;
	position: absolute;
	width: 246px;
	height: 51px;
	margin: 20px 0 0 24px;
	z-index: 1;
	cursor: pointer;
	}
#content h3, #content p, #content h4 {
  	padding-left: 20px;
  	padding-right: 20px;
	}
#content h3 {
	font: 1.5em georgia, "times new roman", serif;
	color: #6783b3;
	margin-bottom: .3em;
	}
#content h4 {
	font: 1.2em georgia, "times new roman", serif;
	color: #6783b3;
	margin-bottom: .2em;
	}
#content p {
	margin-bottom: 15px;
	}

#mainImg {
	margin: 20px 0;
	background: url(/images/main-img.jpg) no-repeat top center;
	height: 154px;
  	}
#mainImg2 {
	margin: 20px 0;
	background: url(/images/main-img2.jpg) no-repeat top center;
	height: 154px;
  	}
#mainImg3 {
	margin: 20px 0;
	background: url(/images/main-img3.jpg) no-repeat top center;
	height: 154px;
  	}
#mainImg4 {
	margin: 20px 0;
	background: url(/images/main-img4.jpg) no-repeat top center;
	height: 154px;
  	}
#mainImg5 {
	margin: 20px 0;
	background: url(/images/main-img5.jpg) no-repeat top center;
	height: 154px;
  	}
#mainImg5 h2, #mainImg4 h2, #mainImg3 h2, #mainImg2 h2, #mainImg h2 {
	font-size: 2em;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	color: #fff;
	margin-left: 20px;
	padding: 22px 0 0 20px;
	}
#mainPhoneTop {
	float: right;
	}
#mainPhone {
	margin-left: 20px;
	position: relative;
	top: 55px;
	left: 20px;
	color: #e7942e;
	font-size: 30px;
	font-weight: bold;
	}
	
a {
	color: #6783b3;
	}
a:hover {
	background: #6783b3;
	color: #fff;
	text-decoration: none;
	}
#content ul {
	margin: 0 20px 20px;
	list-style: none;
	}
#content ul li {
	background: url(/images/bullet.png) no-repeat top left;
	padding-left: 20px;
	margin-left: 20px;
	line-height: 1.5em;
	}
	
/*-------------------
top navigation
-------------------*/
#top_nav {
	font-size: 1em;
	float: right;
	}

/*-------------------
main navigation
-------------------*/

#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	position: relative;
	top: 84px;
	right: 20px;
	}
#nav li {
	float: left;
	background: url(/images/tab-right.gif) no-repeat top right;
	}
#nav li a {
	display: block;
	padding: .20em 1.3em 0;
	line-height: 2.0em;
	background: url(/images/tab-left.gif) no-repeat top left;
	text-decoration: none;
	color: #fff;
	float: left;
	}
#nav .home:hover, #nav .control:hover, #nav .program:hover, #nav .financing:hover, #nav .contact:hover, #nav .transport:hover {
	background: url(/images/tab-right-active.gif) no-repeat top right;
	}	
#nav a:hover {
	color: #fff;
	background: url(/images/tab-left-active.gif) no-repeat top left;
	}
#home #nav li.home, #control #nav li.control, #program #nav li.program, #financing #nav li.financing, #contact #nav li.contact, #transport #nav li.transport {
	float: left;
	background: url(/images/tab-right-active.gif) no-repeat top right;
	}
#home #nav .home a,	#control #nav .control a, #program #nav .program a, #financing #nav .financing a, #contact #nav .contact a, #transport #nav .transport a {
	display: block;
	padding: .20em 1.3em 0;
	line-height: 2.0em;
	background: url(/images/tab-left-active.gif) no-repeat top left;
	text-decoration: none;
	color: #fff;
	float: left;
	}
/*-------------------
boxes
-------------------*/
#content .box {
	padding-right: 0;
	margin: 5px 0 20px 18px;
	}

#content .box a {
	display: block;
	background: none;
	color: #fff;
	text-decoration: none;
	}	
.box {
	width: 240px;
	height: 167px;
	background: url(/images/box-bg.gif) no-repeat top center;
	float: left;
	}

.box h4 {	
	font: 1.5em Georgia, "times new roman", serif;
	color: #fff !important;
	padding: 10px 0 10px 15px;
	}

.box p {
	color: #fff;
	padding: 0 25px 0 15px !important;
	}

/*-------------------
2-column layout
-------------------*/
#control #content, #program #content /*#financing #content, #contact #content*/ { 
  width: 600px;
  float: right; 
}
#control #sidebar, #program #sidebar /*#financing #sidebar, #contact #sidebar*/ {
	margin-left: 20px;
	}
#sidebar { 
  width: 180px; 
  float: left; 
} 
/*#sidebar * {
	margin-left: 20px;
	padding: 20px 0;
	}
#sidebar * * {
	margin-left: 0px;
	padding: 0;
	}*/
#sidebar a {
	font-size: 1.15em;
	line-height: 1.5em;
	}
#sidebar ul {
	list-style: none;
	}
#sidebar ul li {
	background: url(/images/bullet.png) no-repeat top left;
	padding-left: 20px;
	}
#sidebar h3 {
	font-size: 1.4em;
	padding-bottom: 5px;
	border-bottom: 2px solid #e7942e;
	margin-bottom: 8px;
	}
	
.ranches .ranches a, .boarding .boarding a, .christian .christian a, .military .military a, .residential .residential a, .wilderness .wilderness a {
	text-decoration: none;
	font-weight: bold;
	}
.bonneville .bonneville a, .cedar .cedar a, .clearview .clearview a, .glacier .glacier a, .gravity .gravity a, .high-top .high-top a, .integrity .integrity a, .resolution .resolution a, .shepherd .shepherd a, .sorenson .sorenson a, .stonesoup .stonesoup a, .thayer .thayer a, .tlc .tlc a {
	text-decoration: none;
	font-weight: bold;
	}
.orangebox {
	margin: 0 20px 10px 20px;
	padding: 10px 0 5px;
	border-left: 3px solid #e7942e;
	background: #fbeed9;
	}
.orangebox h4 {
	font: 1.5em Georgia, "times new roman", serif;
	padding: 5px 0 4px 20px;
	}
.orangebox ul {
	margin-bottom: 20px;
	}
.orangebox li {
	list-style: none;
	}
.orangebox h4 a {
	text-decoration: underline;
	}
.orangebox h4 a:hover {
	color: #000;
	background: none;
	}
.nowrap { 
	white-space:nowrap; 
	}
.picture_right {
	float: right;
	margin: 0 0 15px 15px;
	padding: 3px;
	border: 1px solid #4BB5C1;
	}