@CHARSET "UTF-8";
/*
 * hide the flash objects
 */

object {
	display: none;
}

/*
 * style for the view helpers
 */
/*
ul#menu {
	position: absolute;
	top: 100px;
	left: 10px;
}
body > ul#menu {
	position: fixed;
}
*/
select#languageList {
	position: absolute;
	top: 65px;
	right: 40px;
}
div#session {
	position: absolute;
	top:120px;
	right:5px;
	text-align:left;
	background-color:#efefef;
	font-size:0.7em;
	padding:15px;
	-moz-border-radius: 5px;
}
body > div#session {
	position: fixed;
}
div#session div {
	text-align: center;
	color: #343E4B;
}
div#route {
	position: absolute;
	top:5px;
	right:5px;
	text-align:left;
	background-color:#efefef;
	font-size:0.7em;
	position:fixed;
	padding:5px;
	-moz-border-radius: 5px;
}
body > div#route {
	position: fixed;
}
div#route ul {
	width: 170px;
	overflow: hidden;
}
div#route ul li {
	height: 2em;
	width: 170px;
	overflow: hidden;
}
div#route ul li .left {
	width: 30%;
	float: left;
	text-align: right;
	position: relative;
	top: 2px;
}
div#route ul li .right {
	width: 70%;
	float: right;
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	color: #343E4B;
}

div#browser {
	position: absolute;
	top:100px;
	right:5px;
	text-align:left;
	background-color:#efefef;
	font-size:0.7em;
	position:fixed;
	padding:5px;
	-moz-border-radius: 5px;
}
body > div#browser {
	position: fixed;
}
div#browser ul {
	width: 170px;
	overflow: hidden;
}
div#browser ul li {
	height: 2em;
	width: 170px;
	overflow: hidden;
}
div#browser ul li .left {
	width: 30%;
	float: left;
	text-align: right;
	position: relative;
	top: 2px;
}
div#browser ul li .right {
	width: 70%;
	float: right;
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	color: #343E4B;
}

div#renderTime {
	position: absolute;
	bottom:5px;
	right:5px;
	text-align:left;
	background-color:#efefef;
	font-size:0.7em;
	padding:15px;
	-moz-border-radius: 5px;
}
body > div#renderTime {
	position: fixed;
}
div#renderTime div {
	text-align: center;
	font-weight: bold;
	color: #343E4B;
}

/*
 * layout style
 */
#min-height {
	height: 400px;
	width: 1px;
	float: left;
}

body #main {
	width:978px;
	margin:0 auto;
	position:relative;
}

#header {
	height:148px;
}
#header, #content, #copyright {
	font-size:0.75em;
}
#header #logo {
	height: 121px;
	width: 404px;
	background: transparent url('../../images/logo.gif') no-repeat 0 0;
	position: absolute;
	left: 24px;
}

#header ul#menu {
	width: 903px;
	overflow: hidden;
	position: absolute;
	top: 99px;
	left: 38px;
	text-align: center;
	display: none;	
}

#header ul#menu li {
	float: left;
}

#flash_replacement {
	height: 186px;
	width: 902px;
	background: transparent url('../../images/flash_bg2.png') no-repeat 0 0;
	position: relative;
	left: 7px;
}

.col, .widecol, .showcol, .col-1, .col-2, .col-3, .col-4 { float:left;display:inline;overflow:hidden;}

body #content .extra-box .col-1 { width:577px; margin-right:21px;}
body #content .extra-box .col-2 { width:279px;}

body #content .row-1 .col {width:270px; margin-right:17px;}
body #content .row-1 .showcol {width:270px; margin-right:12px;}
body #content .row-1 .widecol {width:550px; margin-right:20px;}
body #content .row-1 .col-1 {width:274px; margin-right:28px;}
body #content .row-1 .col-2 { width:274px; margin-right:21px;}
body #content .row-1 .col-3 { width:303px;}
body #content .row-2 .col-1 { width:539px; margin-right:39px;}
body #content .row-2 .col-2 { width:279px;}

body #copyright {height:51px;}

/*
 * back link style
 */

.back {
	text-decoration: none;
	font-size: 1.5em;
}
.back:hover {
	color: #307cde;
}

/*
 * google map style
 */
#google-map {
    height: 250px;
    width: 100%;
}
