/*----- page structure ------------------*/
body, html {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-image: url(images/bground.jpg);
	background-repeat: repeat-x;
	width: 100%;
	border: 1px
}
#container {
	margin: auto;
	width: 900px;
	padding: 0px;
}
#header {
	width: 900px;
	height: 96px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 10px;
	padding-top: 0px;
	margin: 0px;
}
#services_container {
	width: 850px;
	margin: auto;
}
#choose_service {
	width: 850px;
	margin: auto;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#leftandright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #3D4954;
	width: 860px;
	padding-left: 20px;
}
#textrightwide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #3D4954;
	float: right;
	width: 550px;
	padding-bottom: 20px;
}

#address {
	list-style-type: none;
	margin: 0px 0px 30px;
	padding: 0px;
	width: 350px;
	float: left;
}
#address li {
		padding-bottom: 5px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCCCCC;
		margin-bottom: 5px;
		list-style-type: none;
	}
#map {
	border: 1px solid #CCCCCC;
	float: right;
	height: 350px;
	width: 475px;
	margin-bottom: 20px;
}
#imagepanel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D4954;
	float: right;
	width: 275px;
	padding-bottom: 20px;
	font-style: italic;
}
#footer {
	width: 860px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	clear: both;
	margin: auto;
}
#leftandmiddle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #3D4954;
	width: 568px;
	padding-left: 20px;

}
#textmiddle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #3D4954;
	width: 275px;
	padding-bottom: 20px;
	text-align: left;
	float: right;
}
#flash {
	width: 860px;
	clear: both;
	margin: auto;
	padding: 0px;
	height: 279px;
	z-index: 10;
}
#flashsml {
	width: 860px;
	clear: both;
	margin: auto;
	padding: 0px;
	height: 150px;
}
#trackingform {
	background-image: url(images/tracking.gif);
	background-repeat: no-repeat;
	padding-left: 240px;
	padding-top: 10px;
	width: 200px;
	float: left;
	height: 23px;
}
#heading {
	width: 560px;
	margin-left: 20px;
	padding: 20px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E3840;
	clear: both;
}
#onecol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3D4954;
	clear: both;
	width: 860px;
	padding-bottom: 10px;
	margin: auto;
}
#textright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #3D4954;
	float: right;
	width: 275px;
	padding-bottom: 20px;
	padding-right: 20px;
	text-align: left;
}
	#textright li {
		list-style-type: none;
	}
	#textright li a {
		outline:none;
		display:block;
		text-indent:-9009px;
		list-style-type: none;
	}
#textleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #3D4954;
	float: left;
	width: 275px;
	padding-bottom: 20px;
	text-align: left;
}
	#textleft li {
		list-style-type: none;
	}
	#textleft li a {
		outline:none;
		display:block;
		text-indent:-9009px;
		list-style-type: none;
}
#services_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #3D4954;
	width: 555px;
}
	#services_text ul, ol {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 18px;
		color: #2E3840;
		margin: 0px;
		padding-top: 10px;
		padding-right: 0px;
		padding-bottom: 10px;
		padding-left: 15px;
	}
		#services_text li {
			padding-top: 0px;
			padding-right: 0px;
			padding-bottom: 5px;
			padding-left: 0px;
		}
#popup {
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding: 10px;
	font-size: 12px;
	color: #333333;
	margin: auto;
}

#popup h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A10221;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A10221;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
/*----- table ------------------*/
td {
	height: 20px;
	border-bottom: dotted 1px #666;
	text-align:center;
}