@charset "utf-8";

h1 {
	font-size: 17px;
	color: #DC2924;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	padding-bottom: 3px;
}
h1 a:link, h1 a:active, h1 a:visited, h1 a:hover {
	color: #dc2924;
	text-decoration: none;
}
h1 a:hover {
	color: #333;
	text-decoration: none;
}
html, body { height: 100%; }
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #969589;
}
a:link, a:active, a:visited, a:hover { color: #969589; }
a:hover { color: #333; }
body {
	margin: 0px;
	background-image: url(../assets/bg_intro.gif);
	background-color: #E0DCCF;
	background-repeat: repeat-x;
}
#container {
	width: 705px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#logo {
	clear: both;
	float: left;
	height: 62px;
	width: 704px;
	background-image: url(../assets/bg_top_intro.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
}
#slogan {
	float: left;
	height: 77px;
	width: 685px;
	padding-top: 10px;
	padding-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 69px;
	color: #b4b0a5;
	font-weight: bold;
	letter-spacing: -0.08em;
	padding-left: 20px;
	text-align: right;
}
#flash {
    float: left;
    height: 410px;
    width: 500px;
    margin-top: 15px;
    background-image:URL(../assets/map2.jpg); 
    background-repeat:no-repeat;
}
#menu {
	float: right;
	height: 120px;
	width: 200px;
	margin-top: 15px;
	text-align: right;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: -0.05em;
}
#menu a:link, #menu a:active, #menu a:visited, #menu a:hover {
	color: #969589;
	text-decoration:none;
}
#menu a:hover {
	color: #333;
	text-decoration: none;
}
#othersites {
	float: right;
	width: 200px;
	margin-top: 40px;
	font-size: 13px;
	margin-bottom: 5px;
}

#footer {
	clear: both;
	float: left;
	height: 20px;
	width: 100%;
	margin-top: 28px;
	text-align: right;
}
