@charset "utf-8";
/* CSS Document */

/* Normalize padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
margin: 0;
padding: 0;
}


/* Normalize header sizes */
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}

/* Normalize list styles */
ol, ul {
list-style: none;
}

/* Normalize font style and weight on odd elements */
address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}

/* Normalize table borders */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* Normalize other borders */
fieldset, img {
padding: 0px;
border: none
}

/* Normalize text-alignment */
caption, th {
text-align: left;
}

/* Normalize (remove) quotation marks */
q:before, q:after {
content: '';
}

*:focus {
outline: none;
}	

html{
overflow: scroll;
}

img{
padding: 0;
}


/*----------------------------------------------------- Don't edit anything above this line ---------------------------------------------------*/

html {
	background-color: #333333;
}

body{
	position: relative;
	text-align: left;
	margin: 0px auto;
	margin-bottom: 40px;
}

*{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #1d1914;
}

h1{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
text-transform:uppercase;
padding: 0 0 10px 0;
font-weight:bold;
}

h2{
font-size: 11px;
padding: 0 0 5px 0;
font-weight:bold;
}

h3{
font-size: 12px;
color: #a5532b;
padding: 0 0 5px 0;
}

a:active, a:link, a:visited{
font-size: 11px;
text-decoration: none;

}

a:hover{
text-decoration: underline;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

.news_home {
	padding: 5px;
}

.news_home a{
	text-decoration:underline;
}

#home_tabs {background-color:#FFFFFF; margin-right: 45px;width: 300px;}
.tab_container {min-height: 150px;}

#main_container{
position: relative;
margin: 0px auto;
width: 971px;
}

#page_container {
background:url(/images/orange_block.gif);
}

#page_content {
background:url(/images/diamondplate_bar_long.gif);
background-position:top;
background-repeat:no-repeat;
padding-top: 35px;
}

#nav_left {width: 170px;margin-left: 25px; margin-right: 20px; padding-bottom: 150px;}
#content_right {padding: 0px 55px 45px 15px;}
.page_copy {line-height: 16px;}
.page_copy li {list-style:disc;margin-left: 20px;}

.people_container {padding-top: 10px;line-height: 16px;}
.people_container td{padding: 5px;}

.sub_nav_div {padding: 5px 5px 5px 0px;border-bottom: 1px dotted #333333;text-align: right;}
.sub_nav_div_on {padding: 5px 5px 5px 0px;border-bottom: 1px dotted #333333;text-align: right;}
.sub_nav_div a {color: #333333;text-decoration:none; font-size: 11px;}
.sub_nav_div a:hover{color: #333333; text-decoration:underline; font-size: 11px;}
.sub_nav_div_on a{color: #333333;text-decoration:none; font-size: 11px; font-weight: bold;}

.prod_cat {color: #333333;text-decoration:none; font-size: 11px;padding: 5px 5px 3px 0px; border-bottom: 1px dotted #333333; margin-bottom: 5px;text-align: right;}
.prod_cat_on {color: #333333;text-decoration:none; font-size: 11px;padding: 5px 5px 3px 0px; border-bottom: 1px dotted #333333; font-weight:bold;margin-bottom: 5px;text-align: right;}
.prod_nav_div {padding: 2px 5px 2px 0px;text-align: right;font-weight:normal;}
.prod_nav_div_on {padding: 2px 5px 2px 0px;text-align: right;}
.prod_nav_div a {color: #333333;text-decoration:none; font-size: 11px;}
.prod_nav_div a:hover{color: #333333; text-decoration:underline; font-size: 11px;}
.prod_nav_div_on a{color: #333333;text-decoration:none; font-size: 11px; font-weight: bold;}


.content_container {
margin-left: 35px; 
margin-right: 10px; 
width: 441px;
}

.content_container_services {
margin-left: 35px; 
margin-right: 10px; 
width: 463px;
}

.top_content {
padding: 10px 20px 10px 10px;
}



.thumb_image img{
	border: 1px solid #000000;
	}

.thumb_image_over img{
	border: 1px solid #FF9933;
	}

.thumb_image:hover img{
	border: 1px solid #FF9933;
	}
	
.news_ul {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 15px;
}

.titletxt {
	font-size: 17px;
	font-weight: bold;
	color: #3C6BA6
}
.subtitletxt {
	font-size: 14px;
	color: #999999
}

.prod_details {
padding: 10px 20px 10px 10px;
}

.form_table td {padding: 3px;}


