/* Big Bang Fundraising CSS Repository */
/* Developed by Robert Palmer (http://rp-network.com) */

/* page structure */

body {
	font: normal 11px/18px Arial, sans-serif;
	color:#5B5F3E;
	background: url(../images/bg.png) repeat-x white;
}

a {
	color: #E09600;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color:#5B5F3E;
}

h1 {
	font-size:12px;
	text-transform: uppercase;
	margin-bottom: 5px;	
	font-weight: bold;
}

h2 {
	font-size:12px;
	margin-bottom: 5px;	
	font-weight: bold;
}

hr {
	border: none;
	border-top: 1px solid #5B5F3E;
	height: 1px;
}

p {
	margin-bottom: 10px;
	text-align: justify;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


/* ids */

#header {
	width: 960px;
	height: 234px;
	display: block;
	clear: both;
}

#content {
	clear: both;
	padding: 100px 0 0 157px;
	display: block;
	width: 485px;
	background: url(../images/tab.png) top left no-repeat;
} 

*html #content {
	margin-top: -3px;
}

#content ul {
	list-style: disc;
	padding-left: 1.3em;
}

#content ol {
	list-style: decimal;
	padding-left: 2em;
}

#content blockquote {
	padding: 20px 0;
}

/* classes */

div.logo {
	margin-top: 138px;
	float: left;
	clear: left;
}

div.nav {
	float: right;
	clear: right;
	padding-top: 200px;
}

div.nav ul { }

div.nav ul li {
	float: left;
	display: block;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
	padding-right: 5px;
	border-right: 1px solid #5B5F3E;
	margin-right: 5px;
}

div.nav ul li.last {
	border: none;
}

div.nav ul li.sel a {
	color:#5B5F3E;
}

.right {
	float: right;
	clear: right;
}

.left {
	float: left;
	clear: left;
}

.hidden {
	display: none;
}

.small {
	font-size: 90%;
}
