@charset "utf-8";
/* CSS Document */

html {
	height:101%;
	}

body {
	background:#fff url(images/bg-body.jpg) 50% 0 no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	margin:0;
	}

#secondary {
	background:#fff url(images/bg-body-secondary.jpg) 50% 0 no-repeat;
	overflow:hidden;
	}

#container {
	font-size:0.8em;
	height:637px; /* review this */
	margin:0 auto 0;
	
	padding-top:47px;
	position:relative;
	width:954px;
	}
	
#secondary #container {
	padding-top:67px;	
	}
	
.col-left {
	float:left;
	margin:8px 0 0 -21px;
	position:relative;
	width:277px;
	z-index:200;
	}
	
.col-center {
	float:left;
	padding:36px 0 0 0;
	position:relative;
	width:333px;
	}	
	
.col-right {
	float:left;
	padding:35px 0 0 23px;
	position:relative;
	width:341px; /* 360 minus padding */
	z-index:1;
	}		
	
#home h1 {
	background:url(images/h1.gif) 0 0 no-repeat;
	height:75px;
	margin:0 0 0 0;
	text-indent:-5000px;
	width:340px;
	}
	
#secondary .content {
	height:510px;
	margin:0 auto 0;
	padding:0 20px 10px 0;
	overflow:auto;
	width:865px; /* 855 minus padding */
	}
	
#secondary h1 {
	color:#379c33;
	font-size:1.3em;
	}
	
#secondary h2 {
	color:#379c33;
	font-size:1em;
	margin-bottom:0;
	}
	
#secondary h3 {
	color:#379c33;
	font-size:0.9em;
	margin-bottom:0;
	}	
	
#secondary p {
	margin-top:6px;
	}

#secondary a:link,
#secondary a:visited,
#secondary a:hover,
#secondary a:active {
	color:#000;
	}	

p {
	line-height:20px;
	}
	
#swoosh {
	background:url(images/swoosh.png) 0 0 no-repeat;
	height:338px;
	position:absolute;
	bottom:-264px;
	left:-291px;
	width:1024px;
	z-index:2;
	}
	
.first {	
	float:left;
	width:420px;
	}
	
.second {	
	float:left;
	width:560px;
	}	
	
#footer {
	clear:both;
	color:#5a5a5a;
	font-size:0.7em;
	margin:0 auto 0;
	padding-top:10px;
	position:relative;
	width:954px;
	z-index:50000;
	}
	
#footer ul {
	list-style:none;
	margin:0 auto 0;
	padding:0;
	width:250px;
	}
	
#footer ul li {
	display:inline;
	margin:0 0 0 0;
	padding:0;
	width:250px;
	}	
	
#footer ul li a:link,
#footer ul li a:visited,
#footer ul li a:hover,
#footer ul li a:active {
	color:#5a5a5a;
	}
	
#footer p {
	font-style:normal;	
	margin:15px auto 0;
	text-align:center;
	width:670px;
	}
	
.right {
	padding-top:10px;
	position:relative;
	text-align:right;
	z-index:500;
	}
	
.clearer {
	clear:both;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:0;
	overflow:hidden;
	padding:0;
	}	
	
img {
	border:none;
	}
