@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Trebuchet, Arial, Helvetica, sans-serif;
	font-weight: 200;
	color: #4d4a4a;
	font-size:.8em;
	line-height:1em;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background: url(../images/home_bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/*  LINK STYLING  */


a
{
	text-decoration:none;
	color: #FFF;
	font-family:Trebuchet, Helvetica, sans-serif;
	font-weight: normal;
	line-height:14px;
}

a:link
{
	text-decoration:none;
	font-family:Trebuchet, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight: normal;
}

a:hover
{
	text-decoration:none;
	color:#80d9d4;
	font-family:Trebuchet, Helvetica, sans-serif;
}



/*  CONTAINERS  */

#wrapper
{
	margin: 0 auto;
	width: 1020px;
	height: 100%;
}

#header
{
	background-image: url(../images/home_header.jpg);
	background-repeat:no-repeat;
	width: 1020px;
	height: 360px;
	position:relative;
}


#contentWrapper
{
	width:1020px;
	min-height:400px;
	position: relative;
	display:block;
	background-color:#FFF;
}

#footer
{
	background-color:#FFF;
	width:1020px;
	height: 100px;
	position:relative;
	text-align:left;
	color: #626567;
	padding: 10px 0px 0px 0px;
	font-size: .8em;
	line-height: 1.5em;
	margin-left: 190px;
}

/*  HEADER ELEMENTS  */


#header a #logo{
	border:0 none;
	height:51px;
	left:185px;
	top:20px;
	position:absolute;
	text-decoration:none;
	width:148px;
	text-align: left;
}

#intro
{
	width: 423px;
	height: 100px;
	height:100px;
	border: none;
	color:#FFF;
	text-align:left;
	font-family: Trebuchet, Helvetica, sans-serif;
	font-size: 1em;
	line-height:1.25em;
	padding: 0px;
	margin: 0px;
	position: absolute;
	white-space: nowrap;
	left: 255px;
	top: 120px;
}


#navbar
{
	top: 258px;
	left: 150px;
	position: absolute;

}



#nav
{
	height: 30px;
	width: 100%;
	border: none;
	color:#FFF;
	text-align:left;
	font-family: Trebuchet, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	float: left;
	padding: 0;
	list-style: none; 
	text-decoration: none;
	}

#nav li {
	float: left;
	list-style: none; 
}


#nav li a {
		display: block;
		padding: 0px 45px 0 0;
		text-decoration: none;
}


/*  CONTENT WRAPPER ELEMENTS  */

#table
{
	font: 100% Trebuchet, Arial, Helvetica, sans-serif;
	font-weight: 200;
	color: #4d4a4a;
	font-size:.9em;
	line-height:1.25em;
	text-align:left;
	position: absolute;
	left: 162px;
	height: 194px;
	top: 6px;
	background-image:url(../Images/table_bg.jpg);
}

#table ul li
{
	text-decoration: none;
	margin: 0 0 0 -25px;
	padding: 0px;
}

#table th
{
	border-bottom-color:#009590;
	border-bottom-style:solid;
	border-bottom-width:thin;
}

#table th a
{
	text-decoration:none;
	color: #4d4a4a;
	font-family:Trebuchet, Helvetica, sans-serif;
	font-weight: normal;
	line-height:14px;
}

/*  FOOTER ELEMENTS  */

#tagline
{
	text-align:left;
	color: #009590;
	font-size: 1.5em;
	font-style:italic;
	margin-top: 10px;
}
