body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #C1C1B4;
	background-image: url(../_media/markers/bg_mid.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	height:100%;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.copyright {
	font-size: 9pt;
}

#wrapmaster {
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	min-height:100%;
	background-image: url();
	background-position: center top;
	background-repeat: repeat-y;
	height: auto;
    }

	
* html #wrapmaster {
	height:100%;
	}

	
#client_header {
	display: none;
	text-align: left;
	width: 800px;
	float: left;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	z-index: 1000;
}
/*  BASIC TEXT FORMATING */
p {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	line-height: 125%;
	font-weight: lighter;
	}

h1 {
	color: #566C87;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	text-align: left;
	margin-top: 5px;
	padding:0px;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing:1px;
	}
	
* html h1 {
	margin-top:0px;
	}

h2 {
	color: #6A94D4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	letter-spacing:.75px;
	text-transform:uppercase;
	padding:0px;
	margin-bottom:5px;
	}

h3 {
	color:#B7BFCB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	}

h4 {
	color: #21344E;
	font-size: 125%;
	line-height: 100%;
	font-family: Georgia, "Times New Roman", Times;
	text-align: center;
	width: 90%;
	}

a {
	color: #7592b4;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	color:  #6A94D4;
	}

ul {
	list-style-image: url(../_media/common_assets/arrow_transparent_bg.gif);
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	}
	
ul li {
	padding: 4px;
	color: #FFFFFF;
	}
	
ol {
	padding:0px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: inside;
	}
	
ol li {
	padding:0px 8px 8px 0px;
	color:#ffffff;
	}
	
	
	
a:hover img {
	border: none;
	background:none;
	} 

a img {
	border: none;
	background:none;

	}

/*  CSS Classes   */	

.image_left, .image_center, .image_center_index, .image_right, .swf_center, .swf_impacted, .module_left, .module_center, .module_right {
	background-color:  #566C87;
	border: 1px solid #253f64;
	margin-bottom: 5px;
	padding: 2px;
	}
	
.image_right {
	float: right;
	margin-left:10px
	}
	
.image_left {
	float: left;
	margin-right:10px
	}

.image_center {
	margin: 0px auto 5px auto;
	}
	
.image_center_index {
	margin: 10px auto 25px auto;
}

.swf_center {
	margin: 0px auto 5px auto;
	width: 460px;
	height: 160px;
	}

.swf_impacted {
	margin: 0px auto 5px auto;
	width: 480px;
	height: 350px;
	}
	
.module_right a, .module_center a, .module_left a {
	color:#253f64;
	}	

.module_right {
	float: right;
	width: 300px;
	height: auto;
	padding-bottom: 5px;
	margin-left:10px
	}	

.module_right h2 {
	background-color: #253f64;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	}
	
.module_left {
	float: left;
	width: 300px;
	height: auto;
	padding-bottom: 5px;
	margin-right:10px
	}	

.module_left h2 {
	background-color: #253f64;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	}

.module_center {
	margin: 0px 10px 10px 10px;
	width: 80%;
	height: auto;
	padding-bottom: 5px;
	}	

.module_center h2 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	text-align: left;
	background-color: #253f64;
	margin: 0px;
	}

	
/*  TEXT ALIGNMENT */	
.text_center {
	text-align: center
	}

.text_left {
	text-align: left
	}

.text_right {
	text-align: right
	}

/*  DESIGN ELEMENTS */	

	
.dashed_line{
	background-image: url(../_media/common_assets/dashed_line_grey.gif);
	background-repeat: repeat-x;
	height: 4px;
	margin-bottom: 8px;
	clear: both;
	}
	

.caption{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 10px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333333;
}

/*  End CSS Classes   */	


/*  CSS IDs   */	


/*------------- header section ----------------- */


#header_wrapper{
	width: 100%;
	margin:0px;
	padding:0px;
	}

#header{
	text-align: center;
	margin: 0px auto 0px auto;
	width: 805px;
	height:auto;
	padding: 0px;
	}
	
#header_index{
	text-align: center;
	margin: 0px auto 100px auto;
	width: 1280px;
	height:auto;
	min-height:909px;
	padding: 0px;
	}	

/*------------- content section ----------------- */

#content_wrapper{
	width: 802px;
	text-align: center;
	background-image: url(../_media/backgrounds/bg_content_dual.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
#content_wrapper_index{
	width:1024px;
	text-align: center;
	margin-top:0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;}
	

/*------------- content main ----------------- */

#content_main{
	width: 545px;
	min-height: 608px;
	height:auto;
	text-align: left;
	padding: 0px 5px 0px 0px;
	margin: 0px;
	float: right;
	position: relative;
	right:35px;
	}

#content_index{
	height:auto;
	margin:25px auto 0px auto;
	text-align:left;
	padding:5px 10px 5px 10px;
}


#content_index p {
	color:#333333;
	margin-top:10px;}


/*------------- content side ----------------- */


#content_side{
	float: left;
	width:152px;
	height: auto;
	min-height: 100%;
	margin: 0px 0px 0px 18px;
	display: inherit;
	position: relative;
	background-image: url(../_media/backgrounds/left_div.jpg);
	padding: 0px 0px 0px 10px;
	border-left: 1px #253f64 solid;
	border-right: 1px #253f64 solid;
	border-bottom: 1px #253f64 solid;
	}

#content_side p, #content_side h1, #content_side h2, #content_side ul{

}

#content_side p{
	text-align: left;
	font-size: 100%;
	color: #CCCCCC;
	padding-left:5px;
	padding-right: 5px;	
    }
	
#content_side h1 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
    }
	
#content_side h2 {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	padding:0px;
	margin:15px 0px 10px 0px;
	text-indent:0px;

	}
	
#content_side ul {
	margin:0px 0px 10px 0px;
	padding:0px;
	list-style:none;
	}
	
#content_side li {
	color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 100%;
	padding: 0px 0px 5px 15px;
	margin: 0px;
	text-indent:-15px;
	}
	
#content_side li a {
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	color: #CCCCCC;
	text-decoration: none;
	margin-left:0px;
	
}
	
#content_side li a:hover {
	text-decoration: underline;
	color: #6A94D4;	
	}
	

#content_side .dashed_line{
	background-image: url(../_media/common_assets/dashed_line_white.gif);
	}
	


/*------------- footer ----------------- */

#footer_wrapper{
	text-align: center;
	width: 100%;
	padding: 0px;
}

#footer{
	width: 800px;
	height: 100px;
	position: relative;
	margin-top:20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer p{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
	margin-bottom:0px;
}

#footer a {
	color: #566C87;
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
}


#footer a:hover {
	text-decoration: underline;
	color: #334051;
}

/*------------- misc styles ----------------- */
#float_left{
	float: left;
}
#left_footer {
	width: 175px;
	height: 75px;
	float: left;
}
#right_footer {
	width: 625px;
	height: 75px;
	float: right;
	background-repeat: no-repeat;
	background-position: bottom;
}

#float_right{
	float: right;
}

#highlight {
	border: 1px solid #566C87;
	background-color: #C6CED7;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 250px;
	padding: 0px;
	}
#onmaphead h2 {
	margin: 0px;
}
#step_1 {
	padding: 0px;
	float: left;
	width: 50%;
	background-color: transparent;
	clear: none;
	margin: 0px;
}
#onmaphead {
	background-color: #FFFFFF;
	border: 1px solid #566C87;
	margin: 3px;
	padding: 2px;
}
#inputcont {
	width: 100%;
	margin-top: 5px;
}
#input {
	background-color: #FFFFFF;
	padding: 2px;
	margin: 3px;
	border: 1px solid #566C87;
}
#submitbutton {
	width: 100%;
	text-align: center;
	margin-top: 215px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#input p {
	margin-top: 0px;
	font-weight: bold;
	margin-bottom: 0px;
}
#diraddress {
	padding: 2px;
	margin-bottom: 5px;
}
#column_right {
	float: right;
	width: 48%;
	position: relative;
	}
#column_left {
	float: left;
	width: 48%;
	position: relative;
		}
#mapContainer {
	height: 400px;
	width: 500px;
	margin: 0px auto 0px auto;
	border: solid #000000 1px;
}
#wrapmaster_index {
	position: absolute;
	top: 0px;
	left: 0px;
	height:auto;
	width:100%;
	min-height:100%;
	background-color:#c1c1b4;
	background-image: url(../_media/markers/middle.jpg);
	background-repeat: repeat-y;
	background-position:top center;

}
#home_top {
	background-color: #E5E5E5;
	background-image: url(../_media/index/hayashi_index_02.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
	height: 156px;
	width: 802px;
}

#nav {
	position:relative;
	float:left;
	height: 87px;
	width: 805 px;
	margin: 0px;
	padding: 0px;
}


#nav p {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	height: 87px;
}

#nav_upper {
	float:right;
	height:17px;
	margin:0px;
	padding:0px;
	width:auto;}
	
#nav_upper p {
	margin:0px;
	padding:0px;
	position:relative;
	float:right;
	height:17px;
	}
	
#nav_index {
	position:relative;
	float:left;
	height: 177px;
	width: 802 px;
	margin: 0px;
	padding: 0px;
	backgournd-image: url(../_media/index/hayashi_index_04.jpg);
	background-position: left;
	background-repeat:no-repeat;
}	

#nav_index p {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	height: 102px;
}
		

#links {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	height: 23px;
	float: left;
	display: inline;
}

/*------------------- Interior Address Bar -------------------*/

#addressbarint {
	width: 625px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	background-image: url(../_media/markers/address.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#dircity {
	padding: 2px;
	margin-bottom: 5px;
}
#dircountry {
	padding: 2px;
	margin-bottom: 5px;
}
#step_2 {
	padding: 0px;
	float: right;
	width: 50%;
	background-color: transparent;
	clear: none;
	margin: 0px;
}
#sitemap {
	width: 100%;
}
#smleft {
	width: 50%;
	clear: none;
	float: left;
}
#smright {
	clear: none;
	float: right;
	width: 50%;
}
#seo {
	padding: 15px;
}

.quote {
	width:300px;
	margin-left:25px;
	margin-top:0px;
	}
	
#form {
	width:510px;
	margin: 0px auto 0px auto;
	background-color: #566C87;
	padding: 10px;
	border: 2px dotted #6A94D4;
	}
	
.big_neg_indent {
	text-indent: -75px;
	margin-left:75px;
	margin-top:10px
	}	
.narrow {
	text-align: left;
	width: 175px;
	margin-left: 250px;
}

