ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, table, tr, td
{ margin: 0; padding: 0; }
li {
/* 	list-style-type: none; */
}
body
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	background-color: #FFF;
	color: #333;
	background-repeat: repeat-x;
	background-position: center top;
/* 	background-image: url(../images/b-bg.png); */
	font: 13px/1.5em "Helvetica Neue",helvetica,Arial,sans-serif
/* 	letter-spacing: 0.03em; */
}
/***** Float Clear Fix *****/
.clearfix:after, #article_content_end {content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clearfix{display:inline-block;}
html[xmlns] .clearfix{display:block;}
* html .clearfix{height:1%;}
#donation-history td {
	padding: 5px;
}

img { border: none; }

a:link
{
	text-decoration: none;
	color: #D3A3C0;
	color: #79BDE9;
}
a:visited
{
	text-decoration: none;
	color: #C4E18E;
	color: #79BDE9;
}
a:hover
{
	text-decoration: underline;
	color: #C4E18E;
	color: #79BDE9;
}
a:active
{
	text-decoration: none;
	color: #C598B3;
	color: #79BDE9;
}
h1  {
/*
	font-size: 22px;
	color: #8B8C90;
	font-weight: normal;
	margin-bottom: 10px;
*/
  color: #514A1D;
  font-family: Arial,inherit;
  font-weight: normal;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  color: #CC1500;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 1em;
  text-transform: none;
}
th{
	color: #CC1500;
	font-family: "Gill Sans",inherit;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-transform: capitalize;
	letter-spacing: -1px;
}
.col2 h1 {
  margin-bottom: 20px;
  margin-top: 10px;
  text-transform: uppercase;
}
#content .home_col1 h1 {
	color: #00A0C4;
}
h2  {
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 7px;
	color: #8B8C90;
	padding-bottom: 10px;
}
.greened a {
	color: #333331;
}
h3  {
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
hr {
  clear:both;
  border:0;
  border-top:1px solid #DFDFDF;
  border-bottom:none;
  height:0px;
  margin:12px 0;
  padding:0;
}
#ctwrap_outer
{
/* 	background-image: url(../images/ctwrap-outer-bg.png); */
	background-repeat: no-repeat;
	margin: 0px;
	padding: 12px 0 0;
	background-position: center top;
}

#ctwrap
{
  background-repeat: no-repeat;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding: 0;
  width: 960px;
}
#content #col2b img {
	height: 150px;
	width: 200px;
}
#mq{
  float: left;
  height: 337px;
}

#content-area {

}

#ctwrap  #site-name img
{
/* 	height: 172px; */
/* 	width: 410px; */
}


#content
{
	display: block;
	clear: both;
}

#content ul
{
  list-style: inside;
}


/* popular tags */

#tags {
	padding: 5px;
	overflow:hidden

}

#tags ul, #tags li {margin:0px; padding:0px}

#tags h2 {

  line-height: 18px;
  margin-bottom: 5px;

}



#tags li {
	display: inline;
	line-height: 29px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
}



#tags .t10 {
  font-size: 11px;
}

#tags .t9 {
  font-size: 12px;
}

#tags .t8 {
  font-size: 13px;
}

#tags .t7 {
  font-size: 14px;
}

#tags .t6 {
  font-size: 15px;
}

#tags .t5 {
  font-size: 16px;
}

#tags .t4 {
  font-size: 17px;
}

#tags .t2 {
	font-size: 18px;
}

#tags .t1 {
	font-size: 19px;
}

#tags a {
	padding: 3px;
	border: 1px solid #E6F2CF;
}

#tags a:hover {
	background-color: #79BDE9;
	color: #FFFFFF;
	padding: 3px;
	text-decoration: none;
	border: 1px solid #FFF;
}

/* HORIZONTAL FREESTYLE MENU LAYOUT */
/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 16px;

}
.menulist li:hover>ul {
 display: block;
}
/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
	display: none;
	position: absolute;
	top: 1.2em;
	margin-top: 0px; /* I'm using ems and px to allow people to zoom their font */
	left: -2px;
	width:200px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C9C3C1;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
	top: 0px;
	margin-top: -1px;
	left: 199px;

}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
	float: left;
	display: block;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	z-index: 999;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
	float: none;
	margin:0px;
	padding: 0px
	}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
 .menulist .level2 a,
 .menulist .level3 a  {
	background-color:#fff;
	display: block;
	color: #58585A;
	text-decoration: none;
	padding: 6px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C9C3C1;
	border-left-color: #C9C3C1;
	border-right-style: solid;
	border-bottom-color: #C9C3C1;
	border-right-width: 1px;
	opacity: .90;
	background-image: none;

	}
#mainNavigation .with_kids .kid a:active,
#mainNavigation .with_kids .kid a:visited,
#mainNavigation .with_kids .kid a:hover,
#mainNavigation .with_kids .kid a:hover,
#mainNavigation .with_kids .kid a.highlighted:hover,
#mainNavigation .with_kids .kid a.highlighted:hover,
#mainNavigation .with_kids .kid a:focus,
#mainNavigation .with_kids .kid a:focus {
	background-image: none;
}

#mainNavigation .with_kids a:link, #mainNavigation .with_kids a:visited, #mainNavigation .with_kids a:active   {
	background-image: url(/images/navigation/nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.menulist .level2 ul
.menulist .level3 ul {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C9C3C1;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist .level2 a:hover,
.menulist .level3 a:hover,
.menulist .level2 a.highlighted:hover,
.menulist .level3 a.highlighted:hover,
.menulist .level2 a:focus,
.menulist .level3 a:focus {
	color: #fff;
	background-color: #C4E18E;

	}
#mainNavigation .with_kids a:hover,
#mainNavigation .with_kids a.highlighted:hover,
#mainNavigation .with_kids a:focus {
	color: #fff;
	background-color: #C4E18E;
	background-image: url(/images/navigation/nav-arrow-hover.gif);
	background-repeat: no-repeat;
	background-position: right
	}

/*#
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}/* End Hacks */
.home_col1  {
	float: left;
	width: 467px;
	padding-right: 20px;
	background-image: url(../images/dotted-border.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 35px;
}
.home_col2
 {
	float: left;
	width: 490px;
	padding: 0px;
	margin-bottom: 20px;
	overflow: hidden;
}
.home  .col2 img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
/* .col1, .col2, .col3 {line-height:20px} */
.col1   {
	float: left;
  margin-right: -235px;
  width: 232px;
  border-right: 3px dotted #D3D1C6;
}
.col2 {
  float: left;
  margin-left: 267px;
  width: 653px;
}
.col3
 {
	float: left;
	width: 235px;
	padding: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.col3 {
	max-width: 390px;
}
#toolbox {
	clear: both;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#toolbox img {
	float: right;
	margin-left: 7px;
}
.clearit {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#mainNavigation {
  height: 21px;
  margin: 14px -100% 4px 0;
  padding: 0;
  width: 100%;
	}
#content p {
	line-height: 20px;
	margin-bottom: 15px;
}
.col2 #careers {
	margin-left: 10px;
}
.search_container {
	float: right;
	margin-top: 4px;
	padding-right: 20px;
}
.search_container .search_field {
	width: 120px;
	margin: 0px;
	padding: 3px;
	float: left;
	border: 1px solid #BAB8B9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 13px;
}
.search_container .search_button {
	margin: 0px;
	padding: 0px;
}
#sizer {
	float: right;
	margin-top: 5px;
	line-height: 19px;
	font-size: 13px;
}
#sizer  .button {
	margin-right: 0;
	margin-top: 0;
	margin-bottom: -5px;
	margin-left: 5px;
}

#sizer p{
float:left;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#ft {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 17px;
	font-size: 12.5px;
/* 	background-image: url(../images/ft-bg.png); */
	background-repeat: repeat-x;
	padding-top: 20px;
/* 	height: 150px; */
	width: 960px;
  border-top: 3px dotted #D3D1C6;
  margin-top: 8px;
  padding-top: 8px;

}
#ftwrap {
/* 	background-image: url(../images/ftwrap-bg.png); */
	background-repeat: repeat-x;
/* 	height: 200px; */
/* 	background-color: #EEEBE1; */
	display: block;
	clear: both;
	float: none;
	color: #615E4C;
	font-size: 12px;
	text-align: right;
}
#ft a {
	color: #615E4C;
}
#ft #copyright {
	font-size: 11px;
	padding-top: 8px;
	padding-left: 120px;
}
#ft li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#ft .col1 , #ft .col2, #ft .col3{
	padding: 0px;
	width: 27%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	line-height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	min-height:160px;
    height:auto !important;
    height:160px;
}
#ft .col1 {
}
#ft h2 {
	padding: 0px;
	font-size: 16px;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.home  .welcome {
	width: 440px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	margin: 0px;
}
.home .s {
	padding-right: 10px;
	padding-left: 13px;
	width: 460px;
	padding-top: 5px;
	margin: 0px;
	line-height: 20px;
	font-size: 13px;
}
.news-item .news_summary {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
.news .news-item {
	padding-bottom: 20px;
}
.news-item .news-date {
	margin: 0px;
	padding: 0px;
	line-height: 12px;
	font-size: 12px;
}
.home .news-item .news-date {
	font-size: 11px;
	font-style: italic;
}
#marquee #secondary_img {
	margin-left: 10px;
}
.col3 .feature_box {
	background-color: #F7F9F8;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.col3 .play_video {
	padding: 6px;
	background-color: #A4A4A6;
	width: 178px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	margin-top: 27px;
}
.col1 {
	letter-spacing: 0;
/* 	margin-right: 8px; */
	margin-bottom: 3em;
	float: left;
}
.col1 ul {
  margin-bottom: 30px;
  margin-right: 6px;
  padding: 0 22px;
}
.col1 ul li {
  border-bottom: 3px dotted #D3D1C6;
  font-size: 8px;
  list-style: none outside none;
  margin: 0 0 3px;
  padding: 0 0 1px;
}
.col1 ul li a {
	color: #514a1d;
	font-size: 13px;
}
.col1 ul li.active-trail li {
	color: #514A1D;
}
.col1 ul li.active-trail,
.col1 ul li a.active_page,
.col1 ul li li.active-trail {
	color: #79bde9;
}
.col1 ul li ul {
  margin-bottom: 0;
  padding-left: 14px;
}
.col1 ul li ul li {
	list-style: disc;
	border-bottom-width: 0;
}

.col1   ul, .col1  li {
/*
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
*/
}
.col1  .level1 {
/*
	margin: 0px;
	padding: 0px;
	line-height: 25px;
*/
}
.col1     .level2, .col2  .level1 {
/*
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4E18E;
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px;
*/
}
.col1 .level2 a {
/*
	font-weight: normal;
	color: #59595B;
*/
}
.col1 .with_kids {
/* 	line-height: 25px; */
}
/*
.col1 .level2 .active_page {

	color: #C093B1;
}
.col1 .level3 .active_page  {
		font-weight: normal;
	}
.col1 .level3 a {
	margin-left: 10px;
	border: 2px none #FFFFFF;
	display:block;


	}
	.col1 .level2 .active_page {
	color: #C093B1;
	background-image: url(../images/active-page-bg.png);
	background-repeat: no-repeat;
	background-position: 0px 9px;
}


.col1 .active_page ul {
	display: block;
}
*/
.menulist {
}
#content .date {
	font-style: italic;
	color: #58585A;
	font-size: 11px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#admin_functions
{
  font-family: "Myriad Pro","Lucida Grande","Helvetica Neue",helvetica,Arial,sans-serif;
  font-size: 16px;
  height: 0;
  margin: 0;
  width: 100%;
  z-index: -1;
}
#admin_functions .inner {
  margin: 0 auto;
  position: relative;
  text-align: right;
  top: 38px;
  width: 960px;
}
#admin_functions a
{
	color: #7D7756;
}
#admin_functions ul{
	margin: 0px;
	padding: 0px;
}
#admin_functions li{
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
#editor_options {display: inline;}

#interior #marquee {
	display: block;
	height: 237px;
}
.feature_box li {
	background-image: url(../images/featurebox-bullet-point.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
}
#site_environment {
	display:none
} /*sorry, this little screen artifact is a bit annoying.*/
.home #toolbox {
	display: none;
}
fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.form-row {
	padding: 10px;
}
.form-row label {
	width: 100px;
	float: left;
	padding-left: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	line-height: 20px;
}
#sf_guard_auth_forgot_password {
	display: inline;
	line-height: 20px;
	margin-left: 20px;
}
#ft #site_credits {
	font-size: 8px;
	text-transform: uppercase;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	display: inline;
}
#ft #site_credits a {
	color: #6D6E78;
	text-decoration: none;
}
#file_upload_form {
	background-color: #FFFFFF;
}
.home h1{}
.col2 .site-map     li  {
	padding: 4px;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.col2 .site-map ul {
	padding-left: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.col2 .site-map .level1 a{
	font-size: 13px;
	font-weight: bold;
}
.col2 .site-map .level2 a{
	font-size: 11px;
	font-weight: normal;
}
.col2 .site-map .level3 a{
	font-size: 11px;
	font-weight: normal;
	color: #59595B;
}
.view-all-link a {
	color: #59595B;
}
.view-all-link {
	margin-top: 10px;
	margin-bottom: 10px;
}
.interior #marquee #marquee_primary {
	float: left;
	width: 725px;
	overflow: hidden;
	margin-right: 10px;
}
.interior #marquee #marquee_secondary {
	margin: 0px;
	padding: 0px;
	width: 234px;
}
.home #marquee .col2 #marquee_secondary1 {
	float: left;
}
.home #marquee #marquee_secondary1,.home #marquee #marquee_secondary2 {
	width: 235px;
	height: 247px;
}
.home #marquee #marquee_primary1 {
	margin-right: 10px;
	width: 490px;
}
.home #marquee #marquee_secondary1 {
	width: 245px;
}
.home #marquee td {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
.home #marquee table{
	margin-bottom: 27px;
}
#content .alert {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	background-color: #EE4E98;
}
.two-column .col2 {
	width: 705px;
	padding-right: 0px;
	margin-right: 0px;
}
.float-right {
	float: right;
	margin-left: 50px;
}
.float-right img {
	clear: both;
	display: block;
	margin-bottom: 10px;
}
.float-right td img {
	clear: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#file_table td {
        vertical-align: top;
}
#file_asset_bar {
  border: 1px solid #EEEEDD;
        margin-left: 6px;
        margin-bottom: 2px;
        padding: 6px;
}
.col2 .back-button {
	font-size: 12px;
	float: right;
	font-weight: bold;
}
.col2 li {
	margin-left: 13px;
	margin-bottom: 8px;
	list-style-position: outside;
	padding-left: 0px;
}
.col2 li {
	list-style: none;
}
.col3 .image-caption {
	color: #00A0C4;
	font-size: 11px;
	font-style: italic;
	margin-bottom: 20px;
}
.news-item  .news-title  {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 20px;
}
.news-item .news-date {
	font-style: italic;
	line-height: 18px;
}
.home_col2  h2  {
	margin-bottom: 10px;
}
.form_error {
  color: red;
}
body#privacypolicy {
  padding: 1em;
  background-color: #fff;
}
body#privacypolicy ol {
  margin-left: 2em;
}
body#privacypolicy ol li {
  list-style-type: decimal;
  margin-bottom: 1em;
}
body#privacypolicy p {
  padding-bottom: 1em;
}
.view-large-link, h2 .view-large-link {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}
#mainNavigation img  {
	margin-right: 0px;
	height: 17px;
	margin-top:0px;
	padding: 0px;
}
#mainNavigation .level1  a {
	margin: 0px;
	padding: 0px;
}
#mainNavigation .level2  a, #mainNavigation .level3  a, #mainNavigation .level1.logout_tab a, #mainNavigation .level1.sign-up_tab a{background-image:none;
padding:4px;
font-size:12px}
.col1 .level1 .with_kids  {
	font-size: 18px;
/*
	background-image: url(../images/gradient-green-bg.png);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCDCAD;
	border-bottom-color: #CCDCAD;
*/
	background-color: #79BDE9;
	width: 200px;
	display: block;
	font-weight: normal;
	color: #666666;
	line-height: 33px;
	padding-left: 13px;
}
.sp20v {
	height: 20px;
}
/*
.button, .button-small a, .button-text a {
	background-image: url(../images/gradient-pink-bg.png);
	background-repeat: repeat-x;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding: 4px;
	border: 1px solid #C194B1;

}
*/

.button-text {margin-top:10px}

.button a {color: #FFF}

.button-small a {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-transform: uppercase;
	padding: 2px;
	margin-right: 5px;
	margin-left: 5px;
}

.button-inactive a,  {
	font-size: 11px;
	color: #fff;
	background-image: url(/images/gradient-light-grey-bg.png);
	padding: 4px;
	border: 1px solid #999;
}

.button-small a, .button {
	background-color: #173181;
	border: 1px solid black;
	color: white;
	padding: 1px 3px;
	text-transform: uppercase;
/* 	font-weight: bold; */
	font-family: gill sans, tahoma;
	font-size: 11px;
}


/*
.text-field {
	padding: 6px;
	background-image: url(/images/gradient-grey-bg.png);
	background-repeat: repeat-x;
	border: 1px solid #D8D6CA;
	background-color: #F3F3F3;
}
*/
p {
	margin-bottom: 10px;
}
.red , .optional, .inline-notes{
	font-size: 11px;
	font-weight: bold;
	color: #900;
	display: block;
}
.inline-notes {
	display:inline;
	margin-left: 5px;
}
form table td {
  padding: 3px 8px 3px 0;
}
form tr .label {
	text-align: right;
	padding-right: 10px;
	white-space: nowrap;
	vertical-align:top;
	line-height: 27px;
}
/*
.col1 ul .level1 a{
	background-image: url(../images/gradient-green-bg.png);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCDCAD;
	border-bottom-color: #CCDCAD;
	display: block;
	line-height: 33px;
	padding-left: 10px;
	font-size: 18px;
	color: #666;
	font-weight: normal;
}
.col1 ul .level2 a {
	background-image: url(../images/sp.gif);
	background-repeat: repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 13px;
	padding-left: 18px;
	line-height: 30px;
	display: block;
	clear: both;
}
*/
#stock_pics li  {
	margin: 10px;
	padding: 0px;
	list-style-type: none;
	float: left;
	text-align: center;
}
#stock_pics ul {
	clear: both;
	width: 700px;
	height: 220px;
}
.bordered-img {
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #BCB89D;
	border-bottom-color: #BCB89D;

}
.

#stock_pics img {
	height: 54px;
	width: 75px;}


/* Make Symfony Debug toolbar not accept site-wide css changes
 * ie. revert site specific css changes */
#sfWebDebug {
  font-family: Arial,sans-serif;
}
#sfWebDebug h1 {
  margin-top: 0;
}
#sfWebDebug h1, #sfWebDebug h2 {
  color: #000;
  text-transform: none;
}
#sfWebDebug li a:link, #sfWebDebug li a:visited {
  font-weight: normal;
}

.home-col1, .home-col2, .home-col3 {
	padding:15px;
	width: 275px;
	float: left;
}
	
#homepage #ctwrap .col2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 960px;
}
.greened {
/*
	background-image: url(../images/gradient-green-large-bg.png);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCDCAD;
	border-bottom-color: #CCDCAD;
	background-color: #E6F1CF;
*/
	background-color: #79BDE9;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	max-width: 190px;
}
.home-col1 , .home-col2{
	margin-right: 20px;
}

.submit-style {
	margin-top: 10px;
}
table .nb, .nb td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#errors {
	padding: 8px;
	background-color: #79BDE9;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin: 10px;
}
#errors ul li {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	color: #173181;
}
#errors p {
	margin: 0px;
	padding: 0px;
}
#col2b {
	float: left;
	width: 230px;
	border-right: 3px dotted #D3D1C6;
	margin-right: 20px;
}
#thermometer {
	height: 230px;
	background-position: 80px 0px;
	padding-top: 17px;
}

#thermometer li {
	text-align: right;
	padding-right: 170px;
	margin-bottom: 13px;
	font-size: 12px;
}
.button.donate {
	width: 199px;
	text-align: center;
	margin-top:5px;
	margin-bottom:15px
}
.button.donate-video {
	width: 318px;
	text-align: center;
	margin-top:5px;
	margin-bottom:15px
}
#marquee #marquee_primary{
		width: 730px;
}
#marquee #marquee_secondary{
		width: 230px;
	}
#marquee #marquee_primary img{
	height: 188px;
	width: 728px;
}
#marquee #marquee_secondary img{
	height: 188px;
	width: 228px;
	margin-left: 20px;
}
#marquee #marquee_primary img, #marquee #marquee_secondary img{
	border: 1px solid #999;
}
#marquee #marquee_primary p, #marquee #marquee_secondary p {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
#marquee {
	margin-bottom: 20px;
	float: none;
	clear: both;
}
#homepage .col2 {
	padding-left: 10px;
}
#homepage .home-col1.greened, #homepage .home-col2.greened, #homepage .home-col3.greened {
	min-height:335px;
  height:auto !important;
  height:335px;

}
.greened h2, .greened h3 {
	background-image: url(../images/double-underline.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#blog_posts li {
	background-image: url(../images/double-underline.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 5px;
	padding-left: 5px;
	list-style-type: none;
}
#homepage #introductory-text {
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
#charity-news , #pinc-tips, #featured-product {
/*
	background-image: url(../images/ct-separator-233.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 35px;
*/
	margin-bottom: 20px;
}
/* TinyMCE styles user can add */

.bordered-image-right-align {
	background-color: #E4E4E4;
	float: right;
	padding: 4px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #BCB89D;
	border-bottom-color: #BCB89D;
}
.bordered-image img, #stock_pics img, .bordered-video  {
	background-color: #E4E4E4;
	padding: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #BCB89D;
	border-bottom-color: #BCB89D;
}
.campaign-text {
	margin-bottom: 15px;
}
.bookmarks {
	padding: 10px;
	margin: 20px;
}
#result .description {
	background-image: url(../images/double-underline.png);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.col2 #pinc-tags.greened {
	margin-top: 20px;
	padding: 10px;
}
#stock_pics input {
	margin-bottom: 10px;
	display: block;
}
#marquee table {
	float: none;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: auto;
}
#campaign_content li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.bookmarks li {
	margin: 0px;
	padding: 0px;
}
.col2  .arrow {
	margin-right: 10px;
	margin-left: 10px;
}
.breadcrumbs li {
	background-image: url(../images/bullet-arrow-active.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 0px;
	float: left;
	padding-left: 15px;
	padding-right: 10px;
	background-position: 0px 6px;
}
.breadcrumbs  {
	clear: both;
	float: none;
	display: block;
	background-image: url(../images/double-underline.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 25px;
	margin-bottom: 10px;
}
.col1 .login-text {
	font-size: 16px;
	text-align: center;
	line-height: 22px;
	margin-top: 20px;
}
#results {
	font-size: 11px;
	line-height: 14px;
	margin-left: -28px;
}
#results th {
	margin: 0px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}
#results li , #results ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#results td, #donation-history td {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCDCAD;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 1px;
	vertical-align: top;
}
.col2 .right-float {
	float: right;
	padding: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}
.hidden
{
  display: none;
}
.visible
{
  display: block;
}
.tabs li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tabs li a {
	padding: 6px;
	border: 1px solid #E8E8E8;
	color: #333;
}
.tabs ul {
	margin-left: 47px;
	margin-bottom: 10px;
}
.col2 #slot2 {
	width: 470px;
}
.col2 .right-float {
  width: 200px;
}
.col1 ul .level1.with_kids ul .level2.with_kids  {
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bookmarks.greened.wide li {
	float: left;
	margin-right: 20px;
}
.bookmarks.greened.wide {
	height: 60px;
}
#server500error #site-name{
/*
	background-image: url(../pincgiving-logo-410.png);
	background-repeat: no-repeat;
*/
}
#server500error #ctwrap {
	width: 520px;
}
#server500error #site-name img
{
/*
	height: 172px;
	width: 410px;
*/
}
#server500error #ctwrap_outer {background-image:none}
#server500error #ct {
	background-color: #FFF;
	border: 1px solid #E8E8E8;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
.cms-page  ul li  {
	list-style-type: disc;
	margin-left: 20px;
}
.disc  {
/*
	margin-left: 15px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
*/
}
ol li {
	list-style-type: decimal;
	margin-left: 20px;
}
ol {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.calendar-button {
	cursor: pointer;
	vertical-align: bottom;
}
.card-selection {
	width: 470px;
	padding: 10px;
}
.card-selection table {
	width: 100%;
}
.card-selection table td {
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-top: 5px;
}
.edit_slot td {
	margin: 0px;
	padding: 0px;
}
.col2 #slot3 {
	width: 470px;
}
#donation_total_included {
 display: none;
}
#donation_total_added {
 display: none;
}

.hidden
{
  display: none;
}
.visible
{
  display: block;
}.donation-total-placeholder {
	background-color: #79BDE9;
	border: 1px solid #D8E1B7;
	height: 25px;
	padding: 4px;
}
.user-address li {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.user-address {
	clear: both;
	display: block;
}
.donation_report, .styled {
	width: 650px;
}
.donation_report, .styled td, {
	padding: 6px;
	border-bottom-color:#C4E18E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}.user-address {
	line-height: 18px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.confirm-table td {
	margin: 0px;
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.place-order {
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:#C4E18E;
	text-align: center;
}
.cms-page #pinc_tips li {
	list-style-type: none;
}
#homepage .col2 .cms-page #pinc-tags #slot3 {
	width: 275px;
}
#pinc_quotes {
	float: right;
	margin-top: 30px;
	margin-right: 130px;
}#video-presentation {
	float: right;
	width: 328px;
	margin-top: 50px;
}
#video-presentation .video-music-credits {
	font-size: 11px;
	text-align: center;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
	padding-top: 5px;
}
#video-presentation .button-text {
	width: 320px;
}
.video-information .bookmarks {
	width: 250px;
}
.video-date , .video-tags, .video-description{
	padding: 5px;
}
#pinc-blog li {
	list-style-type: none;
}
#blog_posts .last{
	background-image: none;
}
#homepage .home-col1 table td, #homepage .home-col2 table td, #homepage .home-col3 table td {
	margin: 0px;
	padding: 0px;
}
.home-col1 #associated_organization,
.home-col2 #associated_organization,
.home-col3 #associated_organization,
.home-col1 #campaign_name,
.home-col2 #campaign_name,
.home-col3 #campaign_name
{
	width: 170px;
	padding: 7px;
	margin-right: 2px;
}

#marquee_primary_image .edit_slot a img {
	height: 10px;
	width: 10px;
}
#marquee_primary #marquee_primary_image form a img, #marquee_secondary #marquee_secondary_image form a img {
	height: 18px;
	width: 20px;
}
.clearfix hr {
  clear:both;
  border:0;
  border-top:1px solid #FFF;
  border-bottom:none;
  height:0px;
  margin:12px 0;
  padding:0;
}
.pinc-tags-description {
/*
	background-image: url(../images/ct-separator-greened-233.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 25px;
*/
}
#pinc_tips li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(../images/double-underline.png);
	background-position: center bottom;
	background-repeat: repeat-x;
}
#donation-totals li label {
	font-weight: normal;
}
#donation-totals li {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCDCAD;
}
#donation-totals {
	font-weight: bold;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#clients-list li {
	list-style-type: none;
	display: block;
	clear: both;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 100%;
	}
#clients-list .client-logo {
	align: left;
	margin-right: 20px;
	vertical-align: middle;
	float: left;
	margin-bottom: 20px;
	margin-top: 10px;
	width: 250px;
}
#clients-list .client-name {
	text-transform: uppercase;
	margin-left: 270px;
	width: 415px;
}
#clients-list .client-description {
	margin-left: 270px;
	width: 415px;
}
#clients-list .client-url
{
	margin-left: 270px;
	width: 415px;
}
#clients-list .client-url label {
	float: left;
	margin-right: 10px;
}
#clients-list .client-logo .cms_edit_block {
	width: 250px;
	float: none;
	clear: both;
	margin: 0px;
	padding: 0px;
	display: block;
}
#clients-list .client-logo .content {
	padding: 10px;
	line-height: 30px;
}
#clients-list div.cms_edit_block
{
	position: inherit;

}
#client-list .client-details{
	width: 400px;
}
#staff-bio p[style]{
    width:695px !important;
    }

/* style image alignment and radio button spacing in purchase gateway - select button image */
.gateway_buttonimage td {vertical-align: bottom;}
.gateway_buttonimage img {margin-left: 5px;}

#social-bookmarks img {
  margin-right: 5px;
  margin-left: 15px;
}
#social-bookmarks li {
  float: left;
  display: block;
  position: relative;
  left: 700px;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left:0px;
  z-index: 999;
}
#social-bookmarks a{text-decoration:none;   font-weight: bold;}
#social-bookmarks {
  margin:10px;
  font-size: 12px;

}

#banner {
	background: url(../images/campaign-hq.png) no-repeat 100% 0 transparent;
	height: 220px;
	position: relative;
	width: 980px;
}
#banner.red {
	background: url(http://globalcurrents.org/sites/all/themes/basic/images/header-bg-red.png) no-repeat 100% 0 transparent;
}
#banner #cause {
  color: #736D49;
  font-family: "lucida Grande",inherit;
  font-size: 16px;
  left: 294px;
  letter-spacing: 2px;
  position: absolute;
  text-transform: lowercase;
  top: 170px;
}
.front #banner {
	background: url(http://globalcurrents.org/sites/all/themes/basic/images/header-bg-red-large.png) no-repeat 100% 0 transparent;
  height: 300px;
}
.front #banner #cause {
	top: 230px;
	left: 320px;
  font-size: 18px;
  letter-spacing: 5px;
}




/* --------------------------------
 * Banner images
 --------------------------------*/
#banner #call_action {
  background: url("http://globalcurrents.org/sites/all/themes/basic/images/start-now.png") no-repeat scroll 0 0 transparent;
  float: left;
  height: 180px;
  position: absolute;
  right: -16px;
  top: 21px;
  width: 207px;
}
#banner #call_action a {
  background: url("http://globalcurrents.org/sites/all/themes/basic/images/pick-your-product.png") no-repeat scroll 14px 2px transparent;
  bottom: 12px;
  display: block;
  height: 38px;
  left: 6px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  width: 185px;
}
.front #banner #call_action {
  background: url("http://globalcurrents.org/sites/all/themes/basic/images/start-now-front.png") no-repeat scroll 0 0 transparent;
  float: left;
  height: 194px;
  position: absolute;
  right: -20px;
  top: 31px;
  width: 200px;
}
.front #banner #call_action a {
  background: url("http://globalcurrents.org/sites/all/themes/basic/images/pick-your-product.png") no-repeat scroll 5px 2px transparent;
  bottom: 24px;
  left: 5px;
  position: absolute;
}
#banner #call_action.get-started {
  background: url("../images/hq-expand.png") no-repeat scroll 0 0 transparent;
  height: 142px;
}
#banner #call_action.get-started a {
	background: url("../images/hq-resources.png") no-repeat scroll 5px 0 transparent;
}
#banner #call_action.checkout-blog {
  background: url("http://globalcurrents.org/sites/all/themes/basic/images/checkout-blog.png") no-repeat scroll 0 0 transparent;
  height: 175px;
  top: 22px;
}
#banner #call_action.checkout-blog a {
  background: url("http://globalcurrents.org/sites/all/themes/basic/images/tips-tricks.png") no-repeat scroll 1px 0 transparent;
  bottom: 14px;
}


/* --------------------------------
 * Stacked photos
 --------------------------------*/
a#logo {
  position: relative;
  z-index: 101;
}
#photo-stack {
  float: left;
  left: -35px;
  position: relative;
  top: -54px;
  margin-right: -20px;
}
.field-name-field-header-image {
  background: url("http://globalcurrents.org/sites/all/themes/basic/images/photo-stack-small.png") no-repeat scroll 0 0 transparent;
  height: 261px;
  padding-left: 16px;
  padding-top: 15px;
  width: 303px;
}


/* --------------------------------
 * Testimonial block
 --------------------------------*/
#testimonial {
  float: left;
  letter-spacing: 1px;
  padding: 16px 0;
  width: 430px;
}


#banner.red .view-testimonials {
  border-right: 4px dotted #6a0506;
}
#banner.blue .view-testimonials {
  border-right: 4px dotted #08306C;
}
#banner .view-testimonials {
  color: #FFFFFF;
  height: 135px;
  padding-right: 25px;
  width: 430px;
}
.front #banner .view-testimonials {
	height: 175px;
  width: 400px;
}
.view-testimonials {
  font-family: "Gill Sans",Arial,sans-serif;
  font-size: 13px;
  color: #333;
}
.view-testimonials .body {
  font-size: 19px;
  font-weight: 300;
  line-height: 21px;
  margin-bottom: 1em;
}
#banner .view-testimonials .body strong {
	color: #e9fb85;
}
.front #banner .view-testimonials .body {
  line-height: 30px;
  margin-top: 10px;
}
#banner .view-testimonials .from {
  font-weight: 300;
  margin-left: 140px;
  text-align: left;
}
.view-testimonials .from {
  font-style: oblique;
  line-height: 16px;
	text-align: right;
}
.view-testimonials .quote-open,
.view-testimonials .quote-close {
	display: inline-block;
	height: 21px;
	width: 28px;
	background-color: white;
}
.view-testimonials .quote-open {
  background: url("quotes.png") no-repeat scroll 0 0 transparent;
  margin-left: -32px;
  margin-right: 4px;
  vertical-align: inherit;
}
.view-testimonials .quote-close {
  background: url("quotes.png") no-repeat scroll -28px 0 transparent;
  margin-left: 2px;
  vertical-align: sub;
}
.view-testimonials .body p {
	margin-left: 32px; 
}
.view-testimonials .view-content {
/* 	margin-bottom: 1em; */
}
.view-testimonials .view-footer {
	text-align: right;
	display: none;
}
.front .view-testimonials .view-footer {
	display: block;
  margin-top: 16px;
}
.front .view-testimonials .view-footer a {
	background: url(../../../../themes/basic/images/more-link-2.png) no-repeat 100% 0 transparent;
	padding-right: 24px;
	height: 21px;
	display: block;
	text-align: right;
	color: #f1f1f1;
	font-style: oblique;
}
.view-testimonials.view-display-id-page_1 {
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.view-testimonials.view-display-id-page_1 .views-row + .views-row {
	border-top: 3px dotted #D3D1C6;
}


/* --------------------------------
 * Social media links
 --------------------------------*/
#social-links {
	border-right: 1px solid #8E896C;
  float: left;
  padding: 30px 0 64px;
  width: 33px;
  height: 160px;
}
#social-links a {
  background: url("http://globalcurrents.org/sites/all/themes/basic/images/icons.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 33px;
  margin-bottom: 3px;
  opacity: .6;
  overflow: hidden;
  text-indent: -9999px;
  width: 33px;

}
#social-links a:HOVER {
	opacity: 1;
}
#social-links a { display: none;}
#social-links a.fb { background-position: 0 1px; }
#social-links a.tw { background-position: 0 -38px; }
#social-links a.rss { background-position: 0 -77px; }
#social-links a.in { background-position: 0 -116px; }


#block-gc_central-1 .block-inner {
	padding: 0 24px;
}
.big {
	font-size: 17px;
	letter-spacing: 0;
	font-weight: bold;
}
.big.grey {
	color: #514a1d;
}
.big.red {
  color: #A61219;
  font-size: 30px;
  line-height: 31px;
}
.big.email {
	font-size: 16px;
}


/* --------------------------------
 * Navigation
 --------------------------------*/
#navigation {
	margin: 0 20px;
}
#navigation ul#primary {
  height: 27px;
  padding: 0;
  text-align: right;
}
#navigation ul#primary li {
	list-style: none;
	display: inline;
}
#navigation ul#primary a {
	font-family: "Lucida Grande", "Helvetica Neue", helvetica, Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 12px;
}
#navigation ul#primary li.first a {
	padding-left: 0;
}
#navigation ul#primary li.last a {
	padding-right: 0;
}
#navigation ul#primary a:link,
#navigation ul#primary a:visited {
	color: #5b552a;
}
#navigation ul#primary a:hover,
#navigation ul#primary a:active,
#navigation ul#primary a.active {
	color: #79bde9;
}

#site-name {
	height: 87px;
}
#site-name a {
	position: relative;
	z-index: 1001;
}
table.mt25 {
	width: 430px;
}
