/* CSS Document */

* {
  margin:0;
  padding:0;
}

a:link, a:visited {
	color: #FF9933;
	text-decoration: none;
}

img {
	border: 0;
}

body {
	background:url(images/bg.png)  repeat-x;
	/*background-color: #6c826b;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal; 	
}

form, input {
	font-size: 11px;

}

input, textarea {
	background: #FFFDF9;
	color:#666666;
	border: 1px groove #666666;
	padding: 2px 3px 2px 3px;
	border: 1px solid #CCCCCC;
}

#maincontainer {
  margin: auto;
  width:820px;
  background:#FFFFFF;
  border:#006600 4px double;
  border-top: none;
}

#maincontainer_inner {
  margin:0;
  padding:0px 10px 10px 10px;
}

	#headerbanner {
		background: url(images/header.jpg) no-repeat;
		width: 800px;
		height: 150px;
		margin-bottom: 5px;
	}
	
	#menucontainer {
		background:url(images/menu_bg.gif) repeat-x;
		width: 770px;
		height: 45px;
		padding-right: 30px;
		text-align: right;
	}
	
	#bodycontainer, #aboutbodycontainer, #expressquotecontainer {
		width: 800px;
		border-bottom: 1px solid #999999;
	}
	
	#expressquotecontainer, #aboutbodycontainer {
		padding-top: 20px;
		height: auto;
	}
	
	#aboutbodycontainer {
		height:500px;
	}
	
	#bodycontainer {
		background:url(images/body_bg.gif) no-repeat top;
		height:500px;
	}
	
		#body_left {
			float: left;
			width: 450px;
			height: 460px;
		}
		
			#br_bar, #about_bar, #services_bar {
				font-weight: bold;
				font-size: 12px;
				color:#FFFFFF;
				text-align: center;
				padding: 5px 0 5px 0;
			}
			
			#services_bar {
				background: url(images/home_bar.gif) no-repeat;
				width: 385px;
				margin: 0px 0 0 0;
			}
			
			#br_bar {
				background: url(images/home_bar.gif) no-repeat;
				width: 385px;
				margin: 40px 0 0 40px;
			}
			
			#about_bar {
				background: url(images/about_bar.gif) no-repeat;
				width: 303px;
				margin: 0 0 0 25px;
			}
			
			#about_img {
				margin: 100px 0 0 15px;
			}
			
			#br_content {
				background: #FFFFFF;
				border: 1px solid #999999;
				height: 270px;
				width: 385px;
				margin: 10px 0 0 40px;
			}
			
			#br_content p {
				color: #000000;
				padding: 10px 10px 0 10px;
				text-indent: 40px;
			}
		
		#body_right {
			float: left;
			width: auto;
			height: 430px;
			padding: 30px 0 0 0;
		}
		
			#aboutcontent {
				width: 280px;
				background:#FFFFFF;
				padding: 10px 10px 25px 10px;
				border: 1px solid #999999;
				margin: 10px 0 0 25px;
			}
			
		#servicescontainer {
			float: left;
			margin: 20px 1px 0 15px;
			background: url(images/services_top.gif) no-repeat top;
			background-color: #f3f2f2;
			width: 246px;
			height: 125px;
		}
		
		#servicescontainer_inner {
			background: url(images/services_bottom.gif) no-repeat bottom;
			height: 125px;
			margin: 0;
		}

#clear_both {
	clear: both;
}

.footer {
	font-size: 10px;
}

.blue_headers, .dark_headers {
	color:#0072bc;
}

.dark_headers {
	font-weight: bold;
}

.orange_headers {
	color:#f47f34;
}

.serv_content, .serv_header {
	font-family: Arial;
	font-weight: normal;
	font-size: 10px;
}

.serv_header {
	color:#0072bc;
}

.radio, .checkbox {
	margin: 0 10px 0 10px;
}

.trow {
	padding:8px 5px 8px 5px; 
	background-color:#C4D6F7;
}

.table_bg {
	background-color: #FEFBD8;
}

.table_2 tr td {
	padding: 5px;
}

.table tr td {
	padding: 10px;
}
