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

/* --------------------
		Social Media - Jerimee
-------------------- */

.socialmedia {
margin-top:-50px;
	float: right;
	width:210px;
vertical-align: middle;
}

.socialmedia #smtxt p {
color: #FFF;
font-weight:bold;
font-size: 200%;
display: block;
margin-top: 15px;
float: left;
}

.socialmedia a {
float: right;
margin: 5px;
}

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #284663;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

p {
	padding-bottom: 10px;	
}

/* --------------------
		Nav Styles
-------------------- */

.navigation {
	clear: both;
	height: 41px;
}

.navigation ul li {
	float: left;
	height: 41px;
}

.navigation ul li a {
	background-repeat: no-repeat;
	float: left;
	height: 41px;
	background-color: #FFF;
}

.navigation ul li a.home {
	background-image:url(../images/nav-home.gif);
	width: 85px;
}

.navigation ul li.selected a.home {
	background-image:url(../images/nav-home-hover.gif);
}

.navigation ul li a.reports {
	background-image:url(../images/nav-reports.gif);
	width: 95px;
}

.navigation ul li.selected a.reports{
	background-image:url(../images/nav-reports-hover.gif);
}

.navigation ul li a.briefings {
	background-image:url(../images/nav-briefings.gif);
	width: 99px;
}

.navigation ul li.selected a.briefings{
	background-image:url(../images/nav-briefings-hover.gif);
}

.navigation ul li a.faq {
	background-image:url(../images/nav-faq.gif);
	width: 258px;
}

.navigation ul li.selected a.faq {
	background-image:url(../images/nav-faq-hover.gif);
}

.navigation ul li a.info-card {
	background-image:url(../images/nav-info.gif);
	width: 112px;
}

.navigation ul li.selected a.info-card{
	background-image:url(../images/nav-info-hover.gif);
}

.navigation ul li a.resources {
	background-image:url(../images/nav-resources.gif);
	width: 122px;
}

.navigation ul li.selected a.resources {
	background-image:url(../images/nav-resources-hover.gif);
}

.navigation ul li a.about {
	background-image:url(../images/nav-about.gif);
	width: 189px;
}

.navigation ul li.selected a.about {
	background-image:url(../images/nav-about-hover.gif);
}


/* --------------------
		Main Styles
-------------------- */

html, body {
	font-family: Helvetica, Arial, sans-serif;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #5e88b0;
	line-height: 16px;
	font-size: 12px;
	color: #333333;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

.header {
	height: 98px;
	overflow: hidden;
}

.header .logo {
	float: left;
	background-image: url(../images/logo.jpg);
	width: 373px;
	height: 90px;
	float: left;
	background-repeat: no-repeat;
}

.header form {
	float: right;
	width: 470px;
	height: 33px;
	line-height: 29px;
	background-color: #5e88b0;
	padding: 4px 9px 0 9px;
}

* html .header form {
	width: 465px;	
}

*+html .header form {
	width: 465px;	
}

.header form label {
	float: left;
	width: 110px;
	margin-top: 2px;
}

.header form input {
	float: left;
	margin-top: 2px;
	margin-right: 3px;
	width: 153px;
	font-size: 12px;
	color: #284663;
	padding: 4px 7px 3px 7px;
}

* html .header form input {
	margin-right: 1px;
	padding: 3px 7px 3px 7px;	
}

*+html .header form input {
	padding: 3px 7px 2px 7px;	
}

.header form input.zip {
	width: 66px;	
}

.header form input.submit {
	border: none;
	background: none;
	background-image: url(../images/submit.gif);
	padding: 0;
	width: 92px;
	margin-right: 0;
	height: 24px;
	cursor: pointer;
}

.main {
	clear: both;
	overflow: hidden;
	background-color: #FFF;
	padding-bottom: 12px;
}

.content {
	float: left;
	width: 610px;
	padding: 13px 15px;	
}

.sidebar {
	float: right;
	width: 260px;
	padding: 13px 0;
	margin-right: 15px;
}

.homepage .content {
	float: none;
	width: auto;
}

.banner-image {
	float: left;
	margin-bottom: 7px;
}

.right {
	float: right;
	width: 323px;
	padding: 0 11px 15px 11px;
}

.info {
	clear: both;
	padding: 12px;
	margin-bottom: 7px;
}

h1 {
	padding: 2px 0 10px 0;
	font-size: 30px;
	color: #1b334b;
	font-weight: bold;
	font-family: "Eurostile", Helvetica, Arial, sans-serif; 
	line-height: 24px;
	letter-spacing: -0.02em;
}

.block .info {
	background-color: #fcf0d8;
	padding: 10px 20px 10px 20px;	
	margin-bottom: 10px;
	overflow: hidden;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	color: #1b334b;
	padding-bottom: 2px;
	padding-left: 2px;
	clear: both;
}

.info h4 {
	padding-bottom: 10px;	
}

.content ul {
/* Jerimee changed this from 20px to 8px*/
	margin-bottom: 8px;	
	overflow: hidden;
}

.info ul {
	margin-bottom: 0;	
}

.content ul li {
	background-image: url(../images/li-bg.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding-left: 9px;
	line-height: 16px;
}

.content ul.small li {
	float: left;
	width: 107px;
	white-space: nowrap;
}

.content ul.small li a {
	white-space: nowrap;	
}

.consensus {
	background-color: #b5c9dd;
	padding-left: 222px;
	color: #1b334b;
	/* Jerimee added this */
	/* width: 344px; */
}

*+html .consensus {
	padding-top: 6px;	
}

.consensus img {
	float: left;
	margin-left: -210px;
}

.consensus p {
	padding: 2px 0;
	padding-left: 25px;
	border-left: 1px solid #86a3c1;
}

.box {
	float: left;
	width: 225px;
	margin-right: 10px;
	position: relative;
}

.last {
	margin-right: 0;	
}

.box h2 {
	color: #284663;
	font-size: 21px;
	font-weight: bold;
	height: 42px;
	line-height: 42px;
	padding-top: 5px;
}

.box h2 a {
	color: #284663;
}

.box h2 img {
	margin-top: 14px;	
}

.content h2 {
	font-size:20px;
	margin-bottom:5px;
	line-height:24px;
	}

.box p {
	min-height: 145px;
	padding-bottom: 20px;
}

* html .box p {
	height: 145px;	
}

.box p.report {
	min-height: 65px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 21px;
	font-size: 13px;
}

* html .box .report {
	height: 85px;	
}

.fact-sheet {
	
}

.fact-sheet ul li {
	float: none;
	display: block;
	padding-bottom: 5px;
}

h3 {
	font-weight: bold;
	color: #1b334b;
	line-height: 20px;
	background-color: #d2dee9;
	margin-bottom: 10px;
	padding-left: 6px;
}

.more {
	clear: both;
	float: right;
	line-height: 24px;
	padding: 0 10px;
	font-weight: bold;
	width: 140px;
	background-color: #ffcc66;
}

*+html .more {
	float: left;
	margin-left: 770px;
}

* html .more {
	float: left;
	margin-left: 770px;
}

.footer {
	background-color: #284561;
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
	padding-top: 20px;
	min-height: 130px;
	margin-top: 18px;
}

* html .footer {
	height: 130px;	
	
}

.footer .logo {
	background-image: url(../images/logo-footer.gif);
	width: 220px;
	height: 18px;
	background-repeat: no-repeat;
	float: left;
}

.footer .left {
	float: left;
	width: 300px;
}

.footer .left a {
	clear: both;
	float: left;
	margin: 7px 0;
	color: #79a0c5;
}	

.footer .right {
	float: right;
	width: 550px;
	text-align: right;
	color: #99ccff;
	font-size: 11px;
	font-weight: bold;
}

.footer .right a {
	color: #Fff;	
}

.blue {
	background-color: #5e88b0;
	margin-top: 20px;
	margin-bottom: 25px;
}

.info form {
	overflow: hidden;	
}

.info form label {
	float: left;
	margin-top: 4px;
	width: 149px;
}

.info form input {
	float: left;
	border: 1px solid #ebf1f5;
	padding: 3px 7px;
	width: 320px;
	margin-top: 2px;
}

.info form input.submit {
	background: none;
	border: none;
	background-image: url(../images/search.gif);
	background-repeat: no-repeat;
	width: 92px;
	height: 24px;
	cursor: pointer;
	margin-left: 5px;
}

.question {
	background-color: #dfe8ef;
	font-size: 14px;
	color: #1b334b;
	font-weight: bold;
	padding: 16px 20px 16px 62px;
	margin-bottom: 17px;
}

.question a {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: underline;
}

.question a:hover {
	text-decoration: none;	
}

.question img {
	float: left;
	margin-left: -42px;
	position: relative;
}

.question .answer {
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin-left: -42px;
	position: relative;
	padding: 10px 0 0 0;
	display: none;
}

.question .answer p {
	padding-bottom: 15px;	
}

.question .answer a {
	text-transform: none;
	font-size: 12px;
}

.question .answer img {
	margin: 0 7px 2px 0;	
}

.dark-blue {
	background-color: #335577;	
	color: #a8c9e8;
}

.dark-blue h1 {
	color: #FFF;
}

.sidebar .block {
	padding: 15px;	
}

.sidebar .block form {
	padding-top: 10px;
}

.sidebar #p-card {

	width:90px;
	float:left;
	padding-right:8px;

}

.sidebar #box-2 {
	margin-top:15px;
}

.sidebar .block form label {
	display: block;
	color: #FFF;
}

.sidebar .block form textarea {
	float: left;
	width: 220px;
	height: 52px;
	overflow: auto;
	padding: 4px;
}

.sidebar .block form input.submit {
	border: none;
	background: none;
	background-image: url(../images/submit.gif);
	width: 92px;
	height: 24px;
	background-repeat: no-repeat;
	margin-top: 3px;
	cursor: pointer;
}

.button {
	border: none;
	background:#ffcc66;
	/*background-image: url(../images/content-button-bg.gif);*/
	text-align: center;
	height: 36px;
	line-height: 36px;
	/*float: left;*/
	clear: left;
	padding:5px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color:#003366;
	margin-top: 10px;
}

.content form {
	clear:both;
	display:block;
	padding-top:5px;

}

.request-form form label {
	display: block;
	clear: both;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #0e3d70;
	padding-top: 5px;
}

.request-form {
	width:290px;
	float:left;
	clear:right;
	padding-top:20px;
	margin-left:35px;
	}
	
.content form input {
	width:288px;
	/*border: 1px solid #73a2d6;
	padding-top: 4px;
	line-height: 24px;*/
	}
	
.screenshot-image {
	float:left;
	clear:both;
	padding-top:20px;
	margin:0px 10px 0 20px;
	position:relative;
	}
	
.form-left {
	float: left;
	clear: both;
	width:220px;
	
}
.content form .form-left input {
	width:190px;
}

.content form input.submit {
    border: none;
    background: none;
    background-image: url(../images/submit.gif);
    width: 92px;
    height: 24px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.form-right {
	float: left;
	width: 70px;
	clear: right;
}

.style1 {font-weight: bold;}

.search-description {
    margin-top:-10px;
    margin-bottom:10px;

    color:#0E3D70;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-style:italic;
}

.box form {
    padding-top: 5px;
    clear: both;
    display: block;
}

.right .box form {
    padding-top: 15px;    
}

.box form label {
    display: block;
    clear: both;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #0e3d70;
    padding-top: 5px;
}

.box form textarea {
    width: 290px;    
    height: 54px;
    border: 1px solid #73a2d6;
    overflow: auto;
}

.box form input {
    width: 288px;
    border: 1px solid #73a2d6;
    height: 20px;
    padding-top: 4px;
    line-height: 24px;
}

* html .box form input {
    padding-top: 0;
    height: 24px;
}

*+html .box form input {
    padding-top: 0;
    height: 24px;
}