﻿/*Rest defaults*/
* {
	margin:0px;
	padding:0px;
	border: 0px;
}


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #4d4b4a;
	text-align: center;
	background: #bbc2c8
}

#bg_container {
	width: 840px;
	margin: 0 auto 0 auto;
	background: url('../gfx/bg/mainbg.gif') top left repeat-y;
}

#header {
	height: 194px;
	width: 800px;
	background: #033a4d
}

#logos {
	height: 120px;
	width: 100%;
	background:#fff
}

#sub_body {
	width: 800px;
	height: auto;
	min-height: 800px;
	margin: 0 auto 0 auto;
	position:relative;
	background: url('../gfx/bg/bg.gif') top right repeat-y;
	padding-bottom: 20px;
}

#bssa {
	float: left;
	margin: 15px 0 0 15px;
}

#logo {
	float: right;
	margin: 15px 15px 0 0;
}

#navi {
	height: 25px;
	background:#f85e08;
	width: 100%;
	margin: 0 0 0 0;
	
}

#navi ul {
	list-style-type:none;
	text-align: left;
	margin: 0 0 0 10px;
	
}

#navi ul li {
	display: inline;
	
}

#navi ul li.on a {
	background: #033a4d
}

#navi ul li a {
	color: #fff;
	text-decoration: none;
	padding: 3px 12px 6px 12px;
	float: left;
}

#navi ul li a:hover {
	background: #033a4d
}


#gallery_img {
	float: left;
}

#points {
	float: left;
	margin: 2px 0 0 25px
}

#content {
	margin-right: 275px;
	height: auto;
	text-align: left;
	margin-top: 20px;
}

#content h1 {
	color: #f85e08;
	margin: 15px 20px 5px 20px;
	font-weight: normal;
	font-size: 1.8em;
}

#content p {
	margin: 10px 20px 10px 20px;
	line-height: 1.5em;
	color: #4d4b4a
}

#content .action {
	width: 390px;
	height: 60px;
	background: #d6d6d6;
	margin: 20px;
}

#content .action img {
	margin: 4px;
	margin-right: 10px;
}

#content .action p {
	position:relative;
	color:#366676;
	margin: 7px;
	font-size: 0.9em;
	padding-top: 10px;
}

ul.list {
	margin-left: 40px;
}

ul.list li {
	margin-bottom: 10px;
	line-height: 1.6em
}

/* Right column */

#right_col {
	float: right;
	width: 275px;
	height: auto;
	min-height: 457px;
	position:relative
}

#right_col .box {
	width: 250px;
	height: 133px;
	background:#d6d6d6;
	margin: 13px;
}

#right_col .thumb {
	float: left;
	margin: 3px 5px 3px 3px;
}

#right_col p {
	text-align: left;
	font-size: 0.9em;
	padding:3px;
	line-height: 1.3em;
	color:#366676
}

#right_col p a {
	text-decoration: none;
	color: #f85e08
}

#right_col p a:hover {
	text-decoration: underline;
}

#footer {
	height: 20px;
	background: #d6d6d6;
	width: 100%;
	float: left;
	display: none;
}

#right_col ul {
	text-align: left;
	list-style-type: none;
}

#right_col ul li {
	float: left
}

#right_col ul li.on a {
	background:#f85e08;
}

#right_col ul li a {
color: #fff;
width: 265px;
float: left;
padding: 7px 0px 7px 10px;
text-decoration: none;
}

#right_col ul li a:hover, #right_col ul li.on a {
background:#8d8d89;
}

p label {
	display:block
}

input, textarea {
	border: 1px #ccc solid;
}

form {
	padding-bottom: 20px;
}

p a {
	color:#033a4d
}

p a:hover {
	text-decoration: none;
	color: #f85e08
}

hr {
	height: 2px;
	background: #ccc
}

/* The map */

iframe {
	border: 5px #ccc solid;
}

/* Gallery */

#gallery img {
	border: 5px #ccc solid;
}