@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, 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;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

ol, ul {
	list-style: none;
}

em {
	font-style: italic;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

p {
	padding-bottom: 20px;	
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	background-color:#FFFFFF;
	line-height: 21px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #333333;
}
.outer-wrapper {
	background-image: url(images/bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

.wrapper {
	margin: 0 auto;
	width: 1142px;
	background-position: top right;
	background-repeat: no-repeat;
}

.header {
	height: 170px;
	position: relative;
}

.header .logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	width: 463px;
	height: 134px;
	top: 21px;
	left: 39px;
	position: absolute;
}

.navigation {
	background-image: url(images/navigation-bg.png);
	background-repeat: no-repeat;
	padding: 19px 80px 90px 83px;
	width: 975px;
	height: 40px;
	z-index: 1000;
}

* html .navigation {
	overflow: hidden;	
}

*+html .navigation {
	overflow: hidden;	
}

.navigation ul {
	padding-left: 24px;
	float: left;
	z-index: 1000;
}

.navigation ul li {
	margin-right: 5px;
	position: relative;
	float: left;
	z-index: 1000;
}

.navigation ul li.last {
	margin: 0;
	background: none !important;
    position: static;
}

.navigation ul li a {
	padding: 0 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 46px;
	display: block;
	z-index: 1000;
}

.navigation ul li:hover a {
	background-color: #013f83;
	text-decoration: none;
}

.navigation ul li.current_page_item, .navigation ul li.current_page_ancestor {
	background-color: #013f83;
}

.navigation ul li ul {
	display: none;
	background: none;
	padding: 0;
	left: 0px;
	top: 46px;
	width: 166px;
	position: absolute;
}

.navigation ul li ul ul {
	position: inherit;
	display: block;
	top: auto;
	left: auto;
	clear: both;
	overflow: hidden;
}

.navigation ul li:hover ul {
	display: block;
}

.navigation ul ul li {
	margin: 0;
	float: none;
	clear: both;
}

.navigation ul ul li a {
	background: none;
	background-color: #013f83;
	padding: 7px 14px;
	line-height: 16px;
	font-size: 12px;
	color: #fff;
	width: 138px;
	display: block;
}

.navigation ul ul li li a {
	padding-left: 30px;
	width: 122px;
	font-size: 10px;
	line-height: 14px;
}

.navigation ul ul li a:hover, .navigation ul ul li.current_page_item a {
	background: none;
	background-color: #012954 !important;
}

.navigation ul li.last a {
	background-image: url(images/make-donation-bg.gif);
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 8px;
	padding: 0 17px;
	text-decoration: none;
	text-align: center;
	line-height: 27px;
	width: 136px;
	height: 27px;
}

.main-wrapper {
	background-image: url(images/main-wrapper-top.gif);
	background-repeat: no-repeat;
	margin-top: -84px;
	background-position: 69px 0;
}

.main-outer-wrapper {
	background-image: url(images/main-wrapper-bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

.intro {
	background-image: url(images/intro-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 69px -1px 69px;
	padding: 0 11px 25px 22px;
	width: 971px;
	height: 346px;
	overflow: hidden;
	clear: both;
	position: relative;
}

.intro .slider {
	margin-top: 8px;
	width: 668px;
	height: 337px;
	overflow: hidden;
	position: relative;
}

.intro .slider .panel {
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #faf0ce;
	padding: 28px 278px 28px 26px;
	line-height: 24px;
	/*font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	font-size: 14px;
	color: #333333;
	height: 244px;
	width: 358px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.intro .slider .panel h4 {
	margin-bottom: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #004795;
	line-height: 36px;
}

.intro .more {
	clear: both;
	margin-top: 14px;
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	font-size: 12px;
	color: #004795;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
}

.intro .slider ul {
	margin: 0;
	height: 26px;
	position: absolute;
	left: 21px;
	bottom: 0px;
}

.intro .slider ul li {
	margin-left: 5px;
	display: block;
	float: left;
}

.intro .slider ul li a {
	padding: 0 11px 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #004795;
	line-height: 26px;
	display: block;
}

.intro .slider ul li a:hover, .intro .slider ul li.selected a {
	background-image: url(images/intro-ul-li-left.gif);
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #fff;
}

.intro .slider ul li:hover, .intro .slider ul li.selected {
	background-image: url(images/intro-ul-li-selected-bg.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

.intro .issues {
	background-image: url(images/issues-bg.png);
	background-repeat: no-repeat;
	padding: 30px 61px 10px 55px;
	line-height: 26px;
	font-size: 16px;
	color: #333333;
	width: 231px;
	height: 314px;
	overflow: hidden;
	top: 0;
	right: 10px;
	position: absolute;
}

.intro .issues ul {
	margin-top: 7px;
	overflow: hidden;
	height: 159px;
}

.intro .issues ul li {
	padding: 0;
	margin: 0;
	display: block;
}

.intro .issues ul li a {
	font-size: 14px;
	padding: 4px 0;
	margin: 0;
	color: #004795;
}

.main {
	margin: 0 69px;
	padding: 0 14px;
	width: 976px;
}

.clear {
	clear: both;
}

.main .content {
	margin-left: 34px;
	padding: 19px 0 0 0;
	width: 586px;
	float: left;
}

* html .main .content {
	margin-left: 17px;
}

.main .content h1 {
	margin-bottom: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 21px;
	line-height: 26px;
	color: #de554d;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
}

.main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	margin-bottom: 22px;
}

.main h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	margin: 13px 0px 13px 0px;
	font-weight: bold;
}

.main .content h1 .rss {
	background-image: url(images/outer-link-rss.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 9px;
	color: #fff;
	font-weight: bold;
	width: 29px;
	height: 15px;
	vertical-align: middle;
	display: inline-block;
}

.main .alignright {
	float: right;
}

.main .content .more {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #004795;
	text-transform: uppercase;
	font-weight: bold;
}

.main a {
	color: #004795;
}

.main .content .preview {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 130px;
	padding-right: 65px;
	overflow: hidden;
	position: relative;
}

.preview-research {
	margin-bottom: 24px;
	padding-right: 65px;
	overflow: hidden;
	position: relative;
}

.preview-research small {
	display: block;
}

.preview-research h2, .preview h2 {
	margin-bottom: 0;
}

.preview .image {
	margin-left: -130px;
	width: 104px;
	text-align: center;
	overflow: hidden;
	float: left;
	position: relative;
}

.preview .image:hover, .preview .comments .comment:hover, .preview .share_links .email:hover, .preview .share_links .share:hover {
	text-decoration: none;
}

/* TK, change away from the fixed height and width of frame.gif instead using the border in .preview .image img
.preview .image .frame {
	background-image: url(images/frame.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 104px;
	height: 103px;
	display: block;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 10;
}
*/

.preview .image img {
	margin-top: 1px;
	padding: 2px;
	border: 1px dashed #CCCCCC;
}

.preview small {
	font-size: 11px;
	color: #999999;
	display: block;
}

.preview small {
	font-size: 11px;
	color: #999999;
	display: block;
}

.preview small a {
	color: #999;
}

.main .extra {
	margin-top: 10px;
	font-size: 11px;
}

.main .extra .comments {
	color: #004795;
	line-height: 15px;
	font-weight: bold;
}

.main .extra .comments .comment {
	background-image: url(images/comment-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 10px;
	line-height: 14px;
	text-transform: lowercase;
	font-variant: small-caps;
	text-align: center;
	width: 58px;
	height: 16px;
	display: inline-block;
}

.main .share_links {
	margin-right: -65px;
	margin-left: 11px;
	width: 50px;
	float: right;
	position: relative;
}

* html .main .share_links {
	margin-right: -32px;
}

.share_links .at15t_compact {
	background: none !important;
}

.share_links .FBConnectButton_Text {
	padding-left: 1px !important;
	padding-right: 0 !important;
}

.main .share_links .email {
	background-image: url(images/share-link-mail.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 10px;
	width: 50px;
	height: 21px;
	display: block;
	clear: both;
	float: left;
}

.main .share_links .share {
	background-image: url(images/share-link.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 50px;
	margin-top: 10px;
	height: 20px;
	display: block;
	clear: both;
	float: left;
}

.main .position {
	margin-left: 130px;
}

.main .separator {
	background-image: url(images/separator.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 13px 0 23px 0;
	height: 2px;
	display: block;
}

.main .map {
	margin: 21px 0 27px 0;
}

.main .statelist {
	overflow: hidden;
}

.main .statelist ul {
	margin-right: 7px;
	width: 110px;
	float: left;
	padding: 0px;
}

.main .statelist ul li {
	list-style-type: none;
}

.main .statelist ul li a {
	line-height: 18px;
	font-size: 11px;
	color: #004795;
}

.main .breadcrumbs {
	margin-bottom: 23px;
	font-size: 11px;
	width:80%;
	float: left;
}

.main .breadcrumbs a {
	background-image: url(images/arrow-small.gif);
	background-position: right 8px;
	background-repeat: no-repeat;
	padding-right: 11px;
	margin-right: 7px;	
}

.main .current {
	background: none;
	color: #333333;
}

.main .leaf-nav {
	font-weight: bold;
	margin-bottom: 23px;
}

.main .leaf-nav a:active {
	color: #333333;
}

.main .various a {
	font-size: 17px;
}

.main .various .smallest-link {
	font-size: 11px;
}

.main .various .smaller-link {
	font-size: 13px;
}

.main .various .small-link {
	font-size: 15px;
}

.main .various .large-link {
	font-size: 19px;
}

.main .various .larger-link {
	font-size: 21px;
}

.main .various .largest-link {
	font-size: 23px;
}

.main .circle {
	margin: 11px 0 20px 0;
}

.main .circle li {
	background-image: url(images/circle.gif);
	background-position: left 9px;
	background-repeat: no-repeat;
	margin-left: 36px;
	padding-left: 7px;
}

.main blockquote {
	background-color: #dff0fb;
	margin: 11px 0 21px 31px;
	padding: 10px 19px;
	width: 469px;
}

.main .button-orange {
	background-image: url(images/button-orange-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 15px 0;
	padding: 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-size: 9px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	width: 69px;
	height: 15px;
	display: block;
}

.main .button-orange:hover {
	text-decoration: none;
}

.main .img-border {
	background-image: url(images/img-border.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px;
	width: 146px;
	height: 146px;
	display: block;
}

.main .img-border img {
	width: 146px;
	height: 146px;
	overflow: hidden;
}

.main ul {
	padding: 0px 0px 15px 15px;
}
.main ul li {
	list-style-type:disc;
}

.main .sidebar {
	padding: 25px 33px;
	width: 261px;
	float: right;
}

.sidebar .block {
	background-image: url(images/block-border-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	margin-bottom: 31px;
	padding-bottom: 23px;
	overflow: hidden;
}

.sidebar .block ul.children {
	padding-bottom: 0px;
}

* html .sidebar .block {
	
}

.sidebar h2 {
	margin-bottom: 7px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #de554d;
	font-weight: bold;
	text-transform: uppercase;
}

.sidebar .block form.search {
	margin-bottom: 31px;
	overflow: hidden;
	display: block;
}

.sidebar .block form.search input {
	background: none;
	border: none;
	background-image: url(images/form-search-input-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin-right: 3px;
	padding: 5px 10px 6px 10px;
	line-height: 16px;
	font-size: 12px;
	color: #666666;
	width: 205px;
	height: 16px;
	float: left;
}

.sidebar .block form.search .submit {
	background: none;
	border: none;
	background-image: url(images/form-search-input-submit-bg.gif); 
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 0px;
	cursor: pointer;
	font-size: 0px;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
}

.sidebar .block .get-involved {
	background-image: url(images/get-involved-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	line-height: 52px;
	text-transform: uppercase;
	text-align: center;
	width: 261px;
	height: 52px;
	display: block;
}

* html .sidebar .block .get-involved {
	margin-top: 31px;
}

.sidebar .block .get-involved:hover, .sidebar .block .view-larger:hover {
	text-decoration: none;
}

.sidebar .block form.stay-informed, form.stay-informed {
	overflow: hidden;
	clear: both;
}

.sidebar .block form.stay-informed a, form.stay-informed a {
	font-size: 11px;
}

.sidebar .block form.stay-informed input, form.stay-informed input {
	background: none;
	border: none;
	background-image: url(images/form-input-mail-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 8px;
	padding: 5px 10px 6px 10px;
	line-height: 16px;
	font-size: 12px;
	color: #666666;
	width: 240px;
	height: 16px;
}

.sidebar .block form.stay-informed .zip, form.stay-informed .zip {
	background: none;
	border: none;
	background-image: url(images/form-input-zipcode-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 10px 6px 10px;
	line-height: 16px;
	font-size: 12px;
	color: #666666;
	width: 163px;
	height: 16px;
	float: left;
}

.sidebar .block form.stay-informed .submit {
	background: none;
	border: none;
	background-image: url(images/form-input-signup-bg.gif); 
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 0px;
	cursor: pointer;
	font-size: 0px;
	text-indent: -9999px;
	width: 70px;
	height: 27px;
	float: right;
}

.content form.stay-informed .submit {
	background: none;
	border: none;
	background-image: url(images/form-input-signup-bg.gif); 
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 0px;
	cursor: pointer;
	font-size: 0px;
	text-indent: -9999px;
	width: 70px;
	height: 27px;
	clear: both;
	float: left;
}

.sidebar .videopopup {
	background-image: url(images/video-frame.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 13px;
	padding: 7px 7px;
	text-align: center;
	width: 245px;
	height: 203px;
	display: block;
}

.sidebar .videopopup  img {
	width: 245px;
	height: 203px;
	overflow: hidden;
}

.sidebar .block .view-larger {
	background-image: url(images/view-larger-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	color: #fff;
	font-size: 9px;
	padding: 0 6px;
	line-height: 14px;
	text-transform: uppercase;
	text-align: center;
	width: 66px;
	height: 16px;
	display: block;
}

.sidebar .more {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #004795;
	font-weight: bold;
}

.sidebar .img-frame {
	margin-bottom: 13px;
	text-align: center;
	display: block;
}

.sidebar .img-frame img {
	border: 7px solid #1575b3;
	max-width:247px;
	overflow: hidden;
}

.sidebar .img-frame:hover, .sidebar .videopopup:hover {
	text-decoration: none;
}

.sidebar .block .redirection {	
	margin-top: 15px;
	overflow: hidden;
}

.sidebar .block .redirection .previous {
	background-image: url(images/previous-arrow.gif);
	background-position: left 7px;
	background-repeat: no-repeat;
	padding-left: 17px;
	margin-left: 3px;
	font-size: 13px;
	font-weight: bold;
	float: left;
}

.sidebar .block .redirection .next {
	background-image: url(images/next-arrow.gif);
	background-position: right 7px;
	background-repeat: no-repeat;
	padding-right: 17px;
	margin-right: 4px;
	font-size: 13px;
	font-weight: bold;
	float: right;
}

.pagenav .previous {
	float: left;
}
.pagenav .next {
	float: right;
}

.sidebar .block .tweeter {
	background-image: url(images/follow-us-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 9px;
	padding: 77px 6px 0 8px;
	line-height: 14px;
	text-transform: uppercase;
	text-align: center;
	width: 56px;
	height: 18px;
	float: right;
}

.sidebar .block .tweeter:hover {
	text-decoration: none;
}

.sidebar .block .outer-links {
	margin-top: 13px;
	overflow: hidden;
	clear: both;
}

* html .sidebar .block .outer-links {
	height: 62px;	
}

.sidebar .block .outer-links a {
	margin-right: 5px;
	float: left;
}

* html .sidebar .block .outer-links a {
	margin-right: 4px;	
}

.sidebar .block form.state-search {
	overflow: hidden;
}

.sidebar .block form.state-search select {
	margin-right: 11px;
	font-size: 12px;
	color: #004795;
	width: 76px;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 6px;
}

.sidebar .block form.state-search .submit {
	background: none;
	border: none;
	background-image: url(images/form-state-search-submit-bg.gif); 
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 0px;
	cursor: pointer;
	font-size: 0px;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
}

.main-bottom {
	background-image: url(images/main-bottom-bg.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-bottom: 60px;
	height: 34px;
}

.footer {
	background-image: url(images/footer-bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 32px;
	font-size: 12px;
	line-height: 21px;
	color: #fff;
	height: 76px;
}

.footer .wrapper {
	background: none;
	margin: 0 auto;
	width: 1004px;
}

.footer a, .footer a:visited {
	color: #fff;
}

.footer .alignright {
	float: right;
	margin-right: 10px;
}

.footer strong {
	font-size: 16px;
}

.pagenav {
	overflow: hidden;
	padding-top: 20px;
}

.cform {
	clear: both;
}

.cform label {
	display: block;
	padding-top: 3px;
}

.cform input, .cform textarea, .cform select {
	margin-right: 7px;
	width: 300px;
	padding: 2px;
}

.cform .cf-sb input {
	width: auto;
	padding: 0;
}

.story {
	padding: 13px 4px 13px 9px;
	border: 4px solid #1575b3;
	background-color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.story .alignleft {
	margin-right: 7px;
}

.story img.alignleft {
	border: 1px dashed #dfe0e1;
	padding: 1px;
	width: 94px;
}

.story h3 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #004795;
	font-weight: normal;
	padding: 9px 0;
	line-height: 22px;
}

.story h4 {
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color:#333333;
	line-height: 16px;
	padding-bottom: 16px;
}

.story .more {
	text-transform: uppercase;
	color: #004795;
}

a.join-the-network {
	float: left;
	clear: both;
	margin-top: 20px;
	font-size: 16px;
}

.comments label {
	display: block;
	padding-top: 4px;
}

.comments input, .comments select, .comments textarea {
	width: 300px;
	margin-right: 7px;
	padding: 2px;
}

.comments input.submit {
	width: auto;
	margin-top: 10px;
}

.lightblue {
	color: #2a88d2;
	font-weight: bold;
}

.issues-related-posts {
	padding-top: 20px;
}

.issues-related-posts-hidden {
	display: none;
}

.popup-organizations {
	background-image: url(images/popup-bottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 275px;
	padding-bottom: 27px;
	display: none;
	position: absolute;
	z-index: 9999;
}

* html .popup-organizations {
	background-image: url(images/popup-bottom.gif);
}

.popup-organizations-flat {
	background-image: url(images/popup-bottom-flat.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 275px;
	padding-bottom: 27px;
	display: none;
	position: absolute;
	z-index: 9999;
}

* html .popup-organizations-flat {
	background-image: url(images/popup-bottom-flat.gif);
}

.popup-organizations .popup-content {	
	background-image: url(images/popup-bg.png);
	background-repeat: no-repeat;
	padding: 13px 20px 0 18px;
	position: relative;
	min-height: 30px;
}

* html .popup-organizations .popup-content {
	background-image: url(images/popup-bg.gif);
	height: 30px;
}

.popup-organizations .close {
	position: absolute;
	background-image: url(images/close.gif);
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
	top: 7px;
	right: 9px;
}

.popup-organizations h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 16px;
	padding-bottom: 12px;
}

.popup-organizations .organization-preview {
	/*overflow: hidden;*/
	clear: both;
	color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 12px;
}

.popup-organizations .organization-preview div.right {
	margin-right: -10px;
	margin-top: 5px;
	width: 88px;
	float: right;
}

.popup-organizations .organization-preview .logo {
/*	margin-left: -46px;
	position: relative;*/
	width: 88px;
}

.popup-organizations .organization-preview h5 {
	color: #004795;
	font-weight: bold;
	width: 157px;
}

.popup-organizations .organization-preview a {
	color: #004795;
}

.popup-organizations .organization-preview .preview-content {
	padding-bottom: 10px;
	/*padding-left: 46px;*/
	/*overflow: hidden;*/
}

.map-section {
	position: relative;
}

img.best {
	margin: 20px 0px 0px 72px;	
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text, p.wp-caption-text {
	font-size: 80%;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */


/* Staff page styles follow */
.hidden { display: none; } 
.staff { padding: 10px 5px 10px 0px; border-bottom: 1px solid #CBCBCB; } 
.picture { width: 116px; position: relative; float: left; } 
.picture img { width: 90px; } 
.bio { width: 465px; text-align: justify; position: relative; float: left; } 

.print { float: right; width: 70px; height: 27px; }