@import url('reset.css');

p { padding: 11px 0; }

a, a:link, a:hover {
	color: #BF2F35;
	text-decoration: underline;
}

#top_bar {
	margin: 0 0 20px 0;
	padding: 0;
	height: 30px;
	background: #222222 url(https://ssl18.pair.com/aaemorg/aaemrsa/_include/images/top_bg.gif) repeat-x;
	display:block;
	color: #FFF;
}
#top_bar a, #top_bar a:link{
	color: #fff;
	text-decoration: none;
}
#wrapper {
	margin: 0 auto;
	clear: both;
	width: 960px;
}
#logo {
	display: block;
	height: 125px;
	float: left;
	width: 102px;
}
.aaem_text {
	margin-top:36px;
}
/*----members login section---*/
#top_login {
	display: inline;
	float: right;
	height: 83px;
	padding:15px 0 0 0;
	width: 220px;
}
#remember { 
	float: right;
	height:25px; 
	margin: 5px 0 0 0;
	width: 155px;
 }
.login_button { 
	background-color: #777777;
	border: 1px solid;
	color: #FFF;
	margin: 4px 5px 0 0;
}
.login_fields {
	margin: 3px 5px 0 0;
}
.contact_us {
	font-size: 1.2em;
	margin: 3px 0 0 8px;
	color: #FFF;
	text-decoration: none;
}

/*-----end members login ---*/
#top_nav {
	clear: both;
	color: #7d5b5b;
	font-size: 1.2em;
	height: 60px;
	width:930px;
	margin: 0 auto;
	padding-top:10px;
}
.mac.safari #top_nav{ font-size: 1.1em; }

#footer {
	background: url(https://ssl18.pair.com/aaemorg/aaemrsa/_include/images/border_shadow.gif) repeat-x top;
	clear:both;
	line-height: 1.5em;
	padding: 5px;
	text-align: center;
	margin-top: 20px;
}
/*-----------Headings-----------*/
h1, .h1 { 
	font-size: 1.5em; 
	color: #7d5b5b; 
	margin:0 0 5px 0;
	
}
h2, .h2 { 
	font-size: 1.4em; 
	color: #7d5b5b; 
	margin:0 0 5px 0;
	
}
h3, .h3 { 
	font-size: 1.4em; 
	color: #7d5b5b; 
	margin:5px 0;
	line-height:1.1em;
}
h4, .h4{ 
	color: #7d5b5b; 
	font-size: 1.3em; 
	line-height:1.1em;
}

/*-----------Generic Classes-----------*/
.floatLeft {
	float: left;
}
	
.floatRight{
	float: right;
}
.clearBoth  {
	clear: both;
}

#content {
	width: 960px;
	height: auto;
	overflow: hidden;
	font-size: 1.3em;
}
#content #left {
	float:left;
	height: auto;
	margin-top:10px;
	padding: 0 10px 0 10px;
	overflow: hidden;
	width: 740px;
	border-right:1px solid #ECEEE5;
}

#content #leftnoside { 
	float:left;
	height: auto;
	margin-top:10px;
	padding: 0 10px 0 10px;
	overflow: hidden;
	width: 920px;
}

#content #left ul,#content #left ol{
	padding-left: 20px;
	}
/*----Content Pages----*/
#content #right {
	width:175px;
	height: auto;
	padding:10px 10px 0 10px;
	float:right;
	display:block;
}
#content #right .active {
	color: red;
}

#content #right h4 {
	padding-bottom: 6px;
	border-bottom: 1px solid #ECEEE5;
	font-size:1.6em;
}
#content #right ul{
	margin: 0;
	padding: 2px 4px;
}

#content #right ul li{
	padding: 6px 3px;
	list-style: none;
}

#content #right  ul li a{
	color: #7F6F6F;
	font-size: 1.0em;
}

.imgborder {
background:#ccc;
padding:4px;
border:1px solid black;
}

.general_button { 
	background-color: #777;
	border: 1px solid #333;
	color: #FFF;
	margin: 4px 5px 0 0;
}

/* Members center box */

.redbox {
  border-style: solid;
  border-width: 1px;
  border-color: #a80303;
  padding: 5px;
}

.rednavbox {
  color: #FFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-color: #a80303;
  padding: 2px;
}

.rednavbox a {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
.rednavbox a:visited {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
.rednavbox a:hover {
  color: #CCC;
  font-weight: bold;
  text-decoration: none;
}

.subhead2, .subhead2 a {
  color: #a80303;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11pt;
  text-decoration: none;
}
.subhead2 a:hover {
  text-decoration: underline;
}

