#ferraro500 {
	background-color:yellow;
	float:right;
	font-size:22px;
	padding:0px 5px;
	border:solid 1px white;
	margin-right:25px;
	-moz-box-shadow: 0 0 1em gold;
	-webkit-box-shadow: 0 0 1em gold;
      box-shadow: 0 0 1em gold; 
}

#ferraro500 a{
	text-decoration:none;
	color:black;
}

#ferraro500 a:hover{
	color:#660000;
	text-decoration:underline;
	font-style:italic;
}

body {
	font: 14px Calibri, Verdana, Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #333;
}

#container {
	width: 1000px;
}

td {
	vertical-align: top;
	text-align: left;
}
/*td p {
	margin: 0px;
}
p {
	margin: 5px;
}*/

#masthead {
	background-color: #363E41;
	width: 970px;
	padding: 10px 15px;
	height: 24px;
}

#navigation {
	background-image: url(/images/nav_background.png);
	background-repeat: repeat-x;
	height: 39px;
	width: 1000px;
	margin-bottom: 20px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 39px;
	margin-left: 10px;
}

#navigation li {
	font-size: 13px;
	float: left;
	width: 85px;
	padding: 10px;
	height: 32px;
	border-left: 1px solid #fff;
	margin-left: 12px;
}

#navigation li.last {
	border-right: 1px solid #fff;
}

#navigation li a {
	color: #fff;
	text-decoration: none;
}

#navigation li a:hover {
	text-decoration: underline;
}

#content {
	margin-left: 22px;
	width: 578px;
}

#content h1, h2, h3, h4, h5, h6 {
	color: #600;
	font-weight: normal;
}

/*Used to recolor headers*/
#content .black {
	color: black;
}

#content h1 {
	border-bottom: 1px solid #dcdcdc;
}

#content h1 .title {
	font-size: 13px;
	color: #666;
}

#content h5, h6 {
	font-size: 13px;
}

#content h6 {
	font-style: italic;
}

#content blockquote {
	background-color: #e8e8e8;
	padding: 20px;
	margin: 12px;
	font-weight: bold;
}

#sub_content {
	width: 300px;
	margin: 0 auto;
	margin-left: 40px;
}

#sub_content h2 {
	font-size: 18px;
}
#sub_content h3 {
	font-size: 16px;
}

#sub_content h2 {
	border-bottom: 1px solid #dcdcdc;
}

#sub_content .office_detail {
	clear: left;
	margin-bottom: 16px;
	font-size: 14px;
}
#sub_content .office_detail H3 {
	margin-bottom: 0px;
	font-weight: bold;
}

#sub_content .office_detail IMG {
	float: left;
	display: inline;
	margin-right: 10px;
}

#search {
	width: 270px;
	height: 28px;
	background-color: #ccc;
	padding: 15px;
}

#search input {
	padding: 5px;
	border: 1px solid #999;
	color: #999;
	width: 210px
}

#search input.submit_btn {
	background-color: #666;
	border: none;
	color: #fff;
	text-transform: uppercase;
	height: 25px;
	width: 40px;
	padding-top: 0px;
	margin-left: 8px;
}

#footer {
	height: 20px;
	padding: 10px 15px;
	color: #fff;
	background-color: #363E41;
	width: 1000px;
}


.clear {
	clear: both;
}

#scrollercontainer {
	margin-bottom: 6px;
}
#scroller {
	overflow: hidden;
	height: 150px;
	position: relative;
}

#scroller #scrollerpos {
	position: absolute;
}
#scroller #scrollerpos OL {
	margin: 4px 0px;
	padding-left: 30px;
}

/**********************
PageLEaf Styles
******************/

IMG.rightMargin {
	margin-right: 6px;
}

IMG.leftMargin {
	margin-left: 6px;
}

 .formTable th {
 	text-align: right;
	width: 170px;
 }
 .formTable th.commentArea {
 	text-align: left;
	padding-left: 110px;
 }
 .formTable td.commentArea {
 	text-align: left;
	padding-left: 110px;
 }
#content .formTable th {
	text-align: left;
 	font-weight: normal; 
	width: 200px;
}
#content  .formTable th.commentArea {
	padding-left: 0px;
 }
#content  .formTable td.commentArea {
	padding-left: 0px;
 }
