
/*
	css for booze remodel
*/

/* @group body */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	background-color: white;
}

div.content {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

p.banner {
	margin: 0;
}

div.content table tr td.leftCol {
	background-color: #0A814B;
}

div.content td {
	vertical-align: top;
}

div.box {
	border: 1px solid #c5c5c5;
	padding: 15px;
}

img {
	border: none;
}

/* @end */

/* @group headers */

h1, h2, h3 {
	color: #954F1C;	
}

h1 {
	font-size: 18px;
	*margin-top: 0.5em;
}

h2 {
	font-size: 13px;
	font-style: italic;
}

h3 {
	color: #333333;
	font-size: 12px;
}

/* @end */

/* @group boozenav */

ul.boozenav {
	list-style-type: none;
	margin-left: 0;
	padding-left: 10px;
	*margin-top: 1em;
}

ul.boozenav li {
	margin-bottom: 0.7em;
	font-weight: bold;
	font-size: 12px;
}

ul.boozenav li a {
	color: #F5D686;
	text-decoration: none;
}

ul.boozenav li a:hover {
	text-decoration: underline;
}

/* @end */

/* @group credits */

div.credits {
	font-size: 11px;
	margin-top: 20px;
}

div.credits ol {
	font-weight: bold;
	margin-left: 0;
	padding-left: 20px;
	*padding-left: 32px;
}

div.credits ol li {
	padding: 0;
	margin: 0;
	text-indent: 0;
}

div.credits ol li span {
	font-weight: normal;
}

p.pubDate {
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

/* @end */

/* @group custom */

table caption {
	font-weight: bold;
}

table#enforcing {
	width: 550px;
}

table#enforcing tr.grey {
	background-color: #D3D3D3;
}

table#enforcing tr.ltgrey {
	background-color: #EAEAEA;
}

table#enforcing th, table#enforcing td {
	text-align: left;
	border: 1px solid #f5f5f5;
	height: 22px;
	padding: 2px;
}

/*
	big lists are used for when main
	content is just a list.
*/

ul.bigList {
	font-size: 14px;
	list-style-type: none;
}

ul.bigList li {
	margin-bottom: 1em;
}

table#NatlSurveys {
	margin-bottom: 30px;
}

table#NatlSurveys tr th {
	text-align: left;
}

table#NatlSurveys tr td, table#NatlSurveys tr th {
	vertical-align: top;
	border: 1px solid white;
	border-collapse: collapse;
}

table#NatlSurveys tr th {
	background-color: #dddddd;
}

table#NatlSurveys tr.odd td {
	background-color: #eeeeee;
}

table#rwjfTable tr td, table#rwjfTable tr th {
	vertical-align: top;
}

table#rwjfTable tr th {
	text-align: left;
}

/*
	navigation fixes
*/

input.ie6adjust {
	*margin-left: -55px;
}

.navbarInput {
	position: relative; top: -9px;
}

/* @end */


