@charset "utf-8";

/* MASTER INIT
------------------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
	font-family: Osaka,Helvetica,Verdana,sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 1.0;
}

body {
	font-size: 12px;
	color: #333333;
}

ol,
ul {
	list-style-type: none;
}

img {
	border:0 none;
	behavior:url(iepngfix.htc);
}

a {
	color: #D3495C;
	outline-style: none;
}

a:link {
    text-decoration: none;
}
  
a:visited {
    text-decoration: none;
}
  
a:hover {
    text-decoration: underline;
}
  
a:active {
    text-decoration: underline;
}

.clearFix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.clearBoth {
	clear: both;
}

/* HEADER
------------------------------------------------------------------------------*/

#header {
	background-image: url(../images/bgheader.jpg);
	background-repeat: repeat-x;
	height: 150px;
}

#logoArea ul {
	float: right;
}

#logoArea li {
	float: left;
	padding-left: 35px;
}

#headerContent {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#gnav {
	height: 40px;
}

#gnav li {
	float: left;
}

#logoArea div {
	width: 200px;
	float: left;
	margin-top: 5px;
}

#logoArea {
	height: 84px;
	padding-top: 5px;
	background-image: url(../images/bgflower.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#logoArea p {
	margin-bottom: 5px;
}

#lead {
	height: 21px;
}

#headeraddress {
	text-indent: -9999px;
}

/* WRAPPER
------------------------------------------------------------------------------*/

#wrapper {
	background-image: url(../images/bgphoto.jpg);
	background-repeat: repeat-x;
}

#wrapperContent {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 23px;
}

#photoArea {
	height: 261px;
	width: 800px;
	margin-bottom: 35px;
}

#main {
	float: left;
	width: 600px;
	padding-bottom: 15px;
}

#side {
	float: right;
	width: 186px;
}

#newsArea dt {
	float: left;
	padding-top: 13px;
	padding-bottom: 13px;
	background-image: url(../images/iconpoint.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	_padding-top: 14px;
	_padding-bottom: 12px;
}

#newsArea dd {
	padding-top: 13px;
	padding-bottom: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-left: 100px;
	_padding-top: 15px;
	_padding-bottom: 11px;
}

*:first-child+html #newsArea dd,
*:first-child+html #newsArea dt {
	padding-top: 15px;
	padding-bottom: 11px;
}

#newsArea dl {
	padding-left: 10px;
}

#newsArea {
	padding-bottom: 25px;
	position:relative;
}
/* feedburner ---------------------------------------------------*/

div.feedburnerFeedBlock ul {
	padding-left: 10px;
	height:120px;
	overflow:auto;
}
div.feedburnerFeedBlock ul a{
	border-bottom: solid 1px;
}

div.feedburnerFeedBlock li{
	margin:5px 0px 0px; 
	padding:0px 0px 2px 20px;
	background-image: url(../images/iconpoint.jpg);
	background-repeat: no-repeat;
	background-position: left 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
div.feedburnerFeedBlock .headline {
	display: block;
	margin-bottom: 8px;
	padding-left: 100px;
	padding-top: 13px;
	padding-bottom: 13px;
}

div.feedburnerFeedBlock .date {
	margin: -45px 0 8px 0;
	padding-top: 13px;
	padding-bottom: 13px;
}

#creditfooter {
	position: absolute;
	top: 8px;
	left: 500px;
}

/* feedburner_end ---------------------------------------------------*/
.guideBox {
	height: 103px;
	width: 286px;
	background-image: url(../images/bgbanner.jpg);
	padding: 7px;
	float: left;
}

.guideImg {
	float: left;
}

.guideBox div {
	float: right;
	width: 178px;
}

.guideBox h2 {
	margin-bottom: 3px;
}

.guideInfo {
	padding-left: 5px;
	padding-right: 10px;
	line-height: 1.25;
	height: 60px;
}

.guideMore {
	float: right;
	padding-right: 5px;
}

.guideBox .noTop {
	margin-top: 0px;
}

#guideArea {
	padding-bottom: 25px;
	width: 100%;
}

#banner li {
	margin-bottom: 5px;
	height: 90px;
}

#lnav {
	border: 1px solid #CCCCCC;
	margin-top: 15px;
}

#lnav_2 {
	margin-top: 10px;
	padding-left:4px;
}

#lnav_2 li {
padding-bottom:5px;
}

#lnav li {
	height: 33px;
}

#lnav #lnavBottom {
	height: 32px;
}

/* FOOTER
------------------------------------------------------------------------------*/

#footer {
	background-image: url(../images/bgfooter.jpg);
	background-repeat: repeat-x;
	height: 83px;
}

#footerContent {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	text-align: center;
	height: 100px;
}

#footerContent li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 5px;
	margin-right: 5px;
}

#footerContent ul {
	margin-top: 5px;
}

#footerContent #copyRight {
	margin-top: 20px;
	margin-bottom: 0px;
}

#footerContent p {
	margin-bottom: 15px;
}

#footerContent .borderNone {
	border-right-style: none;
	margin-right: 0px;
	padding-right: 0px;
}

#bannerTel {
	margin-bottom: 30px;
}

.linkTop {
	text-align: right;
	clear: both;
	padding-top: 25px;
}