*{
 margin:0;
 padding:0;
}

body {
	margin: 0;
	padding: 0;
	font-family:trebuchet Ms,sans-serif;
	text-align:left;
	background-image:url(../images/bkgrd_main.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #32949D;
	color:#000000;
}

html, body {
	width:100%;
	height: 100%;
}

html>body {
	height: auto;
}

a:link,a:visited{
 color:#2E939F;
 text-decoration:none;
}

a img{
 border:0;
}

#main {
	position:absolute;
	height:auto;
	min-height:1049px;
	width:100%;
	background-image:url(../images/bkgrd.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin:0px auto;
}

#container {
	position:relative;
	margin:30px auto;
	width:979px;
	height:857px;
	background-image:url(../images/body.png);
	background-repeat:no-repeat;
	background-position:top;
}

#header {
	height:165px;
	width:979px;
}

#content {
	width:979px;
	height:561px;
}

#content h1{
	color:#D36518;
	margin-left:30px;
	margin-top:15px;
}

#sub_content {
	clear:both;
	width:650px;
	height:420px;
	margin:0px 30px 20px 20px;
	padding-top:15px;
	padding-left:10px;
	overflow:auto;
}

#sub_content_customers {
	clear:both;
	width:650px;
	height:490px;
	margin:10px 30px 20px 20px;
	padding-top:10px;
	overflow:auto;
}

#sub_content p{
	line-height:1.5em;
	padding:5px 10px 5px 0px;
}

#sub_content h2{
	color:#D36518;
	padding:5px 10px;
}

#sub_content h3{
	color:#D36518;
	padding:5px 10px;
}

#sub_content h4{
	color:#D36518;
	padding:5px 10px;
}

#sub_content h5{
	color:#D36518;
	padding:5px 10px;
}

img.rightimg {
 	float: right;
}
 
img.leftimg {
 	float: left;
}

img.centerimg {
	display: block;
 	margin-left: auto;
 	margin-right: auto 
}

#sublist {
	clear:both;
	float:inherit;
}

#sublist li{
	list-style:inside disc;
	padding-left:20px;
}

/**********CONTACT US MAP*********/

#contact_map {
	clear:both;
	position:absolute;
	float:left;
	width:200px;
	padding-top:20px;
	padding-left:20px;
	text-align:left;
}

#contact_map_link {
	display: block;
  	width: 175px;
  	height: 124px;
  	margin:0 auto 0 0;
  	background: url("../contact/images/map_thumb.jpg") no-repeat 0 0;
  	z-index:60;
}

#contact_map_link:hover { 
  background-position: 0 -124px;
}

#contact_map_link span {
  display: none;
}

#contact_form {
	position:absolute;
	left:250px;
	width:350px;
	text-align:left;
	margin: 0 0 0 auto;
	padding-top:10px;
}

input.txt {
	color:#00008B;
	background-color:#E3F3F7;
	border: 1px inset #00008B;
}

select.txt {
	color:#00008B;
	background-color:#E3F3F7;
	border: 1px inset #00008B;
}

textarea.txt {
	color:#00008B;
	background-color:#E3F3F7;
	border: 1px inset #00008B;
}

form p {
	clear: left;
	margin:0;
	padding: 0;
	padding-top: 5px;
}

form p label {
	float: left;
	width: 30%;
	font: bold 0.9em Arial, Helvetica, sans-serif;
}

form h2 label {
	font: bold 0.7em Arial, Helvetica, sans-serif;
}


/**********END CONTACT US MAP*********/


/********** ACCORDION **********/
	.accordion { font: 0.8em Arial, sans-serif;list-style-type: none; padding: 0; margin: 0 0 30px; border: 1px solid #17a; border-top: none; border-left: none; }
	.accordion ul { padding: 0; margin: 0; float: left; display: block; width: 100%; }
	.accordion li { 
		background: #92d8e0; 
		cursor: pointer; list-style-type: none; padding: 0; margin: 0; float: left; display: block; width: 100%;}
	.accordion li.active>a { background: url('../customers/close.gif') no-repeat center right; }
	.accordion li div { padding: 20px; 
		background: #ceedf2; 
		display: block; clear: both; float: left; width: 550px;}
	.accordion a { text-decoration: none; border-bottom: 1px solid #4df; font: bold 1.1em/2em Arial, sans-serif; color: #222; padding: 0 10px; display: block; cursor: pointer; background: url('../customers/open.gif') no-repeat center right;}
	.accordion a.pic {
		clear:both;
		text-decoration: none; 
		border-bottom: 1px solid #4df; 
		color: #222; 
		padding: 0px 10px; 
		display:inline; 
		background:none;
		}
	.accordion a.weblink {
		clear:both;
		text-decoration:underline; 
		border-bottom:none; 
		color:#3333FF; 
		padding: 0; 
		display:inline; 
		background:none;
		}
	.accordion a.weblink:hover {  
		color:#222;
		text-decoration: none;
		}
	.accordion a.reglink {
		clear:both;
		text-decoration:underline; 
		border-bottom:none; 
		color:#3333FF; 
		padding: 0; 
		display:inherit; 
		background:none;
		}
	.accordion a.reglink:hover {  
		color:#222;
		text-decoration: none;
		}
	.accordion span p{
		margin-bottom:10px;
	}
	
	/* Level 2 */
	.accordion li ul li { 
		background: #ceedf2; 
		font-size: 0.9em; 
		}
	
/********** END ACCORDION **********/

/********** FLASH PLAYER **********/
#player {
	position:absolute;
	top:10px;
	right:25px;
}
/********** END FLASH PLAYER **********/

/********** CRUMBS **********/
#crumbs { list-style: none; }
#crumbs li { display: inline; }

/********** END CRUMBS **********/


#footer {
	width:979px;
	height:100px;
	position:relative;
	background:none;
	z-index:100;
}
#footer img {
	position:absolute; 
	right:50px; 
	top:30px;
}

/********** QUOTE **********/
#quote {
	position:absolute;
	top: 45px;
	left: 75px;
	width: 725px;
	height:30px;
	background:none;
	overflow:hidden;	
}

#quote p {
	font-family:Trebuchet, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	color:#000;
}

/********** END QUOTE **********/

/********** COPYRIGHT **********/
#copyright {
	position:absolute;
	top:850px;
	right:20px;
	background-color:transparent;
	margin:0 10px 50px 0;
	font-size:10px;
	color:#000;
}
#copyright_text {
	position:absolute;
	top:850px;
	left:20px;
}
#schroeder {
	position:absolute;
	right:5px;
	width:100px;
	text-align:center;
}
#schrder_logo {
  display: block;
  width: 88px;
  height: 28px;
  margin:0 0 0 0;
  background: url("../images/schroeder.gif") no-repeat 0 0;
  z-index:50;
  
}

#schrder_logo:hover { 
  background-position: 0 -28px;
}

#schrder_logo span {
  display: none;
}
/********** END COPYRIGHT **********/




/********** END COPYRIGHT **********/
