/***** Global Settings *****/

html, body {
	border:0;
	margin:0;
	padding:0;
}
 
body {
	font-size:62.5%;
	font-family:Helvetiker,Helvetica,Tahoma,Arial,sans-serif;
	color:#fff;
	background:#000;
}


/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
 
h1 {
	padding:0 0 15px 0;
	font-size:3em;
	font-family: Helvetiker,Tahoma;
}
 
h2 {
	padding:0 0 15px 0;
	font-size:20px;
	font-family: Helvetiker,Tahoma;
}
 
h3 {
	padding:0 0 15px 0;
	font-size:1.7em;
}

p {
	font-size:12px;
	line-height:1.2em;
	margin:0;
	padding:0 0 15px 0;
}

ul {
	font-size:13px;
	line-height:1.7em;
	margin:0;
	list-style-type:disc;
	padding:0 0 18px 15px;
}

ol {
	font-size:13px;
	line-height:1.7em;
	margin:0;
	padding:0 0 18px 15px;
}
 
blockquote {
	margin:0;
	padding:0;
}
 
small {font-size:1em;}
img {border:0;}

sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
 
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}

code {
	font-size:12px;
}
 
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
 
/***** Links *****/
 
a {color:#fff;}
a:hover {text-decoration:none;}

 
/***** Forms *****/
 
form {
	margin:0;
	padding:0;
	display:inline;
}
 
input, select {font-size:1em;}
textarea {line-height:1.25;font-size:1.2em;}
label {cursor:pointer;}

#contactform th {
	vertical-align:top;
	padding-right:20px;
	text-align:right;
}
#contactform .text, #contactform textarea {
	width:200px;
}
#contactform textarea#address {
	height:80px;
}
#contactform textarea#comments {
	height:150px;
}
 
/***** Tables *****/
 
table {
	border:0;
	margin:0;
	padding:0;
	border-collapse:collapse;
}
 
td, th {
	padding:2px;
	text-align:left;
}

#contactform td, #contactform th {
	font-size:1.2em;
}

 
/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
.text-hidden   { left:-9999px;position:absolute;}
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:5px 20px 10px 0; }
.img-right     { float:right;margin:5px 0 10px 20px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

.hr {border-bottom:1px dotted #666;margin-bottom:10px;}
.confirm {color:green;}
.warning {color:red;}
.small {font-size:0.8em;}
.smaller {font-size:0.9em;}
.larger {font-size:1.1em}
.vlarger {font-size:1.2em}
.vvlarger {font-size:1.4em}
.vvvlarger {font-size:1.6em}




/***** Wrapper *****/

#wrapper {
	width:680px;
	margin:0 auto;
}


/***** Content *****/

img#emblem {
	float:left;
}
img#banner {
	border:1px solid #848484;
}

#content {
	padding:10px;
}

#nav {
	float:right;
	width:485px;
}
#nav a {
	width:107px;
	margin:0 10px 10px 0;
	float:left;
	display:block;
	background:#fbb714 url(../images/button-fade.gif) top left repeat-x;
	border:1px solid #848484;
	text-align:center;
	padding:2px;
	color:#000000;
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
}
#nav a.last, #main-nav a.last {
	margin-right:0;
}

#nav a:hover, #left a:hover, #main-nav a:hover {
	border:1px solid #fff;
}

#left-home {
	width:350px;
	float:left;
}
#main-home {
	width:295px;
	float:right;
}

#left {
	width:165px;
	float:left;
}
#main {
	width:485px;
	float:right;
}


#left a {
	margin:0 10px 10px 0;
	display:block;
	background:#fbb714 url(../images/button-fade.gif) top left repeat-x;
	border:1px solid #848484;
	text-align:center;
	padding:2px;
	color:#000000;
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
}

#main-nav {
	text-align:center;
}
#main-nav a {
	width:105px;
	margin:0 10px 10px 0;
	display:block;
	float:left;
	background:#fbb714 url(../images/button-fade.gif) top left repeat-x;
	border:1px solid #848484;
	text-align:center;
	padding:1px;
	color:#000000;
	text-decoration:none;
	font-size:1.1em;
	font-weight:bold;
}

.box {
	border:1px solid #848484;
}
.box-inner {
	padding:10px;
	font-size:1.2em;
}
.box h2 {
	border-bottom:1px solid #848484;
	background: #fbb714 url(../images/box-title-fade.gif) top left repeat-x;
	padding:5px;
	color: #000000;
	font-size:1.4em;
	font-weight:bold;
}

#map1, #map2 {
	border:2px solid #848484;
	margin-bottom:10px;
}
#map1 {
	margin-right:12px;
}

.gallery img {
	margin:10px 15px 10px 0;
}

/***** Footer *****/

#footer {
	text-align:center;
	border:1px solid #848484;
	padding:2px;
	margin-top:10px;
}
#footer div {
	background: #000 url(../images/footer-fade.gif) top center repeat-y;
	padding:4px;
	font-size:1.1em;
}
#footer div span {
	font-weight:bold;
	color:#fbb714;
}