/* default.css
**
** Default stylesheet for bigtentcoalition.org
** author: Brennan Wilcox - http://www.brennanwilcox.net
**
** NOTE: I have borrowed quite liberally from Jeffrey Zeldman - www.zeldman.com.
** I highly recommend his book, Designing with Web Standards - Second Edition, available here: 
** http://www.amazon.com/exec/obidos/ASIN/0321385551/ref%3Dnosim/jeffreyzeldmanprA/ 
*/

html { 
	min-width: 742px;
}

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.125em;
	background: #8c0b0b url(../images/holder8.gif) top center repeat-y; 
	
}

/* header */
h1 {
	text-indent: -9999px;
	overflow: hidden; 
	display: block;
	width: 711px;
	height: 100px;
	background: white url(../images/btcLogo7.gif) top left no-repeat;
	margin: 0 0 0 12px;
	padding: 0;
	border: 0;
}

img { border: 0 }

div#wrapper	{
	width: 742px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}





/* main navigation menu */
div#globalNav {
	height: 30px;
	width: 711px;
	margin: 10px 0 0 12px;
	padding: 0;
	border: 0;
	background: #c9b385;
}

div#globalNav ul	{
	height: 30px;
	width: 711px;
	/* background: transparent url(/i04/nav.gif) top left no-repeat; */
	margin: 0;
	padding: 0;
/*
	position: relative;
*/
	list-style: none;
}

div#globalNav ul li {
	margin: 0 2em 0 0;
	padding: 0;
	display: block;
	float: left;
/*
	position: absolute;
*/
	top: 0;
}

div#globalNav ul li a:link, div#globalNav ul li a:visited {
	color: #194e76;
	text-decoration: none;
	font-weight: bold;
}

div#globalNav ul li a:hover {
	color: white;
	text-decoration: none;
	font-weight: bold;
}	

/* YOU ARE HERE effects  - main menu */
body#home #navHome a:link, body#home #navHome a:visited,
body#mission #navMission a:link, body#mission #navMission a:visited, 
body#advocacy #navAdvocacy a:link, body#advocacy #navAdvocacy a:visited,
body#membership #navMembers a:link, body#membership #navMembers a:visited,
body#links #navLinks a:link, body#links #navLinks a:visited { 
	color: #c9b385;
	background: #194e76;
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
}
	



/* MAIN CONTENT */

div#maincontent 	{
	width: 700px;
	background: white;
	padding: 10px 0 0 10px;
	border: 0;
	margin: 0;
	/* False margin value for all versions of IE Win, including 6.0 */	
	margin-left: 6px;
}
html>body div#maincontent {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-left: 12px;
	min-height: 800px;
}

div#maincontent a:link, div#maincontent a:visited, div#maincontent a:active {
	color: #194e76;
	text-decoration: none;
	font-weight: bold;
}

div#maincontent a:hover {
	color: #c9b385;
	text-decoration: none;
	font-weight: bold;
}

div#contentWrap {
	padding: 0 10px 0 0;
}

div#contentWrap h2 {
	line-height: 1.1em;
}

div#maincontent dl {
	margin-bottom: 1em;
}

div#maincontent dl dt {
	font-weight: bold;
	margin-top: 1em;
}

div#alphaNav {
	width: 95%;
	height: 30px;
	background: #194e76;
	color: white;
}

div#alphaNav ul {
	margin: 0;
	padding: 5px 5px 5px 10px;
	list-style: none;
}

div#alphaNav ul li {
	margin: 0 0.5em 0 0;
	padding: 0;
	display: block;
	float: left;
}

div#alphaNav a:link, div#alphaNav a:visited, div#alphaNav a:active {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

div#alphaNav a:hover {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

div#events ul {
	list-style: none;
}

div#events ul li {
	margin-bottom: 0.8em;
}


/* FOOTER */

div#footer	{
	clear: both;
	border: 0;
	background: transparent url(../images/blueBottom1.gif) center bottom no-repeat;
	z-index: 3;
	color: white;
	width: 711px;
	padding: 5px 0;
	margin: 10px 0 0 12px;
}
	
div#footer p	{
	background: transparent url(../images/btcLogoIcon5.gif) center left no-repeat;	
	z-index: 1;
	font-size: 11px;
	line-height: 18px;
	margin: 0;
	padding: 9px 0 0 50px;
}

div#footer p a:link, a:visited, a:active {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
div#footer p a:hover {
	color: #c9b385;
	font-weight: bold;
	text-decoration: none;
}

div#footerWrap {
	background: #194e76 url(../images/blueTop1.gif) center top no-repeat;
	z-index: 2;
}




/* MISC. CLASSES */

.footnote {
	font-size: 11px;
	line-height: 18px;
	font-style: italic;
	text-align: right;
}

.indented { margin-left: 3em; }

.skipnav { display: none; }

.tableDisplay {}

.tableLabel {}