/***********************************************/
/*             GLOBAL DEFINITIONS              */
/***********************************************/

html {
	text-align: center;
	padding: 0 25px;
}

body {
	margin: 0 auto;
	width: 765px;
	text-align: left; /* Overrides "text-align: center" in html selector */
	font: 11px/1.3em verdana, arial,helvetica,sans-serif; 
	color: #787878;
}

img {
	/* Enables IE to show PNG transparency
		- this doesn't work on PNGs in the background 
		- <img> tag MUST include height and width measurements
		- requires a 'blank.gif' file in the image folder */
	behavior: url(./behaviorfiles/pngbehavior.htc);
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p { margin: 0 0 1em 0; padding: 0; }

.clear { clear: both; height:0px; font-size: 0px; }
a img { border: none; }

a:link { color: #787878; text-decoration: none; }
a:visited { color: #787878; text-decoration: none; }
a:hover { text-decoration: underline; }

.bulletIcon {
	background-position: 0 .4em;
	background-repeat: no-repeat;
	background-color: transparent;
	padding-left: 12px;
}

.fourSq { background-image: url(../images/bullet-4sq-off.gif); }
.fourSqRed { background-image: url(../images/bullet-4sqred-off.gif); }
/* a.fourSq:hover { background-image: url(../images/bullet-4sq-on.gif); } */
.segmentExtraInfo li.fourSq { background-image: url(../images/bullet-4sqred-off.gif); }


/***********************************************/
/*             HEADER CONTAINER                */
/***********************************************/

#header {
	margin-bottom: 0;
	_margin-bottom: 10px; /* For IE/Win */
}

#header h1, #header h3, #header h4 {
	display: none;
}


/***********************************************/
/*               TOP BORDER                    */
/***********************************************/

#topBorder {
	height: 55px;
	background-color: #999;
	padding: 0 15px;
}

#searchArea {
	float: left;
	margin-top: 28px;
	font-size: 9px;
	font-weight: bold;
	color: #dfdfdf;
	text-transform: uppercase;
}

#searchArea input {
	font-size: 9px;
}

#submit-search {
	margin-bottom: -6px;
	_margin-bottom: -4px; /* For IE/Win */
}

#wbaiLogo {
	float: right;
	margin-top: 12px;
}


/***********************************************/
/*              APF LOGO AREA                  */
/***********************************************/

#apfLogoArea { /* Use padding instead of margins in case you want to apply a background
	color or background image in the future */
	padding-top: 16px;
	padding-bottom: 8px;
}

#apfLogo_sub {
	margin-top: 3px;
}

#apfLogo_sub a:link, #apfLogo_sub a:visited { text-decoration: underline; }
#apfLogo_sub a:hover { color: #000; }


/***********************************************/
/*                 TOP NAV                     */
/***********************************************/

#topNav {
	float: right;
	width: 330px;
	_width: 335px;
	list-style: none;
	margin-top: 15px;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	_text-indent: 0; /* For IE/Win */
}

#topNav li {
	float: left;
	display: block;
	width: 105px;
	margin-left: 5px;
	margin-bottom: 6px;
}

#topNav li a:link, #topNav li a:visited { color: #424242; }
/* #topNav li a:hover { color: #bf4a25; } */

#topNav li#donateLink .fourSq { background-image: url(../images/bullet-4sqgreen-off.gif); }
#topNav li#donateLink a:link, #topNav li#donateLink a:visited { font-weight: bold; color: #6fb9aa; }
