@charset "utf-8";
/*
Filename: aapcf.css
Created by: Kris Korsmo
Organization: Leading Edge Digital Media - www.ldedge.com
Purpose: css for Alaska Airlines Pilots' Charitable Fund website
*/

/*	Colors
	Blue	#33354c
*/

html {
	background-color: #fff;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-transform: none;
	text-decoration: none;
	}

body {
	margin: 0px;
	padding: 0px;
	}

	
#bg {
	background-image: url(images/bg_blue.png);
	background-repeat: no-repeat;
	position: fixed;
	width: 100%;
	height: 300px;
	bottom: 0;
	}

#container {
	left: 50%;
	margin: 0 0 0 -500px;
	padding: 0 15px;
	position: absolute;
	top: 0;
	width: 960px;
	background-image: url(images/bg_content.png);
	background-repeat: repeat-y;
	}

#logo {
	float: left;
	width: 576px;
	height: 90px;
	margin: 0;
	padding: 0;
	}
	
#logo a img {
	border: none;
	}
	
#friends {
	float: right;
	width: 304px;
	margin: 0;
	padding: 0 20px 0 60px;
	}
	
#friends a img {
	border: none;
	text-align: right;
	background-color: #ccc;
	}
	
#navigation {
	clear: both;
	float: left;
	text-align: left;
	width: 960px;
	line-height: 20px;
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	}
	
#navigation ul {
	list-style: none;
	}
	
#navigation li {
	float: left;
	padding: 0 10px;
	line-height: 20px;
	color: #999;
	}
	
#navigation li a {
	color: #33354c;
	text-decoration: none;
	font-weight: bold;
	}
	
#image {
	clear: both;
	width: 960px;
	height: 221px;
	margin: 10px 0 0 0;
	padding: 0;
	border-top: 3px solid #33354c;
	border-bottom: 3px solid #33354c;
	border-left: none;
	border-right: none;
	}
	
#left {
	clear: both;
	float: left;
	width: 580px;
	margin: 10px 0;
	padding: 0 20px 0 10px;
	}
	
#left p {
	line-height: 1.5em;
	font-size: 12px;
	}
	
#left table {
	width: 100%
	}
	
#left li {
	line-height: 2em;
	}
	
#right {
	float: right;
	width: 330px;
	margin: 0;
	padding: 0 10px 0 10px;
	}
	
#footer {
	text-align: right;
	font-size: 9px;
	clear: both;
	border-top: 3px solid #33354c;
	margin: 0;
	padding: 5px 0 40px 0;
	background-image: url(images/bg_footer.png);
	background-repeat: no-repeat; 
	}
	
#contactForm {
	width: 300px;
	}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
	}	

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
	}
	
.valid {
	float: left;
	}
	
.valid a img {
	border: none;
	margin: 0 5px 0 5px;
	}