html, body {
	margin: 0;
	width: 100%;
	height: 100%;
}
body {
	min-width: 850px;
	/* background: #333333 url(../images/page_bg.png) top left repeat-x;*/
	
	background: #b3d3ed url(../images/bg-earth-sky.png) repeat-x;
	font: 11px verdana, arial, "trebuchet ms", helvetica, sans-serif;
}
* :focus { outline: 0; }
/*--- general ---*/
form {margin: 0;padding: 0;}
img {border: none;}
ul {margin: 0;padding: 0;list-style: none;}
td { font: 11px verdana, arial, "trebuchet ms", helvetica, sans-serif; }
.clr:after {
	height: 0;
	clear: both;
	content: "";
	display: block;
}
* html .clr {height: 1%;}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: bold;
	font-family: verdana, arial, "trebuchet ms", helvetica, sans-serif;
}
h1 {
	color: #259706;
	font-size: 30px;
}
h2 {
	color: #259706;
	font-size: 18px;
	margin-bottom: 10px;
}

h2.front-title {
	color: #259706;
	font-size: 23px;
}

h3 {
	color: #259706;
	font-size: 15px;
	margin-bottom: 10px;
}
h4 {
	color: #259706;
	font-size: 16px;
	margin-bottom: 10px;
}
h5 {
	color: #259706;
	font-size: 14px;
}
p {
	margin: 0;
	line-height: 24px;
}
a {
	color: #259706;
	cursor: pointer;
	text-decoration: underline;
}
a:hover {text-decoration: underline;}
a:active, a:focus {outline: none;}

.header-overlay {
	position: absolute;
	top: 0px;
	z-index: 1004;
	padding-left: 35px;
	padding-top: 40px;
}

#page-wrapper {
	width: 100%;
	margin: 0 0;
	padding: 20px 0 0 0;	
}

#page {
	width: 850px;
	margin: 0 auto;
	padding: 0 0 0 0;
}
.wrap-page-1 {
	width: 850px;
	height: 0px;
	background: none;
}
/* .wrap-page-3 {
	width: 850px;
	height: 88px;
	background: url("../images/bg-bot-page.png") no-repeat;
} */
.wrap-page-2 {
	width: 850px;
	padding: 0 0px;
	background: url("../images/bg-mid-page.png") repeat-y;
}
.wrap-header {
	width: 100%;
	background: none;
	position: relative;
}

#header {
	height: 104px;
	width: 850px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(../images/header.png) 0 0 no-repeat;
}


/* MENU */
#menu-holder{
	float:left;
	width: 850px;
	background: #ce151c url("../images/menu_bg.png") top left repeat-x;
	padding-left: 0px;
	}

#menu{
	padding: 0 0 0 12px;
	}

#menu li{
	float:left;
	position:relative;
	}
	
#menu li a{
	display:block;
	padding:12px 9px;
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration:none;
	}

#menu li:hover a, #menu li.hover a{background: #0061a1 url(../images/menu_bg_over.png);	 color: #fff; }

#menu li .drop1{display:none;}
#menu li:hover .drop1, #menu li.hover .drop1{display:block;}
#menu li:hover .drop1 .drop2, #menu li.hover .drop1 .drop2{display:none;}
#menu li:hover .drop1 li:hover .drop2, #menu li.hover .drop1 li.hover .drop2{display:block;}

#menu .drop1{
	position:absolute;
	top:50px;
	left:0;
	z-index:1000;
	}

#menu .drop2{
	position:absolute;
	top:0;
	left:150px;
	z-index:1000;
	}

#menu ul{
	background:url(../images/drop-a.png) repeat 0 0;
	width:150px;
	/*border-left:1px solid #6d503d;
	border-right:1px solid #6d503d;*/
	}

#menu ul li{
	/* border-bottom:1px solid #6d503d;*/
	float:none;
	height:1%;
	line-height:0;
	font-size:0;
	}	

#menu ul li a{
	overflow:hidden;
	display:block;
	float:none;
	padding:8px 10px;
	font-size:11px;
	cursor:pointer;
	background:none !important;
	}

#menu ul li.hover a, #menu ul li:hover a{background:#5d3d28 !important;}
#menu ul li.hover ul li a, #menu ul li:hover ul li a{background:none !important;}
#menu ul li.hover ul li a:hover, #menu ul li:hover ul li a:hover{background:#5d3d28 !important;}





.copyright {
	display: block;
	width: 850px;
	margin: 0 auto;
	height: 75px;
	padding-top: 35px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: url(../images/footer_bg.png) top left no-repeat;
}

.copyright a {
	color: #fff;
	text-decoration: none;
}





.apply-min-height {
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

#content {
	width: 100%;
	margin-top: 0px;
	background: #ffffff;
	clear: both; 
	display: block;
}



.secondary-content {
	width: 415px;
	float: right;
	padding: 30px 30px 0 0px;
}

.secondary-content img {
text-align: left;
}



.sidebar {
	width: 210px;
	float: left;
	background: #a5ba1b;
	padding-bottom: 0;
}


#content-right {
	width: 634px;
	float: right;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

#home-slideshow {
	width: 654px;
	height: 338px;
	display: block;
}

#gallery-link {
	display: block;
	width: 654px;
	height: 45px;
	text-align: right;
	vertical-align:bottom;
	
}

.primary-content {
	width: 800px;
	padding: 15px 20px 0 25px;
}
.primary-content p {padding: 0 0 14px 0; text-align: justify; }

.primary-content ol {
	line-height: 24px;
	margin: 0 0 0 20px;
	padding: 0 0 14px 0;
}
.primary-content ul li, .simple-list ul li {
	line-height: 24px;
	padding: 0 0 0 19px;
	background: url("../images/m-1.gif") no-repeat 0 10px;
}
.primary-content ul li, .simple-list ul li {
	padding: 0 0 0 19px;
	background: url("../images/m-1.gif") no-repeat 0 10px;
}

.primary-content ul {
	padding-bottom: 15px;
}

.breadcrumbs {padding: 7px 0 15px 0;}

.breadcrumbs li {
	color: #0461bc;
	display: inline;
	padding: 0 0 0 0;
}
.breadcrumbs li a {color: #0461bc;margin: 0 4px 0 0;}

.banners {
	width: 191px;
	float: right;
	display: inline;
	margin: 0 -18px 0 12px;
}
.banners li {
	float: left;
	padding: 0 0 11px 0;
}
.flash {
	clear: both;
	width: 706px;
	overflow: hidden;
	padding: 17px 0 16px 0;
}
.extra-info {
	width: 100%;
	padding: 18px 0 0 0;
	border-top: 1px solid #000;
}
.extra-info div {float: left;}
.extra-info .info-1 {width: 218px;}
.extra-info .info-2 {width: 209px;padding: 0 33px 0 22px;}
.extra-info .info-3 {width: 209px;}
.extra-info div h4 {padding: 0 0 4px 0;}
.extra-info div p a {
	font-weight: bold;
	margin: 0 0 0 55px;
}
#footer {
	width: 100%;
	padding: 0px 0 0 0;
	position: relative;
}

#footer #partners {
}

#footer ul {
	top: 30px;
	width: 100%;
	text-align: center;
	position: relative;
}
#footer ul li {
	color: #383838;
	display: inline;
	font-size: 10px;
	font-weight: bold;
	padding: 0 0 0 12px;
}
#footer ul li span {margin: 0 16px 0 0;}

#footer ul li a {
	color: #383838;
	margin: 0 16px 0 0;
}


#photo {
	width: 100px;
	text-align: center;
	padding: 0px 15px 15px 0px; 
	float: left;
}

#contact-info {
	color: #fff;
	clear: both;
	display: block;
	padding: 7px 18px 0px 18px;
}

/* Sprite Navigation */
#inner-nav, #inner-nav a, #inner-nav .current { background: transparent url(../images/menu_sprite.png) no-repeat top left; overflow: hidden; height: 38px; float: left; padding-right: 0px; }
#inner-nav { position: relative; display: block; margin: 0 auto; width: 850px; height: 38px;}
#inner-nav a, #inner-nav .current { display: block; position: absolute; top: 0; left: 0; border: 0;}

#inner-nav-1 a, #inner-nav-1 .current {	width: 74px; left: 47px; background-position: -47px 0px; }
#inner-nav-1 a:hover, #inner-nav-1 a:focus { background-position: -47px -38px;}

#inner-nav-2 a, #inner-nav-2 .current {	width: 88px; left: 121px; background-position: -121px 0px; }
#inner-nav-2 a:hover, #inner-nav-2 a:focus { background-position: -121px -38px;}

#inner-nav-3 a, #inner-nav-3 .current {	width: 182px; left: 209px; background-position: -209px 0px; }
#inner-nav-3 a:hover, #inner-nav-3 a:focus { background-position: -209px -38px;}

#inner-nav-4 a, #inner-nav-4 .current {	width: 226px; left: 391px; background-position: -391px 0px; }
#inner-nav-4 a:hover, #inner-nav-4 a:focus { background-position: -391px -38px;}

#inner-nav-5 a, #inner-nav-5 .current {	width: 77px; left: 617px; background-position: -617px 0px; }
#inner-nav-5 a:hover, #inner-nav-5 a:focus { background-position: -617px -38px;}

#inner-nav-6 a, #inner-nav-6 .current {	width: 108px; left: 694px; background-position: -694px 0px; }
#inner-nav-6 a:hover, #inner-nav-6 a:focus { background-position: -694px -38px;}

.hide-1, .hide-2, .hide-3, .hide-4, .hide-5, .hide-6 { position: absolute; left: -2000px;} 

#inner-nav span { display: none; }


/* call to action */

#promo-area {
	float: right;
	border: 0px solid #FF0000;
	padding: 5px 5px 10px 3px;
	margin: 0 0 0 10px;
	width: 360px;
}

.c2a-wrapper { width: 100%; background: #f4f4f4; border: 1px solid #259706; margin-top: 15px; padding: 5px 5px; float: left;  }
.first { margin: 0; }
.wrap-image { border: 1px solid #259706; width: 167px; height: 116px; }
.c2a-image { border: 2px solid #fff; }
.right-col { float: right; display:block; }
.left-col { float: left; display:block; width: 180px; }
.c2a-wrapper h4 { font-size: 14px; margin-bottom: 4px; }
.c2a-wrapper p { font-size: 11px; line-height: 17px; padding: 0 0 5px 0; margin: 0; }

a.butt1 {
	background:transparent url(../images/learn-more-button.png) no-repeat scroll 0 0;
	float:left;
	height:19px;
	width:75px;
}

a.butt1:hover, a.butt2:hover, a.butt3:hover {
	background-position:0 100%;
}

.hidden {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}

#slideshow { background: #fff; }

#in-this-section { width: 200px; float: right; padding-bottom: 0px; border-bottom: 1px solid #259706; padding-left: 5px; margin-left: 20px; }
#in-this-section ul { list-style: none; background: none; margin: 0; }
#in-this-section ul li { list-style: none; background: none; margin: 0; padding: 0; }