* { padding: 0; margin: 0; outline: 0; }

::-moz-selection{
	background:#07a;
	color:#fff;
	text-shadow:none;
}

body {
	background-color:#16283a;
	width:100%;
	color:#333;
}

#sectionHead {
	height:75px;
	background-color:#16283a;
	position:fixed;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	z-index:1000;
	top:0;
	cursor:default;
}

#static {
	position:relative;
	width:auto;
}

#headTwo {
	height:55px;
	width:990px;
	margin:auto;
	position:relative;
	padding-right:25px;
}

#headTwo img {
	width:100px;
	height:96px;
	padding-left:30px;
	padding-top:5px;
	position:absolute;
}

#headTwo h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#CCC;
	position:relative;
	text-transform:uppercase;
	padding: 28px 0 0 124px;
}

#menu {
	width:auto;
	height:auto;
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #FFF), color-stop(100%, #cccccc));
	background-image:-webkit-linear-gradient(#FFF,#cccccc);
	background-image:-moz-linear-gradient(#FFF,#cccccc);
	background-image:-o-linear-gradient(#FFF,#cccccc);
	background-image:linear-gradient(#FFF,#cccccc);
	border-bottom-color:#000;
	border-top-color:#FFF;
	border-style:solid;
	border-width:1px;
}

#spry {
	width:990px;
	height:30px;
	margin:auto;
}

nav {
	display:inline;
	text-shadow:rgba(0,0,0,0.6) 0 0 0,rgba(255,255,255,0.6) 0 1px 0;
}

nav ul {
	float: right;
	display: inline;
	font-size: 13px;
	font-family:Verdana, Geneva, sans-serif;
	color: #333;
	text-transform: uppercase;
	font-weight:bold;
	padding-top:7px;
}

nav ul li {
	float: left;
	display: inline;
	border-right:1px;
	border-right-color:#333;
	border-right-style:solid;
}

nav ul li a {
	float: left;
	display: inline;
	color:#333;
	text-decoration: none;
	padding: 0 12px 0 12px;
	-webkit-transition:all 0.15s ease-in-out;
	-moz-transition:all 0.15s ease-in-out;
	-o-transition:all 0.15s ease-in-out;
	transition:all 0.15s ease-in-out;
}

nav ul li a:hover {
	text-decoration: none;
	color:#839AB4;
}

nav ul li a.current {
	color:#839AB4;
	cursor:default;
}

nav ul li.end {
	border:hidden;
}

#shadow {
	margin:auto;
	width:980px;
	height:6px;
}

#shadow img {
	width:980px;
}

#sectionFeature {
	background-color:#16283a;
	top:0;
	width:100%;
	background-repeat:no-repeat;
	position:fixed;
	z-index:-1000;
	cursor:default;
	margin-top:20px;
}

#featureImage {
	width:980px;
	margin:auto;
}

#featureImage img {
	width:980px;
	height:auto;
	margin:auto;
}

#sectionMain {
	height:auto;
	background-color:#839AB4;
	margin-left:auto;
	margin-right:auto;
	margin-top:500px;
	width:100%;
	padding-top:25px;
	padding-bottom:10px;
	border-top-color:#FFF;
	border-top-style:solid;
	border-top-width:1px;
}

#main {
	height:auto;
	width:980px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

#content {
	font-size:14px;
	cursor:default;
}

#contentOne {
	height:auto;
	overflow:auto;
	color:#333;
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #FFF), color-stop(100%, #cccccc));
	background-image:-webkit-linear-gradient(#FFF,#cccccc);
	background-image:-moz-linear-gradient(#FFF,#cccccc);
	background-image:-o-linear-gradient(#FFF,#cccccc);
	background-image:linear-gradient(#FFF,#cccccc);
	border-bottom-color:#000;
	border-top-color:#FFF;
	border-left-color:#FFF;
	border-right-color:#000;
	border-style:solid;
	border-width:1px;
	padding:35px 35px 35px 35px;
}

#contentOne h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-transform:uppercase;
}

#contentOne hr {
	margin-top:5px;
}

#contentOne p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	padding-top:15px;
	line-height:20px;
}

#contentOne a {
	text-decoration:none;
	color:#333;
}

#contentOne a:hover {
	color:#333;
}

#sectionFooter {
	width:100%;
	margin:auto;
	height:70px;
}

footer {
	width:auto;
	height:25px;
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #FFF), color-stop(100%, #cccccc));
	background-image:-webkit-linear-gradient(#FFF,#cccccc);
	background-image:-moz-linear-gradient(#FFF,#cccccc);
	background-image:-o-linear-gradient(#FFF,#cccccc);
	background-image:linear-gradient(#FFF,#cccccc);
	border-bottom-color:#000;
	border-top-color:#FFF;
	border-style:solid;
	border-width:1px;
}

#legal {
	width:990px;
	height:25px;
	margin:auto;
}

#legal ul {
	float: right;
	display: inline;
	font-size: 11px;
	font-family:Verdana, Geneva, sans-serif;
	color: #333;
	text-transform: uppercase;
	font-weight:bold;
	text-shadow:rgba(0,0,0,0.6) 0 0 0,rgba(255,255,255,0.6) 0 1px 0;
	padding-top:5px;
	padding-bottom:7px;
}

#legal ul li {
	float: left;
	display: inline;
	border-right:1px;
	border-right-color:#333;
	border-right-style:solid;
}

#legal ul li a {
	float: left;
	display: inline;
	color:#333;
	text-decoration: none;
	padding: 0 12px 0 12px;
	-webkit-transition:all 0.15s ease-in-out;
	-moz-transition:all 0.15s ease-in-out;
	-o-transition:all 0.15s ease-in-out;
	transition:all 0.15s ease-in-out;
}

#legal ul li a:hover {
	text-decoration: none;
	color:#839AB4;
}

#legal ul li.follow {
	color:#369;
	font-size:11px;
	cursor:default;
	padding-right:12px;
}

#legal ul li.last {
	border:hidden;
}

#shadowBottom {
	margin:auto;
	width:1044px;
	height:9px;
}

#copyright {
	text-align:center;
	width:990px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	padding-top:3px;
}

#copyright ul {
	font-size:9px;
	font-family:Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight:bold;
	color:#839AB4;
	font-size:10px;
	cursor:default;
	list-style:none;
}