/* CSS Document */

body {
	font:0.8em Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	border-top:6px solid #355687;
	line-height:1.6em;
	background-color:#0e345e;
	min-width: 890px;
}
.wrap {
	width:890px;
	margin:0 auto;
}
h1 {
	font-size:1.7em;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
}
h2 {
	font-size:1.3em;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
}
h3 {
	font-size:1em;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
}
dt {
	font-size:1.2em;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
}
dl {
	margin:0;
	padding:0;
}
dd {
	margin:0;
	padding:5px 0;
}
#header {
	clear:both;
	height:63px;
	background-image:url(../images/header_bg.png);
	float:left;
	width:100%;
	border-bottom:5px solid #355687;
}
.smallheader {
	font-size:1.2em;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
}
#logo {
	clear:none;
	float:left;
	padding:5px 0 0 0;
	margin:0;
	height:58px;
	width:320px;
}
#logo img {
	border:none;
}
#navigation {
	clear:none;
	float:right;
	padding:0;
	margin:0;
	height:63px;
	width:566px;
}
#nav {
	clear:none;
	float:right;
	margin:20px 0 0 0;
	font-weight:bold;
}
#nav li {
	display:inline;
	padding:0 7px;
}
#nav li a {
	text-decoration:none;
	color:#FFFFFF;
}
#nav li a:hover {
	text-decoration:underline;
}
#banner {
	float:left;
	clear:both;
	width:100%;
	background-image:url(/images/banner_bg.gif);
	height:237px
}
#banner_content {
	padding:10px 0 0 0;
	width:890px;
	float:left;
}
#banner_content p {
	color:#152D52;
}
#entry {
	padding:10px 0;
	float:right;
	clear:none;
}
#entry a {
	color:#355687;
	text-decoration:none;
	border-bottom:1px dotted #355687;
}
#entry a:hover {
	color:#355687;
	text-decoration:underline;
	border-bottom:1px solid #355687;
}
.entry-block {
	width:300px;
	height:100px;
	background-color:#f3d35f;
	border: 0px solid #dfc258;
	margin:0 0 15px 0;
	padding:0px;
}
.full-entry {
	width:280px;
	background-color:#f3d35f;
	border:1px solid #dfc258;
	margin:0 0 10px 0;
	padding:10px;
}
#personal {
	float:left;
	background-color:#193764;
	clear:both;
	width:280px;
	height:215px;
	margin:0;
	padding:5px;
	color:#fff;
}
#personal p {
	padding:0 0.5em;
	margin:0;
}
#personal h2 {
	color:#F1C14B;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	font-size:120%;
}
#content {
	float:left;
	padding:10px 0;
	width:100%;
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-x;
	background-color:#fff;
}
#content h1, h2, h3 {
	color:#152D52;
	margin:0 0 10px 0;
}
#content a {
	color:#355687;
	text-decoration:underline;
}
#content a:hover {
	color:#355687;
	text-decoration:underline;
}
#content #main {
	width:63%;
	float:left;
	margin-top: 20px;
}
#content #main_full {
	width:100%;
	height:100%;
	float:left;
}
#content #home {
	width:100%;
	float:left;
}
#content #side {
	width:286px;
	float:left;
	margin: 20px 0 0 20px;
	padding:10px;
	background-color:#E4EEFA;
	border:1px solid #97B0CD;
}
.hmholder {
	background-color:#E4EEFA;
	border:1px solid #97B0CD;
	padding: 20px;
	
}

#homefeatures { 
	margin-left: auto;
	margin-right: auto;
}
#homefeatures td { 
	background-color:#E4EEFA;
	border:1px solid #97B0CD;
	padding: 10px;
	margin: 0 20px 0 0;
	width: 210px;
	text-align: center;
}
#homefeatures td p { 
	text-align: left;
}
	
.top {
	width:100%;
	border-bottom:1px solid #DEE3EA;
	padding-bottom:5px;
}
#footer {
	clear:both;
	background-color:#143f6a;
	padding:10px 0;
	color:#FFFFFF;
}
#footer a {
	text-decoration: none;
	color:#fff;
}
#footer a:hover {
	text-decoration:underline;
	border-bottom:1px solid #fff;
}
#footernav {
	text-align:left;
	float:left;
	width:100%;
	border-bottom:1px solid #fff;
	padding:10px 5px 20px 5px;
	margin:0;
}
#footernav li {
	display:inline;
	padding:0 10px;
}
#address {
	list-style:none;
	margin:10px 0;
	padding:0;
	clear:both;
}
#address li {
	margin:0;
	padding:0;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.link {
	float:left;
	clear:left;
	border-bottom:1px solid #DEE3EA;
	margin:5px 0;
	padding:5px 2%;
	width:96%;
}
.pg-title {
	border-bottom:1px solid #97B0CD;
	line-height:1.2em;
}
.profile {
	float:left;
	border-bottom:1px solid #BACFE8;
	margin:0 0 10px 0;
	padding:5px;
}
.profile-image {
	float:left;
	margin:0;
	padding:0;
	width:40px;
}
.staff {
	float:left;
	margin:0;
	padding:0 0 0 5px;
	width:210px;
}
.staff ul {
	margin:0;
	padding:0;
	list-style:none;
}
.office {
	list-style:none;
	padding:3px;
	margin:7px 0;
	border-bottom:1px solid #BACFE8;
}
.contact {
	margin:7px 0 7px 20px;
	padding:0;
}
.satoffice {
	font-weight:bold;
}
.side-content {
	padding:5px;
	margin:0 0 10px 0;
}
.landing {
	width:280px;
	text-align:center;
	padding:60px 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.7em;
}
.landing a {
	text-decoration:none;
	color:#F1C14B;
}
.landing a:hover {
	text-decoration:underline;
}
.nobullet {
	list-style:none;
	margin:2px 0 10px 0;
	padding:0;
}
#bankruptcy-forms {
	padding:5px 0 15px 0;
}
.border-right {
	border-right:1px solid #fff;
	padding-right:5px;
}
.document {
	width:325px;
} /* Name of Document in table on Forms Page */
#weblocal {
	float:right;
	width: 150px;
	top: -100px;
}
#webservice a:hover {
text-decoration:none;}
#haley {
	float:left;
	text-align:right;
	display:inline;
}
/* Additional Classes */

.clear {
	clear: both;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
img {
	behavior: url(iepngfix.php);
	border:none;
	text-decoration:none;
}
.imgfloatleft {
	float: left;
	padding: 0 10px 10px 0;
}
.imgfloatright {
	float: right;
	padding: 0 0 10px 10px;
}
.imgfloatrightmiddle {
	float: right;
	vertical-align:middle;
}
.center {
	text-align: center
}
.left {
	text-align:left
}
.right {
	text-align:right
}
/* EPTC Styles */
#sb-ep-video, #sb-ep-gallery, #sb-ep-downloads {  padding: 5px 0 0 66px; font: 2.1em bold Arial, Helvetica, sans-serif; height: 42px;}
#sb-ep-video a, #sb-ep-gallery a, #sb-ep-downloads a { text-decoration: none; }
#sb-ep-video {background: url(../EasternProteinTenderCall/images/btn-video.jpg) top left no-repeat;}
#sb-ep-gallery {background: url(../EasternProteinTenderCall/images/btn-gallery.jpg) top left no-repeat;}
#sb-ep-downloads {background: url(../EasternProteinTenderCall/images/btn-downloads.jpg) top left no-repeat;}

/* Zingaya Styles */
.zingaya_container { margin: 0 0 20px 0; text-align: center;}
a.zingaya_button { display: block; width: 150px; height: 54px; background: url(http://zingaya.com/img/buttons/0321d297b77e99b831e79474f11797ee_1320261566605.png) no-repeat; margin: 0 auto; }
a.zingaya_button:hover { background-position: 0 -54px; }
a.zingaya_button:active { background-position: 0 -108px; }
a.zingaya_button_big { display: block; width: 186px; height: 56px; background: url(http://zingaya.com/img/buttons/0321d297b77e99b831e79474f11797ee_1320262127554.png) no-repeat; }
a.zingaya_button_big:hover { background-position: 0 -56px; }
a.zingaya_button_big:active { background-position: 0 -112px;}
