@import url(menu.css);

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	background-color: #474745;
	margin: 18px 0px 18px 0px;
}
#container {
	background-color: #FFFFFF;
	width: 741px;
	margin: 0px auto 0px auto;
}
#header {
	width: 693px;
	margin: 0px auto 0px auto;
}
#nav {
	position: relative;
	height:26px;
    left:23px;
    margin:0px;
}
#flash {
	width: 693px;
	margin: 0px auto 0px auto;
}

/*--------------------- Body ---------------------*/

#body {
	width: 693px;
	margin: 0px auto 0px auto;
	background-image: url(../images/side-bar-bg.gif);
	background-repeat: repeat-y;
}

#logo {
	width: 693px;
	height:72px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/aucom-header.gif);
	background-repeat: no-repeat;
}

#body-inner {
	width: 486px;
	float: left;
}
p {
	margin-top: 6px;
	margin-bottom: 12px;
}
h1 {
	font-size: 22px;
	color: #000000;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 26px 0px;
	background-image: url(../images/h1-bg.gif);
	background-repeat: repeat-x;
}

h2 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
}
h3 {
	font-size: 14px;
	color: #617A89;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
}
a {
	color: #617A89;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#body-inner ul, #home-body-inner ul {
	margin: 15px 0px 15px 0px;
	padding-left: 24px;
}

#body-inner li, #home-body-inner li {
	margin: 0px 0px 4px;
	padding: 0px 16px;
	background: url(../images/bullet.gif) no-repeat 2px 5px;
	list-style-type: none;
}
fieldset {
	background-color: #F7F8F9;
	border: 1px solid #D7D9DB;
	position: relative;
	margin: 2em 0 0 0;
	padding: .75em 0 0 0;
}
legend {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	position:absolute;
	top: -.5em;
	margin-left: 5px;
	padding-left: 2px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-right: 2px;
}
fieldset p {
	padding: 0px 8px 8px 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.clear-floats {
	clear: both;
}
table.contentpaneopen {
	border-collapse: collapse;
	border-width: 0;
	padding: 0;
	margin: 0;
}

/*--------------------- Side Bar ---------------------*/

#side-bar {
	width: 205px;
	float: left;
	display: inline;
	background-image: url(../images/side-bar-top.gif);
	background-repeat: no-repeat;
}
#search-box {
	width: 167px;
	height: 44px;
	padding: 0px 0px 10px 7px;
	margin: 0px;
}

.search {
	padding-top:16px;
}

#mod_search_searchword {
	border: 1px solid #617A89;
	background-color: #FFFFFF;
	width: 136px;
}
#side-bar-inner {
	width: 167px;
	padding-left: 10px;
}
#side-bar blockquote {
	background: url(../images/quote.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	display: block;
}
#side-bar blockquote p {
	margin-bottom: 0ex;
	padding: 6px 15px 0px 0px;
	color: #617A89;
	font-size: 12px;
	font-weight: bold;
}
#side-bar blockquote cite {
	display: block;
	background: url(../images/quote-close.gif) no-repeat right 0px;
	margin: 0px;
	padding: 0px 20px 0px 22px;
	height: 18px;
	font-size: 10px;
	text-align: right;
	font-style: normal;
}

/*#cta-consultants {
	margin-top: 5px;
}*/
#cta-consultants-nav , #cta-consultants-nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	margin: 5px 0 0 0;
}

#cta-consultants-nav a {
	display: block;
/*	background-image: url(../images/cta-additional-resources.gif);
	background-repeat: no-repeat;
	height: 34px;
	width: 167px;*/
}

#cta-consultants-nav li {
	float: left;
	padding: 0;
	cursor: default;
}

#cta-consultants-nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 167px;
	font-weight: bold;
	margin: 0;
}

#cta-consultants-nav li li {
	width: 167px;
}

#cta-consultants-nav li ul a {
	width: 133px;
	height: 12px;
	margin: 0;
	padding: 7px 12px 7px 20px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/sub-bullet.gif);
	background-repeat: no-repeat; /* add by shenys */
	background-position: 8px 10px;
	background-color: #DDE2E6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6B8290;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6B8290;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6B8290;
}
#cta-consultants-nav li ul a:hover {
	background-image: url(../images/sub-bullet.gif);
	background-position: 8px 10px;
	background-color: #CCD4D9;
}

#cta-consultants-nav li ul ul {
	margin: -25px 0 0 130px !important;
	margin: -25px 0 0 129px; /* IE6 fix */
}

#cta-consultants-nav li:hover ul ul, #cta-consultants-nav li:hover ul ul ul, #cta-consultants-nav li.sfhover ul ul, #cta-consultants-nav li.sfhover ul ul ul {
	left: -999em;
}

#cta-consultants-nav li:hover ul, #cta-consultants-nav li li:hover ul, #cta-consultants-nav li li li:hover ul, #cta-consultants-nav li.sfhover ul, #cta-consultants-nav li li.sfhover ul, #cta-consultants-nav li li li.sfhover ul {
	left: auto;
}

#cta-consultants-nav li:hover, #cta-consultants-nav li.sfhover {
	background-image: none;
	background-color: #EDB41A;
}

/*--------------------- Footer ---------------------*/

#footer {
	clear: both;
	height: 50px;
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	padding: 22px 0px 0px 200px;
	color: #617A89;
	text-align: center;
	font-size: 12px;
	white-space: nowrap;
}
#footer .mainlevel-bottom{
	padding: 0 1px 0 1px;
}
