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

/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	vertical-align: baseline;
	background: transparent;
}

body
	{
	text-align:center;
	background:url(../graphics/site_bg.png) repeat-x 0 0;
	background-color:#f4f4f4;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	}
	
body#home
	{
	background:url(../graphics/home_bg.png) repeat-x 0 0;
	background-color:#f3f3f3;
	}
	
h1
	{
	font-size:32px;
	}
	
a:link {
	color:#777;
	text-decoration:none;
}

a:visited {
	color:#777;
	text-decoration:none;
}

a:hover {
	color:#93c;
	text-decoration:none;
}
	
	
#content h1
	{
	background:url(../graphics/h1_bg.png) repeat-x 0 0;
	height:55px;
	padding:5px 10px;
	margin:0px;
	float:left;
	width:799px;
	font-size:24px;
	}
	
#container
	{
	text-align:left;
	width:870px;
	margin:0px auto;
	}
	
#logo
	{
	height:49px;
	padding:40px 0px 0px 5px;
	}

.heading
	{
	position:relative;
	height:65px;
	width:100%;
	margin:0px 10px;
	}

.h1Left
	{
	background:url(../graphics/h1Left_bg.png) no-repeat 0 0;
	height:65px;
	width:3px;
	overflow:visible;
	float:left;
	}
	
.h1Right
	{
	background:url(../graphics/h1Right_bg.png) no-repeat 0 0;
	height:65px;
	width:3px;
	float:left;
	}
	
#header
	{
	height:425px;
	}
	
#header p
	{
	font-size:14px;
	font-weight:bold;
	}
	
#topnav
	{
	height:31px;
	}
	
#topnav li
	{
	float:left;
	list-style-type:none;
	display:block;
	width:125px;
	line-height:2.5em;
	border-right:1px dotted #c2c2c2;
	text-align:center;
	height:31px;
	}
	
#topnav li a
	{
	//color:#a7a7a7;
	color:#000;
	text-decoration:none;
	display:block;
	}
	
#topnav li a.active
	{
	color:#000;
	}
	
#topnav li a:hover
	{
	text-decoration:underline;
	}
	
#content
	{
	padding-top:16px;
	padding-left:45px;
	}
	
.columnLeft
	{
	width:380px;
	float:left;
	padding:10px;
	}
	
.columnRight
	{
	width:380px;
	float:left;
	padding:10px;
	}
	
.feature
	{
	padding:5px;
	margin-bottom:10px;
	}
	
.feature h3
	{
	font-size:16px;
	font-weight:lighter;
	}
	
.feature div
	{
	position:relative;
	left:65px;
	top:-59px;
	width:650px;
	margin-bottom:-49px;
	}

.columnLeft .feature div, .columnRight .feature div
	{
	width:335px;
	}
	
#main_graphic
	{
	width:321px;
	height:100%;
	float:left;
	}
	
#main_graphic img
	{
	margin-top:25px;
	}
	
#speech
	{
	color:#fff;
	height:213px;
	width:440px;
	float:left;
	background:url(../graphics/header_bg.png) no-repeat 0 8px;
	padding:105px 0px 0px 45px;
	font-weight:lighter;
	}
	
#speech h1, #speech p
	{
	font-weight:lighter;
	}
	
#takeatour
	{
	float:left;
	width:500px;
	height:75px;
	padding:30px 0px 0px 40px;
	display:none;
	}
	
#location #takeatour
	{
	float:right;
	width:200px;
	padding:0px;
	margin-right:40px;
	font-size:12px;
	}
	
#takeatour div
	{
	color:#c7c7c7;
	}
	
#takeatour span
	{
	position:relative;
	top:-28px;
	left:250px;
	color:#808080;
	}
	
#takeatour span a
	{
	color:#000;
	}
	
#location #takeatour span a, #location #takeatour span
	{
	color:#fff;
	}
	
.button
	{
	background:url(../graphics/button_bg2.png) no-repeat;
	color:#fff;
	height:34px;
	width:229px;
	display:block;
	text-align:center;
	text-decoration:none;
	line-height:2em;
	font-size:16px;
	}
	
.button img
	{
	display:inline;
	}
	
#footer
	{
	clear:both;
	}
	
#footerbg
	{
	color:#fff;
	position:absolute;
	left:0px;
	width:100%;
	height:43px;
	background:#1f1f1f;
	text-align:center;
	border-bottom:23px solid #000;
	}
	
#footerbg ul
	{
	width:870px;
	text-align:left;
	margin:0px auto;
	clear:both;
	}
	
#footerbg ul li
	{
	list-style-type:none;
	float:left;
	height:43px;
	}

#footerbg ul li a
	{
	color:#fff;
	display:block;
	height:23px;
	border-right:1px solid #8f8f8f;
	width:130px;
	text-align:center;
	text-decoration:none;
	margin-top:12px;
	}
	
#footerbg ul li a
	{
	
	}
	
#copyright
	{
	color:#808080;
	clear:both;
	font-size:11px;
	position:relative;
	text-align:center;
	}
	
#copyright div
	{
	text-align:left;
	width:870px;
	margin:0px auto;
	}
	
#location
	{
	height:33px;
	color:#fff;
	padding:23px 0px 20px 45px;
	}
	
#location h1
	{
	background:url(../graphics/location_icon.gif) no-repeat right 0;
	display:inline;
	padding-right:25px;
	}
	
img.location_arrow
	{
	position:relative;
	top:-17px;
	left:90px;
	}
	
.subnav
	{
	display:none;
	}
	
.subnav ul
	{
	height:25px;
	margin-left:10px;
	}
	
.subnav li
	{
	text-align:center;
	float:left;
	height:25px;
	padding-left:30px;
	list-style-type:none;
	}
	
.subnav a
	{
	display:block;
	color:#727272;
	text-decoration:none;
	font-size:14px;
	}
	
.subnav a:hover, #topnav a:hover
	{
	color:#000;
	}
	
.subnav a.active
	{
	color:#000;
	}
	
li.tab.active
	{
	text-decoration:underline;
	}
	
div.tab
	{
	display:none;
	width:100%;
	margin:25px 0;
	padding:0 15px;
	font-size:13px;
	}
	
div.tab.active
	{
	display:block;
	}
	
.tabs
	{
	clear:both;
	border-bottom:1px solid #000;
	height:35px;
	padding-left:6px;
	}
	
.tabs ul .tab
	{
	list-style-type:none;
	line-height:1.8em;
	text-decoration:none;
	margin-right:5px;
	float:left;
	width:185px;
	height:35px;
	background:url(../graphics/tab_bg.png) no-repeat 0 -35px;
	color:#fff;
	text-align:center;
	font-size:16px;
	cursor:pointer;
	}
	
.tabs ul .tab.active
	{
	background-position: 0 0;
	}
	
.tab a
	{
	font-size:16px;
	color:#fff;
	}
	
h2
	{
	font-size:22px;
	margin:10px 0px 5px 0px;
	}
	
.tab p
	{
	margin:10px 0px;
	}
	
.form
	{
	float:left;
	margin:25px 0px;
	}
	
.form input, .form textarea
	{
	border:2px solid #ddd;
	padding:2px;
	}
.form input, .form label, .form textarea
	{
	clear:both;
	display:block;
	margin:0 2px 5px;;
	width:200px;
	}
	
.form textarea
	{
	width:300px;
	height:150px;
	}
	
.buttonset
	{
	padding:5px 0px 5px 5px;
	}

.form .button
	{
	width:120px;
	height:30px;
	background:url(../graphics/button_submit.png) no-repeat;
	height:30px;
	border:none;
	}
	
.form .error
	{
	color:#ff0000;
	display:none;
	}
	
.press {
	color: #333;
	text-align:justify;
}

.form h3 {
	font-size:16px;
}

.form a:link {
	text-decoration:none;
	color:#000;
}

.form a:visited {
	text-decoration:none;
	color:#000;
}

.form a:hover {
	text-decoration:none;
	color:#93c;
}

.press h3 {
	font-size:16px;
}

.pressImage {
	float:right;
}

.aboutus {
	text-align:justify;
}

.map {
	margin: 30px 0px 0px 0px;
	float:right;
	display:inline-block;
	
}