@charset "UTF-8";
/* CSS Document */

body {
background: #fff;
margin:0 auto;
height: 100%;
color:#666;
font-size:100%;
font-family:'robotolight', "Helvetica Neue", Helvetica, Arial, sans-serif;
text-align: center;
padding: 0;
margin:0;}

p {
margin: 0 0 15px 0;
line-height: 170%;
}
	
ul {margin:0 0 10px 20px; padding:0; line-height: 170%;}

li {margin: 0 0 5px 20px;}

strong {
	font-family:'robotoregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:normal;}
	
em, i {
	}


a, a:link, a:visited {
	color:#148edb;
	text-decoration: none;
	font-weight:normal;}

a:hover {text-decoration:underline;}
a:focus, a:active {color:#047ea4;}


   .container {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
	  -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      -o-flex-flow: row wrap;
      flex-flow: row wrap;
	  margin-left: auto;
      margin-right: auto;
   }


	@media (min-width: 1200px) {
      .container {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;}
    }
	
	@media (max-width: 1250px) {
      .container {
        /*width: 95%;
        margin-left: 30px;
        margin-right: 30px;*/}
	}

	 
 .c1 {width: 100%;} /*header*/
 .c2 {} /*header h1*/
 .c3 {width: 100%;} /*nav*/
 .c4 {width: 100%} /*content*/
 .c5 {}
 .c6 {width:80%;} /*sponsors*/
 .c7 {width:8%;} /*sponsor logos*/
 .c7a {width:15%;} /*sponsor logos wide*/
 .c8 {width: 100%;} /*footer*/


#wrapper {
	padding:0;
	clear:both;	}

header {
	padding:10px 0 0;
	margin: 0;
	position:relative;
	background: #148edb url(images/swirls_wide_bg.jpg) repeat-x center top;
	background-repeat:no-repeat;
	background-position:bottom;
	background-size:cover;}
	
header h1, header nav {display:inline-block;}
	
header h1 {
	padding: 0;
	float:left;
	margin:0;}
	

.logo {
	width:325px;
	padding: 10px 0 0;
	margin:0 0 15px 8%;}

.logo img {width:100%; height:auto;}


#social {
	margin:0 8% 0 0;
	padding: 6px 0 0 0;
	width:220px;
	text-align:right;
	line-height: 110%;
	font-size:105%;
	color:#fff;
	float:right;	}

#social img {padding:0 0 0 10px; margin: 0 0 4px 0; vertical-align:middle;}

#social p {
	padding:2px 3px;
	margin:0 0 2px 0;
	color:#fff;
	line-height:20px;
	text-decoration:none;}
	
.enews {text-align:center;}

#social a, social a:link, social a:visited {
	padding:2px 3px;
	margin:0 0 2px 0;
	color:#fff;
	line-height:20px;
	text-decoration:none;}

#social a:hover {
	background-color: #148edb; 
	color:#fff;}	


nav {
	padding: 0;
	margin: 0;
	color:#fff;
	background-color:#0070a2;
	font-size:120%;
	text-align:center;	}

nav:after {
	content:"";
	display:table;
	clear:both;}

nav ul {
	display: inline-block;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;}
	
nav ul li {
	margin: 0;
	display:inline-block;
	padding: 0;}

nav ul ul {
	display: none;
	position: absolute; 
	margin:0 0 0 -45px;
	text-align:left;
	top:100%;}
	
nav ul li:hover > ul {display:inherit;}
	
nav ul ul li {
	width:170px;
	display:list-item;
	position: relative;}
	
nav a, nav a:link, nav a:visited {
	font-family: 'roboto_condensedlight', "Helvetica Neue", Helvetica, Arial, sans-serif; 
	display:block;
	padding:10px 14px;
	color:#fff;
	line-height:20px;
	text-decoration:none;}

nav a:hover {
	background-color: #148edb; 
	color:#fff;}	
	
.submenu a, .submenu a:link, .submenu a:visited {
	text-transform:none; 
	background: #0070a2;
	font-size:90%;
	line-height:120%;
	letter-spacing:normal;
	padding:	10px 15px;}
	
.submenu a:hover {background-color: #148edb;}

.menu {display:none;}
.services {margin-left:-46px;}
.who {margin-left:-59px;}
.what {margin-left:-70px;}

#content {
	text-align:left;
	margin: 40px 10% 40px;	
	min-height:400px;
	max-width:1400px;}
	

h1 {	
	font-weight:normal;
	margin:0 0 5px 0;
	font-size:205%;
	color:#0070a2;
	line-height:115%;}
	
h2 {	
	font-weight:normal;
	margin:2px 0 20px;
	font-size:155%;
	color:#0070a2;
	line-height:100%;}

h3 {	
	font-weight:normal;
	margin:20px 0 10px 0;
	font-size:155%;
	color:#0070a2;}
	
h4 {
	font-weight:normal;
	margin:0 0 15px;
	font-size:140%;
	color:#547890;}

h5 {
	font-weight:normal;
	margin:20px 0 0;
	font-size:120%;}

h6 {
	font-weight:normal;
	font-family:'robotolight_italic', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:100%;
	margin: 0 0 10px;}
	

.item_container { }


.photo_r {
	float:right;
	width:300px;
	text-align:center;
	margin:10px 0 0 20px;}

.photo_l {
	float:left;
	width:300px;
	text-align:center;
	margin:10px 20px 0 0;}
	
.photo_r img, .photo_l img {width:100%; height:auto;}

.center {text-align:center; width:100%;}


.divider {
	width:80%;
	margin: 40px 10%;
	border-top: #047ea4 1px solid;}
	
.clear {clear:both;}
.hidden {visibility:hidden; position:absolute;}
.m_hidden { }
.f_hidden { }

.copyright {float:right; margin:0; text-align:right; font-size:85%;}

.textright {text-align:right; margin:-22px 0 20px 0; font-style:italic;}

#footer {
	background: rgba(208, 231, 244, 0.9);
    bottom: 0;
    clear: both;
    left: 0;
    margin: 30px 0 0 0;
    padding: 8px 0;
    position: fixed;
	font-size:95%;
	text-align:center;}

#footer p {padding: 0; margin:0;}

#footer a, #footer a:link, #footer a:visited {color:#666;}
#footer a:hover {text-decoration:none; color:#148edb;}
#footer a:focus, #footer a:active {color:#047ea4;}

#footer img {vertical-align:middle;}
	
	
.info {float:left; margin: 0 0 0 20px;}

.space {padding:0 10px;}
.small {font-size:85%;}

.design {font-size:85%; float:right;}



@font-face {
    font-family: 'robotolight';
    src: url('fonts/roboto-light-webfont.eot');
    src: url('fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-light-webfont.woff2') format('woff2'),
         url('fonts/roboto-light-webfont.woff') format('woff'),
         url('fonts/roboto-light-webfont.ttf') format('truetype'),
         url('fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'robotolight_italic';
    src: url('fonts/roboto-lightitalic-webfont.eot');
    src: url('fonts/roboto-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-lightitalic-webfont.woff2') format('woff2'),
         url('fonts/roboto-lightitalic-webfont.woff') format('woff'),
         url('fonts/roboto-lightitalic-webfont.ttf') format('truetype'),
         url('fonts/roboto-lightitalic-webfont.svg#robotolight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'robotoregular';
    src: url('fonts/roboto-regular-webfont.eot');
    src: url('fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('fonts/roboto-regular-webfont.woff') format('woff'),
         url('fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'roboto_condensedlight';
    src: url('fonts/robotocondensed-light-webfont.eot');
    src: url('fonts/robotocondensed-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/robotocondensed-light-webfont.woff2') format('woff2'),
         url('fonts/robotocondensed-light-webfont.woff') format('woff'),
         url('fonts/robotocondensed-light-webfont.ttf') format('truetype'),
         url('fonts/robotocondensed-light-webfont.svg#roboto_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;

}


