/* @group Global */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0px 0 0;
	color: #505154;
	font: 10px/14px Verdana, Helvetica, Arial, sans-serif;
	/*background-color: #C6C8CA;*/
}

body.bg {
	margin: 0;
	padding: 0px 0 0;
	color: #5F6062;
	font: 10px/14px Verdana, Helvetica, Arial, sans-serif;
	background: #6F7074 none no-repeat center 0;
}
p {
	margin: 5px 0px;
}
div.clear {
	clear: both;
}
a {
	color: #5F6062;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.on {
	color: #E33631;
}

#container {
	width: 990px;
	height: 645px;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	/*border: 1px solid maroon;*/
	position: relative;
	overflow: hidden;
	top: 92px;
}

#content_border_left {
	width: 990px;
	height: 486px;
	margin-right: auto;
	margin-left: auto;
	background: #F1F1F2 url(images/l5_left_side.png) repeat-y;
	position: relative;
	z-index: 500;
}

#content_border_right {
	width: 990px;
	height: 486px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/l5_right_side.png) repeat-y 958px;
	position: relative;
	left: 2px;
}

#content {
	width: 717px;
	height: 467px;
	position: relative;
	left: 231px;
	top: 10px;
}

#content_container {
	width: 717px;
	height: 467px;
	position: relative;
	left: 236px;
	top: 10px;
	padding: 10px 0px;
	overflow: hidden;
}

#main_content {
	height: 447px;
	position: relative;
}

#header {
	width: 990px;
	height: 131px;
	margin: 0;
	padding: 0;
	background: url(images/l5_header.png) no-repeat;
	z-index: 100;
}

a.header {
	width: 300px;
	height: 110px;
	display: block;
	position: relative;
	left: 620px;
	top: 22px;
}

#nav {
	width: 198px;
	position: absolute;
	margin-left: 17px;
	margin-bottom: 20px;
	margin-top: 20px;
	z-index: 1000;
	height: 350px;
	padding-left: 16px;
}

#main_nav {
	margin-top: 0;
	padding-left: 20px;
	margin-left: 0;
}

#main_nav li {
	list-style-type: none;
	text-transform: uppercase;
	line-height: 20px;
}

#main_nav li a.off {
	color: #505154;
	text-decoration: none;
}

#main_nav li a:hover {
	color: #E33631;
	text-decoration: none;
}

#main_nav ul li a.on {
}

#main_nav ul.sub_nav {
	margin-top: 0;
	padding-left: 20px;
	margin-left: 0;
}

#main_nav ul.sub_nav li {
	list-style-type: none;
	text-transform: none;
	line-height: 20px;
}

#main_nav ul.sub_nav li a.off {
	color: #505154;
	text-decoration: none;
}

#main_nav ul.sub_nav li a:hover {
	color: #E33631;
	text-decoration: none;
}

#main_nav ul.sub_nav li a.on {
}

#main_nav ul.tert_nav {
	margin-top: 0;
	padding-left: 20px;
	margin-left: 0;
}

#main_nav ul.tert_nav li {
	list-style-type: none;
	text-transform: none;
	line-height: 20px;
}

#main_nav ul.tert_nav li a.off {
	color: #505154;
	text-decoration: none;
}

#main_nav ul.tert_nav li a:hover {
	color: #E33631;
	text-decoration: none;
}

#main_nav ul.tert_nav ul li a.on {
}

/* @end */

/* @group Footer */

#footer {
	background: url(images/footer.png) no-repeat;
	height: 35px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 5000;
}

#footer p.address {
	font-size: 8px;
	position: absolute;
	text-transform: uppercase;
	left: 55px;
	color: #D4D5D7;
	top: 6px;
	font-weight: bold;
	margin: 0;
	padding-top: 10px;
}

#footer p.site-credits {
	font-size: 8px;
	position: absolute;
	text-transform: uppercase;
	right: 85px;
	color: #D4D5D7;
	top: 6px;
	font-weight: bold;
	background: url(images/footer_slice.png) repeat-x 0 2px;
	margin: 0;
	padding-top: 10px;
	height: 32px;
}

#footer a {
	color: #D4D5D7;
	font-weight: bold;
}

/* @end */

/* @group Home */

#content img.home_image {
	display: block;
	position: relative;
}

#home_credits {
	display: block;
	position: relative;
	left: 33px;
}

#contact_info {
	position: absolute;
	bottom: 5px;
	left: 50px;
	width: 160px;
	height: 20px;
	color: #505154;
	text-transform: uppercase;
}
#contact_info a {
	padding-left: 17px;
}
img.info_divider {
	position: absolute;
	bottom: 0;
	left: 75px;
}
a.home_email {
	display: block;
	width: 50px;
	height: 30px;
	position: relative;
	bottom: 50px;
	left: 135px;
}

#info_box {
	position: absolute;
	width: 273px;
	height: 130px;
	background-color: #c71e15;
	opacity: 0.85;
	filter: alpha(opacity=85);
	top: 480px;
	right: 39px;
}

/* @end */

/* @group Gallery */

#slideshow {
	height: 385px;
	margin-right: 0;
	padding-right: 0;
	display: block;
	position: absolute;
	top: 55px;
	left: 46px;
	width: 684px;
	overflow: hidden !important;
}
#info_box div {
	padding: 15px;
	color: white;
}
#slideshow img {
	padding-right: 52px;
	padding-left: 2px;
}

#caption {
	display: inline;
	position: absolute;
	top: 0px;
	left: 47px;
	height: 25px;
	text-align: left;
}

#caption h5 {
	font-size: 10px;
	line-height: 25px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	display: inline;
}

.slideshow_nav_container {
	display: block;
	position: absolute;
	top: 25px;
	left: 46px;
	width: 75px;
	height: 20px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.slideshow_nav {
	display: block;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#prev {
	background: url(images/lf_page_nav_prev.gif) no-repeat;
	width: 11px;
	height: 9px;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	left: 0;
	bottom: 1px;
}

.slideshow_nav p {
	margin: 0 auto;
	text-align: center;
}

#next {
	background: url(images/lf_page_nav_next.gif) no-repeat;
	width: 11px;
	height: 9px;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	bottom: 1px;
	right: 0;
}
a.slide-info-trigger {
	position: absolute;
	top: 5px;
	left: 175px;
	color: #EF463E;
	font-size: 10px;
	text-transform: uppercase;
	cursor: pointer;
}
#link {
	position: absolute;
	left: 290px;
	top: 5px;
}
#project_info {
	position: absolute;
	width: 273px;
	height: 230px;
	background-color: #c71e15;
	opacity: 0.85;
	filter: alpha(opacity=85);
	top: 480px;
	right: 39px;
	z-index: 1000;
}
#project_info span.close {
	width: 273px;
	display: block;
	text-align: right;
}

#project_info span.close a{
	color: white;
	font-weight: bold;
	font-size: 10px;
	padding-right: 10px;
	line-height: 20px;
	cursor: pointer;
}
#project_info div.description {
	padding: 10px;
	color: white;
}
/* @end */

/* @group Who We Are */

#article_container {
	position: relative;
	width: 630px;
	overflow: hidden;
	background-color: #fff;
	left: 43px;
	top: 5px;
}
div.top-box {
	position: absolute;
	width: 627px;
	height: 20px;
	background: white;
	top: 35px;
	left: 65px;
}
div.right-box {
	position: absolute;
	width: 33px;
	height: 240px;
	background: white;
	right: 27px;
	top: 95px;
	z-index: 2000;
	display: block;
}
div.bottom-box {
	position: absolute;
	width: 627px;
	height: 7px;
	background: white;
	left: 65px;
}
#articles {
	position: relative;
	width: 3000px;
}

#article_nav {
	width: 553px;
	height: 30px;
	position: relative;
	margin-bottom: 10px;
	left: 42px;
}

#article_nav a.prev{
	background: url(images/lf_page_nav_prev.gif) no-repeat;
	width: 11px;
	height: 9px;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	left: 0;
	bottom: 1px;
}

#article_nav a.next{
	background: url(images/lf_page_nav_next.gif) no-repeat;
	width: 11px;
	height: 9px;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	bottom: 1px;
	left: 30px;
}

#article_container div.article {
	width: 270px;
	height: 345px;
	position: relative;
	float: left;
	padding-left: 40px;
	padding-top: 40px;
	margin-right: 0;
}

/* @end */

/* @group Contact Us */


#main_content_contact {
	height: 464px;
	position: relative;
	overflow: auto;
}
#directions_container {
	position: relative;
	width: 658px;
}
#location {
	position: relative;
	/*margin-bottom: 30px;*/
}
#go {
	position: relative;
	margin-left: 30px;
}
#location span.letterfive {
	font-weight: bold;
}
#fromAddress {
	border: 1px solid black;
	padding: 2px;
}
#map_directions {
	position: relative;
}
#directions {
	position: relative;
	float: left;
	width: 275px;
	margin-right: 25px;
}

#map_canvas {
	position: relative;
	float: right;
	width: 310px; 
	height: 310px;
	border: 1px solid #ccc;
	margin-top: 13px;
}
/* @end */
/* @group Forms */
#form_items {
	position: relative;
	overflow: hidden;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}
div.section-wrapper {
	overflow: hidden;
}
h2.section-name {
	margin-bottom: 10px;
}
div.form-item {
	overflow: hidden;
	margin-bottom: 10px;
}
label.form-label {
	float: left;
}
div.form-item input[type=text] {
	float: right;
}
#personal-information {
	position: relative;
	width: 300px;
	float: left;
}
#items-for-sale {
	position: relative;
	width: 350px;
	float: right;
	font-weight: bold;
}
#items-for-sale div.field-group-label {
	float: left;
	width: 65px;
	font-weight: normal;
	font-style: normal;
	margin-top: 5px;
}
#items-for-sale label {
	float: none;
	display: block;
}
#items-for-sale input[type=text] {
	width: 55px;
	float: left;
}
/* @end */


/* CSS Document */
