﻿
body {
	font-family: Helvetica, Arial, 'Sans-Serif';
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #fff;
	color: #000;
	line-height: 1.3;
	/*behavior: url("csshover3.htc");*/ /* IE hack to enable foo:hover */
}

a {
	text-decoration: none;
	color: #1d5e8f;
}
a img {
	border: none;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
}

h1, h2 {
	margin: 0 0 10px 0;
	font-size: 17px;
	font-weight: normal;
	color: #777;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
h2 {
	margin-bottom: 0.5em;
	font-size: 14px;
}
h3, h4, h5 {
	font-weight: bold;
}
.page {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	text-align: left;
	font-size: 12px;
	color: #878787;
}

#header {
	height: 150px;
	z-index: 99;
}
.header {
	height: 100%;
	z-index: 99;
}

#logo {
	/* left: 0; */
	right: 0;
	bottom: 15px;
	z-index: 99;
	position: absolute;
	bottom: 10px;	
}

#menu {
	outline: none;
	z-index: 98;
	position: absolute;
	bottom: 10px;	
}
#menu a {
	color: #888;
	font-size: 13px;
}
#menu a:hover {
	color: #e8b406;
}
#menu a.active {
	color: #e8b406;
	font-size: 13px;
}
#menu ul {
	list-style: none;
	/*margin: 0 0 0 150px;*/
	margin: 0;
	padding: 0;
}
#menu li {
	display: inline;
	padding: 0.5em 1em;
}
#menu li.start {
	display: inline;
	padding: 0.5em 1em 0.5em 0;
}

.submenu {
	display: none;
	position: absolute;
	z-index: 66;
	background-color: white;
	padding: 10px;
	
	-moz-box-shadow: 3px 3px 4px #888;
	-webkit-box-shadow: 3px 3px 4px #888;
	box-shadow: 3px 3px 4px #888;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888');
}
.submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.submenu li {
	display: block;
	padding: 0.25em 1em;
	margin: 0;
}
.submenu a {
	color: #888;
	font-size: 13px;
}
.submenu a:hover {
	color: #e8b406;
}

#subNavigation {
	outline: none;
	z-index: 65;
	position: absolute;
	bottom: -30px;
	left: -11px;
}
#subNavigation a {
	color: #888;
	font-size: 13px;
}
#subNavigation a:hover {
	color: #e8b406;
}
#subNavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#subNavigation li {
	display: inline;
	padding: 0.5em 1em;
}

#content {
	background-color: #c7eafe;
	background-image: url("/Images/content-bg.jpg");
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px solid #9cbbd3;
	border-bottom: 1px solid #97bdd4;
}


.header,
.content,
.footer {
	position: relative;
	margin:   0 auto;
	width:    920px;
}

.content {
	z-index: 5;
	#height: 420px;
	min-height: 420px;
	padding-top: 50px;
}

.content .main,
.content .toolbar {
	width: 480px;
}
.content .main {
	margin: 0;
	padding: 0;
	height: 380px;
	overflow: auto;
	#padding-right:6px;
}
.content .main div.scroll {
	margin-right: 5px;
}
.content .toolbar {
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 0;
}
.content .sidebar {
	width: 389px;
	height: 513px;
	position: absolute;
	bottom: 0;
	right: 0;
}

#footer {
	clear: both;
	z-index: 99;
	position: relative; 
}
#footer #sidfot {
	z-index: 98; 
}

#footer #footerLeft {
	float: left;
	z-index: 97;
	position: relative; 
	width: 622px;
	/*background-color: Red;*/
}

#footer #footerRight {
	float: left;
	z-index: 96;
	position: relative; 
	/*background-color: blue;*/
	width: 298px;
}

/* clearFix, renamed */

.wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
