/*font-family: Arial, Helvetica, sans-serif;
	 font-family: Georgia, "Times New Roman", Times, serif;
	 font-family: Verdana, Arial, Helvetica, sans-serif;*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #cc0000;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

#container {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	width:100%;
	background: #fff;
}

h1, h2 {
	margin: 0;
}

h1 span,h2 span {
	display: none;
}

br {
	display: block;
	clear: both;
}

#header {
	display: block;
	background: #3278B4 url(../img/headerBg.jpg) top center;
	height: 136px; 
}

#headerContent {
	position: relative;
	top: 0;
	left: 50%;
	height: 136px;
	width: 940px;
	margin: 0 0 0 -470px;
}

#logo {
	position: absolute;
	bottom: 0;
	left: 0;
	border: none;
}

#content {
	clear: both;
	position: relative;
	z-index: 0;
	*z-index: -1;
	top: 0;
	left: 50%;
	width: 940px;
	margin: 0 0 0 -470px;
	padding: 10px 0;
}

#image {
	display: inline;
	float: left;
	width: 360px;
}

#innerContent {
	display: inline;
	float: left;
	width: 580px;
}

#index #innerContent {
	width: 410px;
}

p {
	margin: 0 0 1.5em 0;
}

h3 {
	color: #cc0000;
	text-transform: uppercase;
	font-style: italic;
	font-size: 150%;
	margin: 0 0 1em 0;
}

#index h3 {
	margin-top: 3em;
}

h4 {
	margin: 0 0 1em 0;
	color: #cc0000;
	font-size: 120%;
}

h5 {
	margin: 0 0 1em 0;
	font-size: 90%;
}

#content ul {
	list-style-image: url(../img/bullet.gif);
	margin: 0 0 1em 16px;
	padding: 0;
}

.boardMember ul li, #innerContent ul li {
	margin-bottom: .5em;
}


/******************************HOME*******************************/
#slideshow {
	display: inline;
	float: left;
	margin: 0 20px 20px 0;
	width: 510px;
	height: 360px;
}

/*************************MISSION************************************/
.mission #innerContent ul li {
	margin-bottom: 1.5em;
}


/*****************************BOARD********************************/
.boardMember img {
	display: inline;
	float: left;
	margin: 0 20px 5px 0;
}


/***************************ADVISORY BOARD**************************/
.advisory-board p {
	margin-bottom: 2.5em;
}

/***************************LEADERSHIP******************************/
.boardMember h4, .leadership h4 {
	margin-bottom: 0;
}

/*****************************NEWS*********************************/
#news h4 {
	margin-bottom: 0;
}

.news {
	margin-bottom: 25px;
}

/******************************CAREERS****************************/
#careers #content #innerContent ul {
	margin-bottom: 2em;
}

#living_in_seattle a:link,#living_in_seattle a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: inline;
	float: right;
	width: 100px;
	font-size: 200%;
	font-style: italic;
	margin: 0 0 15px 15px;
	text-align: center;
	padding: 20px;
	background: #cc0000;
	color: #fff;
}

#living_in_seattle a:hover,#living_in_seattle a:active {
	text-decoration: none;
}

/*****************************CONTACT*********************************/
#contact address {
	margin-bottom: 2em;
}

#contact h4 {
	margin-bottom: 0;
}

.alert {
}

em {
}

img {
border: none;
}



#footer {
	clear: both;
	background: #000033;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	letter-spacing: .1em;
}

#companyName {
	background: #cc0000;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 0;
	font-size: 80%;
	margin-bottom: .5em;
}

address {
	font-style: normal;
	margin-bottom: .2em;
}

#footer br {
	margin-bottom: .2em;
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #cc0000;
}


/*********************TABLES***********************/
table {
	border-collapse: collapse;
	margin-bottom: 1.5em;
}

th,td {
	padding: 4px;
	vertical-align: top;
	border: 1px solid #ccc;
}
