@charset "utf-8";

/* Layout Overview */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #412a2a;
}

.bodyContent {
	width: 803px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #ffffff;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
}

div#content {
	margin-left: 8px;
	margin-right: 8px;
}
div#content-bottom {
	height: 10px;
}

div#header {
	background-color: #412a2a;
	height: 46px;
}
div#header:after {
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

div#viewArea {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	height: 441px;
}

div#footer {
	background-color: #412a2a;
	color: #9b917e;
	font-size: 11px;
	line-height: 1.1em;
	padding-top: 6px;
	padding-left: 6px;
	height: 145px;
}

.login {
	text-align: right;
}
.login a:link, .login a:active, .login a:visited {
	font-size: 10px;
	color: #FFFFFF;
}
.login a:hover {
	color: #999999;
	text-decoration: none;
}

a:link, a:active, a:visited {
	color: #6c5486;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* Global Menu */

div#header ul {
	margin: 0px;
	padding: 0px;
}

div#header ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: none;
	list-style-type: none;
}

div#header a {
	display: block;
	overflow: hidden;
	text-indent: -200px;
}
div#header a:hover {
	background-position: 0px -46px;
}
div#header a.selected {
	background-position: 0px -46px;
}

.gm-home a {
	width: 132px;
	height: 46px;
	background: transparent url(images/gmenu_home.gif) no-repeat;
}
.gm-cncp a {
	width: 132px;
	height: 46px;
	background: transparent url(images/gmenu_concept.gif) no-repeat;
}
.gm-abut a {
	width: 132px;
	height: 46px;
	background: transparent url(images/gmenu_about.gif) no-repeat;
}
.gm-phto a {
	width: 132px;
	height: 46px;
	background: transparent url(images/gmenu_photo.gif) no-repeat;
}
.gm-fair a {
	width: 132px;
	height: 46px;
	background: transparent url(images/gmenu_fair.gif) no-repeat;
}
.gm-plan a {
	width: 126px;
	height: 46px;
	background: transparent url(images/gmenu_plan.gif) no-repeat;
}

div#footer ul {
	margin: 0px;
	padding: 0px;
	float: right;
}

div#footer ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: none;
	list-style-type: none;
}

div#footer li a {
	display: block;
	overflow: hidden;
	text-indent: -200px;
}
div#footer li a:hover {
	background-position: 0px -32px;
}
div#footer li a.selected {
	background-position: 0px -32px;
}

div#newsbox {
	color: #dddddd;
	font-size: 12px;
	line-height: 1.1em;
	height: 52px;
	width: 420px;
}
div#newsbox a {
	color: #dddddd;
	text-decoration: none;
}
div#newsbox a:hover {
	color: #eeeeee;
	text-decoration: none;
}

div#bloglink {
	float: right;
	text-align: right;
	margin-right: 8px;
	height: 38px;
	vertical-align: baseline;
}

.gm-rest a {
	width: 124px;
	height: 32px;
	background: transparent url(images/gmenu_rest.gif) no-repeat;
}

.gm-ctct a {
	width: 137px;
	height: 32px;
	background: transparent url(images/gmenu_contact.gif) no-repeat;
}

.gm-accs a {
	width:  75px;
	height: 32px;
	background: transparent url(images/gmenu_access.gif) no-repeat;
}

/* Viewerble Area */

  /* Side Bar */
@media screen {
div#sidebar {
	width: 131px;
	float: left;
	background: transparent url(images/logo.gif) no-repeat;
	background-position: 0px 0px;
}
div#logo {
	width: 130px;
	height: 270px;
}
}
@media print {
div#sidebar {
	width: 10px;
	float: left;
	visibility: hidden;
}
div#logo {
}
}

  /* Side Menu */
.spc-v100 {
	height: 100px;
}

div#sidebar ul {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-left: 7px;
	font-size: 10px;
	color: #7c7c7c;
}
div#sidebar ul li {
	margin: 0px;
	padding: 0px;
	padding-bottom: 3px;
	display: block;
	list-style-type: none;
	background: transparent url(images/bulet.gif) no-repeat;
	text-indent: 10px;
}
div#sidebar ul li a {
	color: #7c7c7c;
	text-decoration: none;
}
div#sidebar ul li a.selected {
	color: #432564;
}
div#sidebar ul li a:hover {
	color: #432564;
	text-decoration: none;
}

  /* Main */
div#subHeader {
	float: left;
	width: 653px;
	height: 66px;
	overflow: hidden;
	margin-bottom: 10px;
	border-left: solid 3px #c3b9cd; 
}
div#subHeader h1 {
	display: block;
	margin: 0px;
	padding-top: 40px;
}

@media screen {
div#container {
	float: left;
	width: 656px;
	height: 365px;
	overflow: auto;
	color: #666666;
	font-size: 11px;
}
div#mapd {
	float:right;
	margin-right:2px;
}
}
@media print {
div#container {
	float: left;
	color: #333333;
}
div#mapd {
}
}

div#fl-container {
	margin-top: 2px;
	float: left;
	width: 656px;
	height: 434px;
	overflow: hidden;
}

div#main {
	margin: 0px;
	padding: 0px;
	/*background-color:#c3b9cd;*/
}



