* {
	padding: 0;
	margin: 0;
	border: none;
	font: 12px Helvetica, Arial, sans-serif;
	line-height:1.3em;
	color: #333333;
}

a, a * {
	color:#0550aa !important;
	text-decoration: none;
}

a:hover, a:hover * {
	text-decoration: underline;
	color: #591D7C !important;
}

body, html{
	background: url(../imgs/bg_page.gif) #cad2d5;
	height: 100%;	
	text-align:center;	
}

blockquote{margin-left:15px;}

/********* BOXES************/


.bluebox{
	width:214px;
	margin:5px 0 10px 2px;
	background:url(../imgs/bluebox_center.gif) no-repeat left bottom transparent;
	
}

.bluebox h1, .bluebox h3{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#f18e2c !important;
	padding:10px 20px 0 13px;
	background:url(../imgs/bluebox_top.gif) no-repeat 0 0;
	margin-bottom: 0;
	font-weight:bold;
	font-size:1.2em;
}

.bluebox h1.blank, .bluebox h3.blank {
	height: 5px;
	padding: 0;
}

.bluebox h1 img, .bluebox h3 img{
	margin-left: -4px;
}

.bluebox div.box_content{
	clear:both;
	color:#666;
	font-size:0.95em;
	padding: 5px 10px 10px 13px;
	margin:0px;
	height:100%; 
	background:url(../imgs/bluebox_bottom.gif) no-repeat 0 bottom;
}

.bluebox a {
	color:#0550aa !important;
}

.bluebox p {
	margin-bottom: 10px;
}

#support .bluebox img{
	margin-right:10px;
	margin-left: -5px;	
}

#donate .bluebox a{
	display:block;
	height:5px;
	padding-bottom:15px;
}

#left_content td{
	padding:4px;
	vertical-align:top;
}

.event_results .rowA{
		background:#e6ddeb;
}

.graybox{
	width:214px;
	margin:5px 0 10px 5px;
	background:url(../imgs/graybox_center.gif) bottom left no-repeat;
}

.graybox h1, .graybox h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#666666;
	padding:10px 20px 0 12px;
	background:url(../imgs/graybox_top.gif) no-repeat 0 0;
}

.graybox p {
	color:#fff;
	font-size:0.95em;
	padding:5px 20px 10px 20px;
	height:100%;
	background:url(../imgs/graybox_bottom.gif) no-repeat 0 100%;
	min-height: 40px;
}



hr {
	border: 1px solid #BBB;
	margin-bottom: 10px;
}

.purplebox{
	float:right;
	width:254px;
	margin:0px 0 10px 5px;
	background:url(../imgs/purplebox_center.gif) repeat-y left;
}

.purplebox h1, .purplebox h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#D16400;
	padding:10px 20px 0 13px;
	background:url(../imgs/purplebox_top.gif) no-repeat 0 0;
}

.purplebox div.box_content{
	color:#fff;
	font-size: 1em;
	padding:5px 20px 20px 13px;
	margin:0px ;
	height:100%;
	min-height: 60px;
	background:url(../imgs/purplebox_bottom.gif) no-repeat 0 bottom;
}

.purplebox_small{
	width: 214px;
	margin: 5px 0 10px 2px;
	background: url(../imgs/purplebox_small_center.gif) repeat-y 0 bottom;
	display: table;
	border-collapse: collapse;
}

.box_top {
	display: table-row;
}

.bluebox .box_top {
	background:url(../imgs/bluebox_top.gif) no-repeat 0 0;
}

.purplebox_small .box_top {
	background:url(../imgs/purplebox_small_top.gif) no-repeat 0 0;
}

.box_top h1, .box_top h3, .box_top p{
	display: table-cell !important;
	width: 181px;
	padding:10px 20px 0 13px;
}

.purplebox_small h1, .purplebox_small h3 {
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	color:#D16400;
	padding:10px 20px 0 13px;
	background:url(../imgs/purplebox_small_top.gif) no-repeat 0 0;
}

.purplebox_small div.box_top {
  display: block;
}
.purplebox_small div.box_content{
	color:#fff;
	font-size:0.95em;
	padding:5px 20px 20px 13px;
	background: url(../imgs/purplebox_small_bottom.gif) no-repeat 0 bottom;
	height:100%;
	/*display: table-cell; */
	
}

.white_text {
	font-family: Helvetica,Arial, sans-serif;
	font-size: 1em;
	color: #fff !important;
	padding-top:15px;
}

.gray_text{
	font-family:Helvetica,Arial, sans-serif;
	font-size:1em;
	color:#666 !important;
	padding:15px 10px 0 10px;
}

.gray_text strong{color:#666;}

/***********BLURB****************/
#blurb, .blurb{
	padding-bottom: 10px;
}

#blurb p, .blurb p{
	padding:3px 0px;
}
#blurb img, .blurb img {margin-right: 10px; margin-bottom: 10px;}

.no_wrap{float:left;width:270px;}

.orange_blurb{
	border-top:2px solid #feeacb;
	border-bottom:2px solid #fed7a4;
	background:url(../imgs/bg_orange_blurb.gif) repeat-x 0 0 #fee8d4;
}

.orange_blurb, .purple_blurb {
	min-height:130px;
	margin-bottom:15px;
	clear:both;
	width:513px;
	padding: 10px !important;
}

#events .orange_blurb{
	padding-top:10px;
	float:left;
}

#events .orange_blurb #blurb_text, #events .orange_blurb .blurb_text {
	float:left;
	width:370px;
}
.orange_blurb img{
	margin-top:5px;
	float:left;
	position: relative;
}


.orange_blurb h2{margin-bottom: 10px;}

.orange_blurb_image{
	float:left;
	margin-right: 20px;
	background:url(../imgs/bg_orange_blurb_img.gif) no-repeat 0 0;
	height:81px;
	width:82px;
}

.orange_blurb img, .purple_blurb img {margin: 0px 10px 10px 0 !important; }

.orange_blurb li{
	margin-left:13px;
	list-style:disc;
}

.purple_blurb{
	border-top:2px solid #d5c5dd;
	border-bottom:2px solid #d5c5dd;
	background:url(../imgs/bg_purple_blurb.gif) repeat-x 0 0 #e2d7e8;
	min-height:140px;
}

#research .purple_blurb{min-height:100px;}

.purple_blurb h2{margin-bottom: 10px; color:#480070}

.purple_blurb_image{
	float:left;
	margin: 0 25px;
	background: url(../imgs/bg_purple_blurb_img.gif) no-repeat 0 0;
	height: 81px;
	width: 82px;
}


/*********BUTTONS************/


.bluebutton{
	clear:both;
	background:url(../imgs/bluebutton_left.gif) no-repeat 0 0;
	width:89px;
	text-align:center;
	max-height: 20px;
	overflow: hidden;
	margin:4px 8px;
	position:relative;
	cursor:pointer;
	line-height: 20px;
}

.bluebutton a{
	background:url(../imgs/bluebutton_right.gif) no-repeat right top;
	display:block;
	line-height: 20px;
	margin-left: 3px;
}

.bluebutton a span{
	font-weight:bold;
	font-size:11px;
	display:block;
	/*background:url(../imgs/bluebutton_right.gif) no-repeat 100% 0;*/
	padding:0 3px 0px 3px;
	line-height: 20px;
}

#blurb .bluebutton, .blurb .bluebutton {left:410px;}

.no_wrap .bluebutton{left:160px;}

#support .no_wrap .bluebutton {top:-20px;}

.button{
	background: url(../imgs/button_bg.gif) no-repeat top left #cee2f6;
	width:202px;
	padding:0px;
	margin:11px 8px;
	cursor:pointer;
}

.button a{
	background:url(../imgs/button_top.gif) no-repeat 0 0;
	display:block;
	padding:10px 0px 0px 0px;
	z-index:1;
}

.button a:hover, .button a:hover *{
	text-decoration:none;
	color: #480070 !important;
}

.button a span{
	font-weight:bold;
	display:block;
	background:url(../imgs/button_bottom.gif) no-repeat 0 100%;
	padding:0px;
	text-align:center;
	min-height:25px;
}

#longtext.button a{padding-top:5px}

#longtext.button a span {
padding-bottom: 5px;
}

.orangebutton_blue{
	background:url(../imgs/orangebutton_blue_center.gif) repeat-x 0 0;
	min-width:100px;
	padding:0px;
	margin:4px 8px;
	position:relative;
	overflow: hidden;
}

.orangebutton_blue a{
	background:url(../imgs/orangebutton_blue_left.gif) no-repeat 0 0;
	display:block;
	padding-left: 3px;
	height:22px;
	color:#fff !important;
}

.orangebutton_blue a span{
	font-size:11px;
	height:22px;
	line-height: 22px;
	display:block;
	background:url(../imgs/orangebutton_blue_right.gif) no-repeat 100% 0;
	padding:0 10px 0 0;
	text-align:center;
	color:#fff !important;
}

#healthcare .orangebutton_blue{width:90px;left:80px;}

#events .orangebutton_blue{width:90px;left:80px;}

#research .orangebutton_blue{width:170px;}
#support #learnmore_blue{
	clear: both;
	width: 100px;
	top:-30px;
	left:80px;
	margin-bottom:-20px;
}

.orangebutton_purple{
	background:url(../imgs/orangebutton_purple_center.gif) repeat-x 0 0;
	min-width:80px !important;
	padding:0px;
	margin:4px 8px;
	position:relative;
	right:0px;
	top:4px;
}

.orangebutton_purple a{
	background:url(../imgs/orangebutton_purple_left.gif) no-repeat 0 0;
	display:block;
	padding:0px;
	height:22px;
	color:#fff !important;
}

.orangebutton_blue a:hover{
	text-decoration:none;
}

.orangebutton_purple a span{
	min-width:80px !important;
	font-size:11px;
	height:22px;
	display:block;
	background:url(../imgs/orangebutton_purple_right.gif) no-repeat 100% 0;
	padding:4px 0 0 0;
	text-align:center;
	color:#fff !important;
}

a.orange_button_big{
	display:block;
	float:left;
	background:url(../imgs/orange_button_big.gif) no-repeat 0 0;
	height:64px;
	width:162px;
	color:#fff !important;
	text-align:center;
	padding:15px 6px 0px 6px;
	margin-right:3px;
	font-size:1.10em;

}

.orangebutton_blue a:hover, .orangebutton_blue a:hover *, .orangebutton_purple a:hover, .orangebutton_purple a:hover *, a.orange_button_big:hover, a.orange_button_big:hover *, .bluebutton a:hover, .bluebutton a:hover *{
	color: #591D7C !important;
	cursor: pointer;
}

#education.orangebutton_purple{
	width:130px;
	left:40px;
}

#careguides.orangebutton_purple{
	left:-5px;
	top:10px;
	width:120px;
}

#learnmore.orangebutton_purple{
	margin-top:-20px;
}

.purplebox div.box_content .orangebutton_purple{
	width:80px;
	right:-110px;
}
/**********CONTACT***************/
#contact{
	margin: 10px 0 15px 10px;
}

#contact *{
	color:#666;
}

#contact strong{
	color:#591d7c;
}

/*************CONTENT******************/

#content{
	margin:20px;
	min-height:600px
}

#content #left_content{
	position:relative;
	float:left;
	width:533px;
}

#content #left_content p, .purple_blurb p {
	line-height: 1.5em;
	margin-bottom: 10px;
}

#content #right_content{
	position:relative;
	width:215px;
	float:right;
}

/***********/

#donation_buttons p{clear:both}

#general{padding-top:25px;height:54px;}



/*****************FOOTER***********************/

#footer
{
	float:none;
	clear:both;
	background:url(../imgs/bg_footer.gif) repeat-x 0 0;
	width:780px;
	position:relative;
	text-align: center;
	margin-left:10px;
	padding-top:10px;
	height:29px;
}


#footer span, #footer a {	
	font-size: 0.96em;
	margin-left:10px;
}

/***************HEADER**************************/

#header{
	background:#480070;
/*	height:127px; */
	height: 147px;
	margin:0px 13px;
	padding-top:5px;
	position:relative;
}

#top_header a {
	font-weight: bold;
}

#header #logo{
/*	background:url(../imgs/abta_logo3.gif) no-repeat 0 0; */
	background:url(http://dev.abta.org/imgs/abta_logo_icon-name_WHITE.png) no-repeat 0 0;
	width:419px;
	/* height:84px; */
	margin-left:10px;
	height: 105px;
	cursor: pointer;
    cursor: hand;
}

#header #logo span{display:none;}

#header #search{
	position:absolute;
	right:15px;
	top:60px;
}


#header #search input{
	display: inline;
	color: #808284 !important;	
	vertical-align: middle;	
}
#header #search .box{
	width: 113px;
	border:1px solid #915cbb;
	padding:2px;
}


#header #top_header{
	border-bottom:6px solid #740dd3;
}

#header #top_header #header_links{
	position:absolute;
	right:14px;
	top:36px;
	padding:0px;
}

#header #top_header #header_links a{
	display:block;
	float:left;
	color:#dddddc !important;
	padding:0px;
}

#header #top_header #header_links a.profile{
	background:url(../imgs/icn_profile.gif) no-repeat 0 0;
	padding-left:18px;
	padding-right:10px;
}


#header #top_header #header_links a.store{
	background:url(../imgs/icn_store.gif) no-repeat 0 0;
	padding-left:18px;
}

#header #top_header ul{
	position:absolute;
	right:8px;
	top:10px;
}

#header #top_header ul li{
	margin:0px;
	float:left;
	border-right:1px solid #dddddc;
	padding:0px 6px;
	height:12px;
}
#header #top_header ul li.last{
	border:none;

}

#header #top_header li a{
	color:#dddddc !important;
}


#header #top_nav{
	background:url(../imgs/bg_top_nav.gif) repeat-x 0 0;
	border-top:6px solid #e26f14;
	border-bottom:2px solid #b3d5fd;
	height:29px;
}

#header #top_nav a{
	display:block;
	float:left;
	list-style:none;
	padding:7px 10px;
	display:block;
	font-size:12px;
	}
#header #top_nav a:hover{
	background:#e26f14;
	color:#fff !important;
	text-decoration:none;
}

#about a#nav_about, #advocacy a#nav_advocacy, #info a#nav_info, #donate a#nav_donate, #support a#nav_support, #research a#nav_research, #events a#nav_events {
	background:#e26f14;
	color:#fff !important;
}

/********************************/

h1{
	font-size:28px;
	color:#480070;
	font-family:"Times New Roman", Times, serif;
	margin-bottom:5px;
}

h2{
	font-size:20px;
	color:#D16400;
	font-family:"Times New Roman", Times, serif;
	margin-bottom:5px;
}

h3, h3 *{
	font-size:16px;
	color:#D16400;
	font-family:"Times New Roman", Times, serif;
	margin-bottom:5px;
}

h4, h4 *{
	font-size:13px !important;
	font-weight: bold;
}

h5, h5 *{
	font-size: 1em;
	font-weight: bold;
	color: #480070;
}

.hidden{
	display:none;
	visibility:hidden;
}

i, em {font-style:italic}

/************LEFT CONTENT*************/

#left_content img{margin-bottom:10px;}

#left_content #home_events, #left_content .orange_col {
	position:relative;
	float:left;
	width:245px;
	margin-bottom: 10px;
	padding:8px;
	border-top:3px solid #feeacb;
	border-bottom:3px solid #fedc9f;
	background:url(../imgs/bg_events.gif) repeat-x 0 0 #fee8d4;
}

#left_content #home_events, #left_content #home_news {
	margin-top: 12px;
}

#left_content select {
	border: 1px solid #CCC;
}

#home_events h1, .orange_col h1, #home_news h1,  .purple_col h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
}
	
#home_events h1, .orange_col h1 {
	color:#e27919;
}

#home_events h3, .orange_col h3 {
	padding:0px;
	margin:0px 0 3px 0;
}

#home_events p, .orange_col p, #home_news p, .purple_col p {
	margin-bottom: 3px;
	padding: 5px 0;
}

#home_events img, .orange_col img {
	margin:3px 0 0 0;
	border:1px solid #E88533;
}

#left_content #home_news, #left_content .purple_col {
	position: relative;
	float: right;
	width: 245px;
	margin-bottom: 10px;
	padding: 8px;
	border-top: 3px solid #e6ddeb;
	border-bottom: 3px solid #d5c5dd;
	background: url(../imgs/bg_news.gif) repeat-x 0 0 #e2d6e8;
}

#home_news h1, .purple_col h1, .purple_col h3 {
	color:#480070;
}

#home_news img,  .purple_col img {
	margin:3px 0px 6px 0px;
	border:1px solid #a988bb;
}

#left_content li {
	list-style:none;
	background: url(../imgs/square.gif) no-repeat left 3px;
	padding-left: 13px; 
	margin-bottom: 6px;
	margin-left:17px;
	margin-bottom:9px;
}

#left_content #home_events p, #left_content #home_news p {
	margin-bottom: 0px;
}

#left_content h3 {
	margin-bottom: 10px;
}
	
/*******LOGIN*******/

#login{
	font-size:0.95em;
	padding:0px 8px 10px 8px;
	margin:0px;
	height:70px;
	/* height: 100% */
	background:url(../imgs/graybox_bottom.gif) no-repeat 0 100%;
}

#login label{
	clear:left;
	float:left;
	padding:2px;
	width:72px;
	margin-bottom:5px;
	color:#666;
}

.loginbox{
	width:113px;
	border:1px solid #dadad9;
	padding:3px;
	float:left;
}

#login .image{
	float:right;
	margin:5px 0px;
}

/******RIGHT CONTENT**************/
#right_nav {
	margin:11px 0px;
	background:url(../imgs/rightnav_center.gif) repeat-y 0 100%;
}
#right_nav ul{
	padding-top:13px;
	width:214px;
	background:url(../imgs/rightnav_top.gif) no-repeat 0 0;
}

#right_nav .last{

}

#right_nav .bottom{
	background:url(../imgs/rightnav_bottom.gif) no-repeat 0 100%;
	padding-bottom:20px;
}

#right_nav a {
	display:block;
	color:#480070 !important;
	padding:3px 15px;
}
	
#right_nav a.selected {
	background:#e26f14;
	color:#fff !important;
}

#right_nav li ul a, #right_nav .indented a {
	padding:3px 0px 3px 25px;
	color:#0550aa !important;
}

#right_nav li ul ul a {
	padding-left:40px;
	color:#666 !important;
}

#right_nav li ul {
	width:auto;
	margin-left:0px;
	background:none;
	padding-top:0px;
	
}

/********SIZER************/

.sizer {
	font-weight:bold;
	color:#0550aa !important;
}
.sizer:hover{
	text-decoration:none;
}
#normal_size.sizer{font-size: 14px !important;}
#medium_size.sizer{font-size:18px !important;}
#large_size.sizer{font-size:22px !important;}

#text_size{
	font-size: 12px !important;
	padding:0px;
	margin:0px;
}

#text_size .send_friend{
	margin-left:6px;
	padding-left:15px;
	background:url(../imgs/icn_send.gif) no-repeat 0 0px;
}

/****************************/

strong{font-weight:bold}

.title_blue{
	color:#0448a4;
}
.title_purple{
	color:#480070;
}

ul{
	list-style-type: none;
}

#wrapper {		
	width: 800px;	
	min-height:630px;
	background: url(../imgs/bg.gif) repeat-y 0 0;
	position:relative;
	margin: 0 auto;
	text-align: left;
}

/***FIX events***/

.lists #left_content{width:100% !important;float:none;clear:both;border-bottom:1px solid #666; margin-bottom:10px;}

.lists  #left_content table{
	width:100%;
	clear:both;
}

.lists  td{text-align:left}

.lists #right_content{
	margin-top:-40px;
	padding-top: 0px;
	margin-left:15px;
	width:450px !important;
}

.lists #right_nav {float:left}
.lists #right_content .button, .lists #text_size {float:right}
.lists #text_size{margin-top:10px;}

.lists #right_nav {
	margin:11px 0px !important;
	background:url(../imgs/rightnav_center.gif) repeat-y 0 100%  !important;

}
.lists #right_nav ul{
	padding-top:13px  !important;
	width:214px  !important;
	background:url(../imgs/rightnav_top.gif) no-repeat 0 0  !important;
}
.lists #right_nav li{
	background:none;
	margin:0px;
	padding:0px;
}

.lists #right_nav .last{
	background:url(../imgs/rightnav_bottom.gif) no-repeat 0 100%  !important;
	padding-bottom:20px  !important;
}

.lists #right_nav a{
	padding:3px 15px !important;
}


/*** search Site***/

#content{height:100%;}
.searchTable{
	margin-bottom:10px;
	clear:both;
	height:100%;
}

.searchTable div.style5{
	width:485px
}


