/* ==========================================================================
   Base styles
   ========================================================================== */
html,
button,
input,
select,
textarea {
    color: #222;
}
html {
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
img,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Begin Primary Styles
   ========================================================================== */
a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.border {
	border: 1px solid black;
}
.container {
	width: 1400px;
	margin: 0 auto;
}
.float-left {
	float: left;
}
.float-right {
	float-right;
}
body {
	font: 400 34px/40px 'Pontano Sans', sans-serif;
	color: #464646;
}
div#main-wrapper {
	width: 1400px;
	margin: 0 auto;
}
/* Main Header */
/* Main Logo */
div#main-logo {
	width: 700px;
	float: left;
}
/* Navigation */
nav#main-nav {
	width: 700px;
	float: right;
	text-align: center;
}
nav#main-nav ul {
	padding: 0;
	margin: 0;
	float: right;
}
nav#main-nav ul li {
	width: 216px;
	padding: 16px 0;	
	margin-bottom: 20px;
}
nav#main-nav ul li:nth-child(1) {
	background-color: #00aeef;	
}
nav#main-nav ul li:nth-child(2) {
	background-color: #006eaa;	
}
nav#main-nav ul li:nth-child(3) {
	background-color: #0c044e;	
}
nav#main-nav ul li a {
	font-family: 'PT Sans', sans-serif;
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;	
	text-decoration: none;
}
nav#main-nav ul li a:hover, 
nav#main-nav ul li a:active {
	color: red;
}
.current-nav-item {
	color: red !important;
}
/* Main Content */
div#main-content {
	margin-top: 40px;
	min-height: 500px;
}
/* Footer */
footer#main-footer {
	clear: both;
	text-align: center;
	padding: 20px 0; 
	background-color: #006eaa;
	margin-top: 40px;
}
footer#main-footer p {	
	color: #fff;
	font-size: 24px;
}
footer#main-footer a {	
	text-decoration: none;
}

/* Home Page */
/* Main Slideshow */
div#main-slideshow {
	width: 1400px;
	height: 646px;
}
div#home-tr {
	width: 854px;
	margin-left: 40px;
	float: right;
}
div#home-tr h2 {
	margin: 0;
	color: #006eaa;
	font-family: 'PT Sans', sans-serif;
	font-size: 50px;
	font-weight: 700;
}
div#home-tr p {
	margin-top: 20px;
}
div#main-tagline  {
	clear: both;
	margin-top: 10px;	
}
div#main-tagline h1 {
	font-family: 'PT Sans', sans-serif;
	color: #006eaa;
	font-size: 48px;
	font-weight: 400;
	line-height: 58px;
	margin: 0;
	letter-spacing: 2px;
	padding-top: 20px;	
}
div#main-tagline h1 span {
	font-family: 'PT Sans', sans-serif;
	font-size: 52px;
	font-weight: 700;
}
div#home-bottom {
	margin-top: 20px;
	height: 381px;
}
div#home-bl {
	width: 680px;
	float: left;
}
div#home-br {
	width: 680px;
	float: right;
}

/* About Page */
div.title-bar {	
	padding: 16px 0;
	background-color: #0c044e;
	text-align: center;
}
div.title-bar h1 {
	font-family: 'PT Sans', sans-serif;
	color: #ffffff;
	font-size: 50px;
	font-weight: 700;	
	margin: 0;
}
div.text-box {
	background-color: #006eaa;
	padding: 30px 0;
	text-align: center;
}
div.text-box p {	
	color: #ffffff;
	font-size: 34px;
	line-height: 40px;
}
div#about-left {
	width: 435px;
	float: left;
}
img.vertical-column-images {
	margin-bottom: 40px;
	display: block;	
}
div#about-right {
	width: 925px;
	float: right;
	/*margin-right: 40px;*/
}
div#about-right p {	
	font-size: 28px;
	line-height: 31px;
}
div#about-right p:nth-child(1) {
	margin-top: 0;
}

/* Contact Page */
div#contact-content {}
div.text-box p {
	text-align: center;
}
div#contact-left {
	width: 668px;	
	float: left;	
}
div#contact-left img {
	margin-top: 140px;
}
div#contact-right {
	width: 692px;		
	float: right;
	margin-bottom: 20px;
}
div#contact-content div#main-tagline h1 {
	margin: 30px 0 0;
}
/* Contact Form */
form#fsc_form1 div input#fsc_name1,
form#fsc_form1 div input#fsc_email1,
form#fsc_form1 div textarea#fsc_message1 {
	width: 692px;
	border: 3px solid #006eaa;
}
form#fsc_form1 div textarea#fsc_message1 {
	height: 200px;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
