/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}


.clr {clear:both;}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}

dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}


img 				{border:none;}
acronym			{border-bottom: 1px dotted;}

/* Page */

#wrapper {
	width: 980px;
	margin: 20px auto;
	text-align: left;
	background: #FFF url("../images/bg.png") repeat-y;  /* wholepage background */
}

/* Header */

#header {
	background-color: #FFFFFF;
    background-image: url("../images/header.png");
    background-repeat: no-repeat;
    height: 305px;
    width: 980px;
}
/* Gallery */
table.lightbox-table td {
border:1px solid #E0E0DF;
}
.gallery-item {
background:none repeat scroll 0 0 #FFFFFF;
padding:10px;
text-align:center;
}
.gallery-item div {
vertical-align:50%;
}
.gallery-item a {
text-decoration:none;
}
.gallery-item img.thumbnail {
margin-bottom:5px;
}
#imageDetails {
color:#000000;
}

/* header h1 if different from h1 of content page */
#header h1 {
	margin: 0;
	margin-top: 57px;
	margin-right: 40px;
	float: right;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	color: #9C9C9C;
}

/* header logo */
#header h1 a {
	display: block;
	width: 215px;
	height: 110px;
	text-indent: -9000px;
}

/* Content */

#content {
	/*float: right;*/
	width: 930px;
	margin: 20px 0 0 35px;
}

.content-main {
	width: 650px;
	padding: 0px;
}

.content-main p, .content-main ul, .content-main ol {
	line-height: 180%;
}



#content-side {
	float: right;
	width: 250px;
	/*border-left: 1px dotted #DBDBDB;*/
	text-align: left;
}

/* Footer */

#footer {
	background: url("../images/footer.png") no-repeat scroll 0 0 #FFFFFF;
    height: 47px;
    padding-top: 20px;
    position: relative;
    text-align: center;
    width: 980px;
}

#footer a {
	font-size: 12px;
	color: #fff;
	font-weight:bold;
}
#footer p{
	font-size: 12px;
	margin: 0 20px;
	color: #fff;
	font-weight:bold;
}

#content-side ul {
	margin:0;
	border-bottom:1px solid #0066FF;
	border-top:1px solid #0066FF;
}
#content-side li {
	list-style: none outside none;
	border-bottom: 1px solid #d7d8dc;
    padding: 10px 0;
	
}
#content-side a {
	font-size:18px; 
	color: #002248;
	text-decoration:none;
}



.menu2{
 margin: 0 auto;
    padding: 0;
    /*width: 488px;*/
	width:670px;
	margin-top:-6px;
	margin-bottom:-5px;
}
.menu2 li a, .menu2 a:visited{
	color:#fff !important;
	text-align:right;
	text-decoration:none;
	font-weight:bold;
	margin: 0 20px;
}
.menu2 li{
	border-left:1px solid #FFFFFF;
	float:left;
	list-style:none outside none;
	padding:0 5px;
	text-align:right;
}

li.menu-first{
	border-left:none;
}
li.menu-last{
	padding: 0 0 0 5px;
}
li.menu-current a	{
	color: #FFFFFF !important;
	text-decoration:underline;
	font-weight:bold;
}