/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-color: #09588C;
}

#container {
	width:750px;
	position:relative;
	margin:0 auto;
	padding: 0 0 25px 0;
	
}
	
#banner {
	height:200px;
	width:550px;
}

#menu {
	height:40px;
	text-align:center;
}

#menu ul {
	 list-style: none;
	 padding: 0;
	 margin: 0;
	
}

#menu li {
	float:left;
	font-weight:bold;
	font-size: 10px;
}

#menu a {
	width:100px;
	text-decoration:none;
	font-size:10px;
	height: 40px;
	display: block;
	line-height: 35px;
	background: url(images/tabblue.png) no-repeat bottom;
	margin-right: 5px;
	
}

#menu li.selected a {
	color:#0080D5;
	background: #FFFFFF url(images/tab.png) no-repeat top;
	line-height:30px;
	border: none;
	}

#menu a:link {
	color:#FFFFFF;
	font-weight:bold;
	font-size: 10px;
	height: 40px;
	background-color:#3987BB;
				
}
#menu li a:hover {
	color:#0080D5;
	background: #FFFFFF url(images/tab.png) no-repeat top;
	}

#menu a:visited {
	color: #F3F3F3;
	font-weight:bold;
	font-size: 10px;
		
}

#menu a:active {
	color: #0080D5;
	
	
}

/*#menu li.selected a {
	color:#FFFFFF;
}*/
#content {
	background-color:#FFFFFF;
	padding-bottom:130px;
	}

#text{
	padding-top:40px;
	color: #00548C;
	margin:0 auto;
	width:740px;
	}

#text img {

	
}

#text p {
	font-size:1.2em;
	width:450px;
	
}

#text ul {

}

.calbox	{
	height:175px;
	padding-bottom:4em;
}

#features {
	float:right;
	width:200px;
}

#features h2 {
	border-bottom:solid 1px #00548C;
	font-size:16px;	
}

#features h3 {
	font-size:12px;
}

#features p {
	width:200px;
}

#features ul {
	padding:0;
}

#features li {
}

#features p.smallprint {
	font-size:1em;
}

#images {

	
}

#images img {
	padding:0;
	margin: 0;
	float: left;
}

#footer {
	height:30px;
	background-color: #2E7CB0;
}
