@charset "UTF-8";

/*

Bright Green - c5ce3b;

*/

a, img  { behavior: url(iepngfix.htc) } 

a:active, a:focus {
	outline:0;	
}

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

a:hover {
	text-decoration:underline;	
	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	margin: 0px;
	height: 100%;
	background-image: url(media/hi_tile_bg.png);
	background-repeat: repeat-x;
	background-color: #311407;
}
#container {
	background-image: url(media/hi_container_bg.png); 
	
	background-repeat: no-repeat;
	height: 706px;
	width: 940px;
	margin: 0 auto;
	position: relative;
	top: 76px;
}

#container-home {
	background-image: url(media/hi_home_bg.jpg);
	background-repeat: no-repeat;
	height: 706px;
	width: 940px;
	margin: 0 auto;
	position: relative;
	top: 76px;
}



#navigation, #navigation-home {
	margin-left: 20px;
	width:150px;
	padding-top:10px;
	overflow:hidden;
	position:absolute;
	top:135px;
	left:0px;
	float:left;
	
	
}

#navigation a {
	background-image: url(media/nav_arrow.png);
	background-repeat: no-repeat;
	text-indent: 12px;
	display:block;
	background-position: left 0px !important;
	background-position: left 4px;
	text-decoration:none;
	color:#FFF;
	font-size:12px;
	left:0px;
	position:relative;
	height:25px;
	
}

#navigation-home a {
	background-image: url(media/nav_arrow.png);
	background-repeat: no-repeat;
	text-indent: 12px;
	display:block;
	background-position: left 0px !important;
	background-position: left 4px;
	text-decoration:none;
	color:#FFF;
	font-size:12px;
	left:-150px;
	position:relative;
	height:25px;
	
}

#navigation a:hover, #navigation-home a:hover {
	color:	#c5ce3b;
	background-position: 4px -40px !important;
	background-position: 4px -44px;
	text-indent: 16px;
}

a.link-with-arrow {
	background-image: url(media/nav_arrow.png);
	background-repeat: no-repeat;
	text-indent: 12px;
	display:block;
	background-position: left 0px !important;
	background-position: left 4px;
	text-decoration:none;
	color:#FFF;
	font-size:12px;
	height:25px;
	font-weight:bold;
}

a.link-with-arrow:hover {
	color:	#c5ce3b;
	background-position: 4px -40px !important;
	background-position: 4px -44px;
	text-indent: 16px;
}


#container-content {
	float:left;
	width:680px;
	margin-left: 190px !important;
	margin-left: 95px;
	
}


h1 {
	color: #c5ce3b;
	font-size:32px;
	margin: 5px 0px 5px 10px;
	
}

#container-content p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin:0px;
}

#contacts {
	font-weight:bold;
	font-size:16px;
	color:#FFF;
	position:absolute;
	margin-top:-10px;
	margin-left:15px;
	
}

.green {
	color: #c5ce3b;
}

#WrapperMap {
	margin:10px;
	width:700px;
	border:1px solid #c5ce3b;
	height:300px;
	color:#333;
	z-index:101;
	
}



