@import url(../js/superfish/superfish.css);
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
}
/*-----------------------------------------------------------------------------------------------
	Navigation
-----------------------------------------------------------------------------------------------*/	

#Nav ul {
	width: 780px;
	text-align: right;
	list-style:none;
	padding-top:70px;
}
#Nav ul li ul {
	width: 180px;
	text-align: left;
	list-style:none;
	padding-top:12px;
}
#Nav li {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	display: inline;
	float: left;
}
#Nav li a:link, #Nav li a:visited {
	color: #999;
	text-decoration: none;
	border: none;
	display: block;
}
#Nav li a:hover {
	color: #BD2716;
	text-decoration: none;
}
#Nav li a.current {
	color: #BD2716;
	text-decoration: none;
}
/*-----------------------------------------------------------------------------------------------
	Access
-----------------------------------------------------------------------------------------------*/	

#access {
	list-style: none;
	position: absolute;
	height: 40px;
	font-size: 11px;
	right: 0px;
	width: 245px;
	background-image: url(../images/site/access.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-left: 0px;
	margin-left: 0px;
	padding-right: 15px;
}
#access li {
	float: right;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
#access li a {
	display: block;
	line-height: 3;
	text-decoration: none;
	color: #BD2716;
}
#access li a:hover {
	color: #333333;
}
/*-----------------------------------------------------------------------------------------------
	Slideshow
-----------------------------------------------------------------------------------------------*/	
#gallery {
	width: 383px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#slideshow {
	background-image: url(../images/site/slideshow_bg.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 243px;
	width: 427px;
	float: right;
	padding-top: 30px;
	padding-right: 23px;
	margin-top: 0px;
	margin-right: 36px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 1;
}
#gallery {
	position:relative;
	height:215px;
	float: right;
	overflow: hidden;
}
#gallery a {
	position:absolute;
	width: 383px;
	overflow: hidden;
	height: 212px;
}
#gallery a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#gallery a.show {
	z-index:10;
}
#slideshow #gallery .caption {
	z-index:11;
	height:40px;
	position:absolute;
	width: 386px;
	bottom: 0px;
	color: #BD2716;
	font-weight: bold;
	background-color: #D1D1D1;
}
#gallery .caption .content {
	font-size : 12px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: right;
		color: #BD2716;
	font-weight: bold;
	background-color: #D1D1D1;
}
/*-----------------------------------------------------------------------------------------------
	Home
-----------------------------------------------------------------------------------------------*/	


#home .intro {
	float: left;
	width: 410px;
	margin-top: 10px;
	margin-left: 30px;
}
#home .intro h2 {
	width: 398px;
	overflow: hidden;
	font-size: 25px;
	color: #666666;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#home .intro h3 {
	font-size: 22px;
	color: #BD2716;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.intro {
	float: left;
	width: 910px;
	margin-top: 20px;
	margin-left: 30px;
	z-index: 1;
}
h2 {
	overflow: hidden;
	font-size: 25px;
	color: #666666;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
h3 {
	font-size: 22px;
	color: #BD2716;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}


h4 {
	font-size: 22px;
	color: #666666;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
} 

body#home {
	background-image: url(../images/site/bg.png);
	background-repeat: repeat-x;
	background-position: center center;
}
#home #content {
	margin-top: 0px;
}
/*-----------------------------------------------------------------------------------------------
	Global
-----------------------------------------------------------------------------------------------*/	

 body {
	font-family: Arial, Helvetica, sans-serif;
	color : #666;
	padding : 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../images/site/bg.png);
	background-repeat: repeat-x;
	background-position: center 165px;
}
#wrapper {
	margin: 0 auto;
	width: 980px;
}
#header {
	width: 780px;
	padding: 0px;
	height: 120px;
	position: relative;
	background-repeat: no-repeat;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-image: url(../images/site/line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 99;
}
#logo {
	height: 178px;
	width: 181px;
	float: left;
}
#logo img {
	border: 0px;
}
#content {
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 30px;
}
#content a {
	color: #666666;
}
#content a:hover {
	color: #BD2716;
	text-decoration: underline;
}
#footer {
	width: 950px;
	clear: both;
	color: #999999;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	font-size: 11px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/site/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer_left {
	float: left;
	font-size: 11px;
	font-weight: normal;
	width: 250px;
}
#footer_right {
	float: right;
	text-align: right;
	width: 250px;
}
#footer_links_container {
	margin-bottom: 1em;
	overflow: hidden;
	width: 150px;
	float: right;
	margin-left: 20px;
	text-align: right;
}
#footer_links {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer_links li {
	border-left: 1px solid #fff;
	float: right;
	line-height: 1.1em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
}
#footer a {
	color: #999999;
}
#footer a:hover {
	color: #BD2716;
	text-decoration: none;
}
.clear {
	clear: both;
}
/* TAG STYLES */
h1 {
	font-size : 25px;
	margin : 0px;
	background-color: transparent;
	color : #BD2716;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
}

h5 {
	background-color: transparent;
	color : #BD2716;
	font-weight: bold;
	font-size: 14px;
}
h6 {
	background-color: transparent;
	color : #333333;
	font-weight: bold;
	font-size: 14px;
}
p {
	text-align: left;
	padding : 0px 0px 10px 0px;
	margin : 0px;
}
a {
	color : #811010;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form {
	margin : 0px;
	padding: 0px;
}
input, textarea, select {
	background: #ffffff;
	padding : 2px;
}
textarea {
	height: 100px;
}
table {
	margin : 0px;
	padding: 0px;
}
ul {
	margin: 0 0 0 16px;
	padding: 0;
}
li {
	margin: 0;
	padding: 2px 0;
}
hr {
	height: 1px;
	color: #d2d6bc;
	background: #d2d6bc;
	width: 90%;
	margin: 0 auto;
	border: 1px solid #d2d6bc;
}
hr.dotted {
	width: 100%;
	border: 0;
	border-top: 1px dotted #000000;
	background: transparent;
	margin: 6px 0;
}
.bullet {
	margin: 4px 0 0 2px;
}
.inline {
	display: inline;
}
.right {
	float: right;
}
.left {
	float: left;
}

/* MAP */
#map {
	border: 1px solid #000;
	width: 100%;
	height: 350px;
	margin: 8px 0;
}

#project_info {
	border: 1px solid #000;
	display: none;
	padding: 6px;
	margin: 6px 0;
}

#map_filter {
	text-align: right;
}

.img_bubble {
	margin: 4px 0 4px 4px;
}

/* SEARCH */
#map_search {
	border: 1px solid #000;
	width: 500px;
	height: 350px;
	margin: 0 0 8px 0;
	float: left;
}

#search_options {
	float: left;
	margin: 0 0 0 10px;
	width: 380px;
}

#search_options hr {
	margin: 10px 0;
}

#search_options label {
	display: block;
	line-height: 1.8;
	vertical-align: top;
	font-weight: bold;
}

#search_options ol {
	margin: 0;
	padding: 0;
}

#search_options li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

#search_results {
	clear: both;
	margin: 10px 0;
}

.search_result {
	border: 1px solid #000;
	padding: 6px;
	margin: 0 0 6px 0;
}

.contact_link {
	background: url('../images/site/icon_email.png') no-repeat;
	padding: 0 0 0 20px;
	font-weight: bold;
	float: right;
}

.cs_link {
	clear: both;
	background: url('../images/site/icon_cs.png') no-repeat;
	padding: 0 0 0 20px;
	margin: 4px 0 0 0;
	font-weight: bold;
	float: right;
}

/* CONTACT */
#contact_details {
	float: right;
	margin: 60px 250px 0 0;
}

/* FORMS */
form.register label {
	display: block;
	line-height: 1.8;
	vertical-align: top;
	font-weight: bold;
	width: 240px;
}

form.register fieldset {
	border: 0px;
	margin: 0;
	padding: 0;
	width: 240px;
	display: inline;
}

form.register ol {
	margin: 0;
	padding: 0;
}

form.register li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.register em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

select.full {
	width: 234px;
}

input.full {
	width: 228px;
}

textarea.full {
	width: 228px;
}

input.clean {
	border: 0px;
	background: transparent;
	width: auto;
}

#country_container {
	margin: 0 0 0 310px;
	width: 320px;
}

#country_box {
	height: 1200px;
	width: 300px;
	overflow: scroll;
	overflow-x: hidden;
}

.confirm_box {
	background: url("../images/site/icon_accept.png") 4px 4px no-repeat #75c868;
	border	  : 1px solid #226d1f;
	color	  : #fff;
	padding	  : 4px 4px 4px 24px;
	width	  : 75%;
	text-align: left;
	margin	  : 20px auto;
}

.error_box {
	background: url("../images/site/icon_error.png") 4px 4px no-repeat #fa9d8b;
	border	  : 1px solid #b84e2e;
	color	  : #fff;
	padding	  : 4px 4px 4px 24px;
	width	  : 75%;
	text-align: left;
	margin	  : 20px auto;
}

.info_box {
	background: url("../images/site/icon_info.png") 4px 4px no-repeat #8cb2d9;
	border	  : 1px solid #365188;
	color	  : #fff;
	padding	  : 4px 4px 4px 24px;
	width	  : 75%;
	text-align: left;
	margin	  : 20px auto;
}