@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------------
	body layout
------------------------------------------------------------------*/
	
html {
	height: 100%;
}
body {
	font-size: 1em;	
	/*background: #fffdeb url(../images/background_bg.gif) repeat-y;*/
	background: #333333 url(../images/background_bg.gif) repeat-y;
	background-position: 50% 0px;
	min-height: 100%;
	_height: 100%;
}
#wrapper {
	width: 749px;
	margin: 0 auto 0 auto;	
	padding-bottom: 225px;
	position: relative;
	left: -1px;
	*left: 0px;
	_left: 1px;
}

/* 
 	UGLY: center background css hacks
 	safari - 		right by 1 
 	IE7 - 			none
 	IE6 - 			left by 1 
 	FF3 Mac - 	left by 1
 	FF3 Vista - left by 1
  FF3 XP - 		left by 2
 	FF2 XP -    
*/

/*------------------------------------------------------------------
	clearfix
------------------------------------------------------------------*/
#wrapper:after,
#navbar:after,
#bgSidesWrapper:after,
#primaryContent:after,
#secondaryContent:after,
#platinumSponsors:after,
#goldSponsors:after,
#silverSponsors:after
{
	content: '';
	display: block;
	clear: both;
}

#wrapper,
#navbar,
#bgSidesWrapper,
#primaryContent
#secondaryContent,
#platinumSponsors,
#goldSponsors,
#silverSponsors
{
	zoom: 1;
}


/*------------------------------------------------------------------
	universal styles
------------------------------------------------------------------*/

strong {
	font-weight: bold;
}
h2 {
	font-family: Trebuchet MS, Geneva, Verdana, sans-serif;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 15px;
}
a {
	font-weight: bold;
	color: #c01d1d;	
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

em {
	color: #006699;
	font-style: italic;
}


/*------------------------------------------------------------------
	header & nav section
------------------------------------------------------------------*/

h1 {
	float: left;
}

h1 a {
	display: block;
	background: url(../images/logo.jpg) no-repeat;
	width: 272px;
	height: 74px;
	text-indent: -2000px;
	margin: 15px 0px 10px 15px;
}

ul#navbar {
	float: right;
	margin-top: 35px;
	color: white;
}

ul#navbar li {
	float: left;
	margin-right: 20px;
	font-family: Trebuchet MS, Geneva, Verdana, sans-serif;
	font-size: 90%;
}

ul#navbar li a {
	display: block;
	text-decoration: none;
	padding-bottom: 8px;
	color: #c01d1d;
	font-weight: bold;
}

ul#navbar li a:hover {
	border-bottom: 3px solid #333;
	color: #333;
}

ul#navbar li.active a {
	color: #333;
}

ul#navbar li.active a:hover {
	color: ##333;
}

img#banner {
	border: 1px solid black;
	border-right: 0px;
	border-left: 0px;
	clear: both;
}


/*------------------------------------------------------------------
	universal content container styles
------------------------------------------------------------------*/

#primaryContent {
	float: left;	
	width: 510px;
	padding: 0px 5px 25px 10px;
	margin: 15px 0px 30px 0px;
	color: #555;	
	background: white;
}
#primaryContent h2 {
	padding: 3px 0px 0px 10px;
	margin-left: -10px;
	color: #006699;
	background: url(../images/h2primary_bg.gif) no-repeat; /*#e3e3e3 */
	background-position: right 21px;
}

#secondaryContent {
	float: right;	
	width: 215px;
	margin: 20px -1px 25px 0px;		
	font-family: Tahoma, Helvetica, sans-serif;
	background: white;	
}
#secondaryContent form, #secondaryContent div.contentBlock  {
	padding: 0px 10px 10px 11px;
	margin-bottom: 10px;
}
#secondaryContent h2 {
	color: #444;
	font-size: 110%;
	background: url(../images/secondary_h2_bg_two.gif) repeat-x;
	margin-left: -11px;
	padding: 1px 0px 3px 10px;
	border: 1px solid #bdbdbd;	
	border-right: 0px;
	margin-right: -10px;
}
#primaryContent p , #secondaryContent p{
	margin-top: 10px;
	margin-bottom: 15px;
	color: #555;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 80%;
}
#secondaryContent{
	color: black;
	font-family: Verdana, sans-serif;
	font-size: 85%;
}

#secondaryContent img {
	border: 1px solid black;
}

#footer {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -374px;
}
/*------------------------------------------------------------------
	specific id containers for secondary content
------------------------------------------------------------------*/
#guestlistForm, #mailingListForm , #helpWanted , #pastEvents, #quickStats, #pastCausesSideBar,
#stuff, #volunteers{
	/*background: #596e8b url(../images/secondaryContent_bg.gif) repeat-x;*?
}


