﻿/* ====================================
    CSS STYLES FOR AIM HOUSE
   ==================================== */

@import url('../common.css');

/* PAGE ELEMENTS */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	background-color: #323232;
	text-align: center;
	margin: 0px;
}

#container
{
	padding: 0px;
	width: 951px;
	margin-right: auto;
	margin-left: auto;
}

#page
{
	/*border: solid 1px red;*/
	background-color: #FFFFFF;
	background-image: url("images/banner-main-secondary.jpg");
	background-repeat: no-repeat;
	background-position: 0px 28px;
	text-align: left;
	padding: 0px;
	width: 863px;
	margin-right: auto;
	margin-left: auto;
}

#content
{
	/*border: solid 1px red;*/
	text-align: left;
	display: inline;
	padding: 0px;
	float: left;
	width: 530px;
	margin-top: 14px;
	margin-left: 24px;
}

#contentRight
{
	/*border: solid 1px red;*/
	padding: 0px;
	width: 260px;
	margin-top: 14px;
	margin-left: 563px;
	margin-right: 20px;
	position: relative;
}

#container .homeBanner, #container #page .homeBanner
{
	background-image: url("images/banner-main-home.jpg");
}

#page .homeContent
{
	width: 452px;
	margin-top: 222px;
}

#page .homeContentRight
{
	width: 337px;
	margin-top: 342px;
	margin-left: 502px;
}

#navMain
{
	background-color: #181717;
}

.navButtons
{
	background-color: #595959;
}

#bigButtons
{
	padding: 0px;
	width: 434px;
	margin-left: 429px;
	position: absolute;
	top: 214px;
}

/* HTML TAGS */

p
{
	margin-top: 0px;
	margin-bottom: 12px;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #2C6199;
	margin-top: 0px;
	margin-bottom: 12px;
}

h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 6px;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6F6F6F;
}

.h4top
{
	margin-top: 0px;
	margin-bottom: 6px;
	padding-top: 0px;
	border-top-style: none;
}

/* CLASSES */

.text10
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 8px;
}

.list1
{
	text-indent: -0.65em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0.65em;
	padding-left: 0px;
	list-style-type: none;
}

.more
{
	font-size: 9px;
	line-height: 11px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 12px;
}

.teaser
{
	margin-top: 0px;
	margin-bottom: 6px;
}

/* LINK STYLES */

a:link, a:active, a:visited
{
	font-weight: bold;
	color: #2C6199;
	text-decoration: none;
}

a:hover
{
	font-weight: bold;
	color: #80A0C2;
	text-decoration: none;
}

#linksBottom
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #666666;
	text-align: center;
	width: 100%;
	margin-top: 18px;
	margin-bottom: 4px;
}

#linksBottom a:link, #linksBottom a:active, #linksBottom a:visited
{
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

#linksBottom a:hover
{
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

#copyright
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: center;
	width: 863px;
	margin-top: 0px;
	padding-bottom: 10px;
}

#copyright a:link, #copyright a:active, #copyright a:visited
{
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}

#copyright a:hover
{
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

#breadcrumbs
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	width: 851px;
	margin-top: 116px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#breadcrumbs a:link, #breadcrumbs a:active, #breadcrumbs a:visited
{
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

#breadcrumbs a:hover
{
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
