@charset "UTF-8";
/* CSS Document */

/**
*General HTML Body Styling
*/

* {margin:0;padding:0}

body {
	font: 75% 1em "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	background-color: #fff;
}

bodyAbout {
	margin-top: 0px;
	font: 75% 1em "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	background-color: #0C3365 !important; 
}

/*

*/

#horizon        
	{
	color: none;
	background-color: none;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	}

#content    
	{
	background-image: url(../background.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: -960px;
	position: absolute;
	top: -540px;
	left: 50%;
	width: 1920px;
	height: 1080px;
	visibility: visible;
	overflow:visible;
	}


p {
	line-height: 1.35em;
}

.alignright {
text-align:right;
}

#header {
	height: 80px;
	margin: 0 auto;
	text-align: center;
	width:900px;
	background: none;
}

#container {
	width: 600px;
	margin: 0 auto;
	background: none;
}

#rightColumn {
	float: right;
	width: 150px;
	margin: 0;
	margin-top: 20px;
	padding: 1em;
	min-height: 600px;
}

#footer {
	position:absolute;
	clear: both;
	color:#666;
	text-align: center;
	margin: 0px auto;
	margin-top: 0px;
	top: 100px;
	margin-left: -300px;
	left: 50%;
	top: 750px;
	width: 600px;
	height: 40px;
	line-height: 1.0em;
	background: none;
	padding: 1em 0;
	padding-left: 0px;
	padding-right: 0px;
}

#logo {
	margin-left: auto;
	margin-right: auto;
}

h2 {
    display: inline;
	color: white;
	text-decoration: none;
}

h2 a {
    display: inline;
	color: #0C3365;
	text-decoration: none;
}

h3 {
	padding-top: none;
	color: #FFFFFF;
	text-decoration: none;
}

h3 a {
	font-size: 16px;
	color:#02cb02;
	text-decoration: none;
}

h3 a:hover {
	color:#00FF00;
	text-decoration: none;
}

#panels {
	position: absolute;
    height: 396px;
    width: 396px;
	top: -225px;
	margin-left:-207px;
	left: 50%;
	padding-left: 0px;
	list-style-type: none;
	z-index:5;
}

#panelsAbout {
	position: relative;
    height: 528px;
    width: 528px;
    margin: 24px 0;
	padding-left: 0px;
	list-style-type: none;
}

#panels ul {
	list-style-type: none;
	background: white;
}

#panels li {
    width: 132px;
    height: 132px;
    float: left;
    margin-right: 0px;
    position: relative;
}

#panels li div {
    width: 132px;
    height: 132px;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

#panels li div.back {
    left: -999em;
}

#topLeftPanel {
	background: none;
}

#topMiddlePanel {
	background: none;
	margin-top: 60px;
}

#topRightPanel {
	background: none;
}

#middleLeftPanel {
	background: none;
	margin-top: 70px;
}

#middlePanel {
	background: none;
}

#middleRightPanel {
	background: none;
}

#bottomLeftPanel {
}

#bottomMiddlePanel {
	margin-top: 10px;
}

#bottomRightPanel {
	margin-top: 70px;
}

#backTopLeftPanel {
	margin-top: -20px;
}

#backTopMiddlePanel {
	margin-top: 35px;
}

#backTopRightPanel {
}

#backMiddleLeftPanel {
	margin-top: 40px;
}

#backMiddlePanel {
}

#backMiddleRightPanel {
	margin-top: -20px;
}

#backBottomLeftPanel {
}

#backBottomMiddlePanel {
	margin-top: -10px;
}

#backBottomRightPanel {
	margin-top: 50px;
}

#description {
	line-height: 1.5em;
	top: 50px;
	display: block;
	position: absolute;
	width: 400px;
	text-align: center;	
	color: #CCCCCC;
	z-index:2;
}



