body {
	background-color: #1e5b96;
	margin: 0px;
	padding: 0px;
	background-image: url( ../images/grad.jpg );
	background-repeat:repeat-x;
	text-align: center;
}

#container {
	background-image: url( ../images/bg.jpg );
	background-repeat:no-repeat;
	background-position: center top;
	height: 100%;
	width: 100%;
}

#wrapper {
	margin: 0 auto;
	position: relative;
	width: 976px;
}

#header {
	height: 100px;
	overflow: hidden;
}

#logo {
	left: 255px;
	position: absolute;
	text-align: center;
	top: 0px;
	z-index: 3000;
}

#fix {
	clear: both;
}

#comingsoon {
	width: 100%;
	height:20px;
	margin: 0px auto;
	text-align: center;
	margin-bottom: 0px;
}

#nav-menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px auto;
	width: 600px;
} 

#nav-menu li {
	float: left;
	margin: 0 1em;
} 

#nav-menu li a {
	height: 40px;
	line-height: 40px;
	float: left;
	display: block;
	text-decoration: none;
	color: #e0e8ee;
	font-size: 11pt;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
} 

#nav-menu li a:hover {
	color:#1b5089;
}

#footer {
	width: 976px;
	margin: 0px auto;
	margin-top: 10px;
}

#footerLeft {
	float: left;
	width: 279px;
	font-size: 7pt;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	height: 14px;
	text-align: left;
}

#footerLeft img
{
	vertical-align: middle;
}

#footerCenter {
	margin-left: 305px;
	width: 323px;
	text-align: center;
	font-size: 10pt;
	color:#FFFFFF;
	font-family: Trebuchet MS, Helvetica, sans-serif;

	
}

#footerRight {
	float: right;
	width: 300px;
	text-align: right;
	font-size: 7pt;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	height: 14px;
}

#footerRight img
{
	vertical-align: middle;
}

.boxgrid { 
	width: 220px;
	height: 379px;
	margin:10px; 
	float:left; 
	background:#161613; 
	overflow: hidden; 
	position: relative; 
}

.boxgrid img { 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}

.boxgrid p { 
	padding: 0 10px; 
	color:#ffffff; 
	line-height: 2.1em;
	font-size:8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align:left;
}
				
.boxcaption { 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 370px; 
	width: 100%; 
	opacity: .8; 
/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
			
.captionfull .boxcaption {
	top: 330;
	left: 0;

}

.caption .boxcaption {
	top: 330;
	left: 0;
}

