﻿/* ====================================
    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 {
	background-image: url("images/banner-women-secondary.jpg");
	background-repeat: no-repeat;
	background-position: 6px 0px;
	padding: 0px;
	width: 951px;
	margin-right: auto;
	margin-left: auto;
}

#page {
	background-color: #FFFFFF;
	background-image: url("images/banner-women-secondary.jpg");
	background-repeat: no-repeat;
	background-position: -38px 0px;
	text-align: left;
	padding: 0px;
	width: 863px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	text-align: left;
	display: inline;
	padding: 0px;
	float: left;
	width: 520px;
	margin-top: 14px;
	margin-left: 24px;
}

#contentRight {
	padding: 0px;
	width: 260px;
	margin-top: 14px;
	margin-left: 563px;
	position: relative;
}

#container .homeBanner, #container #page .homeBanner {
	background-image: url("images/banner-women-home.jpg");
}

#page .homeContent  {
	margin-top: 16px;
}

#page .homeContentRight  {
	margin-top: 16px;
}

#navMain {
	background-color: #621234;
}

.navButtons {
	background-color: #595959;
}

/* HTML TAGS */

p {
	margin-top: 0px;
	margin-bottom: 12px;
}

.headline2
{
	color: #621234;
}

h1
{
	color: #621234;
}

h2
{
	color: #621234;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #621234;
	margin-top: 0px;
	margin-bottom: 6px;
}

/* 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;
}

/* LINK STYLES */

a:link, a:active, a:visited { 
	font-weight: bold;
	color: #621234;
	text-decoration: none;
	}

a:hover { 
	font-weight: bold;
	color: #A17185;
	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; 
}

#container #page #breadcrumbs.homeBreadcrumbs {
	margin-top: 205px;
}

div.contactparent
{
	background-color: #ede1e6;
}

