/*
Design by Somebody in a Galaxy Far Far Away
*/


* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #405060;
	min-height: 100%;
}

h1, h2, h3 {
	color: #345BA8;
}

h1 {
	font-size: 125%;
}

h2 {
	font-size: 115%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, blockquote, ul, ol {
	line-height: 180%;
}

blockquote, ul, ol {
	margin-left: 3em;
}

a {
	color: #345BA8;
}

a:hover {
	text-decoration: none;
}

.boxed, .boxed_folded {
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #E9EAEB;
}

.boxed_list {
	width:110px;
	height:153px;
	margin-right: 10px;
	margin-bottom: 10px;

	border: 1px solid #E9EAEB;
	float: left;
    
}

.boxed_list .title{
	display:none;
}

.boxed_list {
	font-size: 85%;
}

.boxed_folded .content{
	display:none;
}

.content_details{
	position:absolute;
	top: -500px;
	left: 0;
	padding: 10px;
	visibility: hidden;
	border: 5px solid #E9EAEB;
	text-align: left;
	z-index: 100;
	opacity: 0.9;
	background-color:#F8F8F8;
	width: 300px;

}

.boxed_list:hover{
	background-color: #E9EAEB;
}

/*.boxed_list:hover .content_details{
	visibility:visible;
}*/

.boxed_list .content {
	text-align:center;
}

.boxed_list .content .photo {
	width: 90px;
	margin: 10px;
	margin-bottom: 5px;
}

.boxed .title, .boxed_folded .title {
	padding: 5px 10px;
	background: #F7F7F7;
}

.boxed_folded:hover .title {
	background: #F0F0F0;
}

.boxed .content, .boxed_folded .content {
	padding: 10px;
}

.content .photo {
	float: left;
	border: 0px none;
	margin: 7px 10px 0 0;
	width: 80px;
}

.content .person_details {
	clear:both;
}


/* Page */

#container {
	height: auto;
	padding: 10px;
	padding-right: 0px;	
}

#page {
	width: 830px;
	height: 100%;
	margin: 0 auto;
	border-left: 1px solid #E9EAEB;
	border-right: 1px solid #E9EAEB;
}

#content {
	float: left;
	width: 612px;
	height: auto;
}

#sidebar {
	float: left;
	width: 195px;
	height: 100%;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #F7F7F7;
	border: 1px solid #E9EAEB;
}

/* Header */

#header {
	float: none;
	width: auto;
}

/* Logo */

#logo {
	width: 830px;
	height: 150px;
	background: url(images/logo.jpg) no-repeat left top;
}

#logo h1 {
	padding: 10px 0 0 20px;
	letter-spacing: -1px;
	font-size: 250%;
	font-weight: normal;
}

#logo h2 {
	padding: 0px 0 0 20px;
	font-size: 100%;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo h2 a {
	text-decoration: underline;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float:inherit;
	width: 100%;
	background: #F7F7F7;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2 {

display: block;
border-bottom: 1px solid #E9EAEB;
margin: 0;
padding: 2px 3px 3px 15px;
}

#menu h2 {
color: #fff;
background: #B0C4DE;
text-transform: uppercase;
}

#menu a {
background: #F7F7F7;
text-decoration: none;
}

#menu a:hover {
	background: #BDD8E6;
}

#menu ul ul a {
	background: #F0F8FA;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
border: 1px solid #e2e2e4;
border-bottom: 0px ;
opacity: 0.9;
}

#menu ul ul a, #menu ul ul h2 {
border-color: #e2e2e4;
}

div#menu ul ul,
div#menu ul li:hover ul ul 
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul 
{display: block;}

/*That's for IE - fixing whitespaces around menu items*/
#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;}


/* News */

#news {
	float:inherit;
	margin-top: 10px;
}

#sidebar .title {
	padding: 15px;
}

#sidebar .content {
	padding: 0 15px;
	font-size: 85%;
}

#news ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#news li {
	margin-bottom: 15px;
}

/* Footer */

#footer {
	clear: both;
	width: 100%;
	margin-top: 10px;
	padding: 5px 0;
	background: #3364bc;
	text-align: center;
	font-size: 77%;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
