* {
	margin:0;
	padding:0;
}

body {
	font-size: 12px;
	font-family: 'Droid Sans', arial, serif;
	background-image: url(../images/body_background.png);
	width: 100%;
	color: #666666;
	line-height: 22px;
}

.printonly {
	display: block;
}

#metanav {
	display: none;
}

img { 
	border: 0;
	}	

.col_images {
	height: 16px;
	float: right;
	margin-top: 2px;
}
	
#header_container {
	width: 100%;
	height: 91px;
	background-image: url(../images/header_background.png);
	display: none;
}	

#logo {
	position: absolute;
	top: 51px;
	left: 130px;
	display: block;
}

#search input {
	border: 0px;
	width: 128px;
	height: 31px;
	padding-left: 30px;
	padding-right: 2px;
	font-size: 1.1em;
	background-image: url(../images/search-background.png);
	position: absolute;
	top: 81px;
	left: 910px;
}

a { 
	text-decoration: none;
	color: #3c67a1;
	border: 0;
}

.toplevel a {
	padding: 20px;
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #f6f6f6;
	text-shadow: #838383 0px 1px 1px;
	
}

.navigation ul {
	position: absolute;
	left: 450px;
	top: 81px;
	width: 500px;
	display: none;
}

.content li {
	margin-left: 20px;
}

.navigation li.toplevel {
	height: 59px;
	border: 1px solid #37609b;
	float: left;
	position: relative;
	list-style: none;
	background-color: #37609b;
	background-image: url(../images/navigation_li_background.png);
	margin-left: 0;
	margin-right: 5px;
	 -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
  

	behavior: url(PIE.htc);
	
}

.navigation li.toplevel:hover{
	background-image: url(../images/body_background.png);
	border: 1px solid #DFDFDF;
	color: #3c67a1;
}

.navigation li:hover a {
	color: #3c67a1;
}

.navigation li.current {
	
	background-image: url(../images/body_background.png);
	border: 1px solid #DFDFDF;
	
}
.navigation li.current a {
	color: #3c67a1;
}

#nav ul.licious{
	text-align:left;
	width:250px;
	font-size:.8em;
	background:#fff;
	margin:0;
	padding:0;
	position:absolute;
	left:0px;
	padding-left: 20px;
	top:60px;
	opacity:.80;
	filter:alpha(opacity=80);
	z-index: 10000000;
	
	border: 1px solid #ccc;
	
	 -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
  

	behavior: url(PIE.htc);
	
}

#nav ul.licious li {
	list-style-type: none;
}

#nav ul.licious a {
	padding: 0;
}

#nav ul.licious a:hover {
	text-decoration: underline;
}

#carousel-wrapper {
 	background-color: #FFF;
	width: 942px;
	height: 328px;
	margin-left: 130px;
	margin-top: 40px;
    overflow: hidden;
	display: none;
}

#carousel-content {
    width: 8000px;
}
#carousel-content .slide {
    float: left;
    width: 942px;
    height: 300px;
}

#carousel {
	background-color: #FFF;
	width: 942px;
	height: 328px;
	margin-left: 130px;
	margin-top: 40px;
	display: none;
}

#carousel_top_left {
	width: 280px;
	height: 280px;
	float: left;
	position: relative;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	-webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	behavior: url(PIE.htc);
	
}

#carousel_top_right {
	width: 942px;
	height: 300px;
}

.carousel-jumper {
	width: 6px;
	height: 7px;
	background-image:url(../images/slide_dot_not.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 3px;
	cursor: point;
}

.carousel-selected {
	background-image:url(../images/slide_dot_selected.png);
}

#carousel_bottom {
	position: absolute;
	top: 481px;
	left: 130px;
	width: 940px;
	height: 28px;
	background-image: url(../images/slide_nav_bg.png);
	border: 1px solid #3c67a1;
	-webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
	margin-top: 1px;
	
	behavior: url(PIE.htc);
	
	
}

.carousel_item {
	position: absolute;
}

#slide_left_arrow { float: left; margin-left: 20px; margin-top: 9px;}
#slide_right_arrow {float: right; margin-right: 20px; margin-top: 9px;}
#carousel_center { margin-left: 420px; margin-top: 5px; float: left;}

#content_and_sidebar {
	width: 100%;
}

.content {
	margin-left: 10px;
	margin-top: 40px;
	margin-right: 20px;
	width: 100%;
	float: left;
}

li {
	margin-left: 15px;
}

.content table li{
	margin-left: 15px;
}

.content table {
	width: 100%;
	border: 0px solid #ccc;
	-webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
	margin-top: 1px;
	
	-pie-background: linear-gradient(#fff, #F1F1F1 90%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F1F1F1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #f1f1f1); /* for firefox 3.6+ */

	behavior: url(PIE.htc);
}

.content td {
	padding: 5px;
	border: 1px solid #ccc;
}


.sidebar {
	margin-top: 20px;
	width: 300px;
	float: left;
}

h1 {
	color: #3c67a1;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 10px;
	line-height: 34px;
}

h2 {
	color: #ff5804;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}

h3 {
	font-weight: 600;
	color: #666666;
	margin-bottom: 10px;
}

h4 {
	font-weight: 500;
	color: #666;
	font-size: 18px;
	margin-bottom: 10px;
}
.sharethis {
  	position: relative;	
	top: 3px;
}
a.button {
	position: relative;
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	background-color: #6898d9;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: #838383 0px 1px 1px;
	
	behavior: url(PIE.htc);
	
}

#main_page_3_col {
	margin-left: 130px;
	width: 1000px;
	float: left;
	display: none;
}

h2.fast_facts {
	background-image: url(../images/fast_facts_icon.png);
	background-repeat: no-repeat;
	padding-left: 30px;
}

h2.research {
	background-image: url(../images/research_icon.png);
	background-repeat: no-repeat;
	padding-left: 30px;
}

h2.news {
	background-image: url(../images/news_icon.png);
	background-repeat: no-repeat;
	padding-left: 30px;
}

h2.mail {
	background-image: url(../images/mail_icon.png);
	background-repeat: no-repeat;
	padding-left: 30px;
}

.col{
	position: relative;
	margin: 20px 20px 0px 0px;
	padding: 20px;
	padding-bottom: 30px;
	width: 260px;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: left;
	background-color: #fff;
	

	-pie-background: linear-gradient(#fff, #F1F1F1 90%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F1F1F1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #f1f1f1); /* for firefox 3.6+ */
	
	display: none;
	behavior: url(PIE.htc);
}

.col li {
	list-style-type: none;
	border-top: 1px solid #ccc;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 0;
}

.col li.last {
	border-bottom: 1px solid #ccc;
	margin-left: 0;
}

.col li img {
	float: right;
	margin-top: 5px;
}

.small_col li {
	padding-top: 2px;
	padding-bottom: 2px;
}

.footer_box {
	margin-top: 20px;
	margin-left: 130px;
	float: left;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 925px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	
	background-color: #fff;
		
	-pie-background: linear-gradient(#fff, #F1F1F1 90%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F1F1F1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #f1f1f1); /* for firefox 3.6+ */
	display: none;
	
	behavior: url(PIE.htc);
}

.footer_box ul {
	float: left;
	list-style-type: none;
	width: 160px;
}

.footer_box ul.last {
	width: 265px;
}

.footer_box input {
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.1em;
	height: 25px;
	padding: 5px;
	width: 150px;
	background-color: #f6f6f6;

}

.footer {
	float: left;
	margin-left: 10px;
	margin-top: 20px;
	padding-bototm: 20px;
	width: 925px;
}

.crumbs {
	margin-bottom: 10px;
}

.cat_show li{
	list-style-type: none;
	margin-left: 0;
}

.cat_show ul {
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 10px;
}

.research_cols {
	float: left;
	width: 200px;
	margin-bottom: 25px;
}

.research_cols li {
	list-style-type: none;
	margin-left: 0;
}

#twitter {
	float: right;
	
}
#twitter img {
	vertical-align: middle;
}

#admin_button {
	position: fixed;
	left: 0px;
	top: 120px;
	padding-left: 5px;
	border: 1px solid #ccc;
	width: 100px;
	color: #333;
}

#admin_button ul {
	display: block;
	margin-left: 10px;
	list-style-type: none;
}


.research_item_list {
	font-size: 14px;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: left;
	background-color: #fff;
	width: 600px;
	padding: 10px;

	-pie-background: linear-gradient(#fff, #F1F1F1 90%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F1F1F1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #f1f1f1); /* for firefox 3.6+ */
	
	behavior: url(PIE.htc);
	
}

.research_item_list:hover {
	
	-pie-background: linear-gradient(#fff, #fff 90%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #fff); /* for firefox 3.6+ */
	behavior: url(PIE.htc);
}

.crumbs_button {
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #fff;
	background-image: url(../images/down_arrow.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	padding-right: 20px;
	margin-right: 10px;
}
.crumbs_button_nodrop {
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #fff;
	margin-right: 10px;
}

.crumb_dropdown {
	list-style-type: none;
	position: absolute;
	z-index: 100;
	border: 1px solid #CCC;
	background-color: #fff;
	padding: 10px;

	-pie-background: linear-gradient(#fff, #F1F1F1 90%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F1F1F1)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #f1f1f1); /* for firefox 3.6+ */
	behavior: url(PIE.htc);
	
	-moz-box-shadow: 5px 5px 7px #888;
	  -webkit-box-shadow: 5px 5px 7px #888;
}

.show_hand {
	cursor: pointer;
}

#signup {
	padding: 10px;
}

#signup legend {
	font-size: 18px;
}

#signup input,select {
	height: 20px;
	width: 300px;
	margin-bottom: 10px;
	font-size: 16px;
}


#signup button {
	height: 30px;
	width: 100px;
	font-size: 18px;
	font-weight: 600;
	margin-left: 110px;
}


#signup label {
	display: block;
	width: 100px;
	margin-right: 10px;
	float: left;
	font-weight: 600;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

.search_current {
	font-weight: 800;
	font-size: 16px;
}

.search_pager {
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.search_pager div {
	text-align: center;
}

.search_item {
	margin-bottom: 10px;
	clear: both;
}

.search_item img {
	float: left;
	height: 40px;
	margin-right: 10px;
	margin-top: 5px;
}

.search_item div {

}

.ff_search_bg {
	background-image: url(../images/fast_facts_icon.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.research_search_bg {
	background-image: url(../images/research_icon.png);
	background-repeat: no-repeat;
	background-position: top right;
}