/***** Goodwill E-Waste Solutions Style Sheet*****/
/***** http://www.ocgoodwill-ewaste.org/ *****/
/***** Ã‚Â©2007 Goodwill of Orange County - ocgoodwill.org *****/
/***** Green: 5b8627. Lighter green: 8fc351*****/
/***** Text black: 141414*****/


/**/
/* =================== General ==============*/
/**/

body{
	background-color: #6fa133;
	margin: 0;
	padding: 0;
}

#container{
	background: #6fa133 url('../images/bg.png') repeat-x left top;
	margin: 0;
	padding: 0;
	font: 12px  Arial, Helvetica, sans-serif;
	color: #141414 ;
}

img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.noborder{
	border: 0;
}


h1.green{
	font: 16px  Arial, Helvetica, sans-serif;
	color: #5b8627;
	font-weight: bold;
	margin-left: 5px;
}

h1.black{
	font: 16px  Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	margin-left: 5px;
}

h1.allcaps{
	font: 14px  Arial, Helvetica, sans-serif;
	color: #5b8627;
	font-weight: bold;
	margin-left: 5px;
}

h2.white{
	font: 14px  Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 7px;
	margin-left: 5px;
}

.textnote {
	font-family: Arial, Helvetica, sans-serif;
	color: #848282;
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
}

.textalert {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}

.paddingtop{
	margin-top: 10px;
}

.paddingleft{
	padding-left: 5px;
}

.paddingright{
	padding-right: 5px;
	
}

p{
	color: #141414;
	margin-left: 7px;
	margin-right: 7px;
}

p.white{
	color: #FFFFFF;
	margin-left: 7px;
	margin-right: 7px;
}


a:link{
	color: #141414;
	text-decoration: underline;
}

a:visited{
	color: #996699;
	text-decoration: none;
}

a:active{
	color: #990000;
	text-decoration: underline;
}

a:hover{
	color: #4ab2c4;
	background-color: #000000;
	text-decoration: underline;
}

a.white:link{
	color: #FFFFFF;
	text-decoration: underline;
}

a.white:visited{
	color: #b6b6b6;
	text-decoration: underline;
}

a.white:active{
	color: #820202;
	text-decoration: underline;
}

a.white:hover{
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: underline;
}

a.img:link{
	color: #000000;
	text-decoration: none;
}

a.img:visited{
	color: #000000;
	text-decoration: none;
}

a.img:active{
	color: #000000;
	text-decoration: none;
}

a.img:hover{
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}

a.textalert:link{
	color: #f00;
	text-decoration: underline;
}

a.textalert:visited{
	color: #f00;
	text-decoration: none;
}


.whitespace{
	background: #FFFFFF url('../images/whitedot.gif') repeat-x left top;
	width: 252px;
	height: 1px;
}

.clear{
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#headercontainer{
	margin-left: auto; 
	margin-right: auto;
	width: 770px;
	
}

#header{
	background: #5b8627 url('../images/ocgoodwill-ewaste-banner.png') no-repeat 0 0;
	width: 770px;
	height: 154px;
}

#contentcontainer{
	background-color: #5b8627;
	margin-left: auto; 
	margin-right: auto;
	width: 770px;
}

#leftcolcontainer{
	background-color: #FFFFFF;
	width: 518px;
	float: left;
}

#rightcolcontainer{
	background-color: #5b8627;
	width: 252px;
	float: right;
}

#socialmediaicons{
	
}

/*Top Nav*/
#topnav{
	background-color: #5b8627;
	font: 12px  Arial, Helvetica, sans-serif;
	color: #FFFFFF ;
	text-align: center;
	height: 37px;
	width: 770px;
}

#topnavlist {
	margin: 0; /*Do not remove. This removes unnecessary blank space */
	padding: 0; /*Do not remove. This removes unnecessary blank space */
	background: #5b8627 url('../images/ocgoodwill-ewaste-topnav-bg.gif') no-repeat top left;
}

#topnav ul {
	padding-top: 0;
	margin-top: 0;
	padding-left: 0; /*top nav is left-aligned*/
	margin-left: 0;
	background-color: #5b8627;
	color: #FFFFFF;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	vertical-align: middle;
}

#topnav ul li { 
	display: inline; 
	vertical-align: middle;
}

#topnav ul li a {
	padding: 0.8em 1.4em; /*Controls space between nav items*/
	background-color: #5b8627;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	height: 19px; /*Controls height of nav boxes and valignment of menu text with the padding above */
	vertical-align: middle;
	display: block;
}

#topnav ul li a:hover {
	background-color: #8fc351; /*light green*/
	color: #FFFFFF;
	vertical-align: middle;

}

#topnavmenuitemselected a:link, #topnavmenuitemselected a:visited, #topnavmenuitemselected a:hover { 
	background-color: #8fc351; /*light green*/
	color: #FFFFFF;
	vertical-align: middle;
}

/*Events*/

.eventcity {
	font-family: Arial, Helvetica, sans-serif;
	color: #5b8627;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}

.eventplace {
	font-family: Arial, Helvetica, sans-serif;
	color: #141414;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}

.eventaddress {
	font-family: Arial, Helvetica, sans-serif;
	color: #141414;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}

.eventnote {
	font-family: Arial, Helvetica, sans-serif;
	color: #5b8627;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
}

.eventname {
	font-family: Arial, Helvetica, sans-serif;
	color: #141414;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
}


/*eventsSchedule*/

/* ======================================= Better Zebra Tables ======================================= */

#eventsSchedule{
}

	table{
		border: 1px solid #666;
	}
	tr td{
		font-family: helvetica, verdana, sans-serif;
		font-size: 10pt;
		padding: 10px 5px;/*3px 8px*/
		background: #fff;
	}
	#eventsSchedule .col1{
		width: 80px;
	}
	#eventsSchedule .col2{
		width: 110px;
	}
	 #eventsSchedule .col3{
		width: 295px;
	}	
	thead td{
		color: #000;
		background-color: #8DA763;/*dark green*/
		font-weight: bold;
		border-bottom: 1px solid #999;
		width: 50%;
		}
		
	tbody td{
			border-left: 1px solid #D9D9D9;
	}
	tbody tr.even td{
		background: #e5facb; /*lighter green*/
	}
	tbody tr.selected td{
		background: #8DA763;/*dark green*/
		color: #ffffff;
		font-weight: bold;
		border-left: 1px solid #346DBE;
		border-bottom: 1px solid #7DAAEA;
	}
	tbody tr.ruled td{
		color: #000;
		background-color: #d6f7ad;  /*green*/
		font-weight: bold;
		border-color: #8DA763;/*dark green*/
	}
	
	/* Opera fix */
	head:first-child+body tr.ruled td{
		background-color: #d6f7ad; /*green*/
	}

/*Footer */

#footercontainer{
	text-align: center;
	font: 12px  Arial, Helvetica, sans-serif;
	color: #141414;
	margin: 0;
	padding: 0;
}

#footerlinks li {
	display: inline;
	list-style-type: none;	
}

#footerlinks ul{
	margin: 0;
	padding: 0;
}

#footerlinks a {
	color: #141414;
	text-decoration: underline;
}

#footerlinks a:hover {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: underline;
}

#footercontainer p div{
	text-align: center;
	font-size: 10px;
}


/**/
/* =================== RELATED SITES MENU - START ==============*/
/**/

#menu {
	float: right;
	width: 67px;
	background: #5b8627;
	margin-top: -37px;
	height: 37px;
	z-index: 100;
	margin-right: 450px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	border: 0;
	margin: 0;
	padding: 3px 3px;
	vertical-align: middle;
	
}


#menu a {
	color: #FFFFFF;
	background: #5b8627;
	text-decoration: none;
	height: 31px;
}

#menu a:hover {
	background: #8fc351;
	height: 31px;
}

#menu li {
	position: relative;
	height: 31px; 
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: -200px;
	width: 200px; /*sub menu width*/
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul {
	display: none;
	background: #5b8627;
}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display: block;
	background: #5b8627; 
}

/* =================== RELATED SITES MENU - END ==============*/
