@import 'normalize.css';
@import 'grid.min.css';
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);

body {
	background: #2685bb;
	margin:0;
	padding: 0px;
	font-family: 'Arial', 'sans-serif';
	font-size: 1.0em;
	color: #333333;
	font-weight: 200;
}

* {
	margin:0;
	padding:0;
}



/** element defaults **/
table {
	width: 100%;
	text-align: left;
}

th, td {
	padding: 10px 10px;
}

th {
	color: #666;
	background: #ccc none repeat-x scroll left top;
}

td {
	border-bottom: 1px solid #ccc;
}

code, blockquote {
	display: block;
	border-left: 5px solid #222;
	padding: 10px;
	margin-bottom: 20px;
}
code {
	background-color: #222;
	color:#ccc;
	border: none;
}

blockquote {
	border-left: 5px solid #222;
}

blockquote p {
	font-style: italic;
	font-family: Arial;
	margin: 0;
	color: #333;
	height: 1%;
}

p {
	line-height: 1.9em;
	margin-bottom: 20px;
}

a {
	color: #2685BB;
	border-bottom: 0px solid #2685BB;
	text-decoration: none;
}

a:hover {
	border-bottom-color: #2685BB;
	color: #2685BB;
	text-decoration: underline;
}

a:focus {
	outline: none;
}


a.button { 
  
    background: linear-gradient(#293f7c, #41548b);
    background-color: #112a6d;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    padding: 8px 15px;
	border: none;
    text-decoration: none;
    text-transform: uppercase;
}

a.button:hover {
	background:#3892D6;
}

a.button-reversed { 
	background: linear-gradient(#333, #111);
	background-color: #222;
	color: #fff;
}

a.button-reversed:hover {
	background: #111;
}


#tabs-1 ul li a {
  color: #2685BB;
	}
#tabs-2 ul li a {
  color: #2685BB;
	}
#tabs-3 ul li a {
  color: #2685BB;
	}
#tabs-4 ul li a {
  color: #2685BB;
	}
#tabs-5 ul li a {
  color: #2685BB;
	}
#tabs-6 ul li a {
  color: #2685BB;
	}	
#tabs-7 ul li a {
  color: #2685BB;
	}	
			

fieldset {
	display: block;
	border: none;
	border-top: 1px solid #ccc;
}

fieldset legend {
	font-weight: bold;
	font-size: 0.9em;
	padding-right: 10px;
	color: #333;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	width: 150px;
}

form input, form select, form textarea {
	padding: 5px;
	color: #333333;
	border: 1px solid #ddd;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

form input.formbutton {
	border: none;
	background: #4498D8;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 10px;
	font-size: 0.8em;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}

form.searchform input {
  font-size: 0.9em;
    padding: 6px;
}

form.searchform p {
	margin: 5px 0;
}


span.required {
	color: #ff0000;
}

h1 {
	color: #000;
	font-family: "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
	font-size: 2.5em;
	text-transform: uppercase;
	padding: 0px 0 0 0;
}

h2 {
	color: #112a6d;
	font-family: "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
	font-size: 2.2em;
	letter-spacing: -1px;
	font-weight: bold;
	padding: 20px 0 5px;
	margin: 0;
}

h3 {
	color: #112a6d;
	font-family: "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
	font-size: 1.8em;
	margin-bottom: 10px;
	letter-spacing: -1px;
}

h4 {
    color: #112a6d;
    font-family: "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
		font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 10px;
}

h5 {
	font-family:Arial;
	padding-bottom: 10px;
	font-size: 1.1em;
	color: #fff;
}

.FGHeavy {
font-family: "Franklin Gothic Heavy", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
						 }

.FGMedium {
font-family: "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
						 }

.FGDemi {
font-family: "Franklin Gothic Demi", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
font-weight: 700;
font-variant: normal;
						 }
						 
.FGBook {
font-family: "Franklin Gothic Book", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
font-style: normal;
	font-variant: normal;
	font-weight: 100;
						 }

ul, ol {
	margin: 0 0 20px 35px;
}

li {
	padding-bottom: 5px;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}

.width {
	max-width: 1100px;
	margin: 0 auto;
	;
}

#container {
	background-color: #2685bb;
	width: auto;
	margin: 0 auto;
}

header {
	padding: 20px;
	margin: 0 auto;
  background-color: #fff;
	text-align: left;
	box-shadow: 0px 4px 5px #DDD;
	height: 180px;
}



header h1 {
	float: left;
}

header h1 a, header h1 a:hover {
    background: linear-gradient(#78B5E3, #3892D6);
    background-color: #62A9DF;
    color: #eee;
    font-size: 1.4em;
    padding: 10px 25px;
    letter-spacing: -2px;
    border-bottom: none;

}


/* END */


.right {
	color: #fff;
	position:absolute;
	right:4%;
	top:65px;
}

.connect {
	color: #fff;
	position:absolute;
	right:12%;
	top:125px;
}

.social {
	color: #fff;
	position:absolute;
	right:14%;
	top:150px;
}

.social-page {
	color: #112a6d;
}


/* OLD Navbar */

.navbar ul {
  list-style: none;
  background-color: #112a6d;
  text-align: center;
  padding: 0;
  margin: 0;
}
.navbar li {
  font-family: 'Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
  font-size: 1.2 em;
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #888;
}
 
.navbar a {
  text-decoration: none;
  color: #fff;
  display: block;
  transition: .3s background-color;
}
 
.navbar a:hover {
  background-color: #cc9900;
}
 
.navbar a.active {
  background-color: #fff;
  color: #444;
  cursor: default;
}
 
@media screen and (min-width: 600px) {
  .navbar li {
    width: 120px;
    border-bottom: none;
    height: 50px;
    line-height: 50px;
    font-size: 1.2em;
  }
 
  /* Option 1 - Display Inline */
  .navbar li {
    display: inline-block;
    margin-right: -4px;
  }
 
  /* Options 2 - Float
  .nav li {
    float: left;
  }
  .nav ul {
    overflow: auto;
    width: 600px;
    margin: 0 auto;
  }
  .nav {
    background-color: #444;
  }
  */
}

/* begin styles for RSS Feed */

.rss-box {
	 margin: 1em;
	 width: 98%;
	 background-color: #fff;
	 border: 0px solid silver;
	 
}
.rss-items {
	margin-top:5px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#000000;
}
p.rss-title {padding:0.5em;}
.rss-title {
	font-size: 12pt;
	background-color: silver;
	color: gray;
	font-weight:bold;
	text-align: left;
	display: none;
}

.rss-item  {
  font-size: 12pt;
  list-style:bullet;
  padding-bottom:1em;
	
}

.rss-item a {
	font-size: 12pt;
	font-weight:bold;
	}
	
.rss-item a:visited {
	color: #112a6d;
}

.rss-item a:hover {
	color: #cc9900;
}

.rss-date {
	font-size: 11pt;
	color: #aaa;
	}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			200px; /* left offset of submenus need to match (see below) */
	margin-top: 	10px;
	padding-top:	0;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			26px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}


/* front page slider styles */
div#jFlowSlide {
	margin:0 auto;
}
div#slides-static {
	padding: 40px 55px 0;
	height:auto;
}
div.slides-container {
	height: 271px;
	overflow: hidden; 
	padding: 20px 20px 30px;
}
div.slides-container div#jFlowSlide {
	height: 315px;
	margin: 0 50px;
}

div.static-slide div { 
	margin: 0 25px; 
}

div.slides-container div.jFlowSlideContainer {
}

span.jFlowPrev, span.jFlowNext {
	background-image:url('slide-prev.gif');
	background-repeat:no-repeat;
	display:block;
	height:41px;
	width:24px;
	float:left;
	margin:0;
	cursor:pointer;
}
span.jFlowPrev span, span.jFlowNext span { display:none; }
span.jFlowNext {
	background-image:url('slide-next.gif');
	float:right;
}
div.slides-container div.controls {
	position:relative;
	top:-220px;
	margin:0 auto;
}
div.slides-container p {
	padding-top: 10px;
	font-size: 1.2em;
	color: #eee;
}
div.slides-container a {
	color: #eee;
}
div.slides-container h2, div#sub-header h2 {
	color: #eee;
	text-shadow: 2px 2px #000;
	font-weight: bold;
}
div.slide-text {
	padding-top: 10px;
}
a.button-slider {
	padding: 15px 20px;
	font-size: 1.2em;
	text-align: center;
	box-shadow: 2px 2px 1px #000;
}

}
.hidden { display:none;  }

img {
	max-width: 100%;
	height: auto;
}

#body {
	background: #fff;
	margin: 0px auto;
 	padding: 30px;
	clear: both;
}

#content {
    float: left;
}

.two-column {
	width: 100%;
}

.three-column {
	width: 46%;
	margin: 0 2%;
}

.with-right-sidebar {
	margin-right: 2%;
}

.with-left-sidebar {
	margin-left: 2%;
}


article {
    padding: 10px 10px 20px 5px;
 }

article h2 {
    padding-bottom: 0;
}

article .article-info {
    color: #c0c0c0;
    font-size: 0.9em;
    letter-spacing: -0.5px;
    padding: 0 0 10px 0;
}

article .article-info a { 
	color: #c0c0c0;
	border-bottom-color: #c0c0c0;
}

/* BRAND Color */
.brand-examples .brand-example.color .swatch {
    padding: 2em;
    width: 100%;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: bold;
}
		
.spd-blue {
    margin: 10px;
		padding: 10px;
		color: #fff;
		background-color: #112a6d;
		}

.blue {
		color: #112a6d;
		}		
		
.spd-gold {
		margin: 10px;
		padding: 10px;
		color: #fff;
		background-color: #cc9900;
		}	

.gold {
		color: #cc9900;
		}	
		
.spd-light-blue {
		margin: 10px;
		padding: 10px;
		color: #fff;
		background-color: #2685bb;
		}			

.spd-secondary-blue {
		margin: 10px;
		padding: 10px;
		color: #fff;
		background-color: #1b5194;
		}		
		
.spd-sky-blue {
		margin: 10px;
		padding: 10px;
		color: #fff;
		background-color: #ccddee;
		}		
		
.spd-turquoise {
		margin: 10px;
		padding: 10px;
		color: #fff;
		background-color: #9bd3dd;
		}	
		
.spd-yellow {
		margin: 10px;
		padding: 10px;
		color: #fff;
		background-color: #fdda24;
		}											

.spd-green {
		margin: 10px;
		padding: 10px;
		color: #fff;
		background-color: #5dc314;
		}				

.spd-dark-green {
		margin: 10px;
		padding: 10px;
		color: #fff;
		background-color: #0d5257;
		}											

.spd-red {
		margin: 10px;
		padding: 10px;
		color: #fff;
		background-color: #be3a34;
		}			
	
.spd-warm-gray-2 {
		margin: 10px;
		padding: 10px;
		color: #fff;
		background-color: #d5d2ca;
		}		
		
.spd-warm-gray-4 {
		margin: 10px;
		padding: 10px;
		color: #fff;
		background-color: #b7b1a9;
		}					

.spd-warm-gray-6 {
		margin: 10px;
		padding: 10px;
		color: #fff;
		background-color: #A59D95;
		}		
		
.spd-warm-gray-8 {
		margin: 10px;
		padding: 10px;
		color: #fff;
		background-color: #8b8178;
		}		
		
.spd-warm-gray-10 {
		margin: 10px;
		padding: 10px;
		color: #fff;
		background-color: #766a62;
		}		
		
.spd-black {
		margin: 10px;
		padding: 10px;
		color: #fff;
		background-color: #000000;
		}		
		
.black {
    color: #000000;				
		}
		
.white {
    color: #fff;				
		}		
		
.bottom-content {
	padding: 20px 10px 10px 10px;
}

bottom .bottom-content ul {
	width: 33%;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

bottom .bottom-content li {
	padding: 5px 5px 5px 5px;
}

.sidebar {
	margin-top: 10px;
}

.small-sidebar { 
   width: 20%;
}

.big-sidebar {
	width: 21%;
}

.left-sidebar { 
	float: left;
	padding: 15px 0 0 0;
}

.right-sidebar {
	float: right;
}

.sidebar h4 {
	padding-bottom: 0;
	font-size: 1.4em;
	color: #112a6d;
	letter-spacing: -1px;
	padding: 6px 0;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	margin-bottom: 20px;
	line-height: 1.7em;
	padding: 10px;
}

.sidebar ul li.bg {
	background-color: #f0f0f0;
}

.sidebar li ul {
    list-style: none outside none;
    margin: 0px;
}

.sidebar li ul li {
	display: block;
	border-top: none;
	padding: 7px 2px;
	margin: 0;
	line-height: 1.0em;
	font-size: 0.85em;
}

.sidebar li ul li ul {
	margin-top: 10px;
}

.sidebar li ul li li  {
	font-size: 1.0em;
	padding-left: 15px;
}

.sidebar li ul li.text { 
	border-bottom: none;
}

.sidebar li ul li a {
	 border-bottom-color: #666;
	color: #112a6d;
}

.sidebar li ul li a:hover {
	 border-bottom-color: #4A9CDA;
	color: #2685bb;
}


.sidebar li ul li a.readmore {
   font-weight: bold;
}


.sidebar ul.blocklist {
	border-top: 1px solid #ddd;
}

.sidebar ul.blocklist li {
	padding: 0;
}

.sidebar ul.blocklist li a {
	border-bottom: 0;
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 12px 10px;
}

.sidebar ul.blocklist li a:hover {
  font-weight: bold;
	color: #fff;
	background-color: #112a6d;
	border-bottom: 0px solid #ddd;
	text-decoration: none;
}	

.sidebar ul.blocklist li a.selected {
  background: linear-gradient(#0f2562, #0d2157);
  background-color: #112a6d;
    color: #FFFFFF;
	border-bottom-color: #2577B6;
	font-weight: bold;

}
.sidebar li ul.blocklist li li {
	font-size: 1.0em;
}

.sidebar li ul.blocklist ul {
	margin-top: 0;
}

.sidebar li ul.blocklist li li a,
.sidebar li ul.blocklist li li a:hover {
	padding-left: 25px;
}

.sidebar ul.newslist li {
	padding: 20px 5px;
	border-bottom: 1px solid #ddd;
}

.sidebar ul.newslist p {
	margin-bottom: 0;
}

.sidebar ul.newslist span.newslist-date { 
	background-color: #112a6d;
	border-bottom: 1px solid #2577B6;
	color: #fff;
	padding: 5px 10px;
}




.clear {
	clear: both;
}

footer {
	margin:30px auto 0;
	background: #112a6d;
	border-top: 2px solid #eee;
}

footer p {
	text-align: left;
	color: #003366;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

footer p a {
	color: #fff;
	font-weight: bold;
}

footer ul a {
	color: #fff;
	font-weight: bold;
}
	
.footer-content {
	padding: 30px;
}

footer .footer-content ul {
	width: 33%;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

footer .footer-content li {
	padding: 5px 5px;
}

footer .footer-content li a, footer .footer-content h4 {
}

footer .footer-content li a {
 color: #eee;
	border-bottom-color:#505050;
    
}

footer .footer-content li {
 color: #ddd;
	line-height: 1.5em;
font-size: 0.95em;
}

footer .footer-content li a:hover { 
	color: #2685BB;
	border-bottom-color:#909090;
}

footer .footer-content h4 {
   color: #fff;
    font-size: 1.6em;
    font-weight: bold;
    padding-bottom: 10px;
}

footer .footer-content h5 {
   color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    padding-bottom: 10px;
}

footer .footer-bottom {
	padding: 10px;
	text-align: center;
	background-color: #000;
}

footer .footer-bottom p {
	text-align: center;
}

footer .footer-bottom p, footer .footer-bottom p a {
	color: #666;
	border-bottom-color: #666;
}



@media screen and (max-width: 740px) {

	body { font-size: 0.8em; }	

	header { text-align: center; height: auto; }
	
	header h1 a, header h1 a:hover { padding: 5px; }
	
	img { max-width: 100%; float: center; margin-bottom: 5px; }


		
	.right {
	position: relative;
	right: 0%;
	top: 10px;
}

.connect {
	position: relative;
	right: 0%;
	top: 15px;
}

.social {
	position: relative;
	right: 0%;
	top: 15px;
}

	div#container { width: auto; }

	footer .footer-content ul { margin-bottom: 15px; }

	footer .footer-content ul.endfooter { margin-bottom: 0px; }

	.width { width:auto; padding-left: 10px; padding-right: 10px; }
	
	#content, aside.sidebar { float: none; width: auto; }

	footer .footer-content ul { width: auto; float: none; }
}


@media screen and (max-width: 540px) {


	body { font-size: 0.8em; }

	header { text-align: center; height: auto; }

	header h1 a, header h1 a:hover { text-align: center;  padding: 10px; font-size: 1.1em; }

	header h1, nav { float: none; }
	
	nav { height: auto; position: relative; }

	nav ul li { margin: 5px; }

	nav ul li li { margin: 0; }

	.sf-menu li:hover ul, .sf-menu li.sfHover ul { top: 22px; }

	div.slides-container p { font-size: 0.9em; }
	
	div.slides-container h2 { font-size: 1.8em; }

	div.slides-container { height: 200px; }

}

@media screen and (max-width: 350px) {
	div.slides-container { height: 275px; }
}