@charset "utf-8";
/* CSS Document */

body {
	padding:0;
	background-color:#FFF;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}

img {
	border-style:none;
	border-width:0px;
	margin:0;
	padding:0;
}

/* SEARCH FIELD */
.textfieldStyle {
	border-color:#FFF;
	border-width:0px;
	border-style:none;
	background-color:#FFF;
	margin-top:11px;
	margin-left:20px;
	width:200px;
	height:20px;
}
.searchButton {
	float:left;
}
div.textfieldBg {
	float:left;
	background-image:url(images/searchfield.png);
	background-repeat: no-repeat;
	width:236px;
	height:43px;
}
div#searchfield {
	float:left;
	margin:0;
	position:relative;
	left:10px;
	overflow:hidden;
}

div.article {
	width:auto;
	height:auto;
	background-color:#F5F5F5;
	border-style:solid;
	border-width:1px;
	border-color:#DCDCDC;
	padding-left:10px;
	padding-right:10px;
	margin:20px;
}
div#map_canvas {
	margin:10px;
}
div#header {
	float:none;
	width:100%;
	margin:0;
	background-image:url(images/top_repeat.gif);
	background-repeat:repeat-x;
	background-color:#4E4E4E;	
	min-height:110px;
}
div#head {
	float:none;
	width:100%;	
	margin:0;
}
div#footer {
	min-height:70px;
	width:auto;
	padding:20px;
	background-color:#505050;
	position:relative;
}
div#main_menu {
	width:100%;
	background-color:#00C0F3;
	background-image:url(images/main_menu_repeat.gif);
	background-repeat:repeat-x;
	height:50px;	
	margin-top:10px;
	padding:0;
	overflow:hidden;
	text-align:center;
}
table.body {
	color:#505050;
	font-size:small;
	margin-bottom:20px;
}

/* TEXT */
p {
	font-family:Arial, Helvetica, sans-serif;
	color:#505050;
	line-height:150%;
	font-size:small;
	margin:0;
	padding-top:0;
	padding-bottom:10px;
}
li {
	font-family:Arial, Helvetica, sans-serif;
	color:#505050;
	font-size:small;
	margin:0;
	padding:0;
	list-style:outside;
}
ul {
	margin:0;
	padding:15px;
}
.catchy {
	color:#00C0F3;
	font-size:x-large;
	font-weight:bolder;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#505050;
	line-height:150%;
	font-size:larger;	
	font-weight:bold;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#505050;
	line-height:150%;
	font-size:medium;	
	font-weight:bold;
	text-transform:uppercase;
	margin-top:40px;
}
a.main_menu {
	text-transform:uppercase;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:xx-large;
	font-weight:bolder;
}
a.darkGrey {
	color:#282828;
	font-size:small;
	text-decoration:underline;
}
a.white {
	color:#FFF;
	font-size:small;
	text-decoration:underline;
}
a {
	color:#00C0F3;
	font-size:small;
	text-decoration:underline;
}
