/* #######################  GENERAL SETTINGS ############################ */
html.body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	background-color: #CCCCFF;
}

body {
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/*  Global Formatting */
h1 {font-size:20px;line-height: 1em;font-weight: 900; color: #9BC35E;}
h2 {font-size:16px;line-height: 1em; color: #9BC35E;}
h3 {font-size:16px;line-height: 1em;font-weight: 900; color: #CC6600;}
h4 {font-size:14px;line-height: 1em; color: #CC6600;}
h5 {font-size:14px;line-height: 1em;font-weight: 900;}
h6 {font-size:12px;line-height: 1em;font-weight: 900;}
th{font-size: 12px;}

a {
	outline: none;
	}
a:link {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
	color: #fff;
	}


img {border: 0 none;}


/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */
#container {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#inner {
	height: 240px;
	width: 960px;
	margin-top: -7px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-color: #000000;
	background-image: url(../images/burkholderbrothers_header.png);
	background-repeat: no-repeat;
	height: 134px;
	width: 100%;
}
#headerinner {
	background-image: url(../images/burkholderbrothers_headerright.png);
	float: right;
	height: 134px;
	width: 395px;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
}
#headerinnertext {
	width: 280px;
	padding-top: 58px;
	text-align: center;
}
#menu {
	background-image: url(../images/burkholderbrothers_menu.png);
	background-repeat: repeat-x;
	height: 30px;
	width: 980px;
	text-align: center;
	display: block;
	position: relative;
	z-index: 20;
}
#menuinner {
	width: auto;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

#menu ul{
	padding:0;
	margin:0;
	width: 100%;
	margin-left: 30px;
	list-style-type:none;
}
#menu li{
	display:inline;
	text-align:center;
}
#menu a {
	float: left;
	font-size: 15px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #97c354;
	border-right-width: 1px;
	border-right-color: #97c354;
	height: 30px;
	text-decoration: none;
	height: 25px;
	padding-top: 5px;
	padding-right: 10px; 
	padding-left: 10px;
}
#menu a:hover{
	background-image: url(../images/burkholderbrothers_menuover.png);
	background-repeat: repeat-x;
	}
#maintop {
	height: 43px;
	width: 939px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/burkholderbrothers_inline.png);
	background-repeat: repeat-x;
}
#maintopinner {
	width: 100%;
	padding-top: 14px;
	padding-left: 40px;
}
#maintopinner tr {
	float: left;
}
#maintopinnerleft {
	float: left;
	position: relative;
}
#maintopinnerright {
	padding-top: 2px;
	padding-left: 17px;
	float: left;
	position: relative;
}
#maintopinnerright a{
	text-decoration: none;
	font-style: italic;
}
#maintopinnerright a:hover{
	text-decoration: none;
	font-style: italic;
	color: #fff;
}
#mainContent {
	width: 939px;
	background-color: #595959;
	background-image: url(../images/burkholderbrothers_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0;
	padding:0;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
	letter-spacing: .009em;
	line-height: 1.3em;
}
#maininner {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	padding-top: 10px;
}
#footer {
	background-image: url(../images/burkholderbrothers_footer.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 15px;
	font-size: 12px;
	font-style: italic;
}
.buttonheading img, .hasTip {
	border: none;
}
.contentpaneopen span {
	font-size: 10px;
}
.createdate {
	font-size: 10px;
}
.modifydate {
	font-size: 10px;
}
.readon {
	text-align: right;
	font-size: 12px;
	color: #202129;
}
.pagination span, .pagination a {
	padding-left: 5px;
}
.moduletable_fmenu {
	text-align: center;
	}

.moduletable_fmenu a{
	font-weight: bold;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 12px;
}
.moduletable_fmenu a:hover{
	text-decoration: underline;
	color: #fff;
}
.contentheading {
	font-size: 20px;
	font-weight: 900;
	color: #9bc35e;
	background-image: url(../images/burkholderbrothers_logosmall.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	}

.componentheading {
	text-align: center;
	font-size: 20px;
	font-weight: bolder;
	color: #9BC35E;
	margin-bottom: 15px;
	padding-bottom: 5px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
}

.sigthumb2{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #CCCCCC;
display:block;
margin:-5px 5px 5px -5px;
padding:4px;
position:relative;
width: 240px;
}

/* BUTTONS */

.buttons_lock a, .buttons button{
	display:block;
	float:left;
	background-color:#777;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:110%;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#FF6600;
	cursor:pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9BC35E;
	border-right-color: #9BC35E;
	border-bottom-color: #9BC35E;
	border-left-color: #9BC35E;
	background-image: url(../images/lock_go.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 20px;
}
.buttons_lock button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons_lock button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons_lock button_lock img, .buttons_lock a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

.buttons_email a, .buttons button{
	display:block;
	float:left;
	background-color:#777;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:110%;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#FF6600;
	cursor:pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9BC35E;
	border-right-color: #9BC35E;
	border-bottom-color: #9BC35E;
	border-left-color: #9BC35E;
	background-image: url(../images/email_go.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 20px;
}
.buttons_email button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons_email button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons_email button_email img, .buttons_email a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
.ab {
	font-size: 120%; 
	font-weight: bold;
	color: #FF6600;
}
.ac {
	font-size: 100%; 
	font-weight: bold;
	color: #FF6600;
}