
/* HTML Tag Redefinition */
html, body {
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	padding: 0px;
	margin: 0px;
}
img {
	border: 0px
}
a { cursor:pointer }

.clear {
	clear: both;
}

/* Page Structure / Navigation */
#page {
	width:900px;
	margin: auto;
	background-color:#fff;
	/* 
	height:100%;
	min-height:100%;
	*/
	position:relative;
	 /* padding-bottom:35px;for footer */
}
#page #header {
	position:relative;
	height:96px;
	background: #3C4C6D url(../nav/tile_header.jpg);
}
#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 {
	color: #ffffff;
	font: normal bold 32px Arial;
	text-decoration:none;
}

#page #header #logo p{ display:inline; line-height:inherit; font-size:inherit; padding:inherit; margin:inherit; color:inherit }

#page #header a {
	color: #fff;
}
#page #menu #main-nav {
	display: inline-block;
	width:900px;
	background: #5F76A7;
}
#page #header ul.nav-header {
	list-style:none;
	margin:0px;
	float: right; 
	padding:0px;
	z-index:2;
	overflow:visible;
}
#page #header ul.nav-header li {
	float:left;
	padding:2px 0px;
	margin-left:24px;
	margin-bottom: 0px;
	/* customize_header_link_text */ color:#daf095; /* customize_header_link_text */
	font-size:14px;
	letter-spacing:1.5px;
	margin-top:0px
}
#page #header ul.nav-header li a, #page #header ul.nav-header li a:hover {
	text-decoration:none;
	color:#daf095
}
#page #header ul.nav-header li.nav-selected {
	font-weight:bold;
}
/*
#page #header #header-area {
	position:relative;
	height:75px;
}
*/
#page #header #header-area {
	position: absolute;
	font-size: 10px;
	color: #fff;
	top: 5px;
	right: 15px;
	width: 775px;
	text-align: right;
}
#page #header #header-area #header_facebook {
	float: left;
}
#page #header #header-area #header_date_time {
	float: right;
}

#page #homeHeader {
	background: #3C4C6D;
	min-height:192px;
}

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

#page #central {
	width: 900px;
	background-image: url(../nav/tile_content2.jpg);
	background-repeat: repeat-y;
	/* 
	height:100%;
	min-height:100%;
	*/
	position:relative;
}
/* body & sidebar */
#page #central #body {
	float:left;
	text-align:left;
	width:542px;
	/* 
	*/
	height:100%;
	min-height:100%;
	padding: 20px 10px 35px;
	/* customize_background */ background-color:#fff; /* customize_background */
	position:relative;
}
#page #central_full, #page #central_full #body_full {
	background-image: none;
	width:900px;
}
#page #central #sidebar {
	float:right;
	width: 281px;
	/* 
	height:100%;
	min-height:100%;
	*/
	margin: 0px 6px 10px;
	padding:5px 4px 30px 4px;
	position:relative;
}
#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 {
	color:#666666;
}
#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, #page #central #sidebar a {
	text-decoration:underline;
	color:#666666;
}
#page #central #sidebar ul.nav a.nav-selected {
	font-weight: bold;
}
#page #central #sidebar ul.nav a:hover, #page #central #sidebar a:hover {
	text-decoration:none;
}
#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 {
	width: 860px;
	background: #3C4C6D;
	clear:both;
	color:#fff;
	font-size:10px;
	text-align:left;
	padding:5px 20px 10px 20px;
}
#page #footer a {
	color:#daf095;
	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;
}

/* customize_miscellaneous */
/* - TABS - */
.tab_area {
	display: inline-block;
	width: 530px;
	min-height: 150px !important;
	margin: -20px 0px 10px 0px;
	padding: 5px;
	border-top: none;
	border-right: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
	border-left: solid #ccc 1px;
}
.ccm-nav-active {
	color: #fff;
	background: none;
}
.ccm-dialog-tabs li a {
	color: #fff;
	background: #3C4C6D;
	text-transform:uppercase;
}.ccm-dialog-tabs li a:hover {
	color: #fff;
	background: #5F76A7;
}
#footer ul {
	padding-left:0px;
	list-style: none;
}
 
#footer li {
  float: left;
  padding: 0 5px;
}
/* customize_miscellaneous */
/* - ADS - */
#home_main .media {
	float: left;
	display: inline-block;
	width: auto;
	padding: 0px 5px;
}
/* Calendar Iframe */
embed, object, iframe { height: 800px; max-height: 100%; }
