* {
margin: 0; padding: 0; border: none;
}

body {
	/*background: #b33134 url(../img/bg.jpg) repeat-x top left;*/	
	background-color: #fff;
}

table.centermain {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
/*	margin-top: 7px!important;*/
}

table.table100 {
	width: 100%;
}

table.table700 {
	width: 700px;
}

table.table100pad10 {
	width: 100%;
	margin-bottom: 10px;
}

td.navbg{
	background:url(../img/navbg.gif) top left repeat-x;
}

table.search {
	width: 326px;
	height: 38px;
	background: url(../img/searchbg.gif) no-repeat top left;
}

	table.search input {
		border: 2px solid #d1474b;
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		color: #444;
		padding: 3px;
	}
	
table.contentarea {
	margin-top: 3px;
}

	td.menucol {
		background: #777777;
		width: 240px;
	}
	
		td.menucol h1 {
			font: normal 14px Arial, Helvetica, sans-serif;
			color: #dad5cb;
			text-transform: uppercase;
			margin: 13px 25px;
		}
		
		td.menucol ul,ol {
			margin: 0; padding: 0;
			list-style-type: none;
		}
		
		td.menucol li.subnava a {
			display: block;
			margin: 0 25px 7px 25px;
			font: bold 11px Arial, Helvetica, sans-serif;
			color: #e3e3e3;
			text-transform: uppercase;
			text-decoration: none;
			padding: 0;
		}
		
		td.menucol li.subnava a:hover {
			color: #ffffff;
		}
			
			td.menucol li.subnavb a {
				display: block;
				margin: 7px 35px 2px 35px;
				text-decoration: none;
				padding: 0;
				list-style-type: none;
			}
		
			td.menucol li.subnavb a:hover {
				color: #ffffff;
			}
					
				td.menucol ul.products a{
					display: block;
					font: normal 11px Arial, Helvetica, sans-serif;
					color: #ffffff;
					border-bottom: 1px solid #dad5cb;
					margin: 0 25px 0 35px;
					padding: 5px 0;
					text-decoration: none;
					text-transform: uppercase;
					width: 180px;
				}
				
				td.menucol ul.products a:hover {
					background: #989898;
				}
				
	td.copybox {
		background: #ffffff url(../img/copybg.gif) repeat-y top right;
	}
			
		td.copyarea {
			padding: 10px 20px;
			font: 11px Arial, Helvetica, sans-serif;
			color: #717171;
		}
		
		td.copyarea h1 {
			font: bold 16px Arial, Helvetica, sans-serif;
			text-transform: uppercase;
			color: #c22d29;
			letter-spacing: 1px;
			margin-bottom: 10px;
		}
		
		td.copyarea a {
			color: #c22d29;
			text-decoration: none;
		}
		
		td.copyarea a:hover {
			color: #333;
			text-decoration: none;
		}
		
		td.copyarea ul,ol {
			margin-left: 30px;
			margin-bottom: 10px;
		}
		
		td.copyarea ol {
			list-style: decimal;
		}
		
		p {	
			margin-bottom: 10px;
		}
		

table.footer {
	margin-top: 3px;
	height: 30px;
	background: url(../img/footer.gif) repeat-x top left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #695e4a;
}	

	table.footer a {
		color: #695e4a;
		text-decoration: none;
	}
	
	table.footer a:hover {
		color: #a09581;
		text-decoration: none;
	}

		td.fs a {
			color: #a09581;
			text-decoration: none;
		}
		
		td.fs a:hover {
			color: #717171;
			text-decoration: none;
		}
		
 hr {
	height: 1px;
	border: none;
	background: #c4c4c4;
	color: #c4c4c4c;
	margin: 15px auto;
	width: 100%;
}


img.imageborder {
	border: 1px solid #656565;
}

input,textarea,select {
	margin: 1px;
	padding: 3px;
	font: 11px Arial, Helvetica, sans-serif;
	border: 1px solid #c4c4c4;
}

table.paddedtable {
	margin-bottom: 10px;
}
	
		td.paddedcell {
			border-bottom: 1px solid #c4c4c4;
				padding: 10px;
		}
	
		td.paddedcellrightborder {
			border-bottom: 1px solid #c4c4c4;
			border-right: 1px solid #c4c4c4;
				padding: 10px;
		}

table.datatable {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

	td.datatabledark {
		background: #c2c2c2;
		font-weight: bold;
		color: #000;
		padding: 3px;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
	}

	td.datatablemed {
		background: #eaebeb;
		color: #000;
		padding: 3px;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
	}

	td.datatablelight {
		background: #f9fafa;
		color: #000;
		padding: 3px;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
	}


.staff {
	width: 340px;
	float: left;
	margin: 0 10px 10px 0;
	height: 100px;
}

	.staffimg {
		float: left;
		width: 100px;
		margin-right: 20px;
		height: 90px;
	}
	
	.staffimg img {	
		border: 1px solid #656565;
		width: 100px;
		height: 90px;
	}
	
	.staffinfo {
		width: 220px;
		float: right;
	}
	




.languages {
	margin: 10px auto;
	width: 160px;
	text-align: center;
	font: normal 11px Arial, Helvetica, sans-serif;
}

.languages a {
	color: #998f7c;
}

.languages a:hover {
	color: #000;
}


/*Begin 2010 Updates */


/*Begin Header */
#header-container {
	margin: 0;
	padding: 0;
	height: 65px;
	background-color: #FFF;
/*	margin-bottom: 15px;*/
}
#hdr-container {
	height: 65px;
	margin: 0 auto;
	width: 978px;
}
#logo-plcmnt {
	margin-top: 12px;
	margin-left: 2px;
	float: left;
}
#top-nav {
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 18px;
	margin-left: 420px;
	float: left;
	width: 330px;
	height: 40px;
	text-align: center;
}
#top-nav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #7f1518;
	font-size: 14px;
	line-height: 22px;
	margin-left: 8px;
	margin-right: 8px;
	text-decoration: none;
}
#top-nav a:hover {
	color: #888;
}
#buffer {
	height: 15px;
}
/*End Header */

/*Begin Rotating Photos*/
#rotating-photos-container {
	width: 978px;
	height: 175px;
	margin-top: 10px;
/*	height:190px;
	margin-top:0;*/
	margin-bottom: 25px;
	clear:both;
}

.rotate-container {
	float: left;
	width: 237px;
	height: 180px;
	margin-right: 10px;
	background-color: #626262;
	overflow: hidden;
}

.rotate-container a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	display: block;
	
}
.rotate-container-last {
	float: left;
	width: 237px;
	height: 180px;
	background-color: #626262;
	overflow: hidden;
}

.rotate-container-last a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	display: block;
	
}
.rotate1 {
	width: 233px;
	height: 146px;
	float: left;
	margin-bottom: 7px;
	overflow: hidden;
	border-width: 2px;
	border-style:solid;
	border-color: #626262;
}
.rotate2 {
	width: 233px;
	height: 146px;
	float: left;
	margin-bottom: 7px;
	overflow: hidden;
	border-width: 2px;
	border-style:solid;
	border-color: #626262;
}
.rotate3 {
	width: 233px;
	height: 146px;
	float: left;
	margin-bottom: 7px;
	overflow: hidden;
	border-width: 2px;
	border-style:solid;
	border-color: #626262;
}
.rotate4 {
	width: 233px;
	height: 146px;
	float: left;
	margin-bottom: 7px;
	overflow: hidden;
	border-width: 2px;
	border-style:solid;
	border-color: #626262;
}
	
/*End Rotating Photos */


/*Begin Content Area */
#main-container {
	background: #b33134 url(../img/bg.jpg) repeat-x top left;
	margin: 0;
	padding: 0
}
#main {
	margin: 0 auto;
	width: 978px;
	overflow:hidden;
}
#logos-left {
	background:url(../img/logo-bkg.png) top center no-repeat;
	float: left;
	width: 225px;
	height: 434px;
	padding-top: 7px;
}
#logos-left img {
	margin: 15px 0 0 12px;
}
#content {
	float: left;
	margin-left: 15px;
	width: 738px;
	min-height: 434px;
}
#logo-container {
	width: 738px;
}
.comp-logos {
	float: left;
	margin-right: 8px;
	margin-left: 5px;
}
.comp-logos-pengo {
	float: left;
	margin-left: 5px;
}
#nav-btm {
	margin: 7px auto 10px auto;
	width: 470px;
	height: 20px;
}
#nav-btm a{
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	margin-left: 28px;
	margin-right: 28px;
	text-align:center;
	text-decoration: none;
}
#idx-content-container{
	width: 730px;
	height: 343px;
	margin-top: 13px;
	margin-left: 6px;

}
#idx-content-bkg {
	width: 730px;
	background: url(../img/idxobx-mdl.png) top center repeat-y;
}
#idx-content-sheild {
	width: 730px;
	height: 291px;
	background: url(../img/cust_idxsheild_102510.png) top center no-repeat;
}
.idx-content {
	width:656px;
	margin: -5px 22px 0 22px;
	padding: 15px 15px 0 15px;
}
.idx-content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 21px;

}
.idx-content-highlight {
		width:658px;
	margin: 15px 21px 0 21px;
	padding: 10px 15px 5px 15px;
	background: url(../img/overlay.png);
	font-weight: bold;
}
.idx-content-highlight p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
}
.idx-content-highlight a {
	color: #8b2107;
	text-decoration: none;
}
.idx-content-highlight a:hover {
	color: #999;
}
.idx-content-tagline {
	margin: 20px 2px 0 26px;
}

#idx-content-topimg {
	width: 730px;
	height; 29px;
	margin: 0;
	padding: 0;
}
.red-text {
	color: #8b2107;
	text-align: center;
/*	font-weight:bold;*/
}
.clear {
	clear:both;
}

/*End Content Area */

/*Begin Footer */
#footer {
	background-color: #fff;
	margin: 0;
	padding: 0;
}
#footer-container {
	width: 978px;
	height: 190px;
	margin: 0 auto;
}
#link-mdl {
	width: 978px;
	height: 22px;
/*	margin-top: 15px;*/
	float: left;
}
#link-mdl a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:22px;
	text-align: center;
	text-decoration: none;
	color: #000;
	display: block;
}
#nav-footer {
	float: left;
	width: 300px;
	height: 15px;
/*	margin-top: 5px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#nav-footer a {
	text-decoration: none;
	color: #000;
}
#nav-footer a:hover {
	color: #888;
}
#footer-logos{
	float: right;
	display: block;
}
#footer-logos a{
	display: block;
	padding: 0 5px;
	height: auto;
	width: auto;
	float: left;
}
	
/*End Footer */


/*End 2010 Updates */



body.mceContentBody {
			padding: 10px 20px;
			font: 11px Arial, Helvetica, sans-serif;
			color: #717171;
			background-color:#FFFFFF;
			background-image:none;
}

body.mceContentBody h1{
			font: bold 16px Arial, Helvetica, sans-serif;
			text-transform: uppercase;
			color: #c22d29;
			letter-spacing: 1px;
			margin-bottom: 10px;
}


.mceContentBody a{
			color: #c22d29 !important;
			text-decoration: none !important;
}

.mceContentBody li {
	margin-left: 30px;
}
