/* ------ Basics ----------------------------------------------------------- */







 * { margin: 0; padding: 0; }
 

body {
	background-color:#fff;
	margin:0;
	padding:0;
	text-align:center;
	font: 0.9em/1.5em Lucida Grande, Calibri, Arial, sans-serif;
	color:#333;
	}


	
h1 {
	font: 1.5em/1em Friz Quadrata, Frutiger, Helvetica, Arial, sans-serif;
	padding:0;
	font-weight:normal;
	margin:0;
	}

h2 {
	font: 1.2em/1em Friz Quadrata, Frutiger, Helvetica, Arial, sans-serif;
	font-weight:normal;
	padding:0;
	margin:0;
	}


ul, ol {
	list-style-position:inside;
	}
	


	
/* ------ Layout ----------------------------------------------------------- */

#wrap {
	width:925px;
	margin:0px auto;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	}

#wrapper {
	width:851px;
	margin:0px auto;}

#content {	
	width:850px;
	margin:0px auto;
	text-align:left;
	}  

p {
	margin-bottom:10px;
	}

#headerwrapper {
	width:887px;
	height:147px;
	margin:0px auto;
	}

	
#headerimg {
	float:left;
	height:133px;
	width:216px;
	margin-top:20px;
	}

#quote {
	float:right;
	width:658px;
	height:61px;
	margin-top:47px;
	}


#navcontainer {
	float:right;
	width:100%;
	height:31px;
	padding-top:20px;
	margin-bottom:30px;
	}
	
#desc {
	width:345px;
	}

#footer {
	float:right;
	background:url('images/footer.gif') no-repeat bottom right;
	width:915px;
	height: 135px;
	} 
	
#footer a:link {
	color:#fff;
	text-decoration:none;
	}

#footer a:hover {
	text-decoration:underline;
	color:#fff;
	}
	
#footer a:visited {
	text-decoration:none;
	color:#fff;
	}
	
#footertext {
	color:#fff;
	height:95px;
	text-align:right;
	margin:30px 40px 0 0;
	font-size:1.2em;
	line-height:1.8em;
	float:right;
	}
	
	
/* ------ Navigation ----------------------------------------------------------- */

a img {
	border:none;
	}

#content a:link, a:visited {
	text-decoration:none;
	color:#666;
	}
	
#content a:hover, a:active {
	background-color:#be1e2d;
	text-decoration:none;
	color:#fff;
	}
	
ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist li#active a {
	background-color: #ccc;
	}

#navlist a { padding: 10px 7px 5px 7px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #000;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #be1e2d;
text-decoration: none;
}

	
/* ------ Classes ----------------------------------------------------------- */



.clear { 
	clear:both;
    height:0;
    visibility: hidden;}


.dkblue {
	color:#007686;}
	
.gold {
	color:#EFCB7D;}

.green {
	color: #B5C9A9;}

.lefthomemenu {
padding-bottom:7px;}

.fltLeft{
	float:left;
	margin:5px 5px 20px 25px;
}
.fltRight{
	float:right;
	margin:5px 20px 20px 35px;
}
table
{ 
margin-left: auto;
margin-right: auto;
text-align: left;
}

