@charset "UTF-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

html{
	height:100%;
}

body{
	height: 100%;
	margin: 0 auto;
	background: #E5DAAB url(../images/bg_repeat.gif) 0 0 repeat-x;	
	font: 0.625em/1 arial, sans-serif;
	color: #4E4E4F;
}

#global {
	background:url(../images/bg_global.png) center top repeat-y;
	min-height:100%;
}

#wrapper{
	width: 975px;
	margin: 0 auto;
}
#container{
	padding: 0 0 0 0;
	background: #fff;
}

#header{
	background: #E5DAAB url(../images/header.jpg) 0 0 repeat-x;	
	width: 975px;
	height: 392px;
	margin: 0 auto;
}

/* -------Top Nav------- */


#nav {
	background: url(../images/nav1.gif);
	float:right;
	position:relative;
	top: 48px;
	width: 450px;
	margin:0 auto;
	padding:0;
}

.menu1 ul {
	margin:0;
	padding:0;
}

.menu1 li { 
    padding: 0 7px 0 5px; /* -------Menu Button Width Margins------- */
	float:left;
	text-align: center;
	list-style-type:none;
}

.menu1 a { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.menu1 a:hover {
	text-decoration: underline;
	color:#000000;
}


/* -------Top Nav------- */


#title {
	float: right;
	width: 570px;
	height:auto;
	position:relative;
	display:inline;
	top: 20px;
}
	
#title h2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 20px; 
	color: #00732e;
	line-height: 30px;
}

.bodyheader {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold;
	color: #4e4e4f;
	margin-top: 30px;
}
.bodytxt {
	font: 1.2em arial, sans-serif;
	color: #4E4E4F;
	margin-top: 10px;
	width: 495px;
	line-height: 15px;
}

/* -------left Nav------- */

#leftnav {
	float: left;
	position:relative;
	display:inline;
	top: 20px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold;
	color: #003b68;
	
}

#leftnav a {
	color: #003b68;
	text-decoration: none;
}

#leftnav a:hover {
	color: #00732e;
}


.call {
	width:382px;
	height:70px;
	background:url(../images/lefttnav_01.gif);
}

.call2 {
	position: relative;
	top: 15px;
	left: 70px;
}

.register {
	width:382px;
	height:47px;
	background:url(../images/lefttnav_02.gif);
}

.register a {
	position: relative;
	top: 5x;
	left: 71px;
}

.home {
	width:382px;
	height:54px;
	background:url(../images/lefttnav_03.gif);
}

.home a {
	position: relative;
	top: 8px;
	left: 71px;
}

.team {
	width:382px;
	height:41px;
	background:url(../images/lefttnav_04.gif);
}

.team a {
	position: relative;
	top: 0px;
	left: 71px;
}

.ls {
	width:382px;
	height:39px;
	background:url(../images/lefttnav_05.gif);
}

.ls a {
	position: relative;
	top: 0px;
	left: 71px;
}

.contact {
	width:382px;
	height:41px;
	background:url(../images/lefttnav_06.gif);
}

.contact a {
	position: relative;
	top: 0px;
	left: 71px;
}

/*----- Footer -----*/
#global{
	margin-bottom: -125px;
}

#push{
	height: 550px;
	*height: 200px;
}

#push_ls{
	height: 1750px;
	*height: 200px; /* IE6 */
}

#push_team{
	height: 820px;
	*height: 200px; /* IE6 */
}

#push_reg{
	height: 650px;
	*height: 175px; /* IE6 */
}

#footer{
	overflow: hidden;
	position: relative;
	width: 929px;
	height: 100px;
	margin: 0 auto;
	padding: 23px 12px 0 34px;
	background: #004367 url(../images/bg_footer.png) 0 0 repeat-x;
}

#footer ul{
	float: left;
	font-size: 1.2em;
	color: #fff;
}

#footer ul li{
	display: inline;
	margin: 0 10px 0 0;
}

#footer ul li a{
	font-weight: bold;
	color: #fff;
}