/**
 * Goodwill Industries of Lane and South Coast Counties - Master CSS
 * Created by Bill Kelter
 */

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
#wrapper { 
	margin: 0 auto;
	width: 780px;
	border:0px;
}
#header {
	width: 780px;
	color: #333;
	padding: 0px;
	border: 0;
	margin: 0px 0px 0px 0px;
	background: #FFFFFF;
}
.header-image {
	text-align:center;
	padding:0px;
	margin:0px;
}

/* THIS IS THE NAVIGATION */
ul#navigation
{
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	text-align:right;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	width:780px;
	background:#FFFFFF;
	white-space: nowrap;
	float:right;
}

#navigation li
{
	display: inline;
	list-style-type: none;
}

#navigation a { padding: 3px 10px; }

#navigation a:link, #navigation a:visited
{
	font-weight:bold;
	color: #333399;
	background-color: #FFFFFF;
	text-decoration: none;
}

#navigation a:hover
{
	color: #FFFFFF;
	background-color: #333399;
	text-decoration: none;
}
/* END NAVIGATION */
/*THIS IS THE SUBNAVIGATION*/
ul#subnav
{
	margin-left: 0;
	background:#CCCCCC;
	text-align:left;
	width:200px;
	font-size:0.8em;
	line-height:1.2em;
	font-weight:bold;
	padding-left: 1;
	float:left;
}

#subnav li
{
	display: block;
	list-style-type: none;
}

#subnav a { padding: 0px 0px; }

#subnav a:link, #subnav a:visited
{
	color: #333399;
	background: #CCCCCC;
	text-decoration: none;
	display:block;
}

#subnav a:hover
{
	color: #333399;
	background-color: #FFFFFF;
	text-decoration: none;
	display:block;
}
/*END SUBNAVIGATION*/
#rightcolumn { 
 float: right;
 color: #333;
 border: 0px;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 width: 560px;
 display: inline;
}
.mission-image {
	text-align:center;
	padding:0px;
	margin:0px;
}
#footer { 
 width: 780px;
 clear:both;
 color: #333;
 border: 0px;
 background: #FFFFFF;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
.footer {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	color: #666666;
}
.footer-image {
	margin:5px;
	padding:5px;
}.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #333399;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	text-align:left;
	color: #000000;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bolder;
	text-align: left;
	color: #333399;
}
.italics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #0000FF;
}
.text_table_centered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	text-align:center;
	color: #000000;
}
.bold_table_left {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bolder;
	text-align: left;
	color: #333399;
}

.bold_table_centered {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bolder;
	text-align: center;
	color: #333399;
}
.text_table_centered02 {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bolder;
	text-align: center;
	color: #333399;
}
