/* ==|== primary styles =====================================================
   Author: www.prowebdesign.ro
   Write your own styles here.
   ========================================================================== */

/* typography */
body{
	color:#666;
	font-family:'Cabin', sans-serif; 
	font-size:14px; 
	font-weight:400;line-height:normal; 
	}
/*--HOmepage ---*/

#sthoverbuttons{display:none;}

#stayintouch_white {
	background:#FFF;
	-webkit-border-top-left-radius: 12px;
-webkit-border-top-right-radius: 12px;
-moz-border-radius-topleft: 12px;
-moz-border-radius-topright: 12px;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
	color:#555;
	padding:20px;
	margin:20px 0px 0px 0px;
	}
	
#stayintouch_gray {
	background:#e1e1e1;
	-webkit-border-bottom-right-radius: 12px;
-webkit-border-bottom-left-radius: 12px;
-moz-border-radius-bottomright: 12px;
-moz-border-radius-bottomleft: 12px;
border-bottom-right-radius: 12px;
border-bottom-left-radius: 12px;
	color:#555;
	padding:20px;
	margin:0px 0px;
	}

#stayintouch_white h1 {
	font-family: Impact, 'Oswald', Haettenschweiler, arial narrow, sans-serif;
	font-size:28px; 
	line-height:30px; 
	color:#004070;
	margin-bottom:20px;
	margin-top:10px;
	font-weight:700;
	}
	
#stayintouch_white p {
	color:#777;
	font-family:'Cabin', sans-serif;
	font-weight:normal; 
	font-size:15px;
	line-height:18px;
	
	}

	
#stayintouch_gray img{padding:0px 5px;text-align:center;}

#white_home {
	background:#FFF;
	border-radius:12px;
	color:#555;
	padding:20px;
	margin:20px 0px 0px 0px;
	}
#white_home h1 {
	font-family: Impact, 'Oswald', Haettenschweiler, arial narrow, sans-serif;
	font-weight:700; 
	font-size:28px; 
	line-height:30px; 
	color:#004070;
	margin:10px 0px 20px 0px;
	}
#white_home h2 {
	color:#0065b3;
	font-family:'Cabin', sans-serif;
	font-weight:600; 
	font-size:24px;
	line-height:28px;
	margin-top:10px;
	}

#white_home h3 {
	color:#0065b3;
	font-family:'Cabin', sans-serif;
	font-weight:600; 
	font-size:18px;
	line-height:20px;
	margin-top:20px;
	}

#white_home p {
	color:#777;
	font-family:'Cabin', sans-serif;
	font-weight:300; 
	font-size:15px;
	line-height:20px;
	
	}
	
#white_home img {float:left;padding:3px;border:solid 1px #ccc;margin-right:20px;margin-bottom:20px;} 

#byline {text-transform:uppercase;font-size:12px;font-weight:600;color:#333;margin:10px 0px 0px 0px;}
#endlinks {
	display:none;
	}

/* Text sizer */
	
.xsmallview{ /*CSS for "extra small font" setting*/
font-size: 11px;
}

.smallview{ /*CSS for "small font" setting*/
font-size: 13px;
}

.normalview{ /*CSS to return page to default setting (with no additional CSS rules added)*/
}

.largeview{ /*CSS for "large font" setting*/
font-size: 21px;
}

.xlargeview{ /*CSS for "extra large font" setting*/
font-size: 24px;
}

a.texttoggler{ /*CSS for Text Size Toggler control*/
margin-right: 6px;
}

a.texttoggler img{ /*CSS for Text Size Toggler control*/

}

a.texttoggler img:hover{ /*CSS for Text Size Toggler control*/

}

a.selectedtoggler img{ /*CSS for Selected Text Size Toggler control*/

}


/* links 
a:link {color:#0065b3 !important;text-decoration:none;}
a:visited {color:#0065b3 !important; text-decoration:none;}

a:hover{color:#004070 !important; text-decoration:none;}*/

.flexslider {display:none;}
.print_page_title {
	font-family: Impact, 'Oswald', Haettenschweiler, arial narrow, sans-serif;
	font-weight:700; 
	font-size:18px; 
	line-height:30px; 
	color:#000;
	clear:both;
	margin-top:40px;
	padding-left:20px;
	}
  
/* structure */   
#container, #colophon{
	max-width: 980px; 
	margin: auto;backround:#FFF;padding-left:27px;}


header, header nav, #main_body, footer, .grid_10{
	width:100%;}
	
.left-no-show, .grid_2 {display:none;}

.grid_10 {margin-bottom:0; padding-bottom:0;}
	
#banner{
	width:100%;
	margin-top:-10px;
	height:70px;
	}

#interior_body_a{margin-bottom:0; padding-bottom:0;}

#banner h2 {vertical-align:bottom;font-size:15px;color:#999;padding-top:57px;}	
	
#logo{ 
	float:left; 
	padding-right:2%;
	padding-left:3%;}
	
#tagline {float:left;}
	
header{
	padding:10px 0 0px 0;
	background:#FFF;
	-moz-border-bottom-left-radius:12px;
	-moz-border-bottom-right-radius:12px;
	-webkit-border-bottom-left-radius:12px;
	-webkit-border-bottom-right-radius:12px;
	border-bottom-left-radius:12px;
	border-bottom-right-radius:12px;
	}
header h1{ 
	font-size:18px;}


	
#utility {
	display:none;
	}
	
#utility li{
	list-style:none;
	padding:4px 0px;
	}

#utilitynav {display:none;}
#utility_up {background:#004070;}
.buttons {
	-moz-box-shadow:inset 0px -15px 2px -1px #041b7a;
	-webkit-box-shadow:inset 0px -15px 2px -1px #041b7a;
	box-shadow:inset 0px -15px 2px -1px #041b7a;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2e75bc), color-stop(1, #01267b) );
	background:-moz-linear-gradient( center top, #2e75bc 5%, #01267b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e75bc', endColorstr='#01267b');
	background-color:#2e75bc;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:1px solid #7db0d5;
	display:inline-block;
	color:#ffffff !important;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 11px;
	text-decoration:none;
	text-shadow:1px 1px 0px #09004d;
}
.buttons a{color:#fff !important;}
.buttons a:link{color:#fff !important;}
.buttons a:visited{color:#fff !important;}
.buttons a:hover{color:#fff !important;}

.buttons:visited{color:#fff !important;}

.buttons:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #01267b), color-stop(1, #2e75bc) );
	background:-moz-linear-gradient( center top, #01267b 5%, #2e75bc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#01267b', endColorstr='#2e75bc');
	background-color:#01267b;color:#fff !important;
}.buttons:active {
	position:relative;
	top:1px;
	color:#fff !important;
}

input {
    border-top: 1px solid #cacaca; 
	border-left: 1px solid #cacaca; 
	border-bottom: 1px solid #cacaca; 
   
    padding: 6px;
    background: #fff;
    margin: 0 0 10px 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

#main, footer{ 
	font-size:12px; 
		line-height:14px;}
#main p{ 
	margin:20px 0 20px 0;}

#content {  
	float:right;
	margin:0 0 20px 0;}
#content ul, #content ol {
	margin: 1em 0;
	padding: 0 0 0 40px; }
#content dd {
	margin: 0 0 0 40px; }

/* RESPONSIVE IMAGES IN CONTENT AREA!! IF YOU WANT IMAGES TO BE RESPONSIVE EVERYWHERE, WRITE ANOTHER CSS RULE */
#content img{ max-width:100%; height:auto;}

aside { 
	float:left;
	margin:0 0 40px 0;
	}
#secondary-navigation{margin-bottom:20px;}
#secondary-navigation ul li a{ 
	background:#317fbb;
	display:block;
	margin:5px 0; 
	padding:7px;}
#secondary-navigation ul li a:hover{
	background:#bfddf4;
	color:#fff;}

footer{  
	clear:both;
	font-size:80%;
	padding:20px 0; }

/*colors and bgs*/
body {background:#fff;}

h2 {color:#004070;}


footer{ 
	background:#fff;
	color:#ccc;}
footer h1, footer h2, footer h3, footer h4{ 
	color:#CCC; 
	margin-bottom:10px;
	text-shadow:none;}
footer ul{
	margin:0 0 0 8%;}
	
footer a:link, footer a:hover, footer a:visited{color:#000;}

footer img {padding:5px;}

.copyright {color:#000;font-size:12px;margin-top:-5px;float:left;}
.privacy {display:none;}
a.bluelink{ 
	background:#0099ff; 
	border-radius:7px; 
	color:#fff;
	display:block;
	float:left; 
	margin:10px 15px 10px 0; 
	padding:15px;}


/*--INTERIOR STYLES--*/

#leftnav {
	display:none;
	}
	
#leftnav_current {
	display:none;
	}
	
#breadcrumbs {
	display:none;
	}


#breadcrumbs2 {
	display:none;
	}
	
#left-no-show {display:none;}

#interior_body_a {
	background:#FFF;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	color:#555;
	padding-left:20px;
	}
	
#interior_body_a h1 {
	font-family: Impact, 'Oswald', Haettenschweiler, arial narrow, sans-serif;
	font-weight:700; 
	font-size:28px; 
	line-height:30px; 
	color:#004070;
	}

#interior_body_a p {
	
	font-family:'Cabin', sans-serif;
	font-weight:300; 
	font-size:14px;
	line-height:18px;}
	
#main_body {
	float:left;
	width:100%;
	padding-right:20px;
	margin-right:15px;
	font-size:14px;
	border-right:solid 1px #ddd;
	list-style:inside;
	line-height:18px;
	}
	

#main_body ul {margin-bottom:20px;}

/* LANDING PAGE STYLES ----*/

#bucket {
	background:#e4f2fc;
	border-radius:12px;
	color:#000;
	width:100%;
	}
#bucket h1 {
	font-family: Impact, 'Oswald', Haettenschweiler, arial narrow, sans-serif;
	font-weight:700; 
	font-size:28px; 
	line-height:30px; 
	color:#004070;
	margin:0px 0px 20px 0px;
	}
#bucket h2 {
	color:#0065b3;
	font-family:'Cabin', sans-serif;
	font-weight:600; 
	font-size:24px;
	line-height:28px;
	margin-top:10px;
	}


#bucket p {
	color:#000;
	font-family:'Cabin', sans-serif;
	font-weight:normal; 
	font-size:15px;
	line-height:18px;
	
	}
	
#bucket img {float:left;padding:3px;border:solid 1px #ccc;margin-right:20px;margin-bottom:20px;}  

#audience_body_a {
	background:#FFF;
	width:100%;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	color:#555;
	padding:10px 30px 30px 30px;
	}
#audience_body_b {
	background:#f1f1f1;
	width:100%;
	color:#555;
	padding:10px 20px 30px 20px;
	margin-left:20px;
	}
	
#audience_bucket {
	border-bottom:solid 1px #ccc;
		margin-top:20px;
	}
#audience_bucket h1 {
	font-family: Impact, 'Oswald', Haettenschweiler, arial narrow, sans-serif;
	font-weight:700; 
	font-size:28px; 
	line-height:30px; 
	color:#004070;
	}
	
#audience_bucket p {
	color:#000;
	font-family:'Cabin', sans-serif;
	font-weight:normal; 
	font-size:15px;
	line-height:18px;
	
	}

#audience_bk {
	background:#f1f1f1;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	}
#audience_section {
		border-bottom:solid 1px #ccc;
		margin-top:20px;
	}
#audience_section h1 {
	font-family: Impact, 'Oswald', Haettenschweiler, arial narrow, sans-serif;
	font-weight:700; 
	font-size:28px; 
	line-height:30px; 
	color:#004070;
}

#audience_section p {font-size:15px;line-height:17px;} 


#cerebrum_body_a {
	background:#e4f2fc;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	color:#555;
	padding:30px 30px 30px 30px;
	float:left;
	}
	
#cerebrum_body_a #marrig table{
	margin-right: 30px;
	}

#cerebrum_body_a img {
	float:right;
	max-width:225px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	border:solid 2px #FFF;
	margin-left:30px;
	margin-right: 30px;
	}
	
#cerebrum_body_a h1 {
	font-family: Impact, 'Oswald', Haettenschweiler, arial narrow, sans-serif;
	font-weight:700; 
	font-size:28px; 
	line-height:30px; 
	color:#004070;
	margin:0px 0px 5px 0px;
	}

#cerebrum_body_a h2 {margin:0px 0px 25px 0px;}

#cerebrum_body_a p {
	color:#000;
	font-family:'Cabin', sans-serif;
	font-weight:normal; 
	font-size:15px;
	line-height:18px;
	margin-right: 30px;
	}
	
/*----*/

#cerebrum_body_b {
	background:#fff;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	color:#555;
	padding:10px 0px 30px 30px;
	float:left;
	}

#cerebrum_body_b img {
	float:right;
	max-width:225px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	border:solid 2px #FFF;
	margin-left:30px;
	}
	
#cerebrum_body_b h1 {
	font-family: Impact, 'Oswald', Haettenschweiler, arial narrow, sans-serif;
	font-weight:700; 
	font-size:28px; 
	line-height:30px; 
	color:#004070;
	margin:0px 0px 5px 0px;
	}

#cerebrum_body_b h2 {margin:0px 0px -10px 0px;}

#cerebrum_body_b p {
	color:#000;
	font-family:'Cabin', sans-serif;
	font-weight:normal; 
	font-size:14px;
	line-height:20px;
	
	}
#col1 {float:left;width:70%;margin-right:30px;}
#col1prnt {float:left;width:70%;margin-right:30px;}
#col2 {float:left;width:25%;}

#col2_bucket {
	display:none;
	}


/*--TOPNAV---*/
#topnav {display:none;}



.share {display:none !important;}
/*--PRINT--*/

.Print_Btn {
	display:none;
}

.print {display:none;}

/*--END PRINT--*/

#pagination {margin:20px 0px 20px 0px;font-size:14px; font-weight:700;color:#000;}
#pagination ul {background:#e4f2fc;border-top:solid 1px #d6e6f3;border-bottom:solid 1px #d6e6f3;padding:10px 10px;height:20px;}
#pagination li {float:left;list-style:none;}
#page {width:10%;}
#number {width:50%;}
#number a{padding-right:5px;}
#selected a:Link{color:#000 !important}
#previous {width:15%;}
#next {width:12%;text-align:right;}


#opening_paragraph {color:#004070;font-size:24px !important;line-height:24px !important;}

#related {}
#related h1 {text-transform:uppercase;font-family:'cabin', sans serif;font-size:14px;font-weight:700;color:#004070;padding:10px 0px 10px 0px;}
#related h2 {font-size:16px;font-weight:300;font-family:'cabin', sans serif;line-height:16px;margin-bottom:-10px;margin-top:10px;}
#line {border-top:solid 1px #ccc;}
#date {text-transform:uppercase;font-size:12px;font-weight:600;color:#333;margin:7px 0;}


/* ==|== non-semantic helper classes ========================================
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* 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; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

