/*Corporate Alliance website red color schemes*/

h4 { color:#E41B23; }
#sub_btn { background-image: url(../img/sub_red_sub.gif); }
#btn_red a span { color:white; font-size:12px; line-height14px: }

/* Main menu buttons */
#mem_btn a {
  width: 237px;
  height: 50px;
  margin-bottom: 2px;
  display: block;
  background: url(../img/btn_red_mem.gif) no-repeat -238px 0px;
}

#mem_btn a:hover, #mem_btn a.selected {
  background: url(../img/btn_red_mem.gif) no-repeat left top;
}

#exe_btn a {
  width: 237px;
  height: 50px;
  margin-bottom: 2px;
  display: block;
  background: url(../img/btn_red_exp.gif) no-repeat -238px 0px;
}

#exe_btn a:hover {
  background: url(../img/btn_red_exp.gif) no-repeat left top;
}

#inf_btn a {
  width: 237px;
  height: 50px;
  margin-bottom: 2px;
  display: block;
  background: url(../img/btn_red_inf.gif) no-repeat -238px 0px;
}

#inf_btn a:hover {
  background: url(../img/btn_red_inf.gif) no-repeat left top;
}

#pub_btn a {
  width: 237px;
  height: 50px;
  margin-bottom: 2px;
  display: block;
  background: url(../img/btn_red_pub.gif) no-repeat -238px 0px;
}

#pub_btn a:hover {
  background: url(../img/btn_red_pub.gif) no-repeat left top;
}

#cit_btn a {
  width: 237px;
  height: 50px;
  margin-bottom: 2px;
  display: block;
  background: url(../img/btn_red_cit.gif) no-repeat -238px 0px;
}

#cit_btn a:hover {
  background: url(../img/btn_red_cit.gif) no-repeat left top;
}

#loc_btn a {
  width: 237px;
  height: 50px;
  margin-bottom: 2px;
  display: block;
  background: url(../img/btn_red_loc.gif) no-repeat -238px 0px;
}

#loc_btn a:hover, #loc_btn a.selected {
  background: url(../img/btn_red_loc.gif) no-repeat left top;
}

#page_title_wrapper {
  padding-top: 23px;
  padding-bottom: 12px;
  width: 900px;
  text-align: left;

}  






#content{
 border-top: 1px solid #E51B24;
}

#btn_red a { 
	display:block; 
	float:left; 
	padding:3px 0 3px 0; 
	margin:0 0px 0 15px; 
	text-decoration:none; 
	min-width: 90px;
	color: #fff; 
	position:relative; 
}

#btn_red a img { 
	position:absolute; 
	top: 0px; 
	left:-10px; 
	border:0;
}
#btn_red a span { 
	display:block; 
	background: transparent url(../img/sub_red_bar.gif) right top no-repeat; 
	padding:2px 10px 4px 18px; 
}
#btn_red a:hover span, #btn_red a.selected span { 
	background:transparent url(../img/sub_red_bar.gif) right -30px no-repeat; 
	color: #fff;
}


#foot_btn_red a { 
	display:block; 
	float:left; 
	padding:3px 0 4px 0; 
	margin:0 0px 0 15px; 
	text-decoration:none; 
	min-width: 60px;
	color: #fff; 
	position:relative; 
}

#foot_btn_red a img { 
	position:absolute; 
	top: 0px; 
	left:-10px; 
	border:0;
}
#foot_btn_red a span { 
	display:block; 
	padding:2px 10px 3px 18px; 	
	background:transparent url(../img/sub_red_bar.gif) right -30px no-repeat; 
	color: #fff;
}


#content a {
   text-decoration: none;
   color: #E51B24;
 }
 
#content a:hover {
  text-decoration: underline;
}

