/* colors 
 * 73880b dark green
 * f4ffd2 light green
 * 69ab2b bright green (links & headers)
 * daf095 med green sidebar backgrounds, header nav
 * 50AAB5 blue for hovers..
*/

/* HTML Tag Redefinition */
html, body {
	height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
}
body {
	padding: 0px;
	margin: 0px;
	background: #fff url(images/bg_site.gif);
}
img {
	border: 0px
}
/* Page Structure / Navigation */
#company{ 
	width:880px;
	margin:auto;
}
#page {
	width:883px;
	margin: auto;
	background-color:#e6decb;
	border:#e3d0a2 3px solid;
	height: auto !important;
	height:100%;
	min-height:100%;
	position:relative;
}
#page.sidebar-left {
	/*background:url(images/.jpg) repeat-y top left;*/
}
#page #header {
	position:relative;
	margin:32px 30px 0px 30px;
	height:360px;
	background-color:#f4f2ed;
	/*background: url(images/header_bg.jpg) repeat-x top left #73880b;*/
	padding:0px;
}

#page #header #badge{
	position:relative;
	margin:0px;
	width:288px;
	height:292px;
	float:left;
	background: url(images/bg_services.jpg) repeat-x top left #73880b;
	border:#f0a007 1px solid;
	padding:0px;
}
#page #header #slideshow{
	position:relative;
	height:294px;
	width:533px;
	float:left;
	padding:0px;
}

#page #header #logo {
	color:#fff;
	font-size:32px;
	line-height: auto;
	padding: 0px;
	margin:0;
	cursor:pointer;
	position:absolute;
	bottom:15px;
	left: 15px;
	width:308px;
	overflow:visible;
}
#page #header #logo a {
	/* customize_header_logo */ color: #ffffff; /* customize_header_logo */
	font: normal bold 32px Arial;
	text-decoration:none;
}

/* Menu */
#page #header #main_nav {
	position:relative;
	height:69px;
	background: url(images/bg_navbar.jpg) repeat-x top left #73880b;

}

/*#page #header #main_nav ul {
	margin: 0px 50px;
	padding: 0;
	list-style: none;
}

#page #header #main_nav li {
	display: inline;
}

#page #header #main_nav a {
	display: block;
	float: left;
	margin:10px 0px;
	padding: 10px 13px;
	border-left: 1px solid #999;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 130%;
	color: #433a31;
	background:url(images/nav_separator.jpg) no-repeat left;
}


#page #header #main_nav a:hover {
	background: #F7F7F4;
	color:#666666;
}

#page #header #main_nav .active a {
	background: #194a9d;
	color: #FFFFFF;
}*/
/*menu finish*/

#page #header #main_nav ul.nav-header {
	list-style:none;
	margin:0px 75px;
	/*float: right;*/ 
	padding:0px;
	z-index:2;
	overflow:visible;
}
#page #header #main_nav ul.nav-header li {
	/*float:left;*/
	display: inline;
	/*padding:2px 0px;
	margin-left:24px;
	margin-bottom: 0px;
	color:#daf095;
	font-size:14px;
	letter-spacing:1.5px;
	margin-top:0px*/
}
#page #header #main_nav ul.nav-header li a {
	/*text-decoration:none;
	color:#daf095;
	border-left: 1px solid #999;*/
	display: block;
	float: left;
	margin:10px 0px;
	padding: 10px 20px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 130%;
	color: #433a31;
	background:url(images/nav_separator.jpg) no-repeat left;
}

#page #header #main_nav ul.nav-header li a:hover{
	background: #F7F7F4;
	color:#666666;
}

#page #header #main_nav ul.nav-header li a:active{
	background: #194a9d;
	color: #FFFFFF;
}


#page #header ul.nav-header li.nav-selected {
	font-weight:bold;
}

#page #header #main_nav ul.nav-header li.first a{ background-image:none; !important}
/*
#page #header #header-area {
	position:relative;
	height:75px;
}
*/
#page #header #header-area {
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 462px;
}

#page #homeHeader {
	background: url(images/home_header.jpg) top left no-repeat;
	min-height:192px;
}

#page #homeHeader, #page #pageHeader {
	margin:0;
	padding:0;
	position:relative;
}

#page #central {
	margin:0px 30px 30px 30px;
	clear:both;
	background-color:#f4f2ed;
	padding-bottom:30px; /* for footer */
}
#page.no-sidebar {
	background-image: none !important;
	background-color:#f4f2ed;
}
/* body & sidebar */
#page #central #body {
	float:left;
	width:470px;
	padding:15px;
	line-height:1.5;

	/* customize_background */ background-color:#f4f2ed; /* customize_background */
}
#page #central #sidebar {
	float:right;
	width:280px;
	padding:0px 15px 30px 15px;
	margin-top:65px;
	/*background: #daf095;*/
	border-left:#c1baaa 1px solid;
}
#page.sidebar-left #central #sidebar {
	float:left;
	width: 94px
}
#page.sidebar-left #central #body {
	float:right;
	width: 646px;
	padding: 15px;
}
#page.no-sidebar #body {
	float: none !important;
	width: auto !important
}
#page #central #sidebar p {
	line-height:24px
}
#page #central #sidebar ul.nav {
	list-style:none;
	margin-left:0px;
	padding:0px;
	padding-left:0;
	font-size:11px;
}
#page #central #sidebar ul.nav li {
	margin-bottom:10px;
}
#page #central #sidebar ul.nav a {
	text-decoration:none;
	color:#69ab2b
}
#page #central #sidebar ul.nav a.nav-selected {
	font-weight: bold
}
#page #central #sidebar ul.nav a:hover {
	text-decoration:underline
}
#page #central #sidebar ul.nav ul {
	list-style:none;
	margin-left:5px;
	padding:0px;
	margin-top:10px;
}
#page #central #sidebar ul.nav ul li {
	padding-left: 5px;
	margin: 0;
	border-left: 1px solid #69ab2b;
}
#page #central #sidebar ul.nav ul li ul li {
	list-style:square inside;
	padding-left:0;
}
#page #central #sidebar ul.nav ul li ul li {
	border:none;
}
#page #footer {
	height:10px;
	line-height:10px;
	clear:both;
	color:#560000;
	font-size:10px;
	text-align:center;
	padding:10px 0 10px 0;
	position:absolute;
	bottom:0;
	width:100%
}
#page #footer a {
	color:#e6decb;;
	text-decoration:none;
}

span.sign-in {margin-left: 20px;}
#page #footer span.powered-by { float:right; margin-right:20px;}


/* MISC STYLES & SHORTCUTS */
div.code {
	border: 1px solid #ddd;
	background: #eee;
	padding: 10px
}
div.spacer, div.ccm-spacer {
	clear:both;
	font-size:1px;
	line-height:1px
}
.noTopSpace {
	margin-top:0px;
	padding-top:0px
}
.world{
	width:1024px;
	margin:auto;
	padding:0px;
	background:url(images/bg_world.gif) no-repeat top right;
}

/* customize_miscellaneous */ /* customize_miscellaneous */