/* BLUE -----------------*/

ul.mainblue {
	list-style: none;
	padding:0;
	width: 410px;
	margin: 5px 0 0 0 ;
	background: #ccdce5;
	border-bottom: 2px solid #adc7d5;
}

ul.mainblue li {
	padding: 3px;
}

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


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

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

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

/* GOLD ---------------------*/

ul.biggold li img.img:hover {
	border: 1px solid #CF7000;
}




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

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

ul.regular_goldbox {
	margin: 0;
	padding: 0;
	background: #FBF1CA;
	border-bottom: 2px solid #F6E194;
}

ul.regular_goldbox li {
	list-style-image: url(../img/gold_list.gif);
	margin: 5px 0 5px 25px;
	padding: 3px;

}


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

ul.regular_goldbox li a:hover {
	text-decoration: underline;
}


ul.biggold {
	width: 652px;
	margin: 5px 0 0 0 ;
	padding: 0;
	list-style: none;
	background: #FBF1CA;
	border-bottom: 2px solid #F6E194;
}


ul.biggold li {
padding: 3px;
}

ul.biggold li.title {
	background: #F6E194;
	color: #CF7000;
font-size: 14px;
}


/* GREEN ------------------*/

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


ul.regular_greenbox {
	margin: 0;
	padding: 0;
	background: #E8FFCC;
border-bottom: 2px solid #B6DF85;
}

ul.regular_greenbox li {
	list-style-image: url(../img/green_list.gif);
	margin: 5px 0 5px 25px;
	padding: 3px;
}


ul.regular_greenbox li a:link,
ul.regular_greenbox li a:visited {
	color: #009F28;
	text-decoration: none;
}

ul.regular_greenbox li a:hover {
	text-decoration: underline;
}


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


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


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


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

div.footer_blue a:hover,
div.footer_gold_sm a:hover,
div.footer_green_sm a:hover,
div.footer_gold_lrg a:hover{
	text-decoration: underline;
}


/* MISC ---------------------------*/



li.label {
width: 500px;
clear: both;
}

label {
float: left;
}

li.label span {
float: right;
width: 300px;
}
