body {
	background-color:#ffffff;
	margin: 0px 0 0 0;
	padding: 0px 0px 0px 0px;
}
    
body img { /* blocking images for the page */
	display: block;
	float: left;
}

.info, td, p {
	font-family: Helvetica,Arial,Tahoma,sans-serif;
	font-size: .8em; 
	color: #343434;
	margin-top: 0px;
}

a { /*#b61d1b;*/
	font-family: Helvetica,Arial,Tahoma,sans-serif;
	color: #d32643;
	text-decoration: none;
}

a:hover {
	font-family: Helvetica,Arial,Tahoma,sans-serif;
	color: #a11c33;
	text-decoration: underline;
}

h1 {
	font-family: Helvetica,Arial,Tahoma,sans-serif;
	font-size: 1.5em; 
	color: #000000;
}


h2 {
	font-family: Helvetica,Arial,Tahoma,sans-serif;
	font-size: 1em; 
	color: #000000;
}


h3 {
	font-family: Helvetica,Arial,Tahoma,sans-serif;
	font-size: .8em; 
	color: #000000;
}
/* API */

/*#######################################################################################*/
/* Overloaded Elements */
/*#######################################################################################*/

.hrgrey {
	height: 1px;
	background: #ffffff url(/images/hrgrey.gif) repeat scroll center;
	margin: 5px 0 0 0;
}

.hrblue {
	height: 1px;
	background: #ffffff url(/images/hrblue.jpg) repeat scroll center;
	margin: 5px 0 0 0;
}

.hrblue hr, .hrgrey hr {
  display: none;
}

/*#######################################################################################*/
/* Text Manipulation */
/*#######################################################################################*/

.bold {
	font-weight: 700;
}

.italic {
	font-style: italic;
}

.alert {
	color: #e60000;
}

.whiteout {
	color: #ffffff;
	display: inline;
}

.centerText {
	text-align: center;
}

.underline {
 	text-decoration: underline;
}

.nounderline {
	text-decoration: none;
}

.big {
	font-size: 110%;
}

.bigger {
	font-size: 125%;
}
/*#######################################################################################*/
/* Common Attributes */
/*#######################################################################################*/

.left {
	float: left;
}

.right {
	float: right;
}

.nofloat {
	float: none;
}

.nopadding {
	padding: 0;
}

.nomargin {
	margin: 0;
}

.inline {
	display: inline;
}

.autoHeight {
	height: auto;
}

.centerContent {
	margin: 0 auto;
}

.centerText {
	text-align: center;
}

/*#######################################################################################*/
/* Tables */
/*#######################################################################################*/

.borders {
	borders: collapse;
	border: 1px solid #000000;
}

.noborders {
	borders: collapse;
	border: none;
}

/*#######################################################################################*/
/* Common Colors */
/*#######################################################################################*/

.red {
	color: #CB123D;
}

.lightblue {
	color: #54bedb;
}

.blue {
	color: #057fa4;
}

.black {
	color: #000000;
}

.grey {
	color: #767676;
}

/*#######################################################################################*/
/* Form Elements */
/*#######################################################################################*/

.buttonSubmit {
	background-image: url(/images/button_submit_generic.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	border: 0px;
	width: 125px;	
}

.buttonReset {
	background-image: url(/images/button_reset_generic.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	border: 0px;
	width: 46px;	
}

textarea {
	padding: 2px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	font-family: arial, verdana, sans serif;
	font-size: 13px;
}

.formBox {
	border: 1px solid #cccccc;
	height: 18px;
	font-size: 14px;
}

.formDropbox {
	border: 1px solid #cccccc;
	height: 20px;
	font-size: 13px;
}

.formCheckbox, .formRadio {
	margin: 4px 0px 0px 0px;
}

.formCheckboxAlt {
	position: relative;
	top: 2px;
	left: 1px;
}

/*#######################################################################################*/
/* TABLE/FORM Element Manipulation */ 
/*#######################################################################################*/
.form { 
	font-family: arial, sans serif; 
	font-size: 12px; 
}

.error { 
	font-family: verdana, arial, sans serif; 
	font-size: 10px; 
	color: #cc0000; 
}

.label, label { 
	color: #666666; 
	font-family: verdana, arial, sans serif; 
	font-size: .80em; 
	text-transform: uppercase; 
}

.labelreq { 
	color: #cc0000; 
	font-family: verdana, arial, sans serif; 
	font-size: 12px;
	text-transform: uppercase; 
}

#container { /* container div */
	margin-right: auto;
	margin-left: auto;	
	margin: 0px auto 0px auto;
	display: inline;
	background-color: #ffffff;
}

/** Header **/
#header { /* container for the header. From logo to spacer */
	float: left;
	display: inline;
	overflow: hidden;
	width: 780px;
	height: 100px;
	background: #ffffff;
}
/* END HEADER */


/** MAIN CONTENT CONTAINER **/
#main { 
	width: 780px; /* Sets content area as a static size */
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	float: none;
}

.Horzline {
	float: left;
	height: 2px;
	border-top: 1px dashed #ffffff;
	display: inline;
	overflow: hidden;
	margin-top: 10px;
}

/** MAIN CONTENT **/
#content {
	float: left;
	width: 780px;
	display: inline;
	background-color: #ffffff;
}

#left {
	float: left;
	width: 580px;
	height: auto;
	display: inline;
}

#right {
	float: right;
	width: 169px;
	height: 320px;
	margin-left: 20px;
	display: inline;
}

/** LEFT **/
#navContainer {
	float: left;
	width: 780px;
	height: 50px;
	background: transparent url(/images/nav_main_bg.png) no-repeat scroll top left;
	display: inline;
	overflow: hidden;
}

#highlightMembership {
	float: left;
	width: 124px;
	height: 218px;
	background: transparent url(/images/highlight_membership_bg.png) no-repeat scroll top left;
	display: inline;
	padding: 8px;
	overflow: hidden;
}

#highlightFastFact {
	float: left;
	width: 125px;
	height: 218px;
	background: transparent url(/images/hl_fast_fact.png) no-repeat scroll top left;
	display: inline;
	padding: 8px;
	overflow: hidden;
	margin-left: -2px;
}

#highlightFastFact p{
	margin: 0;
	font-size: .7em;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
	position: relative;
	top: 41px;
}

#highlightMembership p {
	margin: 0;
	font-size: .7em;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
	position: relative;
	top: 51px;
}

#highlightVolunteer p {
	margin: 0;
	font-size: .7em;
	color: #ffffff;
	text-align: center;
	position: relative;
	top: 64px;
}

#highlightVolunteer {
	float: right;
	width: 124px;
	height: 218px;
	position: relative;
	top: -120px;
	left: -31px;
	background: transparent url(/images/highlight_volunteer_bg.png) no-repeat scroll top left;
	display: inline;
	padding: 8px;
}

/* NAVIGATION MENU */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	background-color: transparent;
	color: #ffffff;
	height: 18px;
	font-family: Arial;
	font-size: .8em;
	padding: 5px 30px 0px 10px;
	font-weight: 700;
}

#nav a:hover {
	text-decoration: underline;
}

#nav li { /* all list items */
	float: left;
	/*width: 50px;  width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: auto;
	height: 20px;
	background: transparent url(/images/nav_sub_bg.gif) repeat-x scroll top left;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul a { /* second-level lists */
	display: block;
	background-color: transparent;
	color: #000000;
	height: 20px;
	font-family: Arial;
	font-size: .7em;
	padding: 3px 20px 0px 10px;
	font-weight: 700;
}

#nav li ul a:hover { /* second-level lists */
	color: #000000;
	text-decoration: underline;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-left: 0px;
	margin-top: 0;
}

#nav li:hover ul.TwoSub, #nav li.sfhover ul.TwoSub { /* lists nested under hovered list items */
	left: auto;
	margin-left: -107px;
	margin-top: 0;
}

#nav li:hover ul.ThreeSub, #nav li.sfhover ul.ThreeSub { /* lists nested under hovered list items */
	left: auto;
	margin-left: -185px;
	margin-top: 0;
}

#nav li:hover ul.FourSub, #nav li.sfhover ul.FourSub { /* lists nested under hovered list items */
	left: auto;
	margin-left: -370px;
	margin-top: 0;
}

#nav li:hover ul.FiveSub, #nav li.sfhover ul.FiveSub { /* lists nested under hovered list items */
	left: auto;
	margin-left: -477px;
	margin-top: 0;
}

#nav li ul ul {
	margin: 0em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

.One {
	width: auto;
	display: inline;
}

.OneActive,
.One:active,
.One:hover {
	display: inline;
}

.Two {
	width: auto;
	display: inline;
}

.TwoActive,
.Two:active,
.Two:hover {
	display: inline;
}

.Three {
	width: auto;
	display: inline;
}

.ThreeActive,
.Three:active,
.Three:hover {
	display: inline;
}

.Four {
	width: auto;
	display: inline;
}

.FourActive,
.Four:active,
.Four:hover {
	display: inline;
}

.Five {
	width: auto;
	display: inline;
}

.FiveActive,
.Five:active,
.Five:hover {
	display: inline;
}

.Six {
	width: auto;
	display: inline;
}

.SixActive,
.Six:active,
.Six:hover {
	display: inline;
}

.Seven {
	width: auto;
	display: inline;
}

.SevenActive,
.Seven:active,
.Seven:hover {
	display: inline;
}

/* PBA Nav */
#PBAmenu {
	overflow: hidden;
	width: 780px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-color: #000000;
	padding: 0px 0 0 0px;
	overflow: hidden;
}

/* PBA Nav */
#PBAmenu {
	overflow: hidden;
	width: 780px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-color: #ffffff;
	padding: 0px 0 0 0px;
	overflow: hidden;
}

#PBAlogo {
	margin: 0px;
	width: 195px;
	height: 50px;
	float: left;
}

#PBAlogo a {
	float: left;
	display: block;
	height: 50px;
	padding-top: 0px;
	background-image: url(/beacon/images/PBAlogoBeacon.png);
	background-repeat: no-repeat;	
}


#PBAlogo a.logo{
	width: 195px;
	background-position: -0px -0px;
	display: inline;
}

#PBAlogo a.logo:hover, a.logoCurrent{
	width: 195px;
	background-position: -0px -50px;
	display: inline;
}

#PBAmenu ul {
	list-style-type: none;
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
}

#PBAmenu ul li {
	float: left;
	padding-top:15px;
}
#PBAmenu ul li a {
	float: left;
	display: block;
	height: 25px;
	background-image: url(/beacon/images/PBAnav.png);
	background-repeat: no-repeat;
	padding-top: 0px;
}

#PBAmenu ul li a.About {
	margin-left:5px;
	width: 54px;
	background-position: -3px -0px;
	display: inline;
}

#PBAmenu ul li a.About:hover, a.AboutCurrent {
	width: 54px;
	background-position: -3px -25px;
	display: inline;
}

#PBAmenu ul li a.Sections {
	width: 71px;
	background-position: -58px -0px;
	display: inline;
}

#PBAmenu ul li a.Sections:hover, a.SectionsCurrent {
	width: 71px;
	background-position: -58px -25px;
	display: inline;
}

#PBAmenu ul li a.BusinessTools {
	width: 122px;
	background-position: -131px -0px;
}

#PBAmenu ul li a.BusinessTools:hover, aBusinessToolsCurrent {
	width: 122px;
	background-position: -131px -25px;
}

#PBAmenu ul li a.Education {
	width: 90px;
	background-position: -254px -0px;
}

#PBAmenu ul li a.Education:hover, a.EducationCurrent {
	width: 90px;
	background-position: -254px -25px;
}

#PBAmenu ul li a.Advocacy {
	width: 85px;
	background-position: -345px -0px;
}

#PBAmenu ul li a.Advocacy:hover, a.AdvocacyCurrent {
	width: 85px;
	background-position: -345px -25px;
}

#PBAmenu ul li a.Networking {
	width: 97px;
	background-position: -432px -0px;
}

#PBAmenu ul li a.Networking:hover, a.NetworkingCurrent {
	width: 97px;
	background-position: -432px -25px;
}

#PBAmenu ul li a.Events {
	width: 60px;
	background-position: -530px -0px;
}

#PBAmenu ul li a.Events:hover, a.EventsCurrent {
	width: 60px;
	background-position: -530px -25px;
}

/** FOOTER **/
#footer { 
	width: 780px; /* Sets content area as a static size */
	float: left;
	height: 89px;
	background: #d32643;
	border-bottom: 130px solid #000000;
}

#footerImages {
	float: left;
	display: inline;
	width: 780px;
	height: 55px;
	background: #ffffff url(/images/footer_images.jpg) no-repeat scroll top left;
}


