@charset "utf-8";

body, html, * {
	outline:none;
	outline:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	color:#7d7d7d;
	background-image:url(/images/bg_body.gif);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#fbfac9;
	margin:10px 0 10px 0;
	padding:0;
}
.frameTop {
	margin:auto;
	width:815px;
	height:16px;
	background-image:url(/images/frame_top.gif);
	background-position:top;
	background-repeat:no-repeat;
}
.frameBottom {
	width:815px;
	margin:auto;
	background-image:url(/images/bg_frame_bottom.gif);
	background-repeat:repeat-x;
}
/* Setting for outer gray area */
.contentLayout {
	margin:auto;
	width:813px;
	background-color:#ecedf7;
	border-left:1px solid #a9a9a9;
	border-right:1px solid #a9a9a9;
	padding:0;
}
/* Setting for content with inner border */
.contentSetting {
	width:799px;
	margin:auto;
	padding:0 0 1px 0;
	background-color:#fff;
	border-left:1px solid #d1d5df;
	border-right:1px solid #d1d5df;
}
#shadedContent {
	background-image:url(/images/bg_shaded_content.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
/* Non-padded navigation area */
.navSetting {
	background-image:url(/images/nav_over.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:34px;
}
.navList {
	margin:0;
	padding:0;
	list-style-type:none;
}
.navList li {
	margin:0;
	padding:0;
	display:inline;
	float:left;
}
.navList li a {
	height:34px;
	display:block;
	background-position:top left;
	background-repeat:no-repeat;
}
.nav_home {
	width:91px;
	background-image:url(/images/nav_home.gif);
}
.nav_about {
	width:96px;
	background-image:url(/images/nav_about.gif);
}
.nav_products {
	width:141px;
	background-image:url(/images/nav_products.gif);
}
.nav_forms {
	width:125px;
	background-image:url(/images/nav_forms.gif);
}
.nav_resource {
	width:137px;
	background-image:url(/images/nav_resource.gif);
}
.nav_contact {
	width:108px;
	background-image:url(/images/nav_contact.gif);
}
.nav_locate {
	width:115px;
	background-image:url(/images/nav_locate.gif);
}
/* Button hover and on states */
#nav_on, 
.nav_home:hover, .nav_about:hover, .nav_products:hover, 
.nav_forms:hover, .nav_resource:hover, .nav_contact:hover, 
.nav_locate:hover {
	background-image:none;
} 
.contentBottom {
	background-image:url(/images/content_bottom.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:9px;
}

/* Padded content area */
.dividedContent {
	padding:0 0 10px 0;
	background-image:url(/images/bg_divided_content.gif);
	background-position:top;
	background-repeat:repeat-y;
}
.leftColumn {
	float:left;
	width:490px;
	padding:10px 11px 0 25px;
}
.rightColumn {
	float:right;
	width:272px;
	padding:0 0 5px 0;
}
.sidePhoto {
	padding:0 13px 0 11px;
}
.sideBox {
	margin:10px 0 0 0;
	padding:0 13px 10px 11px;
	background-image:url(/images/bg_hrule.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
}
.footerSetting {
	width:775px;
	margin:auto;
	font-size:11px;
	color:#373e4a;
	padding:6px 13px 4px 13px;
}

/* --- Text --- */

p {
	margin:4px 0 4px 0;
	padding:4px 0 4px 0;
}
h1 {
	font-size:16px;
	color:#002e73;
	font-stretch:condensed;
	margin:5px 0 5px 0;
	padding:0;
}
h2 {
	font-size:14px;
	color:#0e9fc4;
	margin:5px 0 5px 0;
}
h3 {
	font-size:13px;
	color:#373e4a;
	margin:5px 0 5px 0;
}
h4 {
	font-size:12px;
	color:#002e73;
	margin:5px 0 5px 0;
}
h5  {
	font-size:11px;
	color:#666666;
	margin:3px 0 3px 0;
}
h6 {
	font-size:10px;
	color:#666666;
	margin:2px 0 2px 0;
}
.quote {
	padding:0 0 0 40px;
	background-image:url(/images/bg_quote_open.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.quote p {
	float:left;
	font-size:14px;
	font-style:italic;
	color:#002e73;
	background-image:url(/images/bg_quote_close.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:transparent;
	padding:5px 40px 5px 0;
	margin:0;
}

/* --- Lists --- */

.imageList {
	list-style-type:none;
	margin-left:14px;
	padding-left:0px;
}
.imageList li {
	background-image:url(/images/bg_arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:2px 0 2px 10px;
	margin:0;
}

/* --- Forms --- */

.form_find {
	margin:0;
	padding:0;
	background-color:transparent;
}
.field_find {
	width:225px;
	margin:7px 0 0 13px;
	font-size:11px;
	color:#525252;
	padding:2px;
}
.field_find option {

}

/* --- Positioning --- */

.back {
	float:left;
}
.forward {
	float:right;
}
.inline {
	display:inline;
}
.block {
	display:block;
}
.clearFloat {
	clear:both;
	height:0;
}

/* --- Links --- */

a, a:link {
	color:#0e9fc4;
	text-decoration:none;
}
a:visited {
	color:#0b7995;
}
a:active, a:hover {
	color:#002e73;
	text-decoration:none;
}
a.noLink, a.noLink:link, a.noLink:Visited, a.noLink:Active, a.noLink:Hover {
	color:#373e4a;
	text-decoration:none;
	cursor:text;
}