* {
	margin: 0;
	padding: 0;
}

/*<group=hacks>*/

.clearfix { display: inline-table;}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */

.spacer {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
	border: none;
}
/*</group>*/

body {
	color: #666;
	background: #fff url(../images/bg.gif);
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

a {
	color: #000;
	text-decoration: none;
}

ul {
	position: relative;
	list-style: none;
}

#container {
	width: 950px;
	margin: 0 auto 10px;
	background: #fff;
	border: 1px solid #666;
	text-align: left;
}

#header {
	height: 160px;
	background: url(../images/aexis_header_contentGroup.jpg);
}

#content {
	background: url(../images/bigX.jpg) no-repeat;
}

#menu {
	float: left;
	width: 180px;
	margin-left: 15px;
}

#maincol {
	float: right;
	width: 730px;
}

#maincol h1 {
	clear: both;
	margin: 2em 0 0;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #b7093c
}

#maincol h2 {
	margin: 1.5em 1em;
	padding-left: 20px;
	background: url(../images/listBullet.gif) no-repeat 0 2px;
}

#maincol h2, #maincol h2 a {
	color: #27206f;
	font-size: 12px;
}

#maincol p {
	margin: 1.3em 1em;
	line-height: 1.3em;
}

#maincol p.more, #maincol p.more a {
	color: #9c9c9e;
}

#menu a {
	display: block;
	height: 20px;
	line-height: 20px;
	color: #333;
}

#menu a:hover {
	color: #af245b;
}

#menu li a {
	font-weight: bold;
}

#menu li li a {
	margin-left: 15px;
	font-weight: normal;
	border: none;
}

#menu li a, #menu li ul {
	border-bottom: 1px #efd3de solid;
}

#menu, #menu form {
	margin-top: 25px;
}

#quicknav {
	height: 25px;
	line-height: 25px;
	border-bottom: 1px #b30838 solid;
}

#quicknav ul {
	float: right;
	width: 400px;
}

#quicknav ul, #quicknav li {
	margin-right: 20px;
}

#quicknav li {
	float: left;
	padding-left: 1.7em;
	background: url(../images/X.gif) no-repeat 0 .5em;
}

#quicknav .breadcrumbs {
	float: left;
	width: 200px;
}

#quicknav .breadcrumbs, #quicknav .breadcrumbs a {
	font-size: 10px;
	color: #af245b;
}

#quicknav a:hover {
	text-decoration: underline;
}

#quicknav li a:hover {
	color: #666;
}

#footer {
	clear: both;
	position: relative;
	text-align: center;
	border-top: 4px solid #f4f5f4;
	padding: 1em 0;
}

#footer a {
	font-weight: bold;
	color: #666;
}

#footer .right {
	position: absolute;
	right: 0;
	top: 1em;
	width: 100px;
}
