/* CSS Document */

@import url(reset.css);
@import url(fonts.css);


body {
	background-color: #0088c6;
	background-image: url(../images/grad.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;	
}

.copy h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:normal;
	color: #fff;
	line-height: 22px;
	margin-bottom:22px;
}
.copy p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #fff;
	line-height: 22px;
	margin: 0 auto 22px;
	width:780px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	line-height: 22px;
}

a {
	color: #fff;
}

img {
	border: none;
}

.choseBox,
{
	width: 260px;
	margin-bottom: 10px;
	/*background: #1B93CD;
	border: solid 1px #007AB3;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}


.choseBox ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.choseBox {
	margin-right: 10px;
}



.choseBox li {
	display: block;
	margin: 8px 0;
	min-height: 25px !important;
}


.choseBox li a {
	display: block;
	padding-left: 15px;
	text-decoration: none;
	line-height: 30px;
	background-image: url(../images/arrowOff.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

.choseBox li a:hover,
#activeLink a:link {
	background: #48A9D6 url(../images/arrowOn.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}



.resultsBox li {
	display: block;
	margin: 0;
}

.resultsBox li a {
	display: block;
	padding: 3px 0 3px 6px;
	line-height: 15px;
	font-size: 11px;
}
.resultsBox li a:hover {
	background: #48A9D6;
}
