/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* TYPE */
body { font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif; background-color:#000000; color:#333; height: 100%; }

a { 
	color: #828282;
	text-decoration: none;	
}

a:hover { 
	color: #7a9cbb;
	text-decoration: none;	
}
a:active, a:focus{ 
   outline:0;
}

span.blu {
	color: #7a9cbb;
	font-weight: normal;
	font-size: 14px;
}

p {
	font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
	color: #828282;
	font-size: 13px;
	text-align: justify;
	line-height: 1.7;
	padding: 0px;
	font-weight: normal;
}

/* LAYOUT */

img { behavior:url(iepngfix.htc); }

img.home { float: left; }

.clear { clear: both; }

#container { width: 800px; height: 100%; margin: 0 auto; position: relative; }

#header {
	width: 100%;
	height: 122px;
	position: relative;
}
#logo {
	background: transparent url(images/logo.png) no-repeat left;
	width: 246px; height: 182px;
	position: absolute;
	top: 0px; left: 0px;
	z-index: 999;
}
#top {
	background: transparent url(images/top.gif) no-repeat left;
	width: 440px; height: 97px;
	position: absolute;
	top: 5px; right: 0px;
	padding: 10px 5px 0px 5px;
	z-index: 999;
}

#content {
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	padding-top: 18px;
}

/* Navigation */
#menu {
width: 100%;
height:38px;
background: transparent url(images/menu.jpg) no-repeat top;
}

#menu ul {
	float: right;
	width: 430px;
	height: 38px;
}

#menu li {
display:inline;
}

#menu a {
position:relative;
float:left;
display:block;
font-size:14px;
font-weight:normal;
text-align:center;
line-height:32px;
color:#7a9cbb;
height:32px;
width:80px;
background: transparent url(images/bgmenu.gif) no-repeat 0 -1px;
margin: 0px 0px 0px 5px;
padding: 0px 0px 5px 0px;
}

#menu a:hover {
background: transparent url(images/bgmenu.gif) no-repeat 0px -39px;
}

#menu a.active {
background: transparent url(images/bgmenu.gif) no-repeat 0px -39px;
}

/* Content */
#box {
	width: 248px;
	height: 250px;
	float: left;
	margin: 5px 3px 5px 3px;
	border: 1px solid #302927;
	padding: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

}
#map {
	width: 450px; 
	height: 400px; 
	float: right;
}

/* Footer */
#footer {
	width: 100%;
	height: 65px;
	margin: 0px;
	border-top: 1px solid #302927;
	padding-top: 5px;
}
#footer p {
	font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
	color: #909090;
	font-size: 12px;
	text-align: left;
	padding:0px;
	margin: 5px;
	font-weight: normal;
	float: left;
}
#footer p a{
	color: #b1b1b1;
}
#footer p a:hover{
	color: #969696;
}
/*Forms defaults*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
label {
	color: #5bc117;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
	text-align: left;
}
label.chosen {
	color:#333;
}

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}

/*Text inputs*/
.textinput, .textinputHovered {
	width:336px;
	height:15px;
	background:url(images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}

/*Text areas*/
.textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:25px;
	color:#FFF;
	font-weight:normal;
	padding:2px 5px;
	background:url(images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
	margin: 5px 0px 0px 0px;
}
.buttonSubmitHovered {
	background-position:left bottom;
}
/* FaceBox */
#facebox .b {
  background:url(images/facebox/b.png);
}

#facebox .tl {
  background:url(images/facebox/tl.png);
}

#facebox .tr {
  background:url(images/facebox/tr.png);
}

#facebox .bl {
  background:url(images/facebox/bl.png);
}

#facebox .br {
  background:url(images/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
