@charset "utf-8";
/* CSS Document */
body {
	background: #46BBD2;
    background: url('../images/pageglare.png') no-repeat, -webkit-linear-gradient(top, #1B616F 0, #32B4CD 205px, #B9E5EE 500px) no-repeat;
    background: url('../images/pageglare.png') no-repeat, -moz-linear-gradient(top, #1B616F 0, #32B4CD 205px, #B9E5EE 500px) no-repeat;
    background: url('../images/pageglare.png') no-repeat, -o-linear-gradient(top, #1B616F 0, #32B4CD 205px, #B9E5EE 500px) no-repeat;
    background: url('../images/pageglare.png') no-repeat, -ms-linear-gradient(top, #1B616F 0, #32B4CD 205px, #B9E5EE 500px) no-repeat;
    background: url('../images/pageglare.png') no-repeat, linear-gradient(top, #1B616F 0, #32B4CD 205px, #B9E5EE 500px) no-repeat;
    -svg-background: url('../images/pageglare.png') no-repeat, linear-gradient(top, #1B616F 0, #32B4CD 205px, #B9E5EE 500px) no-repeat;
    background-attachment: fixed, fixed !important;
}
/* === Header Styling === */
header {
	margin: 1em auto;
	max-width: 1200px;
	background-color: rgba(255,255,255,0.30);
	border-radius: 2em;
}
header img {
	border-radius: 2em;
}
/* === Navigation Bar Styling === */
.f-nav {
	clear: both;
	z-index: 1500; 
	position: fixed; 
	left: 0;
	top: 0;
	margin: 0 auto;
	width: 100%;
	max-height: 40px;
	background-color: #000000;
	background-image: -moz-linear-gradient(top, #474747, #000000);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#474747), to(#000000));
	background-image: -webkit-linear-gradient(top, #474747, #000000);
	background-image: -o-linear-gradient(top, #474747, #000000);
	background-image: linear-gradient(to bottom, #474747, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff474747', endColorstr='#ff000000', GradientType=0);
	border-bottom: 1px solid #FFF;
}
.navigation-container {
        margin-left: 0;
        margin-right: 0;
}
.navigation {
	max-width: 1200px;
	margin: 0 auto;
}
.navbar {
	margin-bottom: 0;
}
.navbar-inner {
	min-height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #000000;
	background-image: -moz-linear-gradient(top, #474747, #000000);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#474747), to(#000000));
	background-image: -webkit-linear-gradient(top, #474747, #000000);
	background-image: -o-linear-gradient(top, #474747, #000000);
	background-image: linear-gradient(to bottom, #474747, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff474747', endColorstr='#ff000000', GradientType=0);
	background-repeat: repeat-x;
	border: none;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	*zoom: 1;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.navbar .nav > li > a {
	float: none;
	padding: 10px 15px;
	color: #FFF;
	text-shadow: 0px 1px 0px rgba(118,118,118,1.00);
	font-variant: small-caps;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
	color: #222;
	background-color: #E3E3E3;
	text-shadow: 0px 1px 0px rgba(255,255,255,1.00);
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
	color: #222;
	background-color: #E3E3E3;
	-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
       -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
	text-shadow: 0px 1px 0px rgba(255,255,255,1.00);
	font-weight: bold;
}
/* === Navigation Bar Dropdown Styling === */
nav .nav-child {
	position: absolute;
	top: 95%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #E3E3E3;
	
	background-image: -moz-linear-gradient(top, #474747, #000000);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#474747), to(#000000));
	background-image: -webkit-linear-gradient(top, #474747, #000000);
	background-image: -o-linear-gradient(top, #474747, #000000);
	background-image: linear-gradient(to bottom, #474747, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff474747', endColorstr='#ff000000', GradientType=0);

	
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
nav .nav-child.pull-right {
	right: 0;
	left: auto;
}
nav .nav-child .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
}
nav .nav-child a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #fff;
	text-shadow: 0px 1px 0px rgba(14,14,14,1.00);
	white-space: nowrap;
}
nav .nav li {
	position: relative;
}
nav .nav > li:hover > .nav-child,
nav .nav > li > a:focus + .nav-child,
nav .nav li li:hover > .nav-child,
nav .nav li li > a:focus + .nav-child {
	display: block;
}
nav .nav > li > .nav-child:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #444444;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0,0,0,0.2);
	content: '';
}
nav .nav > li > .nav-child:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #444444;
	border-left: 6px solid transparent;
	content: '';
}
nav .nav li li .nav-child {
	top: -8px;
	left: 100%;
}
nav .nav li li .nav-child:before {
	position: absolute;
	top: 9px;
	left: -7px;
	display: inline-block;
	border-top: 7px solid transparent;
	border-right: 7px solid rgba(0,0,0,0.2);
	border-bottom: 7px solid transparent;
	content: '';
}
nav .nav li li .nav-child:after {
	position: absolute;
	top: 10px;
	left: -6px;
	display: inline-block;
	border-top: 6px solid transparent;
	border-right: 6px solid #ffffff;
	border-bottom: 6px solid transparent;
	content: '';
}
nav .nav-child li > a:hover,
nav .nav-child li > a:focus,
nav .nav-child:hover > a {
	text-decoration: none;
	color: #333;
	text-shadow: 0px 1px 0px rgba(255,255,255,1.00);
	background-color: #E3E3E3;
	background-color: #E3E3E3;
	background-image: -moz-linear-gradient(top,#E3E3E3,#E3E3E3);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#E3E3E3),to(#E3E3E3));
	background-image: -webkit-linear-gradient(top,#E3E3E3,#E3E3E3);
	background-image: -o-linear-gradient(top,#E3E3E3,#E3E3E3);
	background-image: linear-gradient(to bottom,#E3E3E3,#E3E3E3);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffE3E3E3', endColorstr='#ffE3E3E3', GradientType=0);
}
nav .nav-child li.active > a {
	color: #333;
	background-color: #E3E3E3;
	text-shadow: 0px 1px 0px rgba(255,255,255,1.00);
}
/* === Main Content Styling === */
.main-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	background-color: rgba(255,255,255,0.6);
}
.item-page {
	min-height: 450px;
	padding: 1em 1.2em 1.2em 2.2em;
	text-align: justify;
}
.item-page .page-header h2 {
	margin-top: 0;
	font-family: 'Tangerine', Arial, Helvetica, sans-serif;
	font-size: 4em;
	text-shadow: 2px 2px 0px rgba(255,255,255,1.00);
}
.item-page .page-header {
	border-bottom: 1px solid #999;
}
.item-page h3 {
	margin-top: 0;
	font-family: 'Tangerine', Arial, Helvetica, sans-serif;
	font-size: 3em;
	text-shadow: 2px 2px 0px rgba(255,255,255,1.00);
}
.item-page h3 a {
	color: #333;
}
.item-page h3 a:hover {
	text-decoration: none;
}
.item-page a {
	color: #0816B1;
}
.item-page blockquote p {
    margin-bottom: 20px;
}
.pager {
	margin: 10px 0;
}
/* === Right-Sidebar Styling === */
.sidebar {
	padding: 0 2.2em 0 0;
}
.sidebar .moduletable {
	margin-bottom: 1em;
	padding: 15px;
	background: rgba(51,70,104,0.8);
	border-radius: 8px;
	box-shadow: 0 9px 7px -7px black;
}
.sidebar h3 {
	margin-top: 0;
	color: #fff;
	font-family: 'Tangerine', Arial, Helvetica, sans-serif;
	font-size: 3em;
	text-shadow: 2px 2px 0px rgba(51,51,51,1);
	border-bottom: 1px solid #ddd;
}
.sidebar .moduletable a {
	color: #fff;
	text-shadow: 1px 1px 0px rgba(55,51,51,1.00);
}
.sidebar .moduletable form {
	display: block;
	margin: 0 auto;
}
/* === Breadcrumbs Styling === */
.bcrumbs {
	max-width: 1200px;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.6);
}
.breadcrumb {
	margin: 0 2.2em 10px 2.2em;
}
/* === Contact Form Styling === */
#form12 {
	padding: 0 15px;
	background: rgba(51,70,104,0.8);
	border-radius: 8px;
	box-shadow: 0 9px 7px -7px black;
}
#form12 .wdform-label {
	text-shadow: 1px 1px 0px rgba(55,51,51,1.00);
}
#form12 .button-submit,
#form12 .button-reset {
	border-radius: 5px;
}
form {
	margin-bottom: 0;
}
/* === Footer Styling === */
footer {
	max-width: 1200px;
	margin: 0 auto 1em auto;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, #000000 0%, #1c1c1c 50%, #474747 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(50%,#1c1c1c), color-stop(100%,#474747)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #000000 0%,#1c1c1c 50%,#474747 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #000000 0%,#1c1c1c 50%,#474747 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #000000 0%,#1c1c1c 50%,#474747 100%); /* IE10+ */
	background: linear-gradient(to bottom, #000000 0%,#1c1c1c 50%,#474747 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#474747',GradientType=0 );
	color: #fff;
}
footer .footer-left,
footer .footer-right {
	padding: 2.2em 2.2em;
	text-align: center;
}
footer .footer-left p,
footer .footer-right p {
	margin: 0;
}
