@charset "utf-8";

/*============================================================

	[access.css]
	
============================================================*/


/*
	wide
------------------------------------------------------------*/
div#header ul#nav {
	background: url(../img/nav_bg.jpg) no-repeat;
}

div#content div.wrapper {
	background: url(../../shared/img/content_bg_wide_body.png) repeat-y;
}
* html div#content div.wrapper {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../shared/img/content_bg_wide_body.png", sizingMethod="scale");
}

div#main {
	width: 760px;
}

div#footer address {
	background: url(../../shared/img/content_bg_wide_footer.jpg) no-repeat;
}

div#footer div#top-of-page p {
	left: 700px;
}


/*
	section
------------------------------------------------------------*/
div.section {
	clear: both;
	position: relative;
	margin: 40px 20px 0;
}
* html div.section {
	height: 1%;
}

div.section a {
	color: #09F;
}


/* title */
div.section h2 {
	margin: 0 0 20px;
	padding: 0.75em 1em;
	background: #C1EBFF;
	border: 1px dashed #09F;
	line-height: 1.2;
	font-size: 16px;
}
* html div.section h2 {
	width: 100%;
}

div.section div#access {
	clear: both;
	margin: 40px 0 0;
}


/* heading */
div.section h3 {
	clear: both;
	margin: 0 0 20px;
	padding: 0 0 0.25em;
	border: none;
	border-bottom: 1px solid #09F;
	line-height: 1.2;
	font-size: 16px;
}
* html div.section h3 {
	width: 100%;
}

/* address */
div#address dl {
	float: left;
	width: 360px;
	margin: 0 0 0 20px;
}

div#address dt {
	float: left;
}

div#address dd {
	margin-left: 6em;
}

div#address p#photo {
	float: right;
	margin: 0 20px;
}

/* access */
div#access div#map {
	float: left;
	width: 400px;
	height: 300px;
	margin: 0.5em 20px 0 0;
	border: 1px solid #333;
}

div#access dl {
	margin: 0 0 0 420px;
}

div#access dt {
	float: left;
	margin: 0 0 0.5em;
}

div#access dd {
	margin: 0 0 0.5em;
	padding: 0 0 0 5em;
}

div#access p#print {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 300px;
	text-align: center;
}

div#access p#print img {
	cursor: pointer;
	vertical-align: bottom;
}

