@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;	
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	line-height: 30px;
	margin-bottom: 15px;
}

ol, ul {
	list-style: none;
}

em {
	font-style: italic;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}


a:visited {
	color: #551A8B;
}

.content a:visited {
	color: #551A8B;
}

strong {
	font-weight: bold;	
}

p {
	padding-bottom: 10px;	
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

select {
	font-family: Helvetica, Arial, sans-serif;
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 21px;
	min-width: 960px;
}

.wrapper {
	margin: 0 auto;
	width: 960px;
}

.header {
	height: 87px;
	padding: 12px 0 0 0;
	overflow: hidden;
}


.header .logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	width: 301px;
	height: 61px;
	float: left;
	margin-top: 10px;
}

.header .column-right {
	float: right;
	width: 340px;
}

.header form {
	overflow: hidden;
	float: right;
	padding-bottom: 15px;
}

.header form input {
	background: none;
	border: 1px solid #ccc;
	width: 287px;
	height: 17px;
	line-height: 17px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	padding: 4px 9px;
	float: left;
}

.header form input.submit {
	border: none;
	background: none;
	//background-image: url(images/button-search.gif);
	background-repeat: no-repeat;
	width: 27px;
	height: 27px;
	float: left;
	margin-left: 5px;
	cursor: pointer;
}

.header .donate {
	background-image: url(images/button-donate.gif);
	background-repeat: no-repeat;
	width: 227px;
	height: 37px;
	float: right;
}

.navigation {
	height: 47px;
	background-image: url(images/nav-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 100;
}

.navigation ul {
	padding-left: 0px;
	margin-right: -150px;
}

* html .navigation ul {
	padding-left: 8px;	
}

.navigation ul li {
	float: left;
	position: relative;
	z-index: 100;
}

.navigation ul li a {
	float: left;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	letter-spacing: -0.03em;
	line-height: 6px;
	padding: 16px 23px 25px 22px;
	height: 6px;
}

.home-button {
}

* html .navigation ul li a {
	padding: 0 19px;
}

.navigation ul li a.lightblue {
	background-image: url(images/nav-first-bg.gif);
	background-repeat: repeat-x;
}

.navigation ul li:hover a, .navigation ul li a:hover, .navigation ul li.current_page_item a, .navigation ul li.current_page_ancestor a {
	background-image: url(images/nav-hover-bg.gif);
	background-repeat: repeat-x;
	text-decoration: none;
}

.navigation ul li:hover a.lightblue, .navigation ul li a.lightblue:hover, .navigation ul li.current_page_item a.lightblue, .navigation ul li.current_page_ancestor a.lightblue {
	background-image: url(images/nav-hover-bg.gif);
	background-repeat: repeat-x;
}

.navigation ul ul {
	display: none;
	position: absolute;
	left: 0;
	top: 47px;
	width: 247px;
	padding: 6px 0 8px 0;
	background-color: #c1361f;
	background-image: url(images/nav-subnav-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.navigation ul li.hover ul {
	display: block;
}

.navigation ul ul li {
	width: 247px;
	float: none;
	display: block;
}

.navigation ul ul li a, .navigation ul li:hover ul li a {
	text-transform: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	float: none;
	display: block;
	height: auto;
	font-weight: bold;
	color: #fff;
	line-height: 20px;
	padding: 3px 18px;
	width: 211px;
	background: none;
}

.navigation ul li:hover ul li:hover a, .navigation ul li ul li:hover a, .navigation ul li ul li.current_page_item a, .navigation ul li ul li.current_page_ancestor a {
	background-image: url(images/nav-arrow-normal.gif);
	background-repeat: no-repeat;
}

.navigation ul li:hover ul li.hasSubnav:hover a, .navigation ul li:hover ul li.hasSubnav.current_page_item a, .navigation ul li:hover ul li.hasSubnav.current_page_ancestor a {
	background-image: url(images/nav-arrow.gif);
	background-color: #751d17;
}

.navigation ul li ul li ul {
	display: none;
	left: 247px;
	top: 0;
	background: none !important;
	background-color: #751d17 !important;
}

.navigation ul li ul li.hover ul {
	display: block !important;
}

.navigation ul li ul li ul a {
	color: #fff !important;
	background: none !important;
	background-image: none !important;
}

.navigation ul li ul li ul a:hover, .navigation ul li ul li ul li.current_page_item a {
	background-color: #460804 !important;
	color: #fff !important;
}

.main {
	clear: both;
	overflow: hidden;
}

h2 {
	margin-bottom: 15px;
	padding-bottom: 0;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #333;
	line-height: 24px;
	margin-bottom: 10px;
}

h3 a {
	color: #00629f;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

.column-right a {
        color: #00629f;
        text-decoration: none
}

h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	clear: both;
	color: #000;
	line-height: 26px;
	margin-bottom: 8px;
	font-weight: bold;
	text-transform: uppercase;
}

.intro .wrapper {
	overflow: hidden;
}

.intro small {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #999;
	margin-bottom: 10px;
	display: block;
}

.intro .spotlight {
	background-image: url(images/separator.gif);
	background-repeat: repeat-x;
	overflow: hidden;
	clear: both;
	padding: 25px 0 0 0;	
}

.intro .column-left {
	float: left;
	width: 630px;
	padding: 20px 0 60px 0;
	line-height: 18px;
}

.intro .column-left h2 {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 5px;
}

.intro .column-left h3 {
	font-size: 16px;
	color: #00629f;
	line-height: 19px;
	margin-bottom: 10px;
	margin-top: 5px;	
}

.intro h2 .button {
	margin-right: 340px;
	float: right;
}

.intro .preview {
	float: left;
	width: 271px;
	margin: 0 0 15px 0;
	overflow: hidden;
}

.intro .preview a:link {
 color: #00629F;
}

.intro .preview .image {
	float: left;
	border: 1px solid #000;
	margin: 0 18px 0 0;
}

.intro .preview h3 {
	font-size:15px; 
        line-height: 21px;
}

.preview.alignright{
	float: right;	
}

.data, .date, small {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #999;
}

.blog-preview {
	background-image: url(images/blog-bg.gif);
	background-repeat: repeat-x;
	padding: 35px 0 0 0;
	clear: both;
	overflow: hidden;
}

.blog-preview a:link {
	 color: #00629F;
}

.blog-preview .column-left {
	float: left;
	width: 170px;
	padding: 0;
	margin: 0;
}

.rss {
	margin-left: 20px;
}

.blog-preview .column-left img {
        float: left;
        margin-bottom: 20px;	
	margin-right: 25px;
	float: left;
}

.blog-preview .icons {
	float: right;
	width: 140px;
	margin: 4px 200px 0 0;
}

.blog-preview .icons a {
	float: left;
	margin-right: 6px;
}

.intro .column-right {
	float: right;
	width: 250px;
	background-color: #fefefe;
	background-image: url(images/intro-column-right-bg.gif);
	background-repeat: repeat-y;
	padding: 30px 15px;
}

.intro .column-right h4 {
	font-size: 14px;	
}

.intro .column-right .post {
	padding: 0 0 20px 0;
}

.intro .column-right .post h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #00629f;
	line-height: 19px;
	padding-bottom: 10px;
	padding-top: 5px;
}

.intro .column-right .post h5 a {
	color: #00629f;	
}

.intro .column-right .post .image {
	float: left;
	margin: 0 18px 5px 0;	
}

.intro form {
	overflow: hidden;
	padding: 0 0 20px 0;
	//background-image: url(images/block-line.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	zoom: 1;
}

.intro form input {
	border: 1px solid #ccc;
	width: 230px;
	height: 13px;
	line-height: 13px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	padding: 6px 9px;
	margin-bottom: 8px;
}

.intro form input.short {
	width: 96px;
	float: left;
	margin-right: 9px;
}

.intro form input.submit {
	background: none;
	border: none;
	background-image: url(images/intro-submit-bg.gif);
	background-repeat: no-repeat;
	width: 79px;
	height: 26px;
	float: left;
	line-height: 17px;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}

* html .intro form input.submit {
	font-size: 12px;	
}

*+html .intro form input.submit {
	font-size: 12px;	
}

.intro .block {
	background-image: url(images/block-line.gif);
	background-repeat: repeat-x;
	padding: 20px 0;
	overflow: hidden;
}

.sidebar .block ul, .column-right .block ul {
	padding: 0;
}

.sidebar .block ul li, .column-right .block ul li {
	background-image: url(images/list-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding: 0 0 0 16px;
}

.sidebar .block ul li a:link, .column-right .block ul li a:link {
	font-family: Helvetica, Arial, sans-serif;
	color: #00629f;
	font-size: 13px;
}

.block ul li {
	background-image: url(images/list-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 16px;
}

.block ul li a {
	font-family: Helvetica, Arial, sans-serif;
	color: #00629f;
	font-size: 13px;
}

.block .social {
	overflow: hidden;	
}

.block .social a {
	float: left;
	margin-right: 12px;
}

.blue {
	color: #01619f;	
}

img.alignright {
	float: right;
	margin: 0 0 10px 30px;	
}


.button {
	background-image: url(images/button-right-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 26px;
	line-height: 26px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	float: left;
}

.button:hover {
	text-decoration: none;	
}

.button span {
	background-image: url(images/button-left-bg.gif);
	background-repeat: no-repeat;
	float: left;
	margin-right: 6px;
	padding-left: 6px;
}

.button:visited span {
        text-decoration: none;
        cursor: pointer;
        color: #FFFFFF;
}

.button:hover span {
	text-decoration: none;
	background-image: url(images/button-left-hover-bg.gif);
}

.more {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #be2527 !important;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.content .sidebar .more {
	float: none;
	clear: none;
	margin: 0 0 5px 0;
}

.content .more {
	float: left;
	clear: both;
	margin-top: 10px;
}

.content a:link {
	font-family: Helvetica, Arial, sans-serif;
	color: #00629f;
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
}

img.speac {
	margin: 15px 0 20px 0;	
}

.speaks {
	margin: 15px 0 20px 0;
	background-image: url(images/america-speaks-small.png);
	background-repeat: no-repeat;
	width: 270px;
	height: 33px;
}

.interior .speaks {
	background-image: url(images/america-speaks-small.png);
	width: 250px;
	height: 31px;
}

.tripple {
	background-image: url(images/tripple-bg.gif);
	background-repeat: repeat-x;
	padding: 40px 0 40px 0;
	overflow: hidden;
}

.tripple .column {
	float: left;
	width: 271px;
	margin-right: 47px;
}

.tripple h2 img {
	margin-bottom: 0px;	
}

.tripple h3 {
	font-size:15px; 
        line-height: 20px;
}

.footer {
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
	padding: 35px 0 0 0;
	height: 196px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #bbd1df;
	line-height: 19px;
}

.footer a {
	color: #89afc8;
}

.footer .bottom-nav {
	color: #0168a9;
	clear: both;
	padding: 12px 0 15px 0;
	font-size: 11px;
}

.footer .bottom-nav a {
	padding: 0 3px;
	color: #bbd1df;
}

.footer h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	line-height: 28px;
	margin-bottom: 8px;
	color: #fff;
}

.footer h2 span {
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
}

.main .content {
	width: 630px;
	float: left;
}

.main .sidebar {
	width: 250px;
	float: right;
	padding: 30px 0 30px 30px;
}

.main.interior {
	background-image: url(images/interior.gif);
	background-repeat: repeat-y;
	padding-bottom: 20px;
}

.sidebar .block {
	background-image: url(images/sidebar-block-bg.gif);
	background-repeat: no-repeat;
	padding: 20px 0;
	clear: both;
}

.sidebar form {
	overflow: hidden;
	padding-bottom: 20px;
}

* html .sidebar form {
	float: left;
	width: 250px;
}

.sidebar form input {
	border: 1px solid #ccc;
	width: 230px;
	height: 17px;
	line-height: 17px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	padding: 4px 9px;
	margin-bottom: 8px;
}

.sidebar form input.short {
	width: 96px;
	height: 17px;
	float: left;
	margin-right: 9px;
}

.sidebar form input.submit {
	background: none;
	border: none;
	background-image: url(images/intro-submit-bg.gif);
	background-repeat: no-repeat;
	width: 79px;
	height: 26px;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}

.dotted ul, .sidebar .dotted ul {
	padding: 0 0 15px 0;	
}

.dotted ul li, .sidebar .dotted ul li {
	background-image: url(images/list-dotted.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
	padding-left: 7px;
	color: #999;
}

.dotted ul li a, .sidebar .dotted ul li a {
	font-size: 13px;
	color: #00629f;
}

.block h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

.breadcrumbs {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #a0a0a0;
	padding: 20px 0;
}

.breadcrumbs a {
	color: #006699;	
}

.breadcrumbs .current {
	color: #333;
}

.title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 24px;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #003657;
	font-weight: bold;
	line-height:30px;
	margin-bottom: 20px;
}

.content h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #333;	
}

.content h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding-top: 4px;
}

.content h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
font-weight:bold;
	color: #333;
}

hr {
	background-image: url(images/content-block-bg.gif);
	background-repeat: repeat-x;
	height: 12px;
	margin: 10px 0;
	padding: 0;
	border: none;
}

.clear {
	clear: both;	
}

.leftalign {
	float: left;
}

.rightalign {
	float: right;
}

img.leftalign {
	margin: 0 30px 20px 0;
}

img.rightalign {
	margin: 0 0 30px 30px;
}

.content ul {
	padding: 10px 0 10px 38px;	
}

.content ul li {
	background-image: url(images/list-content-dott.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
	padding: 0 0 8px 6px;
}

blockquote {
	background-color: #f0f0f0;
	margin: 0 30px 20px 40px;
	padding: 10px 15px;
	font-style: italic;
}

.grey-box {
	background-image: url(images/grey-box.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #E7E6E7;
	min-height: 158px;
	overflow: hidden;
	padding: 16px 0 30px 23px;
	margin-bottom: 25px;
}

* html .grey-box {
	height: 158px;
}

.grey-box img {
	/* margin-left: -238px; */
	position: relative;
	float: left;
	z-index: 20 !important;
	max-width: 223px;
}
.grey-box-right {
       margin-left: 250px;
}
.grey-box dl dt {
	font-weight: bold;
	float: left;
	padding-right: 5px;
}

.grey-box dl a {
	color: #00629f;
}

.declaration {
	background-color: #cfeafd;
	background-image: url(images/impact-box-bg.gif);
	background-repeat: repeat-x;
	padding: 20px 5px 20px 0px;
	overflow: hidden;
}

.declaration a {
	color: #00629f;	
}

.declaration .impact {
	background-image: url(images/arrow-impact.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 52px;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 23px;
	color: #fff;
	text-transform: uppercase;
	line-height: 30px;
	padding: 24px 40px 0 24px;
	white-space: nowrap;
	margin-right: 10px;
}

.view-all {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #006aa9;
	font-weight: bold;
	float: right;
	margin-top: -20px;
	position: relative;
}

form.jumpto {
	float: right;
	clear: both;
	margin-bottom: 15px;
}

form.jumpto select {
	width: 105px;
	margin-bottom: -1px;
	color: #006699;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.timeline {
	clear: both;
	margin-bottom: 21px;
	background-color: #e7e7e7;
	overflow: hidden;
	padding: 0 70px 16px 65px;
	position: relative;
}

.timeline h2 {
	background-color: #00568e;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	height: 31px;
	line-height: 31px;
	padding: 0 30px 0 15px;
	margin: 0 -70px 19px -65px;
	position: relative;
}

* html .timeline h2 {
	margin-right: -77px;
}

ul.timelineul {
	margin: 0 10px 20px 0;
	padding: 0;
}

ul.timelineul li {
	margin: 0;
	padding: 0 0 0 10px;
}

ul.timelineul li a {
	color: #006aa9;
}

.timeline h2 a {
	float: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #fff;
	text-transform: none;
}

.timeline .arrow-left {
	background-image: url(images/arrow-left.gif);
	background-repeat: no-repeat;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 110px;
	left: 16px;
}

.timeline .arrow-right {
	background-image: url(images/arrow-right.gif);
	background-repeat: no-repeat;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 110px;
	right: 16px;
}

.timeline .belt {
	overflow: hidden;
	width: 830px;
	/* height: 190px; */
	height: 100%;
	list-style: none;
}

.timeline .belt li {
	width: 152px;
	height: 182px;
        display:inline-block;
        vertical-align: bottom;
}

.project-item { position: absolute; bottom: 30px;width: 152px; text-align: center; }
.project-item .project-title { height: 60px; }

.timeline ul {
	height: 100%;
}

.timeline .item {
	width: 152px;
	/* height: 192px; */
	float: left;
	/* text-align: center; */
	background-color: #FFF;
	margin: 0 6px 0 0;
	padding: 12px 4px 0 4px;
	font-size: 11px;
	color: #333;
	line-height: 15px;
}

.timeline .item a {
	color: #006aa9;
}

.timeline .item:hover {
	text-decoration: none;	
}

.timeline .item img {
	max-width: 120px;
	max-height: 80px;
}

* html .timeline .item img {
	width: 120px;
	height: 80px;
}

.timeline .item span {
	font-size: 12px;
	font-weight: bold;
	color: #006aa9;
	line-height: 15px;
	display: block;
	margin-top: 15px;
}

form.donate {
	overflow: hidden;
	padding-bottom: 20px;
}

form.donate .leftalign {
	overflow: hidden;
	float: left;
	width: 405px;
}

form.donate .rightalign {
	overflow: hidden;
	float: right;
	width: 511px;
	padding: 25px 15px 25px 28px;
	background-image: url(images/form-donate-right-bg.gif);
	background-repeat: repeat-x;
	background-color: #fdfafb;
}

form.donate .line {
	clear: both;
}

form.donate .padded {
	clear: both;
	overflow: hidden;
	padding-bottom: 15px;
}

form.donate label {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #003757;
	font-weight: bold;
	display: block;
	line-height: 24px;
}

form.donate label.short {
	float: left;
	width: 254px;
}

form.donate label.shorter {
	float: left;
	width: 110px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #003757;
	line-height: 27px;
}

form.donate input {
	background-color: #fff;
	border: 1px solid #ccc;
	width: 361px;
	height: 19px;
	padding: 3px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 19px;
	margin: 0 0 8px 0;
}

form.donate input.short {
	width: 137px;	
}

form.donate input.shorter {
	width: 86px;	
}

form.donate input.shortest {
	width: 52px;
}

form.donate select {
	width: 231px;
	border: 1px solid #ccc;
	vertical-align: middle;
}

form.donate select.short {
	width: 145px;
}

form.donate select.shorter {
	width: 112px;
	margin-left: 12px;
}

form.donate .required {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #003757;
	display: block;
	margin-top: 30px;
}

form.donate label.radio {
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333;
	margin-right: 15px;
	line-height: 18px;
}

form.donate label.radio input {
	width: auto;
	left: auto;
	vertical-align: middle;
	border: none;
	background: none;
	margin: 2px 5px 0 0;
}

form.donate label.radio img {
	vertical-align: middle;
}

form.donate label.check {
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333;
	margin-right: 10px;
	line-height: 18px;
}

form.donate label.check input {
	width: auto;
	left: auto;
	vertical-align: middle;
	border: none;
	background: none;
	margin: 0px 5px 0 0;
}

form.donate input.submit {
	background-image: url(images/button-submit-donation.gif);
	background-repeat: no-repeat;
	width: 227px;
	height: 37px;
	border: none;
	clear: both;
	cursor: pointer;
	display: block;
	margin-top: 10px;
}

.comments label {
	float: left;
	width: 150px;
	clear: both;
}

.comments .form-element {
	overflow: hidden;
	clear: both;
	padding-bottom: 10px;
}

.comments input {
	float: left;
	width: 200px;
	padding: 2px 6px;
	margin-right: 10px;
}

.comments textarea {
	float: left;
	padding: 2px 6px;
	width: 400px;
	height: 150px;
}

ul.timelinelist {
	list-style: none;
	padding: 0;
	font-weight: bold;
	background: none;
}

ul.timelinelist li {
	background: none;
	padding: 0;
	color: #CCC;
}

ul.timelinelist ul {
	padding-left: 15px;
	font-weight: normal;
}

.intro .feature {
	clear: both;
	overflow: hidden;
	width: 630px;
	margin-bottom: 28px;
}

.intro .feature .feature-content {
	position: relative;
	clear: both;
	display: none;
}

.intro .feature span {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9999;
	width: 600px;
	background-image: url(images/transparent.png);
	background-repeat: repeat;
	padding: 10px 15px;	
}

.intro .feature ul {
	height: 53px;
	position: relative;
	clear: both;
	background-image: url(images/feature-nav-bg.gif);
	background-repeat: repeat-x;
	float: left;
	clear: both;
	width: 630px;
	overflow: hidden;
	margin-right: -200px;
}

* html .intro .feature ul {
	margin-top: -3px;
}

*+html .intro .feature ul {
	margin-top: -3px;
}

.intro .feature ul li {
	float: left;
}

.intro .feature ul li a {
	float: left;
	padding: 5px 16px 0 16px;
	width: 125px;
	background-image: url(images/feature-nav-bg.gif);
	background-repeat: repeat-x;
	height: 48px;
	font-size: 11px;
	color: #fff;
	line-height: 14px;
}

.intro .feature ul li a:hover, .intro .feature ul li.selected a {
	background-image: url(images/feature-nav-hover.gif);
	text-decoration: none;	
}

.intro .feature .arrow {
	background-image: url(images/feature-arrow.gif);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 47px;
	left: 15px;
	width: 12px;
	height: 6px;
	z-index: 9999;
	zoom: 1;
	overflow: hidden;
}

// featured
.featured {
	margin: 25px 0;
	width: 960px;
	height: 350px;
	overflow: hidden;
}

.featured .main-image {
	float: left;
	overflow: hidden;
	width: 630px;
	height: 350px;
	position: relative;
	text-decoration: none;
}

.featured .main-image .images img {
	position: absolute;
	top: 0;
	left: 0;
}

.featured .main-image .desc {
	position: absolute;
	width: 523px;
	height: 55px;
	bottom: 19px;
	right: 0;
	color: #000;
	padding: 8px 60px 17px 17px;
	line-height: 17px;
	font-weight: bold;
	color: #fff;
	background-color: #000;
	font-size: 14px;
	z-index: 20;
	font-family: Helvetica, Arial, sans-serif;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.featured .featured-articles {
	float: right;
	width: 330px;
	height: 350px;
        line-height: 36px;
}

.featured .entries {
	width: 367px;
	margin-left: -37px;
	float: left;
	height: 307px;
	overflow: hidden;
	position: relative;
	z-index: 30;
}

.featured .current-image {
	z-index: 4;
}

.featured .next-image {
	display: none;
	z-index: 5;
}

.featured .entries .entries-wrapper {
	
}

.featured .entries .entry {
	background-image: url(images/featured-entry-bg.gif);
	background-repeat: repeat-x;
	float: left;
	height: 66px;
	padding: 11px 15px 0px 39px;
	margin-left: 37px;
	// display: inline;
	width: 276px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	cursor: pointer;
    display: table-cell;
    vertical-align: middle;
}

.featured .entries .entry .specs {
	display: none;
}

.featured .entries .entry h4 {
	margin: 0;
	padding: 0;
	font-size: 16px;
line-height: 23px;
	font-family: Helvetica, Arial, sans-serif;
	color: #00467c;
	font-weight: bold;
}

.featured .entries .current {
	background-image:url(images/featured-entry-current-bg.gif);
	background-repeat: no-repeat;
	margin-left: 0;
	width: 276px;
	padding-left: 76px;
	padding-right: 15px;
	color: #fff;
}

.featured .entries .current h4 {
	color: #fff;
}

/*************************************
		Custom Select CSS
*************************************/

.custom-select {
	width: 212px;
	height: 27px;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	display: inline-block;
	cursor: default;
	text-decoration: none;
	outline: none;
	vertical-align: middle;
	z-index: 1000;
	margin-bottom: 8px;
}

.custom-select.shorter {
	margin-top: -3px;
	margin-bottom: 0;
}

.rightalign .custom-select {
	width: 210px;
	margin-top: -5px;
}

.custom-select .custom-select-inner {
	display: block;
	width: 210px;
	height: 27px;
}

.custom-select .custom-select-current {
	float: left;
	/* width: 75px; */
	width: 210px;
	height: 23px;
	line-height: 23px;
	padding: 2px 30px 2px 7px;
	background-image: url(images/select-medium.gif);
	background-repeat: no-repeat;
	outline: none;
	text-decoration: none !important;
	color: #000;
	z-index: 1000;
}

.focused {
	width: 210px;
}

.custom-select ul {
	margin: 0;
	padding: 0;
	display: none;
	width: 108px;
	position: absolute;
	top: 27px;
	left: 0px;
	background-color: #FFF;
	overflow: auto;
	max-height: 160px;
	border: 1px solid #CCCCCC;
	border-top: none;
	z-index: 1000;
}

* html .custom-select ul {
	height: 75px;
}

.custom-select ul li {
	width: 210px;
	display: block;
	line-height: 14px;
	padding: 5px 10px;
	cursor: default;
	position: relative;
	z-index: 1000;
}

.custom-select ul li.current, .custom-select ul li.hovered.current {
	background-color: #ddd; 
}

.custom-select ul li.hovered {
	background-color: #CCC;
}



.custom-select.big {
	width: 231px;
}

.big .custom-select-inner {
	width: 194px;
}

.big .custom-select-current {
	width: 194px;
	background-image: url(images/select-big.gif);
}

.big ul {
	width: 227px;
}

.caption {
 color: #999999;
 font-weight:bold;
 border:1px solid #ccc;
 padding:6px;
 margin-top:6px;
}

.jcarousel-item-horizontal {

}

.tripple .column .box {
	//width: 100px;
	//height: 227px;
	//overflow: hidden;
}

.tripple .column .box img {
	width: 100px;
	height: 100px;
	padding: 0 20px 8px 0;
	float: left;
}

.tripple .column .box embed {
	 width: 130px; 
	 height: 100px;
	 padding: 0 20px 8px 0;
	 float: left;

}


.tripple .column .box-body
{
	height: 200px;
}


