* {
  font-family: "Trebuchet MS",  tahoma,Verdana, arial;
  font-size: 9pt;
  color: #707779;
}

body {
  margin: 0;
  margin-top:20px;
  text-align: center; /* ie bug fix */
}

p {
	margin-top:0px;	
}

fieldset {
	margin:0;
	border-width:0;	
}

hr {
	color: gray; background-color: gray;
	border:0px solid gray; height:1px;
}

#pageContainer {
    width:825px;
    margin:0 auto;
    text-align:left; /* ie bug fix */
}

#siteHeader {
    height:184px;
    width:825px;
    background-repeat:no-repeat;
    position:relative;
    border-bottom:1px solid white;
}

.siteHeader_metalWork {
    background-image: url(/images/home_header01.jpg);
}

#searchBox {
    position:absolute;
    right:20px;
    top:10px;
    width:150px;
    text-align:center;
    color:white;

}

#searchBox form fieldset {
    border-width:0px;
    margin:0; padding:0;font-size:9pt;
    color:white;
}
#searchBox form fieldset input {
    width:100px;
    height:14px;
    font-size:8pt;
}

.menuBar{
    border-top:1px solid white;
    height:24px;
    background: rgb(216,224,230);
    text-align:center;
    line-height:24px;
    color: white;
    font-size: 10pt;
}

.menuBar a {
    color: rgb(26,52,75);
    text-decoration:none;
    font-weight:bold;
    font-size: 10pt;
}


.mainContent {
	width:614px;
	float:right;
	background-color: #f9fbfb;
	min-height:250px;
}

.home {
	float:left;
	width:614px;
}

.leftColumn {
	width: 190px;
	float:left;	
    background: rgb(216,224,230);
}

.moreInfo {
	width: 614px;
	float:right;	
    background: rgb(249, 251, 251);
    margin-top:20px;
    overflow:hidden;
}

.leftColumn a {
	text-decoration:none;	
}
.leftColumn a:hover {
	color: rgb(26,52,75);
}


.rightColumn {
	width:192px;
	float:right;
}

.rightColumn img {
	border:1px solid #4d708e;
	margin:-10px;
}

h1 {
	height:21px;
	background-color: #4d708e;	
	font-weight:bold;
	margin-top:-10px;
	padding-left:10px;
	line-height:21px;
	color:white;
	margin:-10px -10px 10px -10px;
	
}

h2 {
	font-size:10pt;	
}

.headerBar {
	height:21px;
	background-color: #4d708e;	
	font-weight:bold;
	padding-left:10px;
	line-height:21px;
	color:white;
}

.inset {
	padding:10px;	
}

#footer {
    clear:both;
    background: url(/images/footer_divider.jpg) no-repeat 0 25px;
    padding-top:30px;
    margin-top:30px;
    color:rgb(130,137,138);
    font-size:9pt;
    text-align:center;
    
}
#footer a{
    color:rgb(130,137,138);
    text-decoration:none;
    font-size:8pt;
}

#footer a:hover {
    color:black;
}

/* Contact specific */

form {
	padding: 0px 0;	
}

[class^='lbl_']{
	font-weight:bold;
} 
	
fieldset[class^='fld_'] {
	border-width:0px;
	margin:0; padding:0;
}
input[class^='inp_'] {
	width: 400px;
}
textarea[class^='txt_'] {
	width:400px;
	height:70px;
}