.white_text {
    color: #FFFFFF;
}

.site_container {
    width: 100%;    
}

div.header-bar {
    text-align:left;
    width: 90%;
    margin: 0 auto;
}

#language_selector {
	display: block;
	position: absolute;
	top: 10px;
	right: 10%;
}

/** Home Page **/
    /** Header Blurb Block **/
    div.home-page-blueblock {
        width:90%;    
    }
    
    div.home-page-blue-box {
        width:100%;
        background: #27aae2 url(../img/blue_header_bg.jpg) repeat-y;
        color:#FFF;
    }
    
    div.home-page-blue-box-content {
    	width:90%;
    	margin:0 auto;
    }
    
    div.photo_collage {
    	background: transparent url(../img/photo_collage.png) top right no-repeat;
		height: 355px;
		width: 560px;
		float: right;
		margin: 0 0 0 2em;
		display: inline;
    }
    
    div.home-page-left-blurb
    {	padding: 2em 0;
      	font-size: 1.2em;
      	line-height: 2em;
        width: auto;
        text-align: justify;
        clear: none;
    }
    /** End Header Blurb Block **/
    
    
/** End Home Page **/


/** Navigation **/
    /** Primary **/
	
	div#primary_links {
		position: relative;
		width: 100%;
		background: #000 url(../img/navigation_bg.jpg) top left repeat-x;
		height: 45px;
	}

	div#primary_links ul {
		width: 90%;
		margin: 0 auto;
	}

	li.primary_nav_link {
		background: transparent url(../img/navigation_divider.jpg) bottom right no-repeat;
		position: relative;
		display: block;
		width: 14.2%;
		height: 45px;
		float: left;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	
	
	#primary_links ul li.last {
		background-image: none;
	
	}

    .primary-nav-link{
        margin: 0; 
    }
 
    .primary-nav-link a.visited{
        
    }
       
    a.primary-nav-link {
    	display: block;
        position: relative;
        top: 15px;
        color: white;
        font-size:1.2em;
        text-decoration:none;
        margin: 0 auto;
    }


    
    /** Secondary Navigation **/
    
    .left-navigation{
		width : 20%;
		float : left;
		margin: 0 20px 0 0;
		display: inline;
	}

    ul.outer-secondary-nav {
    	border: none;
      	border-left: 4px solid #26a9df;
      	list-style-type: none;
      	list-style-image: none;
      	list-style-position: outside;
      	padding: 0;
      	margin: 15px 0;
      	text-align: left;
    }
    
    ul.outer-secondary-nav li.current {
    	background: #d4effa;
    	border-right: 4px solid #26a9df;
    	padding: 10px 10px;
    	list-style-position: outside;
    }
    
    
    li.secondary-nav-item {
    	font-size: 1.2em;
    	line-height: 1.2em;
        padding: 10px 10px;
        margin: 0;
        vertical-align:top;
        list-style-position: outside;
    }
    
    .secondary-nav-item a {
    	text-decoration:none;
        
    }
    .secondary-nav-item a:active {
	   
    }
    
    .secondary-nav-item a:hover {
    	text-decoration: none;
    	
    }
    /** End Secondary Nav **/
/** End Navigation **/
    
/** Content Areas **/

.content {
	width: 90%;
	margin: 2.5em auto;
	font-size: 1em;
	clear: both;
}

.content p {
	margin: 1em 0;
	line-height: 1.5em;
}
.center-content-two-column {
	width : auto;
	margin: 0 0 0 25%;
}

.center-content-three-column {
	width: 40%;
	margin: 0 0 0 25%;
}

#secondary_content_two_column {
	width: 35%;
	position: relative;
	display: inline;
}

#secondary_content_three_column {
	width: 32%;
	position: relative;
	display: inline;
}

.left {
	float: left;
	margin: 0 2em 0 0;
	
}

.right {
	float: right;
	margin: 0 0 0 2em;
}

.white_box {
	background: #fff url(../img/white_side_box_top.jpg) top left no-repeat;
	position: relative;
	right: -10%;
	padding: 1em 0;
	width: 105%;
}

#secondary_content_three_column .white_box {
	right: -10%;
	width: 105%;
}

.white_box_content {
	background: #fff url(../img/white_side_box_middle.jpg) top left repeat-y;
	width: 85%;
	padding: 2em;
}

.white_box_content h1, .white_box_content h2, .white_box_content h3 {
	
}

.white_box_bottom {
	background: #fff url(../img/white_side_box_bottom.jpg) bottom left no-repeat;
}

.gray_box {
	background: #f6f6f6 url(../img/gray_side_box_top.jpg) top left no-repeat;
	position: relative;
	right: -15%;
	padding: 1em 0 0;
	width: 100%;
}

#secondary_content_three_column .gray_box {
	right: -17%;
	width: 100%;
}

.gray_box_content {
	background: #f6f6f6 url(../img/gray_side_box_middle.jpg) top left repeat-y;
	width: 80%;
	padding: 2em;
}

.gray_box_content h1, .gray_box_content h2, .gray_box_content h3 {
	
}

.gray_box_bottom {
	background: #fff url(../img/gray_side_box_bottom.jpg) bottom left no-repeat;
	
}


#footer {
	clear: both;
	width: 90%;
	margin: 2em auto;
	padding: 2em 0;
	border-top: 1px solid #27aae1;
	
}

#footer company_info {
	float:left;
	text-align: left;
}


#footer ul.links {
	list-style-type: none;
	list-style-image: none;
	position: relative;
	right: 0px;
	top: -35px;
	float: right;
}

#footer ul.links li {
	float: left;
	margin: 0 2em;
	padding: 0;
}
/** End Content Areas **/




/** News Related **/

div.secondary_content_news_item {
	margin: 1em 0 2em;
	
}

.news-item-post-date {
	color: #333;
	font-size: 1em;
	font-style: italic;
	margin: 0 0 .3em;
}

.news-item-link-title {
	font-size: 1.4em; 
	margin: 0 0 .5em;
}

news-item-title {
	font-size: 1.4em;
	margin: 0 0 .5em;
}

news-item-teaser {
	font-size: 1em;
	line-height: 1.4em;
}

.gray_box_content .news-item-post-date, .white_box_content .news-item-post-date {
	font-size: .9em;
	font-style: italic;
	margin: 0 0 .3em;
}

.gray_box_content news-item-title, .white_box_content news-item-title {
	font-size: 1.2em;
	margin: 0 0 .5em;
}

.gray_box_content news-item-teaser, .white_box_content news-item-teaser {
	font-size: .9em;
	line-height: 1.4em;
}

.gray_box_bottom {
	background: #fff url(../img/gray_side_box_bottom.jpg) bottom left no-repeat;
	
}

div.news-item-spacer {
    line-height:20px;
}



/** End News Related **/


/** /about/faq Related **/

div.faq-question {
    font-weight: bold;
    font-style:italics;

    }

div.faq-answer{
    
}

div.spacer {
    line-height:45px;
    height:45px;
}
/** End /about/faq Related **/

/** /about/staff Related **/
div.staff-bio-line-spacer{
    line-height: 40px;
    height: 40px;
}


div.staff-bio-name-title{
    font-weight: bold;
    font-size: 1.2em;
    font-style: italic;
}

.div.staff-bio-text{
}

.div.staff-bio-block{
}

.div.staff-bio-text{
}
.div.staff-bio-text{
}

.div.staff-bio-name-phone{
 }
/** /about/staff Related **/
/** /getinvolved related **/

div.getinvolved-top-photo {
    width:150px;
    float:left;
}

div.getinvolved-top-sub-blurb-text {
    width:150px;
    float:left;
}
div.getinvolved-top-blurbs-container {
    width:90%;
    height:350px;
    margin-left:35px;
}

div.getinvolved-top-container
{
    
    width:90%;
    background: transparent url(../img/blue_header_bg.jpg);
    height:350px;
}

div.getinvolved-line-spacer
{
    line-height:45px;
    height:45px;
}
div.getinvolved-blurb-title
{
    font-size: 1.5em;
    color: #FFFFFF;
    font-weight: normal;

}
div.getinvolved-top-text
{
    width:90%;
    color:white;
    font-size:14px;
}
div.getinvolved-top-join-box {
    float:left;
    width:512px;
    height:350px;
}

div.get-involved-top-photo {
    float:left;
    width:200px;
    color:white;
}
div.get-involved-sub-blurb-text {
    float:left;
    width:200px;
    color:white;

}

div.getinvolved-top-donate-box {
    float:left;
    width:512px;
    height:350px;
    
}


/** end /getinvolved releated **/


/** Event List **/

div.event-list-line-spacer{
    line-height:45px;
    height:45px;
}

/* End Event List */

div.rotating-quote {
    width:250px;
    float:left;
}
div.getinvolved-event-list
{
    width:600px;
    float:left;
}
div.get-involved-content
{
    width:90%;
    border: 1px green solid;
}


/********Get Involved Styles*********/
div.home-page-blue-box p.intro {
	font-size: 1em;
	line-height: 1.5em;
	width: 100%;
	padding: 2em 0 0;
}

div#join_cc, div#donate_cc {
	float: left;
	width: 40%;
	margin: 0 5%;
	display: inline;
	position: relative;
}

div#join_cc h1, div#donate_cc h1 {
	color: #fff;
	size: 2em;	
}

div#join_cc img, div#donate_cc img {
	float: left;
	margin: 0 1em .3em 0;
}

div#join_cc p, div#donate_cc p {
	margin: .5em 1em 1em;
	padding: 0 0;
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: left;
}

span.button {
	background: #04d5bb url(../img/green_button_bg.jpg) bottom left repeat-x;
	padding: .7em 2em;
	border: 1px solid #017365;
	margin: 2em 0;
}

span.button a {
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}


div#join_cc span.button, div#donate_cc span.button {
	position: absolute;
	bottom: 5px;
}

p.pullquote_cite {
	width: 100%;
	font-style: italic;
	background: transparent url(../img/quotes_left.jpg) top right no-repeat;
	height: 44px;
	font-size: .9em;
}

.staff_member {
	margin-bottom: 30px;
}

#news_story img, #news_story img.right {
	border: 1px solid #005A92;
	margin: 10px 0 10px 10px;
	float: right;
}

#news_story img.left {
	border: 1px solid #005A92;
	margin: 10px 10px 10px 0;
	float: left;
}

tr.form-row {
    line-height:30px;
    margin-bottom:5px;
}
td.form-label
{
    font-weight:bold;
    margin-right: 5px;
    vertical-align:top;
}

/* Link type selector icons */

a[href^="http:"] {
	padding: 5px 15px 5px 0;
    background: transparent url(../img/extlink.png) no-repeat center right;
}

a[href$='.doc'], a[href$='.rtf'] {
	padding: 5px 20px 5px 0;
	background: transparent url(../img/icon_doc.gif) no-repeat center right;
}

a[href$='.pdf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(../img/icon_pdf.gif) no-repeat center right;
}

a[href ^="mailto:"] {
	padding: 5px 20px 5px 0;
    background: transparent url(../img/icon_mailto.gif) no-repeat center right;
}