@charset "iso-8859-1";
/* CSS layout */
* {
	padding: 0;
	margin: 0;}

#masthead {
	margin: auto;
	height:  120px;
	width: 737px;
	text-align: right;
	color: #0088AF;
	background: white url('images/logo.png') no-repeat scroll left top;}
	
#masthead li {
	padding-top: 40px;
	display: inline-block;
	padding-left: 30px;}

#topbar {
	margin: auto;
	height: 300px;
	background-color: #8F8784;}
	
#banner {
	margin: auto;}
	
#badge {
	position: relative; 
	top: 10px;
	width: 736px;
	height: 100px;
	color: #FFA040;
	font-size: large;
	font-align: left;
	font-style: italic;
	letter-spacing: 2px;
	text-shadow:1px 1px 2px #000;}
	
#general_content {
	margin: auto;
	width: 737px;}

#general_content p {
	margin-bottom: 20px;}
	
.clearfix {display: block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#text_boxes { 
	margin: auto;
	width: 737px;
	line-height: 140%;
	padding-top: 10px; 
	padding-bottom: 10px; }
#text_boxes #text-one    { width: 227px; float: left; }
#text_boxes #text-two,
#text_boxes #text-three  { width: 228px; float: left; margin-left: 10px; padding-left: 10px;}

#text-boxes img {
	text-align: center;}
	
#footer {
	margin: auto;
    text-align: center;
	color: #FFBA73;}
		
#tagline {
	font-size: small;
	line-height: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #c1c1c1;}
	
#tagline a {  
	color: #c1c1c1;
	text-decoration: underline; }
	
#tagline a:hover { 
	/*color: #808080;*/
	text-decoration: underline; }
	
a:link {
	text-decoration: underline; 	color: #FFF;
	/*color: #6439D1;*/}
	
a:visited {
	text-decoration: underline; 	color: #FFF;	/*color: #6439D1;*/}
	
a:hover {	color: #FFBA73;
	/*color: #457801;*/
	text-decoration: underline;}
	
a:active {	color: #FFBA73;	/*color: #457801;*/
	text-decoration: underline;}.call a {	font-size: medium;	color: #005972;	text-decoration:none;	}

h1 {
	color: #005972; 
	text-align: center;
	font-size: x-large; 
	font-weight: bold;
	letter-spacing: 2px;
	text-shadow:1px 1px 2px #FFF;
	word-spacing: 5px;
	padding-bottom: 10px;
	padding-top: 10px;}

h2 { 
	color: #005972; 
	padding-bottom: 10px;
	font-size: small;
	text-transform: uppercase;
	text-align: center;}
	
	
ul { 
	list-style-position: inside; 
	list-style-type:none;
	padding: 0px; 
	margin: 0px;}
				
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 86%;
	background: #0087af url(images/background.jpg) repeat-x top center;
	color: #FFFFFF; }