
ul.maingold li img.img,
ul.maingreen li img.img,
ul.mainblue li img.img {
	float: left;
	margin: 0 5px 0px 0;
	border: 1px solid #fff;
}

/* BLUE---------------------------*/
ul.mainblue,
ul.regular_bluebox {
	list-style: none;
	padding:0;
	width: 322px;
	margin: 5px 0 0 0 ;
	background: #ccdce5;
	border-bottom: 2px solid #adc7d5;
}

ul.mainblue li.title,
ul.regular_bluebox li.title {
	background: #adc7d5;
	color: #005D9B;
}

ul.mainblue li img.img:hover {
	border: 1px solid #0249a9;
}

ul.mainbluefeatured,
ul.regular_bluebox {
	list-style: none;
	padding:0;
	width: 322px;
	margin: 5px 0 0 0 ;
	background: #fff;
	border-bottom: 2px dashed #035d8d;
}

ul.mainbluefeatured li.title,
ul.regular_bluebox li.title {
	background: #c7e4f3;
	color: #005D9B;
}

ul.mainbluefeatured li img.img:hover {
	border: 1px dashed #0249a9;
}

div.footer_blue{
	margin-top: 5px;
	text-align: right;
	background: url("../img/footer_blue.jpg") no-repeat;
	width: 322px;
	height: 22px;
	color: #fff;
	padding-top: 3px;
}

ul.regular_bluebox li.bullet {
	list-style-image: url(../img/blue_list.gif);
	margin: 3px 0 3px 25px;
}

div.sublinks_blue {
background: #1C80C3;
margin-top: 1px;
padding: 3px;
color: #fff;
text-align: center;
}

div.sublinks_blue a:link,
div.sublinks_blue a:visited {
font-weight: bold;
color: #fff;
text-decoration: none;
}

div.sublinks_blue a:hover {
text-decoration: underline;
}

/* LIGHT BLUE---------------------------*/
ul.mainlightblue,
ul.regular_lightbluebox {
	list-style: none;
	padding:0;
	width: 322px;
	margin: 5px 0 0 0 ;
	background: #eaf1f5;
	border-bottom: 2px solid #adc7d5;
}

ul.mainlightblue li.title,
ul.regular_lightbluebox li.title {
	background: #c0d5e0;
	color: #3887bb;
}

ul.mainlightblue li img.img:hover {
	border: 1px solid #0249a9;
}

ul.regular_lightbluebox li.bullet {
	list-style-image: url(../img/blue_list.gif);
	margin: 3px 0 3px 25px;
}

div.sublinks_lightblue {
background: #1C80C3;
margin-top: 1px;
padding: 3px;
color: #fff;
text-align: center;
}

div.sublinks_lightblue a:link,
div.sublinks_lightblue a:visited {
font-weight: bold;
color: #fff;
text-decoration: none;
}

div.sublinks_lightblue a:hover {
text-decoration: underline;
}

/* GOLD     ---------------------------*/
ul.maingold {
	list-style: none;
	padding:0;
	width: 322px;
	margin: 5px 0 0 0 ;
	background: #fbf1ca;
	border-bottom: 2px solid #f6e194;
}


ul.maingold li.title {
	background: #f6e194;
	color: #CF7000;
}


ul.maingold li img.img:hover {
	border: 1px solid #eea423;
}



ul.regular_goldbox {
	margin: 0;
	padding: 0;
	background: #FBF1CA;
}

ul.regular_goldbox li {
	margin: 5px 0 5px 25px;
	color: #CF7000;
	padding: 3px 0;
}

ul.regular_goldbox li.bullet {
	list-style-image: url(../img/gold_list.gif);
}


ul.regular_goldbox li.footer {
	background-color: #F6E194;
	font-weight: bold;
	height: 18px;
	list-style: none;
	text-align: right;
	margin: 0;
	padding-right: 10px;
	
	
}

ul.regular_goldbox li.title {
	list-style: none;
	text-align: center;
	background: #F6E194;
	padding: 3px;
	margin: 0;
}

div.footer_gold{
	margin-top: 5px;
	text-align: right;
	background: url(../img/footer_gold.jpg) no-repeat;
	width: 322px;
	height: 22px;
	color: #fff;
	padding-top: 3px;
}

/* COMMON TEXT and LINK STYLES ------------------*/


ul.mainblue li a:link,
ul.mainblue  li a:visited,
ul.regular_bluebox li a:link,
ul.regular_bluebox li a:visited {
color: #005D9B;
text-decoration: none;
}


ul.maingold li a:link,
ul.maingold li a:visited,
ul.regular_goldbox li a:link,
ul.regular_goldbox li a:visited  {
color: #CF7000;
text-decoration: none;
}


ul.mainblue li a:hover,
ul.maingold li a:hover,
ul.regular_goldbox li a:hover,
ul.regular_bluebox li a:hover {
text-decoration: underline;
}


div.footer_blue a:link,
div.footer_blue a:visited,
div.footer_gold a:link,
div.footer_gold a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
}

div.footer_blue a:hover,
div.footer_gold a:hover{
	text-decoration: underline;
}

ul.maingold li,
ul.mainblue li,
ul.regular_bluebox li {
	padding: 3px;
}





