@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/body_bg.gif);
	text-align:center; /* horizontal centering for IE Win quirks */
}

img, div { behavior: url(iepngfix.htc) }

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

h1 {
	font-size: 16px;
	color: #0085c2;
	padding-bottom: 15px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	color: #0085c2;
	padding: 15px 0 15px 0;
	font-weight: bold;
	text-decoration: underline;
}

li {
	list-style: none;
	padding-bottom: 8px;
	font-style: italic;
}

li a, p a {
	text-decoration: none;
	font-weight: bold;
	color: #083f88;
	font-style: normal;
}

#distance { 
	width:1px;
	height:50%;
	background-color:#fc6;
	margin-bottom:-240px; /* half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:center;
	height: auto;
	width: 100% ;
	clear:left;
	background-color: #fff;
}

#nav {
	text-align: center;
	margin-top: 40px;
}

#content {
	width: 450px;
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	height: auto;
	clear:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content p {
	padding-bottom: 10px;
}

#top_bar {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align: center;
	width: auto;
	clear:left;
	height: 56px;
	background-color: #fff;
	margin-bottom: 50px;
	background-image: url(../images/services_bg.gif);
	background-repeat: repeat-x;
}

#footer_cont {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align: center;
	width: auto;
	clear:left;
	height: 44px;
	background-image: url(../images/address_bg.gif);
	margin-top: 45px;
}

#address_bar {
	height: 44px;
	background-image: url(../images/address_bar.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: auto;
	text-align: center;
}

