/* CSS Document */


body, h1, h2, h3, h4, p {
	margin: 0px; /* Removes default margin that some browsers add. */
	padding: 0px;
}


/* Containers */


#wrapper {
	width: 1003px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: none;
	clear: both;
}
#header {
	width: 1003px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 120px;
	float: none;
	clear: both;
}
#logo h1 {
	top: 0px;
	right: -2000px;
	position: absolute;
}

#logo {
	width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100px;
	float: left;
	clear: none;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}


#inner_wrapper {
	width: 1003px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 620px;
	background-image: url(images/home_r2_c1.gif);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	background-position: 270px 0px;
}

#content {
	width: 640px;
	height: 530px;
	float: right;
	margin-top: 40px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: left;
}

#nav {
	width: 250px;
	float: left;
	height: 600px;
	clear: left;
	margin: 10px 0px 0px 20px;
}

#nav_1 {
	width: 240px;
	height: 120px;
	float: right;
}
#map_header {
	float: left;
	height: 90px;
	width: 640px;
}

#nav_2 {
	width: 240px;
	height: 120px;
	float: right;
}

#nav_3 {
	width: 240px;
	height: 120px;
	float: right;
}

#nav_4 {
	width: 240px;
	height: 120px;
	float: right;
}

#nav_5 {
	width: 240px;
	height: 120px;
	float: right;
}

#nav_6 {
	width: 240px;
	height: 120px;
	float: left;
}

#footer {
	width: 1003px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: 50px;
	clear: both;
}
#map {
	float: left;
	height: 310px;
	width: 640px;
	text-align: center;
}
#map_address {
	float: left;
	width: 640px;
	padding: 0px;
}
#map_inner {
	height: 300px;
	width: 530px;
	border: 1px solid #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
