* {margin:0; padding:0;}

/* Layout */
body {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 14px; background-color: #062844;}

#wrapper{ width:960px; height:650px; margin:0 auto 0 auto; position: relative;}

#leftblue {width:50px; background-color:#bcc2d6; float:left; height:650px;}

#main {background-color:#0c5387; width:910px; height:650px; float:right;}

#top {width:910px; height:120px;}

.left {
	float: left;
}

/* Text */

h1 {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:20px; font-weight:normal; color:#0c5387; border-bottom: 1px solid #0c5387;}

a {
	color: #0c5387;
	text-decoration: none;
}

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

#wrapper #main #middle #midleft p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
}

/* Gallery */
#gallery {
	width:548px;
	height:318px;
	background-color:#bcc3d6;
}

#photo1 {width:395px; height:300px; float:left; padding:9px;}

.photo_small {width:126px; height: 94px; float:right; padding: 9px 9px 0px 0px; margin: 0px;}

/* Middle */
#middle {width:910px; height: 470px; background-color:#fff;}

#midleft {
	width:550px;
	float:left;
	margin-left: 30px;
	margin-top: 17px;
}

#midright {
	width:310px;
	float:right;
	margin-left: 10px;
	margin-top: 17px;
}

.box {
	width:295px;
	margin-bottom: 15px;
	height: auto;
}

.boxes {
	font-size: 12px;
	margin-top: 5px;
	line-height: 16px;
}

.more {
	text-align:right;
	font-size:12px;
	color:#0c5387;
	border-bottom: 1px solid #0c5387;
	margin-right: 10px;
	width: 80px;
	float: right;
}

/* Bottom */
#bottom {height:60px;}

#bottleft {
	margin-left:10px;
	font-size: 12px;
	color: #FFF;
	padding-top: 5px;
	float: left;
}

#bottright {
	float: right;
	width: 300px;
	color: #fff;
	font-size: 12px;
	margin-top: 5px;
	text-align: right;
	margin-right: 16px;
}

/* Navigation */
#navigation {
	position: absolute;
	z-index: 4000;
	left: 420px;
	top: 63px;
	width: 525px;
}
#navigation ul#nav { 
	z-index: 4000;
	list-style: none;
}

#navigation ul#nav li { 
	position: relative;
	float: left;
	text-align: center;
	line-height: 1em;
	list-style: none;
	
}

#navigation ul#nav li a { 
	display: block;
	padding: 12px 0;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	font-family: "Trebuchet MS",Arial,sans-serif;
}

#navigation ul#nav li a span { 
	padding: 0 15px 0 10px;
}

#navigation .item1 { width: 125px; }
#navigation .item2 { width: 135px; }
#navigation .item3 { width: 135px; }
#navigation .item4 { width: 130px; }

		/* ----------| Navigation (Drop Down) |---------- */ 

		#navigation ul#nav  li ul { 
			display: block;
			position: absolute;
			left: -999em;
			width: 135px;
			padding: 3px 8px 3px 8px;
			background-color: #bcc2d6;
			border-bottom: 5px solid #0c5387;
		}

		#navigation ul#nav  li:hover ul, 
		#navigation ul#nav  li.over ul /* used to target IE via script */ { 
			display: block;
			left: 0;
			top: 100%;
			position: absolute;
			z-index: 3000;
			width: 119px;
		}

		#navigation ul#nav  li ul li { 
			width: 135px;
			height: auto;
			background: transparent;
			text-indent: 0;
			padding: 0;
		}

		#navigation ul#nav  li:hover ul li a, 
		#navigation ul#nav  li.over ul li a { 
			display: block;
			width: 100px;
			background: transparent;
			padding: 7px 10px;
			text-decoration: none;
			margin: 0;
			color: #0c5387;
			text-indent: 0;
			text-align: left;
			border: 0;
			font-size: 13px;
			white-space: nowrap;
		}

		#navigation ul#nav li ul li a:hover { 
			color: #fff;
			background-color: #0c5387;
		}
		
#navigation ul#nav li.active a, 
#navigation ul#nav li a:hover, 
#navigation ul#nav li:hover a, 
#navigation ul#nav li.over a { 
	border-bottom: 5px solid #bcc2d6;
}
