﻿/*Corporate Alliance website grn color schemes*/

h4 { color:#F8981D; }
#sub_btn { background-image: url(../img/sub_org_sub.gif); }
#btn_org a span { color:white; font-size:90%; }

#side_menu a { position:relative; top:30px; cursor:pointer; }
#side_menu a.big-button, #side_menu a.big-button:hover { top:0; display:block; height:85px; padding:0; margin:0 0 0 10px; background:transparent url(/includes/img/button_bg_orga.jpg) top left no-repeat; }
#side_menu a.big-button span, #side_menu a.big-button:hover span { display:block; height:85px; background:transparent url(/includes/img/button_bg_orgb.jpg) top right no-repeat; font:22px/30px Georgia, "Times New Roman", Times, serif; padding-top:8px; padding-left:18px; padding-right:65px; }
* html #side_menu a.big-button span, * html #side_menu a.big-button:hover span { float:left; }
#side_menu a.big-button em { display:block; font-size:36px; }

/* Main menu buttons */
#btn_org a.big {
  width: 238px;
  height: 50px;
  margin-bottom: 2px;
  display: block;
  background: url(../img/btn_attend_org.jpg) no-repeat 0px -55px;
}

#btn_org a.big:hover {
  background: url(../img/btn_attend_org.jpg) no-repeat 0px 0px;
}

#mem_btn a {
  width: 237px;
  height: 50px;
  margin-bottom: 2px;
  display: block;
  background: url(../img/btn_org_mem.gif) no-repeat -238px 0px;
}

#mem_btn a:hover {
  background: url(../img/btn_org_mem.gif) no-repeat left top;
}

#loc_btn a {
  width: 237px;
  height: 50px;
  margin-bottom: 2px;
  display: block;
  background: url(../img/btn_org_loc.gif) no-repeat -238px 0px;
}

#loc_btn a:hover {
  background: url(../img/btn_org_loc.gif) no-repeat left top;
}

#exe_btn a {
  width: 237px;
  height: 50px;
  margin-bottom: 2px;
  display: block;
  background: url(../img/btn_org_exp.gif) no-repeat -238px 0px;
}

#exe_btn a:hover {
  background: url(../img/btn_org_exp.gif) no-repeat left top;
}

#cit_btn a {
  width: 237px;
  height: 50px;
  margin-bottom: 2px;
  display: block;
  background: url(../img/btn_org_cit.gif) no-repeat -238px 0px;
}

#cit_btn a:hover, #cit_btn a.selected {
  background: url(../img/btn_org_cit.gif) no-repeat left top;
}

#inf_btn a {
  width: 237px;
  height: 50px;
  margin-bottom: 2px;
  display: block;
  background: url(../img/btn_org_inf.gif) no-repeat -238px 0px;
}

#inf_btn a:hover {
  background: url(../img/btn_org_inf.gif) no-repeat left top;
}

#pub_btn a {
  width: 237px;
  height: 50px;
  margin-bottom: 2px;
  display: block;
  background: url(../img/btn_org_pub.gif) no-repeat -238px 0px;
}

#pub_btn a:hover {
  background: url(../img/btn_org_pub.gif) no-repeat left top;
}

#page_title_wrapper {
  padding-top: 23px;
  padding-bottom: 12px;
  width: 900px;
  text-align: left;

}  






#content{
 border-top: 1px solid #F8981D;
}

#btn_org 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_org a img { 
	position:absolute; 
	top: 0px; 
	left:-10px; 
	border:0;
}
#btn_org a span, #side_menu2 a span { 
	display:block; 
	background: transparent url(../img/sub_org_bar.gif) right top no-repeat; 
	padding:2px 10px 4px 18px; 
	line-height:14px;
}
#btn_org a:hover span, #btn_org a.selected span, #side_menu2 a:hover span, #side_menu2 a.selected span { 
	background:transparent url(../img/sub_org_bar.gif) right -30px no-repeat; 
	color: #fff;
}


#foot_btn_org a { 
	display:block; 
	float:left; 
	padding:3px 0 3px 0; 
	margin:0 0px 0 15px; 
	text-decoration:none; 
	min-width: 60px;
	color: #fff; 
	position:relative; 
}

#foot_btn_org a img { 
	position:absolute; 
	top: 0px; 
	left:-10px; 
	border:0;
}
#foot_btn_org a span { 
	display:block; 
	padding:2px 10px 4px 18px; 	
	background:transparent url(../img/sub_org_bar.gif) right -30px no-repeat; 
	color: #fff;
}


#content a {
   text-decoration: none;
   color: #F8981D;
 }
 
#content a:hover {
  text-decoration: underline;
}

