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

html 
{
	font-size:16px;
}

body, html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, pre, cite, code, em, img, samp, small, strong, var, dl, dt, dd, ol, ul, li, table,
caption, tbody, tfoot, thead, tr, th, td

{
	margin:0;
	padding:0;
	border:0;
	outline:0;
}

body
{
	color:#333;
	font: normal 62.5%/1 Arial, Verdana, sans-serif;
	background: #fff url(../images/background.png) repeat-x 0 0;
}

#container
{
	width:960px;
	margin:0 auto;
}

#header
{
	width:960px;
	margin:0 auto;
	background:url(../images/header.png) no-repeat 0 0;
	

}

#header img#logo
{
	margin-left:50px;
	margin-bottom:-40px;
	position:relative;
	z-index:6;
}




#navigation
{
	margin-top:28px;
	margin-right:50px;
	height:40px;
	float:right;
}

#navigation ul
{

	padding-right:4px;
	list-style:none;
	
}

#navigation li
{
	float:left;
	border-left:thin solid #fff;
	background:url(../images/menu_button.png) repeat-x;
}

#navigation li.last
{
	border-right:1px solid #fff;
}

#navigation li a
{
	font-family:Steiner;
	font-size:1.0em;
	font-variant:small-caps;
	letter-spacing:1.2px;
	color:#fff;
	text-decoration:none;
	float:left;
	padding-top:32px;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:8px;
	
}

#navigation li a:hover
{
	background:url(../images/menu_button_active.png) repeat-x;
}


#navigation .active
{
	background:url(../images/menu_button_active.png) repeat-x;
}
	


#container2
{
	width:718px;
	margin:0 auto;
}

#fadeshow1
{
	
	margin:0 auto;
	position:relative;
	z-index:-1;
}




#content
{
	min-height:340px;
	padding:4px 0;
	width:714px;
	margin:0 auto;
	background:url(../images/background3.png); 
}

h1
{

	font-family:Sathu;
	font-size:1.6em;
	text-transform:uppercase;
	padding:10px;
	
}

#content p
{
	font-family:Sathu;
	font-size:1.2em;
	letter-spacing:normal;
	word-spacing:4px;
	line-height:14px;
	padding:10px;
}

#content p.form
{
	font-family:Sathu;
	font-size:1.1em;
	padding:1px;
}

p.error
{
	color:red;
}

#content form
{
	padding:10px;
}

#content p span
{
	font-size:0.9em;;
}

h3
{
	font-family:Sathu;
	font-size:1.2em;
	padding:10px 0 6px 0;
	text-transform:uppercase;
}

#content li span
{
	font-size:1.2em;
}

#content li
{
	list-style:none;
	font-family:Sathu;
	font-size:1.1em;
	padding-left:10px;
	padding-top:5px;
}

#content li span
{
	font-size:1.2em;
}

#map_canvas
{
	float:right;
	margin-right:30px;
}


#footer
{

	background:url(../images/footer.png) repeat-x 0 0;
	height:30px;
}

#footer div
{
	margin:0 auto;
	text-align:center;
}

#footer p
{
	color:#fff;
	padding:10px 0;
	font-family:Verdana, Champagne & Limousines;
	font-size:1.1em;
	word-spacing:2px;
}

#footer a
{
	color:#00ffff;
	text-decoration:none;
	
}


