body {
	background: #d6dadc url(../_images/bg_repeat.jpg) repeat-x  fixed top left;
	font: normal normal 11px/15px Arial, Helvetica, sans-serif;
	color: #333;
}
a {
	color: #07277e;
}

#container {
	width: 969px;
	margin: 0 auto;
	background: #d6dadc url(../_images/bg_container_repeat.jpg) repeat-x top left;
}
#header {
	height: 94px;
	position: relative;
}
#header h1 {
	display: block;
	text-indent: -5000px;
	width: 483px;
	height: 71px;
	background: transparent url(../_images/spa_logo.gif) no-repeat top left;
	position: absolute;
	top: 11px;
	left: 15px;
	cursor: hand;
	cursor: pointer;
}
#menu_global {
	color: white;
	float: right;
	margin-top: 15px;
	margin-right: 25px;
}
#menu_global li {
	display: inline;
	border-right: 1px solid white;
}
#menu_global li.last {
	border-right: none;
}
#menu_global a {
	font-size: 12px;
	color: white;
	text-decoration: none;
	padding: 2px 6px;	
}
#search {
	clear: right;
	float: right;
	padding-top: 22px;
	padding-right: 31px;
	color: white;
	font-size: 12px;
}
#search label {
	padding-right: 6px;
}
#search #search_query {
	width: 164px;
	height: 19px;
	padding: 0;
	border: none;
	background-color: white;
	vertical-align: top;
}
#search #search_submit {
	text-indent: -3000px;
	width: 19px;
	height: 19px;
	background: transparent url(../_images/search_go.gif) no-repeat center center;
	border: none;
	margin-left: 5px;
}
#main_menu {
	height: 31px;
	padding: 0 6px;
	position: relative;
	background: transparent url(../_images/menu_bg.gif) no-repeat center top;
}
#main_menu ul {
	
}
#main_menu li {
	display: block;
	float: left;
	height: 23px; /* 31 - 10 */
	padding-top: 8px;
	border-right: 1px solid #ab971b;
	position: relative;
}
#main_menu li.last {
	border-right: none;
}
#main_menu li.hover {
	background: transparent url(../_images/menu_over_bg.gif) repeat-x center center;
}
#main_menu a {
	padding: 0 13px;
	color: #12214e;
	font-size: 13px;
	text-decoration: none;
}
#main_menu .dropdown {
	position: absolute;
	width: 649px;
	font-size: 11px;
	color: #12214e;
	background: transparent url(../_images/menu_dropdown_bg.png) no-repeat center bottom;
	border-top: 5px solid #e6c410;
	top: 31px;
	left: -60px;
	padding-top: 14px;
	padding-bottom: 22px;
	display: none;
	z-index: 1000;
}
#main_menu .dropdown ul {
	float: left;
	border-right: 1px solid #cca011;
}
#main_menu .dropdown li {
	display: block;
	width: 145px;
	float: none;
	xheight: auto;
	padding-top: 0;
	border-right: none;
	padding: 2px 0 5px 13px;
	line-height: 12px;
	height: 1%;
}
#main_menu .dropdown li a {
	padding: 0;
}
#main_menu .dropdown li.hover {
	background-image: none;
}
#main_menu .dropdown li.hover a {
	color: white;
	padding: 0;	
}
#main_menu .dropdown a {
	color: #12214e;
	font-size: 11px;
}
#main_menu .dropdown_description {
	float: left;
	width: 274px;
	margin-left: 18px;
}
#main_menu .dropdown_description strong {
	font-size: 12px;
	font-weight: bold;
}
#main_menu .dropdown_description p {
	margin-top: 12px;
	font-size: 10px;
}
#main_menu .dropdown img {
	float: left;
	margin-left: 38px;

}



#header_image {
	height: 250px;

	background: #505379 url(../_images/home_header_image.jpg) no-repeat center center;
}

.interior #header_image {
	height: 109px;
	background-position: center -94px;
}

#main_content {
	padding: 0 274px 0 216px;
	padding-top: 30px;
	color: #333;
	background: transparent url(../_images/bg_column_shadow.jpg) no-repeat 190px top;
	min-height: 594px;
	position: relative;
}
#main_content .column {
	position: relative;
	float: left;
}
#center_column {
	width: 100%;	
}
#left_column {
	padding-left: 19px;
	padding-right: 19px;
	width: 164px; /* 216  - 19 - 19 */
	right: 216px;
	margin-left: -100%;
	font-size: 10px;
	line-height: 13px;
}
#right_column {
	padding-left: 46px;
	padding-right: 30px;
	width: 198px; /* 274 - 38 - 46 */
	margin-right: -274px;
	font-size: 10px;
	line-height: 13px;
	background: transparent url(../_images/right_col_bg_repeat.gif) repeat-y top left;
}

#center_column h2 {
	xtext-indent: -3000px;
	xbackground: transparent url(../_images/title_homepage.gif) no-repeat left top;
	xdisplay: block;
	xwidth: 480px;
	xheight: 43px;
	color: #07277e;
	font: normal normal 18px/22px "Helvetica Neue", "Helvetica", Arial, sans-serif; 
	padding-bottom: 9px;
}
#center_column p {
	padding-bottom: 16px;
}
#center_column li {
	background: transparent url(../_images/bullet_1.gif) no-repeat 3px 4px;
	padding: 0 0 4px 12px;
	position:  relative;
	height: 1%;
}
.applications_forms {
	color: #07277e;
	font-size: 14x;
}

.breadcrumb_menu {
	font-size: 11px;
	padding-bottom: 12px;
}
.breadcrumb_menu li {
	display: inline;
	border-right: 1px solid #333;
	background-image: none !important;
	padding: 0 3px 0 2px  !important;
}
.breadcrumb_menu li.last {
	border-right: none;
}
.breadcrumb_menu a {
	text-decoration: underline;
	color: #333;
}

.side_popular_topics li {
	border-bottom: 1px solid #cecece;
	padding: 3px 0;
}
.side_popular_topics li a {
	text-decoration: none;
	color: #333;
	font-size: 12px;
}

.side_important_links p {
	padding-bottom: 13px;
}
.side_important_links li {
	padding-bottom: 3px;
}
.side_important_links a {
	text-decoration: underline;
	font-size: 10px;
}
.side_important_links .more_links {
	display: block;
	width: 70px;
	height: 18px;
	text-indent: -3000px;
	background: transparent url(../_images/button_more_links.gif) no-repeat top left;
	margin-top: 18px;
}

.side_calendar_of_events dt {
	font-weight: bold;
}
.side_calendar_of_events dd {
	padding-bottom: 10px;
}

#right_column p {
	font-size: 10px;
}

.column h3 {
	xdisplay: block;
	xtext-indent: -3000px;
	xbackground-color: transparent;
	xbackground-repeat: no-repeat;
	xbackground-position: left top;
	color: #07277e;
	font: normal normal 16px/20px "Helvetica Neue", "Helvetica", Arial, sans-serif; 
	padding-bottom: 4px;
}
.column div {
	padding-bottom: 20px;
}
.side_applications_and_forms ul {
	margin-top: 12px;
	border-right: 8px solid #d5dbe3;
}
.side_applications_and_forms li {
	margin-bottom: 1px;
	padding: 8px 0 8px 8px;
	background: #d5dbe3 url(../_images/icon_acrobat.gif) no-repeat right center;
	zoom: 1;
}
.side_applications_and_forms li a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
.bold {
	font-weight: bold;
}



#home_extras {
	position: absolute;
	top: 382px;
	left: 206px;
	font-size: 10px;
	line-height: 13px;
}
#home_extras li {
	display: block;
	float: left;
	width: 195px; /* 247 - 26 - 26 */
	padding: 13px 26px;
	height: 171px; /* 197 - 13 - 13 */
	background: transparent url(../_images/home_box_background.gif) no-repeat center top;
}
#home_extras .view_more {
	display: block;
	text-indent: -3000px;
	width: 60px;
	height: 18px;
	background: transparent url(../_images/button_view_more.gif) no-repeat center top;
	margin-top: 11px;
}
#home_extras li img {
	margin-top: 3px;
	margin-bottom: 11px;
}
#home_extras h4 {
	display: block;
	text-indent: -3000px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
}
#home_extras .featured_workshops h4 {
	width: 152px;
	height: 17px;
	background-image: url(../_images/home_extras_title_featured_workshops.gif);
}
#home_extras .register_for_member_site h4 {
	width: 173px;
	height: 18px;
	background-image: url(../_images/home_extras_title_register_for_member_site.gif);
}
#home_extras .advocacy_news h4 {
	width: 113px;
	height: 17px;
	background-image: url(../_images/home_extras_title_advocacy_news.gif);
}



#footer {
	clear: both;
	font-size: 10px;
	text-align: center;
}
.interior #footer {
	padding-top: 80px;
}
#footer ul {
	padding-bottom: 12px;
}
#footer li {
	display: inline;
	border-right: 1px solid #07277e;
	padding: 0 3px 0 1px;
}
#footer li.last {
	border-right: none;
}
#footer li a {
	color: #07277e;
}


/*
#center_column h2.title_membership {
	width: 257px;
	height: 20px;
	background-image: url(../_images/title_membership_why_join_spa.gif);
}
*/

