/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(/images/homepage01.jpg) repeat-x left top;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 { margin: 0px; }


h2 {
	margin-bottom: 5px;
	font-size: 14px;
	color: #000000;
}
#title h1 {
	font-size: 20px;
	color: #A2A2A2;
	background-image: none;
}
#title {
	height: 60px;
	width: 500px;
	position: absolute;
	z-index: 5;
	top: 50px;
	left: 130px;
}
#header {
	position: relative;
}


h2 span { color: #10A1CF; }

h3, .text1 {
	margin-top:4px;
	margin-bottom: 2px;
	text-transform: none;
	font-size: 12px;
	font-weight: bold;
	color: #3D494B;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4E4E4E;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 140%;
}
input {}

/** LINKS */

a { color: #FE7200; }

a:hover { text-decoration: none; }

/** STYLES */

.style1 { }

.style1 a { }

.style1 a:hover { }

/** BACKGROUNDS */

.bg1 { }

/** MISC */

.align-justify { text-align: justify; }

.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 { height: 1px; }

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

input {
	color: #AC0F0F;
	padding: 2px;
	border: 1px solid #313131;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a.button-dark{
	display: block;
	float: left;
	color: #FFF;
	margin-left: 10px;
	padding: 0px;
	padding-bottom: 2px;
	text-align: center;
	border: none;
	background: url(/images/button.png) no-repeat left center ;
	width: 124px;
	height: 20px;
	overflow: hidden;

}
a.button-dark:hover{
	background-image: url(/images/button-hover.png);
}

form ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

form .textbox {
	width: 154px;
	height: 20px;
	margin: 0px 0px 5px 0px;
	padding: 3px 5px 0px 5px;
	border: none;
	background: url(/images/subpage1_01.gif) no-repeat left top;
}

form .button {
	width: 55px;
	height: 18px;
	background: url(/images/subpage1_02.gif) no-repeat left top;
	border: none;
	text-transform: lowercase;
}

/** HEADER */

#header h2 {
	font-size: 16px;
	font-weight: normal;
	color: #6D6D6D;
}

#header h2 span { color: #C2C2C2; }

/** MENU */

#menu a {
	float: left;
	width: 126px;
	height: 28px;
	padding: 8px 0px 0px 0px;
	background: url(/images/homepage03.jpg) no-repeat left top;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a { background: url(/images/homepage04.jpg) no-repeat left top; }


/** LOGIN */

#login {
	margin: 0px 0px 10px 0px;
	padding: 18px 18px 0px 18px;
	background: #E6E6E6 url(/images/homepage06.gif) no-repeat left top;
}

#login .bgbtm {
}

#login-submit {
	margin-top: 5px;
}

#login a {
	padding-top: 6px;
}

/** SEARCH */

#search {
	margin: 0px 0px 10px 0px;
	padding: 18px 18px 0px 18px;
	background: #E6E6E6 url(/images/homepage08.gif) no-repeat left top;
}

#search .bgbtm {
	margin: 0px -18px;
	background: url(/images/homepage09.gif) no-repeat left bottom;
}

#search-submit {
	margin-top: 5px;
}

#search a {
	padding-top: 6px;
}

/** FOOTER */

#footer {
	height: 113px;
	background: #505050 url(/images/homepage15.gif) repeat-x left top;
}

#footer p {
	margin: 0px;
	padding-top: 30px;
	text-align: center;
	color: #717171;
}
.logo {
	margin-top: 10px;
}
#container {
	ackground-color: #FFF;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.title {
	font-size: 14px;
	font-weight: bold;
	color: #982E18;
	list-style-type: none;
}

#searchbox {
	padding: 4px;
	background-image: url(/images/search-bg.gif) ;
	background-repeat: no-repeat;
	background-position: right;
	height:72px;
	border: 1px solid #D6D6D6;
}
#searchbox h1, #searchbox a, #searchbox p{
	color: #FFF;
}

#sidebar {
	overflow: auto;
	height: 487px;
	width:187px;
	background-color:#EBEBEB;
	font-size: 11px;
	color: #000;
	float:left;
	padding: 6px 7px 7px 6px;
}
#sidebar-content {
}

#sidebar ul{
	margin:0px;padding:0px;
}

#sidebar li{
	padding-left: 0px;
	margin-left:0px;
	list-style-type: none;
}

#sidebar li.heading {
	font-size: 13px;
	padding: 3px;
	color: #FFF;
	margin-top: 10px;
	font-weight: bold;
	background-color: #5E5E5E;
	border-top: 2px solid #FFF
}




/* CSS Document */

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00F;
	margin-bottom:0px;
	margin-top:0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	margin-bottom:2px;
	margin-top:0px;
}
body {
	margin: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	margin-top: 0px;
	margin-bottom: 15px;
}
.square {
	float: right;
	height: 20px;
	width: 20px;
	border: 1px solid #000;
}
.box {float:left;width:155px;height:35px;}

a.noeffect {
	text-decoration: none;
	font-size: 14px;
	margin-top: 10px;
}
.distance {
	olor: #979797;
	loat: right;
}

.result {
	padding-right: 3px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ACACAC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ACACAC;
	background-color: #D6D6D6;
}
.highlight{
	color: #AC0F0F;
}
#map_container{
	position: relative;
	float: left;
}
#map{
	overflow: hidden; 
	width:750px; 
	height:500px; 
	visibility:visible;
	margin:0px;
	z-index: 10;
}

#loader{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 20;
	background: #FFF;
	opacity: 0.65;
	-moz-opacity: 0.65; /* older Gecko-based browsers */
	filter:alpha(opacity=65); /* For IE6&7 */

}
