@import 'reset.css';
@charset "UTF-8";
/* CSS Document */

/*----------------------------------------------------------------------------------*/

/*	1. Structure and Layout

/*----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/

/*	2. Header Styles

/*-----------------------------------------------------------------------------------*/

#header {
	margin: 0 auto;
	width: 900px;
	height: 90px;
}

/*-----------------------------------------------------------------------------------*/

/*	3. Navigation Styles

/*-----------------------------------------------------------------------------------*/

.nav {
	margin:0 auto;
	padding:0;	
	width:900px;
	height:30px;
	color:#fff;
	font-size:13px;
	border-top:#0078DE solid 1px;
	z-index:99;
}

.nav ul ul {
	display: none;

}
	.nav ul li:hover > ul {
	display: block;
	}

.nav ul {
	width:inherit;
	margin: 0 auto;
	padding: 0;
	background: linear-gradient(top, #033483 0%, #080B14 100%);  
	background: -moz-linear-gradient(top, #033483 0%, #080B14 100%); 
	background: -webkit-linear-gradient(top, #033483 0%,#080B14 100%);
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	list-style: none;
	position: relative;
	display: inline-table;
}
	.nav ul:after {
		content: ""; clear: both; display: block;
	}

.nav ul li {
	float: left;
}

	.nav ul li:hover {
		background: #4b545f;
		background: linear-gradient(top, #70788D 0%, #5f6975 40%);
		background: -moz-linear-gradient(top, #70788D 0%, #5f6975 40%);
		background: -webkit-linear-gradient(top, #70788D 0%,#5f6975 40%);
	}

		.nav ul li:hover a {
			color: #fff;
		}

	.nav ul li a {
		display: block; padding: 10px 20px;
		color: #fff; text-decoration: none;
	}

.nav ul ul {
	background: #5f6975; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
}

	.nav ul ul li {
		float: none; 
		border-top: 1px solid #6b727c;
		border-bottom: 1px solid #575f6a;
		position: relative;
		width: 100%;
	}

		.nav ul ul li a {
			padding: 10px 20px;
			color: #fff;
		}	

			.nav ul ul li a:hover {
				background: #4b545f;
			}

.nav ul ul ul {
	position: absolute; left: 100%; top:0;
}

/*-----------------------------------------------------------------------------------*/

/*	4. Animation Styles

/*-----------------------------------------------------------------------------------*/

#animation {
	margin: 0 auto 0 auto;
	width:900px;
	height:266px;
	background-color:#0050be;
	z-index:1;
}

#animationBottom {
	margin: 0 auto;
	width:900px;
	height:50px;
	background-image:url(../Images/Structure/Spacer.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

/*-----------------------------------------------------------------------------------*/

/*	5. Body Styles

/*-----------------------------------------------------------------------------------*/

body {
	top: 0;
	bottom: 10px;
	overflow:scroll;
	background-color: #e6e6e6;
	background-image: url(../Images/Structure/BG.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#mainContent {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	width:900px;
	height:auto;
	margin: -4px auto 0 auto;
	padding-bottom:10px;
	background-color:#FFF;
	font-size:12px;
}

/*#mainContentBottom {
	position:static;
	margin-top:-14px;
	padding-bottom:-40px;
	margin-bottom:20px;
}*/

.article {
	width:225px;
	height:auto;
	float:left;
	margin:10px 0 10px 0;
	padding-top:0 0 10px 0;
	color:#333333;
}

/*.article img {
	margin-left:15px;
	margin-right:15px;
	margin-bottom:10px;
}*/

.article h1 {
	color:#0050be;
	font-weight:bold;
	letter-spacing:0em;
	font-size:20px;
	margin-left:15px;
	margin-right:15px;
	text-align:center;
}

.article p {
	margin:10px 15px auto 15px;
	font-size:12px;
	line-height:14px;
}

.article ul {
	list-style:disc;
	line-height:16px;
	margin:16px 10px auto 30px;
}

.article ul li {
	padding-left:0;
	margin:2px auto 10px;
}

.article p a:link {color:#0050be;text-decoration:underline;font-weight:bold;}
.article p a:active {color:#0050be;text-decoration:underline;font-weight:bold;}
.article p a:visited {color:#0050be;text-decoration:underline;font-weight:bold;}
.article p a:hover {color:#2983ff;text-decoration:underline;font-weight:bold;}

.bold {
	font-weight:bold;
}

.learnMore a:link {color:#01afef;text-decoration:none;font-weight:bold;clear:both;}
.learnMore a:active {color:#01afef;text-decoration:none;font-weight:bold;}
.learnMore a:visited {color:#01afef;text-decoration:none;font-weight:bold;}
.learnMore a:hover {color:#0050be;text-decoration:underline;font-weight:bold;}

.learnMore {
	width:195px;
	padding-top:6px;
	border-top:1px solid #c0c0c0;
	text-align:right;
	font-size:13px;
	margin:10px auto 0 15px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*-----------------------------------------------------------------------------------*/

/*	6. Footer Styles

/*-----------------------------------------------------------------------------------*/

#footer {
	clear:both;
	margin: 0 auto;
	background-image: url(../Images/Structure/Footer.gif);
	width: 900px;
	height: 110px;
	border: none;
}

.copyright {
	position:relative;
	top: 59px;
	right: 65px;	
	color: white;
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
	line-height:14px;
}

.copyright a {
	text-decoration: none;
	color:#06F;
}

a.sitecredit span.text1 { display:inline;}
a.sitecredit:hover span.text1 {	display:none;}
a.sitecredit span.text2 {	display:none;}
a.sitecredit:hover span.text2 {	display:inline; color: #FFF}