/* CSS Document */
/* Rowan Colors:
	Yellow: #FC0
	Brown:	#300 */
/* Color combinations: http://www.returnofdesign.com/showcolors.php?scheme=16 */
	

*	{
	margin:0px; 
	padding:0px;
	}

body {
	text-align:center;
	background-image:url(../images/bg5b1400NH.gif);
	background-repeat:repeat-x;
	text-align:center;
	}

#bodyWrapper {
	position: relative;
	margin: 0 auto;
	width: 770px;
	text-align: left;
	}
	
#headWrapper {
	position: relative;
	margin: 0 auto;
	width: 770px;
	text-align: left;
	}

#header {
	margin: 0 auto;
	height: 50px;
	text-align: left;
	background-color:#fdcc46;
	}
	
#banner {	
	height: 50px;
	background-image:url(../images/logoFDCC46.gif);
	background-position: center left;
	background-repeat:no-repeat;
	}
	
#search {
	padding-top: 14px;
	padding-right: 5px;
	margin: 0px;
	}
	
#search form {
	position: absolute;
	top: 0;
	right: 0;
	display: inline;
	padding-top: 14px;
	}

select {
	margin: 0px;
	padding: 0px;
	}
	
#bannerLinks {
	padding: 2px 4px 1px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
	color:#5b1400;
	width: auto;
	margin: 0px;
	}
a.bannerLinks{ color: #FFF; text-decoration: none;} 
a.bannerLinks:visited{ color: #FFF; text-decoration: none; } 
a.bannerLinks:hover{ color: #FFF; text-decoration: none;}


#topImage {
	height: 175px;
	background-image:url(../images/topBlur.jpg);
	background-repeat:no-repeat;
	border-bottom: 1px solid black;
	}


	
#mainWrapper {
	position: relative;
	margin: 0 auto;
	width: 770px;
	text-align: left;
	}

	
/*---------------------------------------------------------------------------------------------*/	
/* Son of Suckerfish Menu (Vertical) */
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 10em;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:1em;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 11em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 10.05em;
		margin-top : -1.35em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 150px;
		w\idth : 150px;
		display : block;
		color : black;
		text-decoration : none;
		background-color : white;
		border : 1px solid #cc9;
		border-left:none;
		padding : 0 0.5em;
		font-size:10px;
	}
	
	#nav li a:hover {
		color : white;
		background-color : #5b1400;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
/*---------------------------------------------------------------------------------------------*/

#bodyText {
	padding:5px 10px;
	background-color:#fff;
	border-left: 1px solid #cc9;
	}
	
#bodyText ul {
	padding: 0px 0px 0px 30px;
	margin-bottom: 5px;
	list-style:disc;
	width:auto;
	border:none;
	}
	
#bodyText ol {
	padding: 0px 0px 0px 30px;
	margin-bottom: 5px;
	width:auto;
	}
	
#footer {
	border-top: 1px solid #cc9;
	padding: 5px 0px;
	clear:both;
	background-color: #FFFFFF;
	}

#footerImage {
	float: left;
	margin-left: 20px;
	margin-top: 7px;
	}	

#footerText{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:left;
	margin-left: 210px;
	}
	
p {
	margin-bottom:10px;
	}

h1, h2 {
	margin-bottom: 20px;
	}
	
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	color: #330000;
	border-bottom: 1px solid #cc9;
	}
	
.titleNoBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #330000;
	border-bottom: 1px solid #cc9;
	}
	
.titleGrey	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	color:#333333;
	border-bottom: 1px solid #cc9;
	}
	
.header {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
	}
	
.subhead {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	}
	
.bodyText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

.cite {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}

.bodyTable {
	width: 100%;
	margin-bottom: 15px;
	}
	
.bodyTable td, th, caption {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 3px 0;
	margin: 0;
	border-bottom: #999 1px solid;
	}

.bodyTable td, th{
text-align: right;
}

.bodyTable .firstcell {
text-align: left;
}

.bodyTable .indentcell {
text-indent: 24px;
text-align: left;
}

.bodyOL {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
list-style-type: upper-roman;
}

.bodyOL ol {
list-style-type: upper-alpha;
}

.bodyOL ol ol {
list-style-type: decimal;
}

.senateform option {
padding-left: 0.25em;
padding-right: 0.25em;
}

.senateform fieldset {
padding: 1em;
margin-top:0.5em;
margin-bottom:0.5em;
}

.senateform select {
margin-top:0.5em;
margin-bottom:0.5em;
}

