body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Calibri, Verdana, Tahoma, Helvetica, Arial, sans-serif;
	background: #fff;
	color: #333;
}
#wrapper {
	margin: 0 auto;
	width: 1000px;
}

/*Top Masthead*/
#masthead {
	padding: 10px 15px;
	background: #363E41;
}

/*Main Banner*/
#banner {
	margin: 0;
	padding: 0;
}
#banner-left {
	margin: 0;
	padding: 0;
	width: 360px;
	float: left;
}
#banner-right {
	margin: 0;
	padding: 0;
	width: 640px;
	float: left;
}

/*Navigation*/
#navigation {
	margin: 0 0 20px 0;
	background: url(/images/nav_background.png) repeat-x left top;
	width: 1000px;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li {
	font-size: 14px;
}
#navigation li.last a {
	border-right: 1px solid #fff;
}
#navigation li a {
	padding: 10px 25px;
	float: left;
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #fff;
}
#navigation li a:hover {
	background: #660000;
	text-decoration: underline;
}

/*Core Layout*/
#container {
	margin: 0;
	padding: 0;
}
#content {
	padding: 0 40px 0 0;
	width: 660px;
	float: left;
}
#sidebar {
	width: 300px;
	float: left;
}
#footer {
	padding: 10px 15px;
	color: #fff;
	background: #363E41;
}

/*Ferraro 500 Button*/
#btn-ferraro {
	float: right;
	font-size: 20px;
	padding: 5px;
	text-align: center;
	border: 1px solid #fff;
	-moz-box-shadow: 0 0 1em gold;
	-webkit-box-shadow: 0 0 1em gold;
    box-shadow: 0 0 1em gold;
    background: yellow;
    width: 170px;
}
#btn-ferraro a {
	color: #000;
	text-decoration: none;	
}
#btn-ferraro a:hover {
	color: #660000;
	text-decoration: underline;
	font-style: italic;
}

/*Search*/
#search {
	width: 270px;
	background-color: #ccc;
	padding: 15px;
}
#search input {
	padding: 5px;
	border: 1px solid #999;
	color: #999;
	width: 210px
}
#search input.submit_btn {
	margin: 0 0 0 2px;
	background: #666;
	border: none;
	color: #fff;
	text-transform: uppercase;
	width: 40px;
	height: 28px;
}


/*Fonts
#content h1, h2, h3, h4, h5, h6 {
	color: #600;
	font-weight: normal;
}

#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 {
	margin: 10px 0;
	padding: 10px;
	background: #e8e8e8;
	font-weight: bold;
}

#sidebar h2 {
	font-size: 18px;
}
#sidebar h3 {
	font-size: 16px;
}
#sidebar h2 {
	border-bottom: 1px solid #dcdcdc;
}
#sidebar .office_detail h3 {
	margin-bottom: 0px;
	font-weight: bold;
}
*/


#sidebar .office_detail {
	clear: left;
	margin-bottom: 16px;
	font-size: 14px;
}

#sidebar .office_detail img {
	float: left;
	display: inline;
	margin-right: 10px;
}



#scrollercontainer {
	margin-bottom: 6px;
}
#scroller {
	overflow: hidden;
	height: 150px;
	position: relative;
}
#scroller #scrollerpos {
	position: absolute;
}
#scroller #scrollerpos ol {
	margin: 4px 0px;
	padding: 0 0 0 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;
 }
 
 
 .clear {
	clear: both;
}

 /*Clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

