﻿body
{
	margin: 0;
	padding: 0;
	background: #0C002E;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #1A1363;
}

h1
{
	margin: 0;
	padding: 0;
	font-size: 26px;
}

h2
{
	margin: 0;
	padding: 0;
	font-size: 22px;
}

a img
{
	border: 0 none;
}

#shadow-top
{
	position: relative;
	margin: 20px 10px 20px 10px;
}

#shadow-bottom
{
	padding: 0 0 10px 0;
}

#shadow-left
{
	padding: 0 0 0 10px;
}

#shadow-right
{
	padding: 0 10px 0 0;
}

#shadow-tl
{
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	
}

#shadow-container
{
	padding-top: 10px;
}

#container
{
	margin: 0;
	padding: 0;
	background-color: #333333;
	margin: 30px 20px 30px 20px;
}

#left
{
	float: left;
	width: 149px;
}

#group-logo
{
	text-align: center;
	background: #1A1363 url(../Images/shadow-tl.png) no-repeat;
}

#group-logo a
{
    padding-top:15px;
    display:block;
}

#right
{
	margin-left: 149px;
	background-color:#FFFFFF;
	background-position:right bottom;
	background-repeat:no-repeat;
}

#slogan
{
	height: 68px;
	background: #1A1363;
	text-align: right;
}

#links
{
	height: 20px;
	background-color:#1A1363;
	background-image: url('../Images/menubg.png');
	background-repeat:repeat-x;
}

#links-inner
{
	height: 20px;
	background-image: url('../Images/menugradientbg.png');
	background-position:right top;
	background-repeat:no-repeat;
}

#links ul
{
	height: 20px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#links ul li
{
	display: block;
	float: left;
	border-right: 1px solid #F2F2F2;
}

#links ul li a
{
	display: block;
	height: 18px;
	padding: 2px 8px 0 8px;
	color: white;
	text-decoration: none;
	float:left;
}

#links ul li a:hover
{
    background-color:#FFFFFF;
    background-image: url('../Images/WhiteBackground.gif');
    background-position:top left;
	color:#1A1363;
}

#banner
{
	position: relative;
	height: 200px;
	margin: 0;
	background-color: #FFFFFF;
	background-image: url('../Images/bannerbg.png');
	background-position:right top;
	background-repeat:repeat-y;
	overflow: hidden;
	
}

#banner img
{
	display: none;
	position: absolute;
	top: 0px;
}

#menu
{
    padding:0 0 10px 0;
}

#menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li img
{
	display: block;
}

#menu ul li a
{
	display: block;
	padding: 0 0 3px 0;
	background: #2BA9E3;
	color: white;
	text-align: center;
	text-decoration: none;
}

#content
{
	margin: 0;
	padding: 20px;
	height: 100%;
}

#content a
{
	color: #fff;
}

#gallery
{
	padding: 10px 0 0 0;
	border-top: 1px solid #1A1363;
}

#gallery img
{
	width: 120px;
	height: 90px;
	margin: 4px 8px 4px 0;
	padding: 1px;
	border: 1px solid #1A1363;
	filter: alpha(opacity: 75);
}

#gallery a:hover img
{
	filter: none;
}
