html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* global */
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    min-width: 1024px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Cabin', sans-serif;    
}

/* global - layout */
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: "."; clear: both; height: 0; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.text-center { text-align: center; }
.wrap { width: 760px; margin:auto; }
.pull-top { margin-top: -20px; }
.push-left { margin-left: 50px; }
.column-a { width:350px; }
.column-b { width:350px; }
.column-c { width:; }
.rounded { -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }

/* global - content styles */
.content h1, .content h2, .content h3, .content h4,  .content h5, .content h6,
.content p, .content ul, .content ol, .content table {
    margin-bottom: 20px;
    line-height: 24px;
}

.content ul, .content ol {
    margin-left: 50px;
}

.content ul {
    list-style: disc;
}

.content ol {
    list-style: decimal;
}

.content h1 { font-size: 2em; color: #FF0000; }
.content h2 { font-size: 1.6em; color: #FF0000; }
.content h3 { font-size: 1.4em; color: #FF0000; }
.content h4 { font-size: 1.2em; }
.content h5 { font-size: 1.1em; }
.content h6 { font-size: 1em; }


/* section - top */
#top {
    background-color: #C7EAFB;
}

#sitelogo {
    line-height: 60px;
    color: #FFFFFF;
    font-size: 10px;
}

#sitelogo a {
    color: #FFFFFF;
    text-decoration: none;

}

#topnav > ul > li {
    float: left;
    display: inline;
    line-height: 60px;
    margin-left: 30px;
    position: relative;
}

#topnav > ul > li > a {
    color: #00458C;
    text-decoration: none;
}

#topnav > ul > li:hover > a, #topnav > ul > li.active a {
    color: #FF0000;
}

#topnav > ul > li > ul {
    position: absolute;
    display: none;
    background-color: #00458C;
    padding: 5px 20px;
    width: 200px;
    left: -20px;
    z-index: 9999;
}

#topnav > ul > li > ul > li {
    line-height: 35px;
    border-bottom: 1px #ccc solid;
}

#topnav > ul > li > ul > li:last-child {
    border-bottom: none;
}

#topnav > ul > li > ul > li > a {
    color: #6DCFF6;
    text-decoration: none;
}

#topnav > ul > li > ul > li > a:hover {
    color: #FFFFFF;
}

#topnav > ul > li:hover ul {
    display: block;
}

/* section - splash */
#splash {
    background-color: #00458C;
    padding: 20px 0;
		
}

#splash-slider {
    background-color: #FFFFFF;
    height: 480px;
    overflow: hidden;
	padding: 10px;
    margin-bottom: 20px;
}

#slider-nav {
    text-align: center;
		}

#slider-nav > a {
    text-decoration: none;
    background-color: #FFFFFF;
    display: inline-block;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 5px;
}

#slider-nav a.activeSlide{background-color: #C7EAFB;}

/* section - main */
#main {
    padding: 40px 0 20px 0;
}

/* section - footer */
#footer {
    background-color: #00458C;
    color: #000000;
    padding: 0px 0 0 0;
}

#footer a {
    color: #000000;
    text-decoration: none;
}

#footer a:hover {
    color: #000000;
    text-decoration: underline;
    color: #167f39;    
}

#footer #copyright {
    background-color: #C7EAFB;
    padding: 0px 0;
    font-size: 11px;
}

#footer #copyright a {
    color: #FFFFFF;
}

.widget ul {
    margin-left: 0;
    list-style: none;
}

/* contact form */
.contact-form {
    padding-bottom: 20px;
}

.contact-form ul {
    margin-left: 0;
    list-style: none;
    line-height: normal;
}

.contact-form ul li {
    margin-bottom: 10px;
}

.contact-form label {
    display: inline-block;
    width: 80px;
    margin-right: 5px;
    vertical-align:middle;
}

.contact-form .textinput {
    width: 350px;
    padding: 5px;
    border: 1px #ccc solid;
    vertical-align:middle;
    outline: none;
}


.contact-form textarea {
    width: 350px;
    height: 100px;
    padding: 5px;
    border: 1px #ccc solid;
    vertical-align:top;
    outline: none;
}

.contact-form .textinput:focus, .contact-form textarea:focus {
    border-color: green;
}

.contact-form .btn-submit {
    display: block;
    margin: auto;
}

/* */
@media (max-width: 780px) {
    body {min-width: 100%;}
}

@media (max-width: 750px) {
    body {min-width: 100%;}
    #topnav > ul > li {display: inline; margin-left: 10; margin-right: 10px; float: none; line-height: 40px;}
    #topnav > ul > li > ul {font-size: 11px}
    .wrap {width: 90%;}
    #splash-slider {height: auto !important; height: 200px !important}
    #splash-slider img {width: 100% !important; height: 200px !important;}
    .left, .right {float: none;}
    .column-a, .column-b, .column-c {width: 100%;}
    .push-left {margin-left: 0;}
	#footer #copyright {font-size: 8px;}
    .contact-form .textinput, .contact-form textarea {width: 100%;}
}