html,body {
	background-color: #75879e;
	margin:0;
	padding:0;
	font-family: 'Trebuchet MS';
	font-size: 12px;
}

a,active,visited {
	text-decoration: none;
	color: #0084FF;
}

a:hover {
	color: navy;
}

h1 {
	color: #0071B1;
	border-bottom: 2px solid #B2D0FF;
	font-size: 28px;
	margin: 0;
}

#wrapper {
	width: 955px;
	margin:auto;
	background-color: #ffffff;
}

#header {
	height: 120px;
	background-image:  url(images/header.png);
}

#header .banner {
	float:right;
	display:block;
	width: 468px;
	height: 60px;
	margin-top: 35px;
	margin-right: 21px;
}

#header .logo {
	display:block;
	background-image:  url(images/header.png);
	width: 330px;
	height: 120px;
}

#menu {
	list-style: none;
	padding: 0;
	margin:0;
	background-image: url(images/menubg.png);
	height: 32px;
	border-top: 1px solid #70a6c9;
	border-bottom: 1px solid #70a6c9;
}

#menu li {
	display: inline;
	height: 32px;
	line-height: 32px;
	background-image: url(images/menudiv.png);
	background-repeat: no-repeat;
	background-position: right;
	float:left;
}

#menu li a,active,visited {
	padding-left: 20px;
	padding-right: 20px;
	float:left;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #0078ff;
}

#menu li a:hover {
	color: #000000;
	background-color: #ffffff;
}

#menu li.red a {
	color: #BC0000;
}

#menu li.green a {
	color: #0E9400;
}

#menu li.purple a {
	color: #650094;
}

#menu li.orange a {
	color: #F38400;
}

#menu li.turquoise a {
	color: #00ACCF;
}

#content {
	padding: 10px;
}

#hometable td {
	border: 1px solid #cccccc;
	vertical-align: top;
}

#hometable td h3 {
	font-size: 16px;
	text-align: center;
	margin: 0 0 5px 0;
	padding:3px;
}

#hometable td h3 a,active,visited,hover {
	color: #ffffff;
	display:block;
}

#hometable td .text {
	height: 38px;
	color: #555555;
}


#hometable td .box {
	padding: 5px;
	height: 140px;
}

#hometable td .box ul {
	padding:0;
	margin:0;
	margin-left: 20px;
}

#hometable td .box ul li {
	list-style-type: square;
	padding-top:2px;	
	padding-bottom: 2px;
}

#hometable td .box ul li a,active,visited {
	font-size: 14px;
	font-weight: bold;
}

#hometable td.blue h3 {
	background-color: #0059be;
	color: #ffffff;
}

#hometable td.blue .box {
	background-color: #d3e8ff;
	border: 1px solid #a6cffd;
}

#hometable td.blue .box ul li {
	color: #004a9e;
}

#hometable td.blue .box ul li a,active,visited {
	
}

#hometable td.blue .box ul li a:hover {
	
}

#hometable td.red h3 {
	background-color: #bc0000;
	color: #ffffff;
}

#hometable td.red .box {
	background-color: #ffd9d9;
	border: 1px solid #ffbbbb;
}

#hometable td.red .box ul li {
	color: #730000;
}

#hometable td.red .box ul li a,active,visited {
	color: #c80000;
}

#hometable td.red .box ul li a:hover {
	color: #730000;	
}

#hometable td.green h3 {
	background-color: #0e9400;
	color: #ffffff;
}

#hometable td.green .box {
	background-color: #d9ffda;
	border: 1px solid #bdffbb;
}

#hometable td.green .box ul li {
	color: #037800;
}

#hometable td.green .box ul li a,active,visited {
	color: #2da000;
}

#hometable td.green .box ul li a:hover {
	color: #124000;	
}

#hometable td.purple h3 {
	background-color: #650094;
	color: #ffffff;
}

#hometable td.purple .box {
	background-color: #f6d9ff;
	border: 1px solid #c09cdb;
}

#hometable td.purple .box ul li {
	color: #470078;
}

#hometable td.purple .box ul li a,active,visited {
	color: #9865c3;
}

#hometable td.purple .box ul li a:hover {
	color: #500194;	
}

#hometable td.orange h3 {
	background-color: #f38400;
	color: #ffffff;
}

#hometable td.orange .box {
	background-color: #ffead9;
	border: 1px solid #ffbf73;
}

#hometable td.orange .box ul li {
	color: #d57300;
}

#hometable td.orange .box ul li a,active,visited {
	color: #ff7200;
}

#hometable td.orange .box ul li a:hover {
	color: #b35800;	
}

#hometable td.turquoise h3 {
	background-color: #00d2ff;
	color: #ffffff;
}

#hometable td.turquoise .box {
	background-color: #d9f2ff;
	border: 1px solid #afe4ff;
}

#hometable td.turquoise .box ul li {
	color: #00d2ff;
}

#hometable td.turquoise .box ul li a,active,visited {
	color: #0094e1;
}

#hometable td.turquoise .box ul li a:hover {
	color: navy;	
}

.providerlist {
	margin-top: 5px;
}

.providerlist th {
	font-size: 16px;
	padding: 3px;
	color: #ffffff;
	background-color:#0066AA;
}

.providerlist th.first {
	text-align: left;	
}

.providerlist td {
	padding: 5px;
	background-color: #eeeeee;
}

.providerlist td.text {
	vertical-align: top;
	background-color: #D8E8FF;
	color: #333333;
	padding-top: 0px;
}

.providerlist td.text a,active,visited {
	display:block;
	font-size: 16px;
	font-weight: bold;
}

.providerlist td.logo {
	width: 120px;
	height: 60px;
	text-align: center;
}

.providerlist td.discount,.providerlist td.rating {
	text-align: center;
	font-weight: bold;
}

.providerlist td.rating {
	vertical-align: top;
	padding-top: 8px;
}

.providerlist td.rating a img {
	margin-top: 5px;
}


#footer {
	background-image:url(images/footer.png);
	background-position: bottom;
	background-repeat: no-repeat;
padding-bottom:  35px;
	text-align: center;
	color: #666666;
}

#footer .links {
	padding: 5px;
	margin-bottom: 10px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#footer .links a,active,visited {
	padding-left: 10px;
	padding-right:  10px;
}