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

body {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#fff;
	background-color:#fff;
	}
	
body, h1, h2, h3, h4, h5, h6, p, ul, dl, dt, dd {
	margin:0;
	padding:0;
	}
	
img, table, fieldset {
	border:none;
	}
address {
	font-style:normal;
	}
ul {
	list-style:none;
	}
	
p, h1 {
	margin:0 0 16px 0;
	}

a:link, a:visited, a:hover, a:active {
	text-decoration:none;
	}
	
#container {
	background:url(../images/bg_homecontent.jpg) no-repeat 0 -100px;
	width:1023px;
	height:651px;/*original height 767px*/
	margin:auto;
	position:relative;
	}
#content {
	padding:48px 150px 0 150px;/*top padding originally 132px;*/
	}
#content a {
	color:#fff;
	}
#hd_blossom {
	text-indent:-5000em;
	overflow:hidden;
	background:url(../images/hd_blossom.jpg) no-repeat;
	width:726px;
	height:204px;
	margin-bottom:24px;/*original was default - 16px;*/
	}
#footer {
	color:#35b7d3;
	background:url(../images/symbol.gif) no-repeat center;
	height:92px;
	padding-top:86px;
	font-size:19px;
	position:absolute;
	bottom:0;
	width:1023px;
	}
#footer a {
	color:#35b7d3;
	}
#contactinfo {
	float:left;
	margin-left:34px;
	display:inline;
	}
#contactinfo .subinfo {
	font-size:13px;
	}
#contactaddress {
	margin-right:34px;
	text-align:right;
	}
