/* Base Common Styles /---------------- */

html,
body {
    color: #666666;
    font: 12px Arial, Verdana, Sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
    background: #000000 url('/images/interface/background_homepage_blue.png') 50% 0px no-repeat;
}

#main a {
	color: #3d8fbe;
}

#main a:visited {
	color: #2b76a1;
}

#main a:hover {
	color: #66b5e2;
}

a img {
	border: 0px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.clear {		clear: both; }


h1, h2, h3, h4, h5, h6 {
	display: block;
}

h1, h2 {
	font-weight: bold;
}

h1.line, h2.line, h3.line, h4.line, h5.line, h6.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

h1 {
	font-size: 300%;
	padding-bottom: 0px;
	margin-bottom: 7px;
	color: #555555;
}

h2 {
	font-size: 200%;
	padding-bottom: 0px;
	margin-bottom: 5px;
	color: #555555;
}
h3 {
	font-size: 160%;
	padding-bottom: 0px;
	margin-bottom: 5px;
	color: #555555;
}
h4 {
	font-size: 140%;
	padding-bottom: 0px;
	margin-bottom: 5px;
	color: #555555;
}
h5 {
	font-size: 110%;
	padding-bottom: 0px;
	margin-bottom: 5px;
	color: #555555;
}
h6 {
	font-size: 100%;
	padding-bottom: 0px;
	margin-bottom: 5px;
	color: #555555;
}

#homepage h1, #homepage h2, #homepage h3, #sidebar h3 {
	color: #111111;
}
#sidebar h3 {
	margin-bottom: 18px;
}

p {
	padding: 0px 0px 18px 0px;
}

#main #content ul {
	list-style: disc;
	margin: 4px 0px 15px 15px;
    padding: 0px 0px 0px 0px;
}

#main #content ul.page-listing {
	list-style: none;
	margin: 4px 0px 15px 0px;
}

#main #content ol {
	list-style: decimal;
	margin: 4px 0px 15px 5px;
    padding: 0px 0px 0px 15px;
}

#main #content ul li {
    margin: 6px 0px;
	background: transparent url('/images/interface/ul-marker-1.gif') 0px 5px no-repeat;
}

#main #content ul ul li {
    margin: 6px 0px;
	background: transparent url('/images/interface/ul-marker-2.gif') 0px 5px no-repeat;
}

#main #content ol li {
	padding-left: 0px;
}

#main #content ol li {
    background-image: none;
    margin: 6px 0px;
} 

#main #content input, #main #content textarea {
	border: 1px solid #aaaaaa;
	padding: 4px;
	font-size: 12px;
	background-color: #ffffff;
}



/* Container Styles /---------------- */

#main-container {
	background: transparent url('/images/interface/top-spacer.gif') top left repeat-x;
}



/* Header Styles /---------------- */

#header {
	height: 85px;
	position: relative;
	z-index: 10;
}

#header #logo {
	position: absolute;
	top: 3px;
	left: 4px;
}

#header #logo h1 {
	height: 85px;
	overflow: hidden;
	width: 240px;
}

#header #logo h1 a {
	background: transparent url('/images/interface/logo-aimc-header.png') top left no-repeat;
	display: block;
	height: 85px;
	overflow: hidden;
	text-indent: -9999px;
	width: 240px;
}



/* Navigation elements are defined separately in navigation.css! */
#header #navigation {
	background: transparent url('/images/interface/navigation.png') top left no-repeat;
	height: 30px;
	left: 250px;
	position: absolute;
	top: 50px;
	width: 700px;
	z-index: 2000;
}

#header #search {
	background: transparent url('/images/interface/search-box.png') top left no-repeat;
	height: 37px;
	position: absolute;
	right: 10px;
	top: 0px;
	width: 322px;
}

#header #search .links {
	left: 10px;
	position: absolute;
	top: 10px;
}

#header #search .links a {
	color: #666666;
	font-size: 11px;
	margin-right: 8px;
	text-decoration: none;
}

#header #search .links a:hover {
	color: #999999;
}

#header #search .search-field {
	background: transparent url('/images/interface/search-input.png') top left no-repeat;
	height: 26px;
	left: 120px;
	position: absolute;
	top: 5px;
	width: 152px;
}

#header #search .search-field input {
	border: 0px;
	color: #999999;
	font-size: 12px;
	background: transparent;
	margin: 0px;
	padding: 5px 0px 4px 28px;
	width: 110px;
}

#header #search .search-btn {
	background: transparent url('/images/interface/search-btn.png') top left no-repeat;
	display: block;
	height: 26px;
	left: 277px;
	position: absolute;
	text-indent: -9999px;
	top: 5px;
	width: 36px;
}



/* Breadcrumb Links /---------------- */



/* Sitemap Styles /---------------- */

#main #content ul.sitemap2 {
	list-style: none;
	padding-left: 0;
}	

#main #content ul.sitemap2 ul {
	list-style: none;
}
			
#main #content ul.sitemap2 li {
	background: none;
	padding: 0; 
}

#main #content ul.sitemap2 ul {
	margin-left: 20px;
}

#main #content ul.sitemap2 li {
	margin-bottom: 5px;
}

#main #content ul.sitemap2 li a {
	font-weight: bold;
}

#main #content ul.sitemap2 ul li a {
	font-weight: normal;
	text-decoration: none;
}


#main #content ul li.sitemap_category a,
#main #content ul ul li.sitemap_category a {
	background: url('/images/interface/icon-category.png') 0 50% no-repeat;
	padding-left: 24px;
	padding: 1px 0 1px 24px;
}

#main #content ul li.sitemap_item a,
#main #content ul ul li.sitemap_item a {
	background: url('/images/interface/icon-page.png') 0 50% no-repeat;
	padding-left: 24px;
	padding: 1px 0 1px 24px;
}

#main #content ul li.sitemap_category.sitemap_node21794 a {
	background: url('/images/interface/icon-home.png') 0 50% no-repeat;
	padding-left: 24px;
}

#main #content ul li.sitemap_category.sitemap_node21800 a {
	background: url('/images/interface/icon-news.png') 0 50% no-repeat;
	padding-left: 24px;
}



/* Search Area Styles /---------------- */

p.read-more {
	text-align: right;
}


     
/* News Listing Styles /---------------- */
    


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

#footer {
	background: #000000 url('/images/interface/footer.gif') top left repeat-x;
	font-size: 12px;
	height: 219px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#footer h3 {
	color: #999999;
	position: absolute;
	top: 28px;
}

#footer #quick-links {
	position: absolute;
	top: 75px;
}

#footer #quick-links ul,
#footer #quick-links ul li {
	color: #555555;
	display: block;
	padding: 0px;
	list-style-type: none;
}

#footer #quick-links ul li,
#footer #quick-links ul li a,
#footer #quick-links ul li span {
	position: relative;
}

#footer #quick-links ul li {
	margin-bottom: 5px;
}

#footer #quick-links ul li a,
#footer #quick-links ul li span {
	background: transparent url('/images/interface/footer-inactive-marker.png') 0px 2px no-repeat;
	color: #555555;
	display: block;
	padding-left: 18px;
	text-decoration: none;
}

#footer #quick-links ul li a:hover {
	background: transparent url('/images/interface/footer-active-marker.png') 0px 2px no-repeat;
	color: #999999;
}

#footer #quick-links #copyright {
	font-size: 11px;
	margin-top: -12px;
}

#footer #quick-links #copyright a.aimc-footer {
	background: transparent url('/images/interface/logo-aimc-footer.png') 0px 0px no-repeat;
	display: block;
	height: 53px;
	margin-bottom: 6px;
	text-indent: -9999px;
	width: 163px;
}

#footer #quick-links #copyright div {
	margin-bottom: 1px;
}

#footer #quick-links #copyright a.brightlabs {
	color: #555555;
	text-decoration: none;
}

#footer #quick-links #copyright a.brightlabs:hover {
	color: #999999;
}

    


/* Form Styles /---------------- */

input.dummy-submit {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.validation-failed {
	border: 1px solid #f00 !important;
}
.validation-passed {
	border: 1px solid green !important;
}
.validation-advice {
	margin: 4px 0px 0px 0px; 
	padding: 2px 10px 2px 10px; 
	color: #ff0000; 
	background: #ffdddd;
}
.warning {
	border: 1px solid #c66 !important;
}
.warning-advice {
	margin: 2px;
	padding: 2px;
	color: #fff;
	background-color: #bbb !important;
}

.error-frame h3, .error-frame p {
	color: #ff0000 !important;
}

.error-frame h3 {
	border-bottom: 1px solid #ff0000;
	padding-bottom: 5px;
}



/* No Javascript Warning /---------------- */

#noscript_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    -moz-opacity: 0.85;
    opacity: 0.85;
    z-index: 99999;
}

#noscript_text {
    position: absolute;
    text-align: center;
    left: 0;
    width: 100%;
    top: 30%;
    font-size: 18px;
    line-height: 1.5em;
    z-index: 100000;
    color: #ffffff;
    padding-top: 70px;
    background: url('../logo.gif') center top no-repeat;
}
