/* --------------------------------------------------------------  
   reset.css
   * Resets default browser CSS.  
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
	line-height: 1.5;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { 
	border-collapse: separate; border-spacing: 0; 
}
caption, th, td { 
	text-align: left; font-weight: normal; 
}
table, td, th { 
	vertical-align: middle; 
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { 
	content: ""; 
}
blockquote, q { 
	quotes: "" ""; 
}

/* Remove annoying border on linked images. */
a img { 
border: none; 
}

/* -------------------------------------------------------------- 
   typography   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body {
	color: #363636;
	background: #000000 url(../images/bg_tile.gif) repeat;
	font: 75% Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h4,h5,h6 { font-weight: normal; color: #fb4900; }

h3{ font-weight: normal; color: #04B4FD; }

h1 a,h2 a,h3 a,
h4 a,h5 a,h6 a, 
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover        { color: #fb4900; }

h1 { font-size: 2em; line-height: 1; margin-bottom: 0.5em; text-transform: uppercase;}
h2 { font-size: 1.1em; line-height: 1; margin-bottom: 1em; font-weight: bold; text-transform: uppercase;}
h3 { font-size: 1.1em; line-height: 1; margin-bottom: 1em; font-weight: bold; text-transform: uppercase;}
h4 { font-size: 1.16em; line-height: 1.25; margin-bottom: 1.25em; font-weight: bold; text-transform: uppercase;}
h5 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; font-weight: bold; text-transform: uppercase;
	display: block;
	border-bottom: 1px solid #d5d4d4;
	padding-bottom: 9px;
	}
h6 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; font-weight: bold; text-transform: uppercase;
	display: block;
	border-bottom: 1px solid #d5d4d4;
	padding-bottom: 9px;
	text-align: right;
	clear: both;
	}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

hr  {height:1px;border-width:0; background-color:#d5d4d4; color: #d5d4d4; margin-bottom: 1.75em; }

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.75em 0; }
p img.left  { float: left; margin: 0 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 0 0 1.5em 1.5em; }

img.header  { margin: 0 0 18px 0; padding: 0;}

a:focus, 
a:hover     { color: #03b5fd; text-decoration: underline; }
a           { color: #03b5fd; text-decoration: none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin: 0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       	{ margin-bottom: 1.4em; width:100%; }
th          	{ font-weight: bold; }
thead th 		{ background: #53CAFF; color: #fff; }
th,td,caption	{ padding: 4px 10px 4px 5px; }
tr.even td  	{ background: #e5ecf9; }
tfoot       	{ font-style: italic; }
caption     	{ background: #eee; }

table td, table th { border:#fff solid 1px; }
.table_text { font-size:10px; font-weight:bold; }
.white_text { color: #FFF; }
.white_text td { font-size: 10px; }
.white_text td { font-family: Arial, Helvetica, sans-serif; }


/* Misc classes
-------------------------------------------------------------- */


.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.small      { font-size: 0.8em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #03b5fd; }
span.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }


/* Form CSS moved to forms.css */


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }
.required   { color: #ff0000; }



/* -------------------------------------------------------------- 
   site  
-------------------------------------------------------------- */

#container {
	width:922px;
	margin: 0 auto;
	background-color: #fff;
}

/* Header
-------------------------------------------------------------- */

#header {
	height: 91px;
	background: url(../images/header_bg.jpg) #000 no-repeat top left;
	color: #babbbd;
}
#left_header{
	width: 150px;
	float: left;
	margin-left: 17px;
}
#left_header a{
	display:block;
	width:150px;
	height:80px
}
#right_header{
	width: 430px;
	float: right;
	margin-right: 17px;
	display: inline;
	font-size: .9em;
}
#right_header a{
	color: #babbbd;
	text-decoration: none;
	font-weight: bold;
}

#right_header a:hover {
	color: #04B4FD;
	text-decoration: none;
	font-weight: bold;
}

#right_header ul{
	padding: 0;
	margin: 0;
}
#right_header li{
	list-style-type: none;
	float: right;
	margin: 10px 3px 5px 3px;
	padding: 0;
}

#buy a{
	display: block;
	width: 109px;
	height: 29px;
	background: url(../images/buy_button.jpg) no-repeat top left;
	text-indent: -5000px;
	overflow: hidden;
	float: right;
	margin: 17px 0;
}

#buy a:hover {
	background-position: 0 -29px;
}

/* Navigation
-------------------------------------------------------------- */

#nav{
	min-height: 46px;
	background: url(../images/nav_bg.jpg) #000 repeat-x;
	border-bottom: 1px solid #262626;
}

#nav #nav_center{
	position:relative;
	left:50%;
	float:left;
	clear:both;
	text-align:left;
}

#nav ul {
	margin:0;
	padding:0 8px;
	position:relative;
	left:-50%;
	text-align:left;
}

#nav li{
	float: left;
	margin: 15px 11px 9px 11px;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
}

#nav li a {
	font-weight: bold;
	color: #939598;
	font-size: 1em;
}

#nav li a:hover {
	color: #ff7236;
	text-decoration: none;
}

#nav .eco a:hover {
	color: #4ABC48;
	text-decoration: none;
}

#nav li a:hover#eco-policy {
	color: #4ABC48;
	text-decoration: none;
}

/* Nav Highlight Per page
-------------------------------------------------------------- */
body#home #homeBtn a, body#about #aboutBtn a, body#ourWater #ourWaterBtn a, body#crisis #crisisBtn a, body#projects #projectsBtn a, body#media #mediaBtn a, body#partners #partnersBtn a, body#getInvolved #getInvolvedBtn a{
	color: #ff7236;
	text-decoration: none;
}

#nav .current a {
	color: #ff7236;
	text-decoration: none;
}

#nav .section a {
	color: #ff7236;
	text-decoration: none;
}

body#eco #ecoBtn a{
	color: #4ABC48;
	text-decoration: none;
}

#nav .current a#eco-policy {
	color: #4ABC48;
	text-decoration: none;
}

#nav .section a#eco-policy {
	color: #4ABC48;
	text-decoration: none;
}

/* Right Nav Highlight Media page
-------------------------------------------------------------- */
#alt_flash_wrap #media_photos #media_photoBtn a, 
#alt_flash_wrap #media_video #media_videoBtn a{
	color: #ff6a00;
}
#info_wrap #media_press #media_pressBtn a{
	color: #04b4fd;
}



/* Main Content
-------------------------------------------------------------- */

#content{
	text-align: left;
}

#flash_content, #didYouKnow{
	background: #000000;
}


/* Info or Bottom text below flash
-------------------------------------------------------------- */

#info_wrap, #blog_wrap {
	background-color: #ebebeb;
	padding-left: 78px;
	border-top: 6px solid #c8c8c8;
	
}

#info{
	background-color: #fff;
	padding: 26px 32px 20px 32px;
	width: 620px;
	min-height: 50px;
	text-align: left;
	float: left;
}

#info a.view_article {
	color: #03b5fd;
	font-size: 0.9em;
}

#blog_wrap #info{
	background-color: #fff;
	padding: 26px 32px 20px 32px;
	width: 570px;
	min-height: 250px;
	text-align: left;
	float: left;
}

#info_wrap #right_nav, #info_wrap #right_nav_sub{
	width: 132px;
	float: left;
	padding-left: 28px;
	font-size: .85em;
	text-transform: uppercase;
}

#blog_wrap #right_nav, #blog_wrap #right_nav_sub{
	width: 182px;
	float: left;
	padding-left: 18px;
	padding-right: 10px;
	font-size: .85em;
	text-transform: uppercase;
}

#info_wrap #right_nav ul, #info_wrap #right_nav_sub ul {
	margin: 40px 15px 0 0;
	padding: 0;
}

#blog_wrap #right_nav_sub h3 {
	display: block;
	color: #fb4900;
	border-bottom: 1px dotted #fb4900;
	padding: 4px 0;
	font-weight: bold;
}

#blog_wrap #right_nav_sub .WidgetHolder {
	margin: 10px 0 25px 0;
	padding: 0;
}

#blog_wrap #right_nav_sub ul {
	margin: 10px 0;
	padding: 0;
}

#info_wrap #right_nav li, #info_wrap #right_nav_sub li {
	list-style-type: none;
	display: block;
	border-bottom: 1px dotted #7d7d7d;
	padding: 4px 0;
	font-weight: bold;
}

#blog_wrap #right_nav_sub li {
	list-style-type: none;
	display: block;
	border-bottom: 1px dotted #7d7d7d;
	padding: 4px 0;
	font-weight: bold;
}

#info_wrap #right_nav a, #info_wrap #right_nav_sub a, #blog_wrap #right_nav_sub a {
	color: #7d7d7d;
}

#info_wrap #right_nav a:hover, #info_wrap #right_nav_sub a:hover, #blog_wrap #right_nav_sub a:hover {
	color: #ff6a00;
	text-decoration: none;
}

#blog_wrap .blogSummary {
	margin-bottom: 35px;	
}

#blog_wrap .blogSummary h4, #blog_wrap .blogEntry h4 {
	margin-bottom: 5px;	
}

#blog_wrap .blogSummary p.authorDate, #blog_wrap .blogEntry p.authorDate {
	margin: 0;
	font-size: 0.9em;
	color: #999;
}

#blog_wrap .blogSummary p.tags, #blog_wrap .blogEntry p.tags {
	margin: 0;
	font-size: 0.9em;
	color: #999;
}

#blog_wrap .blogSummary .post, #blog_wrap .blogEntry .post {
	margin-top: 15px;	
}

#blog_wrap .blogSummary p.blogVitals, #blog_wrap .blogEntry p.blogVitals {
	margin-top: 15px;	
	margin-bottom: 35px;	
	font-size: 0.9em;
}

#blog_wrap label.left {
	margin-bottom: 1px;
}

#blog_wrap .subscribeLink {
	background: url(../images/feed-icon-14x14.png) no-repeat left center;
	padding: 3px 0 3px 20px;
}


/* Alternative Flash container
-------------------------------------------------------------- */

#alt_flash_wrap{
	background-color: #000;
	padding-left: 78px;
}

#alt_flash{
	width: 683px;
	float: left;
}

#alt_flash_wrap #right_nav{
	width: 132px;
	float: left;
	padding-left: 28px;
	font-size: .85em;
	text-transform: uppercase;
}

#alt_flash_wrap #right_nav ul{
	margin: 40px 15px 0 0;
	padding: 0;
}

#alt_flash_wrap #right_nav li{
	list-style-type: none;
	display: block;
	border-bottom: 1px dotted #7d7d7d;
	padding: 4px 0;
	font-weight: bold;
}

#alt_flash_wrap #right_nav a{
	color: #7d7d7d;
}

#alt_flash_wrap #right_nav a:hover {
	color: #ff6a00;
	text-decoration: none;
}

/* Black Container No Flash
-------------------------------------------------------------- */
#alt {
	background-color: #000;
	color: #b1afaf;
	font-weight: bold;
	padding: 48px;
	border-bottom: 1px solid #262626;
}

/*#alt img.top {
	padding: 3px;
	border: 1px solid #3d3d3d;
	margin-bottom: 35px;
}*/

#alt a .top {
	padding: 3px;
	border: 1px solid #3d3d3d;
	margin-bottom: 35px;
}

#alt a:hover .top  {
	padding: 3px;
	border: 1px solid #ff6a00;
	margin-bottom: 35px;
}

#alt div.contents {
	width: 245px;
	float: left;
}

#alt .rightspace{
	margin-right: 45px;
}

#alt h4{
	margin-bottom: 4px;
	font-size: 1.16em;
}


#alt a.link {
	display: block;
	margin-top: 4px;
}

/* Home Page
-------------------------------------------------------------- */
#home_links{
	background: url(../images/home_links_bg.jpg) repeat-x left top;
	border-top: 18px solid #000;
	padding: 35px 0 35px 35px;	
}

a.img_link img {
	display: block;
	border: 1px solid #ccc;
	background-color: #fff;
}

a:hover.img_link img {
	border: 1px solid #ff6a00;
}

/*3.29.09 */
#home_links .top img {
	padding: 0;
	display: block;
	border: 1px solid #999;
}

/*3.29.09 */
#home_links .top:hover img {
	padding: 0;
	border: 1px solid #ff6a00;
}

/*3.29.09 */
#home_links div.contents {
	width: 195px;
	float: left;
	margin: 0 12px
}

/*3.29.09 */
#home_links h4{
	margin-top: 16px;
	margin-bottom: 4px;
	font-size: 1.25em;
	text-transform: uppercase;
}

/*3.29.09 */
#home_links a.link {
	display: block;
	margin-top: 4px;
	font-weight: bold;
	text-transform: uppercase;
}


/* About Us Page
-------------------------------------------------------------- */


/* Crisis Page
-------------------------------------------------------------- */

#the-crisis h4, #partners h4, #aoc h4, #legal h4, #frequentlyAskedQuestions h4{
	display: block;
	border-bottom: 1px solid #d5d4d4;
	padding-bottom: 9px;
	text-align: right;
	clear: both;
}


/* Media Press Page
-------------------------------------------------------------- */
#news-media-links {
	background: url(../images/home_links_bg.jpg) repeat-x left top;
	border-top: 18px solid #000;
	padding: 35px 0 35px 35px;	
}

#news-media-links .top img {
	padding: 3px;
	margin-bottom: 35px;
	display: block;
	border: 1px solid #666;
}

#news-media-links .top:hover img {
	padding: 3px;
	border: 1px solid #ff6a00;
	margin-bottom: 35px;
}

#news-media-links div.contents {
	width: 245px;
	float: left;
	margin: 0 19px
}

#news-media-links h4{
	margin-bottom: 4px;
	font-size: 1.16em;
}

#news-media-links a.link {
	display: block;
	margin-top: 4px;
	font-weight: bold;
}


/*3.29.09 - htmlHeader*/
#htmlHeader{
	background: #000;
	color: #FFF;
	overflow: auto;
	padding: 15px 0 20px 51px;
}

/*3.29.09 - htmlHeader*/
#htmlHeader h4{
	margin: 0;
}

/*3.29.09 - htmlHeader*/
#htmlHeader h4 a{
	
}

/*3.29.09 - htmlHeader*/
#htmlHeader h4 a:hover{
	text-decoration: underline;
}

/*3.29.09 - htmlHeader*/
#htmlHeader a.link {
	text-transform: uppercase;
}

/*3.29.09 - htmlHeader*/
#htmlHeader .nmLeftBox{
	float: left;
	width: 339px;
}

/*3.29.09 - htmlHeader*/
#htmlHeader .nmLeftBox a.imgBorder img{
	display: block;
	border: 1px solid #363636;
	padding: 3px;
	margin: 0 0 10px 0;
}

/*3.29.09 - htmlHeader*/
#htmlHeader .nmLeftBox a:hover.imgBorder img{
	border: 1px solid #ff6a00;
}

/*3.29.09 - htmlHeader*/
#htmlHeader .nmRightBox{
	float: left;
	padding: 0 0 0 24px;
	width: 500px;
}

/*3.29.09 - htmlHeader*/
#htmlHeader .nmRightBox .featuredNews{
	margin: 10px 0;
	padding-right: 40px;
}

/*3.29.09 - htmlHeader*/
#htmlHeader .nmRightBox .featuredNews a.imgBorder img{
	display: block;
	border: 1px solid #363636;
	float: left;
	padding: 1px;
	margin: 0 20px 0 0;
}

/*3.29.09 - htmlHeader*/
#htmlHeader .nmRightBox .featuredNews a:hover.imgBorder img{
	border: 1px solid #ff6a00;
}

/*3.29.09 - htmlHeader*/
#htmlHeader .nmRightBox .nikaNewsletter{
	margin: 15px 0 0 0;
}

/*3.29.09 - htmlHeader*/
#htmlHeader .nmRightBox .nikaNewsletter .txt{
	float: left;
	margin: 0 15px 0 0;
	width: 145px;
}

/*3.29.09 - htmlHeader*/
#htmlHeader .nmRightBox .nikaNewsletter .txt h4{
	color: #03b5fd;
}

/*3.29.09 - htmlHeader*/
#htmlHeader .nmRightBox .nikaNewsletter form{
	padding: 20px 0 0 0;
}

/*3.29.09 - htmlHeader*/
input.submit_blue{
	float: right;
	margin: 0 65px 0 0;
	*margin: -2px 60px 0 0;
}

/*3.29.09 - htmlHeader*/
input.newsLetter{
	width: 175px;
	height: 20px;
	padding: 4px 0 0 4px;
}

/* Media Support page - 3.29.09
-------------------------------------------------------------- */
#media-support #alt_flash {
	position: relative;
	width: 683px;
	height: 280px;
	background: transparent url(../images/media_support_press_kit_bg.jpg) no-repeat;
}

#pressKit_button {
	position: absolute;
	bottom: 20px;
	left: 45px;
	width: 219px
}

#pressKit_button a {
	display: block;
	width:219px;
	height:36px;
	border:0;
}

#pressKit_button a.pressKit {
	background: transparent url(../images/media_btn_press_kit.png) 0 0 no-repeat;
}
#pressKit_button a.pressKit:hover {
	background-position: -219px 0;
}

/*3.29.09 */
#mediaSupport{
	background: #FFF;
	padding: 30px 0 20px 30px;
	width: 654px;
	text-align: left;
}

/*3.29.09 */
#mediaSupport .mediaSuppor_bg{
	background: #FFFFFF url(../images/media_support_bg.gif) 20px 0 repeat-y;
	overflow: auto;
	padding: 0 0 20px 0;
}

/*3.29.09 */
#mediaSupport dl{
	float: left;
	margin: 0;
	padding: 0;
}

/*3.29.09 */
#mediaSupport dl dt{
	color: #03b5fd;
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px 0;
}

/*3.29.09 */
#mediaSupport dl dd{
	margin: 0;
	padding: 0;
}

/*3.29.09 */
#mediaSupport dl dd a{
	color: #000;
}

/*3.29.09 */
#mediaSupport .col{
	width: 158px;
	margin-right: 15px;
	margin-left: 15px;
	padding: 0 25px 0 5px;
}

/*3.29.09 */
#mediaSupport .col1{
	width: 30%;
}

/*3.29.09 */
#mediaSupport .col2{
	padding: 0 0 0 15px;
	width: 30%;
}

/*3.29.09 */
#mediaSupport .col3{
	padding: 0 0 0 40px;
	width: 30%;
}


/* Get Involved Section - 09.20.09
-------------------------------------------------------------- */
/*09.20.09 */
.get_involved_newsletter {
	background-color:#ebebeb;
	padding:14px 20px;
	margin-bottom:10px;
}
.get_involved_newsletter input.submit_blue{
	float:right;
	margin:0 160px 0 0;
	*margin:-2px 155px 0 0;
}
.get_involved_link {
	background:transparent url(../images/get_involved_link_bg.gif) no-repeat;
	height:152px;
	padding:7px 0;
	margin-bottom:3px; 
}
.get_involved_link .icon {
	float:left;
	width:250px;
	height:152px;
	overflow:hidden;
}
.get_involved_link .details {
	float:right;
	width:326px;
	padding:18px 22px;
	overflow:hidden;
}

/* Agents of Change Section - 04.06.09
-------------------------------------------------------------- */
/*04.06.09 */
#get-involved #alt_flash_wrap {
	background: #020203 url(../images/aoc_section_bg.jpg);
	height: 281px;
	padding-left: 78px;
	padding-top: 20px;
	padding-bottom: 25px;
}

#get-involved #alt_flash{
	width: 683px;
	float: left;
}

#aoc_buttons {
	position: relative;
	top: 5px;
	left: 185px;
	width: 152px
}

#aoc_buttons a {
	display: block;
	width:152px;
	height:42px;
	margin-bottom:7px;
	border:0;
}

#aoc_buttons a.learn {
	background: transparent url(../images/aoc_btn_learn.png) 0 0 no-repeat;
}
#aoc_buttons a.learn:hover {
	background-position: -152px 0;
}

#aoc_buttons a.signup {
	background: transparent url(../images/aoc_btn_signup.png) 0 0 no-repeat;
}
#aoc_buttons a.signup:hover {
	background-position: -152px 0;
}

#aoc_buttons a.login {
	background: transparent url(../images/aoc_btn_login.png) 0 0 no-repeat;
}
#aoc_buttons a.login:hover {
	background-position: -152px 0;
}


/* Generic Styles - Site wide
-------------------------------------------------------------- */
.genericList{
	margin-top: 0;
	padding: 0;
}

.genericList li{
	list-style: none;
}

.italic{
	font-style: italic;
}


/* Footer
-------------------------------------------------------------- */

ul#login_links {
	margin: 0;
	padding: 0;
}

#login_links li{
	float: left;
	margin: 8px 8px 0 0;
	padding: 0;
	list-style-type: none;
}

/* Footer
-------------------------------------------------------------- */

#footer{
	background-color: #000;
	color: #767676;
	padding: 0 0 15px 0;
}

#footer ul{
	margin: 0;
	padding: 0;
}

#footer li{
	list-style-type: none;
	float: left;
	display: inline;
	margin: 0;
	padding: 20px 3px;
}

#footer_nav{
	font-size: .8em;
	color: #c7c6c6;
	background: url(../images/footer_bg.jpg) repeat-x #000;
	margin-bottom: 14px;
}

#footer_nav #footer_nav_center {
	position:relative;
	left:50%;
	float:left;
	clear:both;
	text-align:left;
}

#footer_nav ul {
	position:relative;
	left:-50%;
	text-align:left;
}

#footer_nav li:before{
	content: "|";
	color: #c7c6c6;
	padding-right: 4px;
}

#footer_nav li.first:before{
	content: "";
	padding-right: 0;
	margin-right: 0;
}

#footer_nav a{
	color: #c7c6c6;
	text-decoration: none;
	text-transform: uppercase;
}

#footer_nav a:hover{
	color: #ff6a00;
}

#footer_nav a.eco-policy-2:hover{
	color: #4ABC48;
}

#footer_copyright{
	float: left;
	text-align: left;
	width: 40%;
	padding: 0 15px;
}

ul#footer_privacy{
	margin: 0;
	padding: 0;
	float: right;
	padding: 0 15px;
}

#footer_privacy li{
	margin: 0 2px;
	padding: 0;
}

#footer_privacy li:before{
	content: "|";
	color: #767676;
	padding-right: 4px;
}

#footer_privacy li.first:before{
	content: "";
	padding-right: 0;
	margin-right: 0;
}

#footer_privacy li a {
	color: #767676;
	text-decoration: none;
}

#footer_privacy li a:hover{
	color: #fff;
}

#footer_privacy li a.learning-resources-2 {
	background: url(../images/learning_resource_icon.gif) no-repeat right center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 29px;
}

#vivid{
	padding: 0 10px;
}

#vivid a {
	display: block;
	width: 162px;
	height: 19px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(../images/vivid_logo.gif) top left no-repeat;
	clear: both;
	float: left;
}

#vivid a:hover{
	background-position: 0 -19px;
}

#facebook{
	float: right;
	padding: 0 10px;
	text-align: right;
}

#footerNewsletter{
	widows: 400px;
	text-align: right;
	margin: 5px 0 0 0;
}
#footerNewsletter .txt{
	float: left;
	margin: 0 10px 0 0;
	padding-top: 3px;
	width: 200px;
	height: 20px;
	font-size: 0.8em;
	text-transform: uppercase;
}
#footerNewsletter .txt .nika{
	color: #03b5fd;
}
#footerNewsletter form{
	float: left;
	padding: 0 5px 15px 0;
}
#footerNewsletter input.submit_blue{
	float: left;
	margin: 0 0 0 10px;
	*margin: -2px 0 0 10px;
}
#footerNewsletter input.newsLetter{
	float: left;
	width: 175px;
	height: 20px;
	padding: 4px 0 0 0;
}

