/* First Acuity Management Enterprises CSS Stylesheet
   Author: Ben Thomson
   Date Started: March 6th 2007 */
   
body {
	padding: 0;
	margin: 0;
	border: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background: #363a7e;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

li {
	list-style-image: url(../site_images/list_item.gif);
}

a {
	color: #363a7e;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

.white, a.white, .white a { color: #fff; text-decoration: none; }
a.white:hover, .white a:hover { text-decoration: underline; }

div.clear {
	padding: 0;
	margin: 0;
	height: 0;
	clear: both;
	width: 100%;
}

/* Containers */
div#content {
	width: 760px;
	background: #fff;
	text-align: left;
	padding: 0 5px 0 5px;
	margin: 0 auto;
}

div#footer_left {
	background: #12125a;
	margin: 10px 0 5px 0;
	width: 370px;
	float: left;
	text-align: left;
	padding: 5px;
	color: #fff;
	font-size: 11px;
}

div#footer_right {
	background: #12125a;
	margin: 10px 0 5px 0;
	width: 370px;
	float: left;
	text-align: right;
	padding: 5px;
	color: #fff;
	font-size: 11px;
}

/* Menu */
ul.menu {
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
	width: 375px;
}

ul.menu li {
	float: left;
	list-style-type: none;
	list-style-image: none;
	border: 0;
	padding: 0;
	margin: 0;
}

ul.menu li a {
	border-left: 1px solid #ccc;
	border-bottom: 5px solid #12125a;
	display: block;
	height: 24px;
	width: 66px;
	padding-top: 8px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #12125a;
	background: #fff;
}

ul.menu li a:hover,
ul.menu li a.selected {
	background: #fff url(../site_images/menu_hover_back.gif) repeat-x top left;
	border-bottom: 5px solid #db8c25;
}

/* Image Styles */
img.float_left {
	float: left;
	margin: 5px 5px 5px 0;
	border: 1px solid #12125a;
	padding: 1px;
}

img.float_right {
	float: right;
	margin: 5px 0 5px 5px;
	border: 1px solid #12125a;
	padding: 1px;
}

img.header{
	float: right;
	margin: 0 0 5px 5px;
}