﻿/* Basic Elements */
html, body {
	margin: 0;
	/*height: 100%;*/
}

#container {
	width: 80%;
	/*min-height: 100%;*/
	margin: 0 auto;
	font: 110% Candara,sans-serif;
	background: url("images/contentbg.png") repeat-y 0% 0%;
	background-position:right;
	/*position: relative;*/
}
#header {
	/*margin-top: 10px;*/
	
	background: url("images/headerbg2.png") repeat-x 0% 0%;
	background-size: 100%;
	}
#element {
	display: inline;	
    vertical-align: middle;
	color: #000;
}
.logo {
    height: 100px;
    text-align: left;  
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 30px;
    font: 90% Candara,sans-serif;
}

.logo:before {    
    content: ' ';
    display: inline-block;
    vertical-align: middle;  
    height: 100%;
}
#content {
	padding-top:10px;
	float: right;
	width: 80%;
}
#left {
	float: left;
	width: 20%;
	}

#footer {
	/*width: 80%;*/
	clear: both;
	border-top: 1px solid #cecece;
	text-align: center;
	font-size: small;
	color: #fff;
	background: #666;
	/*position: absolute;
	bottom: 0;*/
}

/* Nav Menu */
#nav {
	border: 1px solid #cecece;
	background-color: white;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav li {
	display: inline-block;
	padding: 3px 0;
	}
#nav li a {
	font-weight: bold;
	font-size: 1em;
	color: #666;
	text-decoration: none;
	padding: 0 20px 0 20px;
	}
#nav li a:hover {
	color: orange;
	}

/* Sidebar */
#sidebar {font-size:0.75em; width:15em; font-weight:bolder;}
#sidebar ul {margin:0; padding:0;}
#sidebar li {list-style: none;}

ul.top-level {background:#666;}
ul.top-level li {
 border-bottom: #fff solid;
 border-top: #fff solid;
 border-width: 1px;
 padding: 5px;
}
#sidebar a {
 color: #fff;
 cursor: pointer;
 display:block;
 line-height: 15px; 
 text-align:center;              
 text-decoration:none;

}
#sidebar a:hover{
 text-decoration:underline;
}
#sidebar li:hover {
 background: #f90;
 position: relative;
}
ul.sub-level {
    display: none;
}
li:hover .sub-level {
    background: #999;
    border: #fff solid;
    border-width: 1px;
    display: block;
    position: absolute;
    left: 15em;
    top: 0px;
}
ul.sub-level li {
	border: none;
    float:left;
 	color: #fff;
 	cursor: pointer;
 	display:block;
 	line-height: 10px;
 	text-align: center;                
 	text-decoration:none;
}

ul.sub-level li {
	border-bottom: #fff solid;
	border-top: #fff solid;
	border-width: 1px;
	float:left;
    width:150px;
}

/* Additional styles */
p {
	padding: 10px;
	margin: 0;
	}
li {
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}
img {
	border: 0;
	}
h1 {
	display: none;
	}
a {
	color: #84d5fa;
	text-decoration: none;
	}
a:hover {
	color: orange;
	}
