/* sidenav */

ul.sidenav {
	list-style: none;
	text-decoration: none;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 11px;
	list-style-position: outside;
	width: 156px;
	font-size: 15px;
	line-height: 16px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	overflow: hidden;
}
ul.sidenav ul {list-style: none; list-style-type: none;}

/* sidenav normal */
ul.sidenav li a.sidenav {
	text-decoration: none;
	color: #ffffe0;
	display: block;
	width: 156px;
	padding: 6px 8px 13px 11px;
	margin: 0;
	background: url(/images/button_bg.gif) top left no-repeat;
	overflow: hidden;
	height: 16px;
}
ul.sidenav li:hover a.sidenav {color: #ffffe0; text-decoration: none; background: url(/images/button_bg_over.gif) top left no-repeat;}

/* sidenav on */
ul.sidenav li a.sidenavon {
	text-decoration: none;
	color: #ffffe0;
	display: block;
	width: 156px;
	padding: 6px 8px 8px 11px;
	margin: 0 0 5px 0;
	background: url(/images/button_bg_over.gif) top left no-repeat;
	overflow: hidden;
}
ul.sidenav li:hover a.sidenavon {color: #ffffe0; text-decoration: none; background: url(/images/button_bg_over.gif) top left no-repeat;}

/* sidenav sub */
ul.sidesubnav {
	list-style: none;
	text-decoration: none;
	list-style-type: none;
	margin: 0;
	padding: 0 0 8px 14px;
	list-style-position: outside;
	width: 156px;
	font-size: 13px;
	line-height: 15px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	overflow: hidden;
	background: url(/images/subnav_bg.gif) bottom left no-repeat;
}
ul.sidesubnav ul {list-style: none; list-style-type: none;}
ul.sidesubnav li a.sidesubnav {
	text-decoration: none;
	color: #ffffe0;
	display: block;
	width: 156px;
	padding: 5px 8px 3px 11px;
	margin: 0;
	overflow: hidden;
	background: url(/images/subbutton_bg.gif) top left no-repeat;
	height: 15px;
}
html>/**/body ul.sidesubnav li a.sidesubnav {
	padding: 4px 8px 4px 11px;
}
ul.sidesubnav li:hover a {color: #ffffe0; text-decoration: none; background: url(/images/subbutton_bg_over.gif) top left no-repeat;}

#units-promo {
	width: 167px;
	height: 115px;
	cursor: pointer;
	background: url(/images/button_avunits.gif) top left no-repeat;
	margin: 10px 0;
}
#units-promo h2 {
	display: none;
}

.form-field {
	border: 0;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px 5px;
	margin: 0 0 2px;
	background: #a7c1dd;
	color: #10222b;
	width: 145px;
	height: 14px;
}

a.form-link:link, a.form-link:visited, a.form-link:active, .form-link {color: #fff; text-decoration: none; font-size: 11px; float: right; padding-top: 2px;}
a.form-link:hover {color: #10222b; text-decoration: none;}