@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, 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;
}

/* --------------------
		Standard Styles
-------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}

 ul {
	list-style-position: inside;
}

a {
	color: #00629f;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

em {
	font-style: italic;	
}

p {
	padding-bottom: 12px;	
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 81.25%;
	color: #333333;
	line-height: 21px;
	min-width: 970px;
}
html{
	
	font-size:13px;
}

.wrapper {
	width: 961px;
	margin: 0 auto;
}

.nav-top {
	background-image: url(images/header-bg.gif);
	background-repeat: repeat-x;
	height: 92px;
	display: none;
}

.navigation {
	
}

.navigation .nav-wrapper {
	background-image: url(images/nav-bg.gif);
	height: 47px;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-left: 10px;	
}

.navigation .nav-wrapper-secondary {
	background-image: url(images/nav-bg.gif);
	height: 47px;
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-left: 10px;	
}

.navigation .wrapper {
	clear: both;	
}

.navigation ul {
	margin-left: -11px;
}

.navigation ul li {
	float: left;
	list-style: none;
	position: relative;

}

.navigation ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 47px;
	color: #fff;
	float: left;
	height: 44px;
	text-align: center;
	text-transform: uppercase;
	padding: 3px 18px 0 18px;
	background-repeat: no-repeat;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

* html .navigation ul li a {
	padding-top: 0;
}


/* ----------------------------------*/

.navigation ul li a {
	background-image: url(images/nav-dark-bg.gif);
	background-repeat:no-repeat;
}

.navigation ul li.left-nav a {
	background: none;
	background-repeat:no-repeat;
}

.navigation ul li a.learn {
	background-image: url(images/nav-learn.gif);
	width: 50px;
}

.navigation ul li a.participate {
	background-image: url(images/nav-results.gif);
	width: 80px;
}

.navigation ul li a.take-action {
	background-image: url(images/nav-take-action.gif);
	width: 80px;
	margin-right: 0px;
}

.navigation ul li a.about {
	background-image: url(images/nav-about.gif);
	width: 35px;
}

.navigation ul li a.blog {
	background-image: url(images/nav-blog.gif);
	width: 45px;
}


.navigation ul li a.materials {
	background-image: url(images/nav-materials.gif);
	width: 70px;
}

.navigation ul li a.press {
	background-image: url(images/nav-press.gif);
	width: 50px;
}
.navigation ul li a:hover, .navigation ul li.selected a {
	background-position: 0 -47px;
}
/* ----------------------------------*/

.navigation ul li.hover a, .navigation ul li.selected a {
	/*background-image: url(images/nav-hover-bg.gif);
	background-repeat: repeat-x;
	text-decoration: none;*/
}

.navigation ul li ul {
	background-image: url(images/sub-nav-bg.gif);
	background-repeat: repeat-x;
	position: absolute;
	top: -92px;
	left: 11px;
	height: 92px;
	padding: 0px 0 0 6px;
	display: none;
	vertical-align:text-bottom;	
}

.navigation ul li.hover ul {
	display: block;	
}

.navigation ul ul li {
	display: block;
	clear: both;
	position: static;
	padding-right: 6px;
	
}

.navigation ul ul li a {
	background: none !important;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	line-height: 18px;
	text-indent: 0;
	height: 18px;
	padding: 0 15px 0 12px;
	white-space: nowrap;
	text-align: left;
	text-transform: none;
	float: left;
	position: relative;
}

.navigation ul ul li.hover a {
	background: none;
	background-image: url(images/sub-nav-arrow.gif) !important;
	background-repeat: no-repeat !important;
	background-position: 0 5px !important;
	text-decoration: none;
}

.navigation ul li.info ul {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 380px;
	height: 92px;
	background: none;
	padding: 3px 18px 0 18px;	
}

.navigation ul li.info ul li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	line-height: 16px !important;
	padding-top: 12px !important;
	text-indent: 0;
	text-align: left;
}

.navigation ul li.info ul li .title {
	font-weight: bold;
	clear: both;
	display: block;
}

.navigation ul ul li.info ul {
	position: absolute;
	top: 0px;
	left: 310px;
	width: 450px;
	height: 83px;
	background: none;
	padding: 0px 25px 0 25px;
	display: none;
}

.navigation ul ul li.info.hover ul {
	display: block;
}

.navigation ul ul li.info ul li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	line-height: 18px;
	text-indent: 0;
	padding: 5px;
}

.navigation ul ul li.info ul li .title {
	font-weight: bold;
	clear: both;
	display: block;
}

.navigation form {
	float: right;
	padding-top: 11px;
}

.navigation form input {
	float: left;
	border: 1px solid #002944;
	padding: 5px 10px;
	height: 15px;
	line-height: 15px;
	background-color: #fff;
	width: 197px;
	font-size: 12px;
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-right: 6px;
}

.navigation form input.submit {
	margin: 0;
	padding: 0;
	background-image: url(images/search-submit-bg.gif);
	width: 25px;
	height: 25px;
	border: none;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

.main {
	clear: both;
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.main .wrapper {
	overflow: hidden;
	padding-bottom: 67px;
}

.inner-wrapper {
	background-image: url(images/inner-wrapper-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	overflow: hidden;
	padding-bottom: 67px;
}

.top {
	background-image: url(images/top-bg.gif);
	background-repeat: repeat-x;
	height: 176px;
	padding: 10px 0 0 0;
	font-size: 100%;
}

.top .logo {
	background-image: url(images/logo.gif);
	width: 233px;
	height: 161px;
	background-repeat: no-repeat;
	float: left;
	margin-top: 10px;
}

.top .wrapper {
	padding: 0 !important;
	position: relative;
}

.top .slogan {
	float: left;
	padding: 10px 0 0 48px;
	width: 590px;
	color: #000;
	line-height: 22px;
	font-size: 151.40%;
}

.top .slogan2 {
	float: left;
	padding: 10px 0 0 48px;
	width: 620px;
	color: #000;
	line-height: 22px;
	font-size: 151.40%;
}

.top .slogan .more {
	font-weight: bold;	
}

.text-size {
	background-image: url(images/text-size-bg.gif);
	background-repeat: no-repeat;
	width: 101px;
	height: 17px;
	float: right;
	margin-right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	line-height: 17px;
	padding: 4px 8px 4px 8px;
	overflow: hidden;
}

.text-size .plus {
	background-image: url(images/button-plus.gif);
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
	float: right;
}

.text-size .minus {
	background-image: url(images/button-minus.gif);
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
	float: right;
	margin-left: 5px;
}

.more {
	font-size: 11px;
	color: #0067a5;
	text-transform: uppercase;
	text-decoration: none;
}

.more:hover {
	text-decoration: underline;
}

.tabber {
	overflow: hidden;
	padding-bottom: 19px;
	font-size: 13px;
	line-height: 21px;
}

.tabber .tab {
	display: none;
	padding-bottom: 8px;
}

.tabber .tab.selected {
	display: block;
}

* html .tabber .selected {
	display: block !important;
}

.tabber .tab-content {
	float: left;
	width: 561px;
}

.tabber .tab-nav {
	float: right;
	width: 398px;
}

* html .tabber .tab-nav {
	margin-right: -15px;	
}

/*-----------*/
.tabber ul.tab-manager li {
	list-style: none;
	padding-bottom: 3px;
	display: block;
	overflow: hidden;
}

.tabber ul.tab-manager li a {
	width: 398px;
	height: 76px;
	background-repeat: no-repeat;
	background-position: top right;
	float: left;
}

.tabber ul.tab-manager li a.learn-the-facts {
	background-image: url(images/fronttabs/tab-learn-facts.png);
}

.tabber ul.tab-manager li a.learn-the-facts:hover, .tabber ul.tab-manager li.selected a.learn-the-facts {
	background-position: right -76px;
}

.tabber ul.tab-manager li a.join-the-discussion {
	background-image: url(images/fronttabs/tab-join-discussion.png)
}

.tabber ul.tab-manager li a.join-the-discussion:hover, .tabber ul.tab-manager li.selected a.join-the-discussion {
	background-position: right -76px;
}

.tabber ul.tab-manager li a.take-action {
	background-image: url(images/fronttabs/tab-take-action.png);
}

.tabber ul.tab-manager li a.take-action:hover, .tabber ul.tab-manager li.selected a.take-action {
	background-position: right -76px;
}


/*
.tabber ul.tab-manager li {
	list-style: none;
	padding-bottom: 3px;
	display: block;
	overflow: hidden;
}

.tabber ul.tab-manager li a {
	width: 398px;
	height: 76px;
	background-repeat: no-repeat;
	background-position: top right;
	float: left;
}

.tabber ul.tab-manager li a.learn-the-facts {
	background-image: url(images/tab-learn-the-facts.gif);
}

.tabber ul.tab-manager li a.learn-the-facts:hover, .tabber ul.tab-manager li.selected a.learn-the-facts {
	background-image: url(images/tab-learn-the-facts-hover.gif);
}

.tabber ul.tab-manager li a.join-the-discussion {
	background-image: url(images/tab-join-the-discussion.gif)
}

.tabber ul.tab-manager li a.join-the-discussion:hover, .tabber ul.tab-manager li.selected a.join-the-discussion {
	background-image: url(images/tab-join-the-discussion-hover.gif);
}

.tabber ul.tab-manager li a.take-action {
	background-image: url(images/tab-take-action.gif);
}

.tabber ul.tab-manager li a.take-action:hover, .tabber ul.tab-manager li.selected a.take-action {
	background-image: url(images/tab-take-action-hover.gif);
}
*/
.tabber .social-links {
	background-image: url(images/share-links-bg.gif);
	background-repeat: repeat-x;
	padding-top: 45px;
	float: right;
	width: 361px;
	clear: both;
}

.social-links .social {
	margin-right: 11px;
	margin-bottom: 10px;
}

.sidebar .social-links .social {
	margin-right: 10px;
}

.social-links p {
	padding-bottom: 23px;
}

.social-links h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 3px !important;
	padding-top: 4px;
	line-height: 18px;
}

h4 {
	padding-top: 5px;
	padding-bottom: 7px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
}

.newsletter {
	float: left;
	clear: left;
	background-image: url(images/newsletter-bg.gif);
	background-repeat: repeat-x;
	height: 37px;
	width: 548px;
	padding: 11px 0 0 12px;
	overflow: hidden;
}

.newsletter label {
	padding-top: 5px;
	padding-right: 15px;
	float: left;
}

.newsletter input {
	float: left;
	border: 1px solid #4790b8;
	padding: 5px 10px;
	height: 15px;
	line-height: 15px;
	background-color: #fff;
	width: 175px;
	font-size: 12px;
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-right: 6px;
}

.newsletter input.zip {
	float: left;
	border: 1px solid #4790b8;
	padding: 5px 10px;
	height: 15px;
	line-height: 15px;
	background-color: #fff;
	width: 75px;
	font-size: 12px;
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-right: 8px;
}

.newsletter input.submit {
	float: left;
	background: none;
	margin: 0;
	padding: 0;
	background-image: url(images/sign-up.gif);
	width: 60px;
	height: 26px;
	background-repeat: no-repeat;
	border: none;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	cursor: pointer;
}

.newsletter input.submit:hover {
	background-position: 0 -26px;
}

.bottombar {
	background-image: url(images/bottombar-bg.gif);
	background-repeat: repeat-x;
	padding-top: 28px;
	overflow: hidden;
	font-size: 13px;
	line-height: 21px;
}

.bottombar .column-left {
	float: left;
	width: 290px;
	padding-right: 24px;
	padding-top: 19px;
	height: 750px;
	padding-bottom: 80px;
	position: relative;
}

.bottombar .column-middle {
	float: left;
	width: 300px;
	background-color: #e2e1e1;
	padding-top: 19px;
	padding-left: 16px;
	background-image: url(images/bottombar-middle-column-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-right: 14px;
	height: 750px;
	padding-bottom: 80px;
	position: relative;
}

.bottombar .column-middle .preview {
	margin-right: -2px;
}

.bottombar .column-right {
	float: left;
	width: 290px;
	padding-left: 26px;
	padding-top: 19px;
	height: 750px;
	padding-bottom: 80px;
	position: relative;
}

.bottombar .column-middle .separator {
	background-image: url(images/separator-middle-column-bg.gif);
}

.bottombar h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 31px;
	line-height: 20px;
	text-transform: uppercase;
}

.bottombar h3 .rss {
	margin-left: 17px;
	float: left;
	margin-top: -2px;
	position: relative;
}

.bottombar .column-middle h3 {
	margin-bottom: 27px;
}

.bottombar .column-right h3 {
	margin-bottom: 27px;
}

.preview {
	padding-left: 108px;
	overflow: hidden;
	clear: both;
	padding-bottom: 15px;
}

.preview .author {
	float: left;
	margin-left: -108px;
	position: relative;
	margin-top: 5px;
}

* html .preview .author a {
	margin-left: -54px;
}

.preview .author a, .preview .author img,.preview .author span.name {
	float: left;
	clear: both;
	font-size: 11px;
	color: #006baa;
	font-weight: bold;
}
.preview .author span.name {
 color:#000;	
}

.preview .author a.name, .blog-preview-post .author a.name,.preview .author span.name  {
	padding-top: 5px;
	line-height: 18px;
}

.graybox {
	clear: both;
	width: 220px;
	float: left;
	padding: 0;
}

.blog-page .blog-preview-post {
	float: right;
	width: 400px;
}

.blog-preview-post {
	overflow: hidden;
	padding-bottom: 25px;
}

.blog-preview-post .author {
	position: relative;
}

.blog-preview-post .author a {
	color: #003657;
}

.blog-preview-post .author img {
	padding-right: 20px;
	float: left;
}

.blog-preview-post small {
	font-size: 94.60%;	
}

.blog-preview-post h4 {
	clear: none !important;
}

.blog-preview-post .more-div {
	padding: 10px 0 0 0;
}

.content {
	overflow:hidden;
}

.content .blog-preview-post .more .comment-count {
	clear: both;
	float: none !important;
	margin: 0;
	padding: 0;
}

.posts-navigation {
	font-weight: bold;
	clear: both;
	padding-top: 15px;
	font-size: 13px;
	line-height: 21px;
}

.posts-navigation a {
	margin: 0 3px;
}

.posts-navigation a.current {
	color: black;
}

.bottombar h4, .sidebar h4 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 10px 0;
	color: #00629f;
	font-size: 21px;
	font-weight: normal;
	line-height: 26px;
	text-transform: none;
}

.bottombar h4 a, .sidebar h4 a {
	color: #00629f;
}

.bottombar h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
	padding: 0 0 17px 0;
}

.bottombar .column-right h5{
	padding: 6px 0 5px 0;
}

.bottombar h5 a {
	color: #333333;
}

small {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}

.bottombar .more {
	font-weight: bold;
	clear: both;
	float: left;
	margin-top: 10px;
}

.bottombar .social-links {
	clear: both;
	padding-top: 20px;
	font-size: 13px;
	line-height: 21px;
}

.bottombar .social-links .social {
	margin-right: 26px;
}

.separator {
	background-image: url(images/separator-bg.gif);
	background-repeat: repeat-x;
	height: 40px;
	clear: both;
}

.blog-preview {
	padding-top: 10px;
}

.blog-preview h4 {
	padding: 0;
}

.blog-preview h4 a {
	font-size: 18px;
	color: #00629f;
	line-height: 21px;
}

a.button {
	background-image: url(images/button-right-bg.gif);
	height: 26px;
	float: left;
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 8px;
	text-decoration: none;
}

a.button span {
	float: left;
	padding-left: 8px;
	background-image: url(images/button-left-bg.gif);
	height: 26px;
	line-height: 26px;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

a.button:hover {
	background-position: right -26px;
}

a.button:hover span {
	background-position: 0 -26px;
}

a.button-take-action {
	background-image: url(images/button-right-bg.gif);
	height: 26px;
	float: left;
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 8px;
	text-decoration: none;
}

a.button-take-action span {
	float: left;
	padding-left: 8px;
	background-image: url(images/button-left-bg.gif);
	height: 26px;
	line-height: 26px;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

a.button-take-action:hover {
	background-position: right -26px;
}

a.button-take-action:hover span {
	background-position: 0 -26px;
}

.bottombar a.button {
	position: absolute;
	bottom: 30px;
	left: 0;
}

.bottombar .column-middle a.button {
	left: 16px;
}

.bottombar .column-right a.button {
	left: 26px;
}

.box {
	padding: 12px;
	background-color: #cee8f7;
	border: 1px solid #fff;
	margin-bottom: 10px;
}

.alignleft {
	margin-right: 14px;
}

.alignright {
	margin-left: 14px;
}

form.find {
	clear: both;
	padding-top: 10px;
	overflow: hidden;
}

form.find label {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	line-height: 18px;
	padding-bottom: 5px;
}

form.find input {
	float: left;
	border: 1px solid #002944;
	padding: 5px 9px;
	height: 14px;
	line-height: 14px;
	background-color: #fff;
	width: 132px;
	font-size: 12px;
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-right: 13px;
}
form.find input.zip{
   width:60px;	
}
form.find input.radius{
   width:40px;	
}

form.find input.submit {
	background: none;
	background-image: url(images/find-search-bg.gif);
	width: 61px;
	height: 26px;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	cursor: pointer;
}

.preview .join {
	clear: right;
	float: left;
	line-height: 20px;
	font-size: 11px;
	margin-top: 3px;
	text-transform: uppercase;
	color: #0067a5;
	font-weight: bold;
	white-space: nowrap;
}

* html .preview .join {
	width: 180px; 
}

.preview .join img {
	float: left;
	margin-right: 8px;
}

.meter {
	padding-bottom: 16px;
	background-image: url(images/meter-bg.gif);
	background-repeat: no-repeat;
	height: 65px;
}

.meter .meter-progress {
	background-image: url(images/meter-progressbar-bg.gif);
	background-repeat: no-repeat;
	height: 36px;
}

.block-letter {
	background-image: url(images/letter-bg.gif);
	background-repeat: no-repeat;
	margin: 0 -2px 0 -3px;
	width: 295px;
	position: relative;
	margin-bottom: 20px;
}

.block-letter .block-content {
	background-image: url(images/letter-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 26px;
}

.partners {
	padding: 30px 0;
	overflow: hidden;
	clear: both;
}

.partners h3 {
	margin-bottom: 12px;
}

.partners .slider {
	background-image: url(images/partners-bg.gif);
	background-repeat: repeat-x;
	height: 71px;
	padding: 13px 40px;
	position: relative;
}

.partners .slider a {
	float: left;
	height: 71px;
	vertical-align: middle;
	display: table;
	#position: relative;
}

.partners .slider ul {
	overflow: hidden;
	height: 71px;
	width: 850px;
}

.partners .slider ul li {
	position: relative;
	list-style: none;
	float: left;
	height: 71px;
	padding: 0 10px;
	overflow: hidden;
}

* html .partners .slider ul li {
	width: 185px;
}

.partners .slider a.arrow-left {
	background-image: url(images/arrow-left.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 41px;
	left: 8px;
}

.partners .slider a.arrow-left:hover {
	background-image: url(images/arrow-left-hover.gif);
}

.partners .slider a.arrow-right {
	background-image: url(images/arrow-right.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 41px;
	right: 8px;
}

.partners .slider a.arrow-right:hover {
	background-image: url(images/arrow-right-hover.gif);
}

.partners .slider a .v-middle {
	display: table-cell;
	#position: absolute;
	#top: 50%;
	vertical-align: middle;
}

.partners .slider a .v-inner {
	#position: relative;
	#top: -50%;
}

.partners .slider a img {
	vertical-align: middle;
}

.partners .slider a img.normal {
	display: inherit;
}

.partners .slider a:hover img.normal {
	display: none;
}

.partners .slider a img.hover {
	display: none;
}

.partners .slider a:hover img.hover {
	display: inherit;
}

.endorsements {
	overflow: hidden;
	clear: both;
}

.endorsements h3 {
	color: #004d81;
	margin-bottom: 0px;
}

.endorsements .gallery {
	background-color: #9fcee7;
	background-image: url(images/endorsements-bg.gif);
	background-repeat: repeat-x;
	padding: 3px 15px 5px 17px;
	overflow: hidden;
	position: relative;
}

.endorsements .arrow-left {
	background-image: url(images/arrow-left-blue.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 47px;
	left: 17px;
	z-index: 9999;
}

.endorsements .arrow-left:hover {
	background-image: url(images/arrow-left-hover.gif);
}

.endorsements .arrow-right {
	background-image: url(images/arrow-right-blue.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 47px;
	right: 15px;
	z-index: 9999;
}

.endorsements .arrow-right:hover {
	background-image: url(images/arrow-right-hover.gif);	
}

.endorsements .gallery .images {
	padding: 0px 0 0 0;
	overflow: hidden;
	list-style: none;
	top: 0;
	left: 0;
}

.endorsements .gallery .images a {
	float: left;
	padding: 0 8px 0 8px;
	width: 120px;
	height: 115px;
	text-decoration:none;
	color:#000000;
	
}

.endorsements .gallery .images a  .normal { margin:0 auto; display:block}
.endorsements .gallery .images a .endorser-name{  margin:0 auto; text-align:center;font-size:11px;}

* html .endorsements .gallery .images a {
	padding: 0 7px 0 7px;
}
/*
.endorsements .gallery .images a:hover {
	background-image: url(images/endorsements-img-hover.gif);
	background-position: 4px 0;
	background-repeat: no-repeat;
	margin: -4px 0 -4px 0;
	padding-top: 4px;
	position: relative;
	height: 120px;
}*/

.endorsements .gallery .images a.selected {
/*	background-image: url(images/endorsements-img-hover.gif);
	background-repeat: no-repeat;
	background-position: 4px 0;*/
	margin: -4px 0 -4px 0;
	position: relative;
	padding-top: 4px;
	height: 120px;
}

/*.endorsements .gallery .images a .hover, */
.endorsements .gallery .images a .end-quote, .endorsements .gallery .images a .end-author {
	display: none;
}

/*.endorsements .gallery .images a.selected .hover,
.endorsements .gallery .images a:hover .hover {
	display: block;
} */

/*.endorsements .gallery .images a.selected .normal, 
.endorsements .gallery .images a:hover .normal {
	display: none;
}*/

.endorsements .quote {
	background-image: url(images/quote-top-bg.gif);
	background-repeat: no-repeat;
	clear: both;
	overflow: hidden;
	display: none;
	border-bottom: 15px solid #9fcee7;
}

.endorsements .quote-content {
	background: none;
	background-image: url(images/quote-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 15px 47px;
}

.endorsements blockquote {
	background: none;
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #333;
}

.endorsements .author {
	float: none;
	font-weight: bold;
}

.footer {
	clear: both;
	background-color: #004d81;
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 30px 0 72px 0;
}

.footer .wrapper {
	overflow: hidden;
}

.footer .column-left {
	float: left;
	width: 276px;
	margin-right: 33px;
	background-image: url(images/footer-column-bg.gif);
	background-repeat: repeat-x;
	background-color: #004d81;
	padding: 22px 12px 20px 12px;
	min-height: 230px;
}

.footer .column-middle {
	float: left;
	width: 276px;
	background-image: url(images/footer-column-bg.gif);
	background-repeat: repeat-x;
	background-color: #004d81;
	padding: 22px 12px 20px 12px;
	min-height: 230px;
}

.footer .column-right{
	float: right;
	width: 276px;
	background-image: url(images/footer-column-bg.gif);
	background-repeat: repeat-x;
	background-color: #004d81;
	padding: 22px 12px 20px 12px;
	min-height: 230px;
}

.footer {
	color: #fff;
	font-size: 16px;
}

.footer a {
	color: #fff;
}

.footer ul li {
	list-style: none;
	line-height: 20px;
	padding: 0 0 8px 0;
}

.footer h5 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.content {
	float: left;
	width: 633px;
	padding-top: 60px;
	font-size: 120%;
	line-height: 21px;
}

.heading {
	padding-top: 4px;
	padding-bottom: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 252.30% !important;
	line-height:100%
}

.content h1 {
	font-size: 173.40%;
	font-weight: bold;
	color: #003657;
	padding-bottom: 16px;
	padding-top: 10px;
	clear: both;
}
.blog_title {
	font-size: 24px;
	font-weight: bold;
	color: #003556;
	padding-bottom: 10px;
	padding-top: 10px;
}

.content h2 {
	font-size: 157.70%;
	font-weight: bold;
	color: #003556;
	padding-bottom: 10px;
	padding-top: 10px;
	clear: both;
}

.content h3 {
	font-size: 141.90%;
	font-weight: bold;
	color: #003657;
	padding-bottom: 5px;
	padding-top: 10px;
	clear: both;
}

.content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 116.70%;
	font-weight: bold;
	color: #003657;
	padding-bottom: 0;
	padding-top: 10px;
	clear: both;
}

.content .more {
	margin-bottom: 20px;
	float: left;
	font-weight: bold;
}

.content ul {
	margin: 12px 0;
}

.content ul li {
	padding-left: 43px;
	list-style: none;
	background-position: 36px 8px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	padding-bottom: 12px;
	line-height: 21px;
}

* html .content ul li {
	padding-right: 30px;
}

*+html .content ul li {
	padding-right: 30px;
}

.content a {
	font-weight: bold;
	color: #006699;
	font-size: 94.60%;
}

blockquote, q {
	padding: 14px;
	background-image: url(images/blockquote-bg.gif);
	background-repeat: repeat-x;
	background-color: #e1e1e1;
	font-style: italic;
	color: #333333;
	font-size: 100%;
	margin: 15px 0 25px 39px;
}

.sidebared {
	background-image: url(images/sidebar-bg.gif);
	background-repeat: repeat-y;
	background-position: top right;
	padding: 0 !important;
}

.sidebared2 {
	background-image: url(images/sidebar-bg.gif);
	background-repeat: repeat-y;
	background-position: top left;
	padding: 0 !important;
}

.sidebar {
	float: right;
	width: 233px;
	padding: 32px 17px 0 30px;
	font-size: 13px;
}

.sidebar .logo {
	background-image: url(images/logo-sidebar.gif);
	width: 236px;
	height: 122px;
	background-repeat: no-repeat;
	float: left;
	margin-right: -3px;
	position: relative;
}

.sidebar .separator {
	background-image: url(images/separator-sidebar.gif);
	width: 266px;
	margin: 0 -17px 0 -17px;
	position: relative;
}

.sidebar h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 8px 0 4px 0;
	padding: 0;
}

.sidebar .newsletter {
	background: none;
	width: auto;
	height: auto;
	padding: 0;
}

.sidebar .newsletter form {
	overflow: hidden;
}

.sidebar .newsletter input {
	margin: 0 0 6px 0;
	border: 1px solid #cccccc;
	width: 212px;
}

.sidebar .newsletter input.zip {
	margin: 0 11px 0 0;
	width: 140px;
}

.sidebar .newsletter input.submit {
	border: none;
	width: 60px;
}

.sidebar .preview {
	position: relative;
	margin-right: -17px;
}

.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #999;
}

.breadcrumbs a {
	color: #0067a5;
}

.breadcrumbs .current {
	color: #333;	
}

.top-inner {
	float: left;
	width: 633px;
	padding-top: 10px;
	margin: 0 0px -20px 0;
	position: relative;
}

.top-inner .text-size {
	margin-right: -20px;
	position: relative;
}

.comments {
	clear: both;
	padding-top: 20px;
	font-size: 13px;
	line-height: 21px;
}

.comments label {
	display: block;
	padding-top: 3px;
}

.comments input {
	margin-right: 5px;
	padding: 2px 6px;
}

.comments textarea {
	width: 620px;
	height: 120px;
	padding: 6px;
	overflow: auto;
}

.comments input.submit {
	margin-top: 20px;
}

ul.blogroll a {
	color: #006699;
}

.sIFR-flash {
	margin-right: -20px;
}

#feeds-box{
  width:100%;
  margin-top:10px;
	
}
#twitterfeed {
    width: 240px;
    margin: 0px 30px 0 0;
    float: left;
}
#fb-root {
  
	
}



.generic_dialog_popup {
	width: 350px;
	
}

.wallkit_form .profile_pic {
	width: 310px;
	display: block;
	float: left;
}

.wallkit_form .composer {
	clear: both;
	padding: 50px 0 0 0;
	margin: 10px 0 0 10;
}

span.red {
	color: #900;
}

span.attendees_current {
	display: none;
}

#tooltip {
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:10px;
	color:#333;
	display:none;
}
/*
.formRow{
 margin-bottom:10px;
}
.formRow label {display:block; }
.formRow input {margin:0; padding:0}
*/

.formRow{
margin:20px 0  10px 0;
}
.formRow label {display:block; float:none; margin-top:10px !important; }

.formRow select,.formRow textarea{margin-top:5px !important;}
.apply-here{ clear:both;width:100%; margin:10px 0 10px 0; }
.apply-here a{ background-image: url(images/apply-here.png);  width:83px; height:26px; display:block;	background-repeat: no-repeat;
	background-position: bottom center; } 
.apply-here a:hover{ background-image: url(images/apply-here-hover.png);} 

#page_message{
 width:430px; margin:0;padding:0;	
}

.spanish{ 
float:right;
margin-right:4px;

}
 
.spanish a { color:navy; font-weight:bold; font-size:13px;}

#thdr {
	background-image: url(images/top-bg.gif);
	background-repeat: repeat-x;
	height: 176px;
	width: 660px;
	margin-top: -50px;
	padding: 10px 0 0 0;
	font-size: 100%;
}

#thdr .logo {
	background-image: url(images/logo.gif);
	width: 233px;
	height: 161px;
	background-repeat: no-repeat;
	float: left;
	margin-top: 10px;
}


.whoswho h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 8px 0 4px 0;
	padding: 0;
}

#wherearewe ul li { list-style: none; padding-left: 42px; text-indent: -42px;}
.agendacurrent { background-color: #00629f; color: white; font-weight: bold; }

