html, body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/layout/body-bg.gif) repeat-x;
	height: 100%;
	text-align: left;
	color: #333;
	font: 12px/1.5em Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

* html #Container {
	height: 100%;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #0060a2;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/layout/arrow-blue.png) right 3px no-repeat;
	padding: 0 10px 0 0;
}

a:link.white, a:active.white, a:visited.white {
	background: url(../images/layout/arrow-white.png) right 3px no-repeat;

}

a:hover {
	text-decoration: none;
	color: #0060a2;
}

a.noarrow { background: none; }

h2 {
	font-size: 1.9em;
	line-height: 1.4em;
	margin: 0 0 0 0;
	font-weight: bold;
	color: #0060a2;
}

h3 {
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 0 0 0 0;
	font-weight: bold;
	color: #0060a2;
}

h4 {
	font-size: 1.3em;
	margin: 0;
	padding: 10px 0 0 0;
	font-weight: normal;
	color: #333;
	font-weight: bold;
}

.clear { clear: both; }

#Container {
	position: relative;
	width: 100%;
	background-repeat: repeat-x;
	text-align: left;
}

#Wrap {
	margin: 0em auto;
	padding: 0 0 20px 0;
	position: relative;
	width: 883px;
	text-align: left;
	min-height: 100%;
}

#Top {
	width: 883px;
	height: 90px;
	margin: 0 0 16px 0;
	padding: 0;
	float:left;
}

#Top2 {
	width: 883px;
	height: 120px;
	margin: 0 0 16px 0;
	padding: 0;
	float:left;
}

#Top H1, #Top2 H1 {
    float: left;
	margin: 30px 0 0 0;
	padding: 0;
	background: url(../images/layout/logo.gif) no-repeat;
	position: absolute;
	display: block;
}

#Top H1 a, #Top2 H1 a { display: block; width: 206px; height: 53px; cursor: pointer; }
#Top H1 a span, #Top2 H1 a span { display: block; width: 0; height: 0; overflow: hidden; }

ul#Menu { position: relative; float: right; margin: 50px 0 0 0; padding: 0; list-style-type: none; overflow: hidden; }
ul#Menu li { float: left; background: url(../images/layout/menu-left.png) no-repeat left top; margin: 0 0 0 5px; padding: 0 0 0 5px; height: 40px; }
ul#Menu a { float: left; display: block; background: url(../images/layout/menu-right.png) no-repeat right top; padding: 6px 10px 2px 5px; text-decoration: none; color: #fff; height: 40px; line-height: 30px; font-size: 13px; font-weight: bold; }
ul#Menu li:hover { background: url(../images/layout/menu-left.png) left bottom no-repeat; }
ul#Menu a:hover { background: url(../images/layout/menu-right.png) right -40px no-repeat; color: #333; }
ul#Menu li.active { float: left; background: url(../images/layout/menu-left.png) no-repeat left bottom; margin: 0 0 0 5px; padding: 0 0 0 5px; height: 40px; color: #333; }
ul#Menu a.active { float: left; display: block; background: url(../images/layout/menu-right.png) no-repeat right -40px; padding: 6px 10px 2px 5px; text-decoration: none; color: #333; height: 40px; }

ul#Submenu { position: absolute; float: left; margin: 90px 0 0 383px; padding: 0; list-style-type: none; overflow: hidden; }
ul#Submenu li { float: left; padding: 0 0 0 30px;}
ul#Submenu a { float: left; display: block; padding: 0; text-decoration: none; color: #0060a2; line-height: 30px; font-size: 12px; font-weight: bold; background: none; }
ul#Submenu a:hover { color: #666; }
ul#Submenu a.active { float: left; display: block; padding: 0; text-decoration: none; color: #666; }

ul { list-style-type: none; margin: 0; padding: 0 }

#Banner-Startpage { float: left; width: 883px; height: 268px; }


#Spots { margin: 16px 0 0 0; float: left; }

#Spots form { margin: 0 20px; padding: 0; }
#Spots .col-first { float: left; width: 285px; height: 200px; margin: 0 14px 0 0; background: url(../images/layout/box-first.gif) no-repeat; padding: 0; }
#Spots .col-second { float: left; width: 285px; height: 200px; margin: 0 14px 0 0; background: url(../images/layout/box-second.gif) no-repeat; padding: 0; }
#Spots .col-third { float: left; width: 285px; height: 200px; margin: 0 0 0 0; background: url(../images/layout/box-third.gif) no-repeat; padding: 0; }

#Spots .col-first h2, #Spots .col-third h2 { font-size: 1.8em; line-height: 1.4em; margin: 15px 0 5px 20px; font-weight: bold; color: #0060a2; }
#Spots .col-second h2 { font-size: 1.8em; line-height: 1.4em; margin: 15px 0 5px 20px; font-weight: bold; color: #fff; }
#Spots p { margin: 0 0 0 20px; }

#Spots .col-second p, #Spots .col-second a { color: #fff; }
#Spots .col-first p, #Spots .col-third p { color: #333; }

#Spots .link-blue { float: left; padding: 5px 13px 0 0; background: url(../images/layout/arrow.gif) right 11px no-repeat }
#Spots .link-white { float: left; padding: 5px 13px 0 0; background: url(../images/layout/arrow.gif) right 11px no-repeat }

#Bottom { margin: 10px 0 0 0; float: left; background: url(../images/layout/footer.gif) repeat-x; height: 76px; width: 883px; }
#Bottom a { float: left; width: 120px; height: 20px; margin: 40px 0 0 320px }
#Footer { margin: 10px 0 0 0; float: left; width: 883px; text-align: center; color: #999; font-size: 11px; }
#Footer img { margin: 5px 5px 0 0; }

.service { float: left; width: 45%; margin: 0 15px 15px 0 }
.service h3 { color: #333; }

#Left { padding: 0; margin: 0; float: left; width: 585px; background: url(../images/layout/box-large-middle.gif) repeat-y; }
#Left .content { float: left; width: 585px; background: url(../images/layout/box-large-top.gif) no-repeat; padding: 24px; margin: 0;}
#Left .content img { margin: 0 0 10px 0; }
#Left .content h3 { margin: 10px 0 0 0; }
#Left .bottom { float: left; width: 585px; height: 6px; background: url(../images/layout/box-large-bottom.gif) no-repeat; }

#Left .content p {width: 540px}

#Right { padding: 0; margin: 0 0 0 13px; float: left; width: 285px; background: url(../images/layout/box-small-middle.gif) repeat-y; }
#Right .content { float: left; width: 285px; background: url(../images/layout/box-small-top.gif) no-repeat; padding: 24px; margin: 0;}
#Right .bottom { float: left; width: 285px; height: 6px; background: url(../images/layout/box-small-bottom.gif) no-repeat; }

#Right h4 {
	font-size: 1.2em;
	margin: 0;
	padding: 10px 0 0 0;
	font-weight: normal;
	color: #333;
	font-weight: bold;
}

#Right .content p {float: left; width: 240px}

form { margin: 15px 0 0 0; padding: 0; }

ul.thumbs { float: left; margin: 0 0 0 15px; list-style-type: none; padding: 0 }
ul.thumbs li { float: left; margin: 0 10px 10px 0; padding: 0; width: 120px; }
ul.thumbs span { float: left; margin: 0 10px 10px 0; padding: 0; font-style: italic }

input, textarea, select { font: 12px Arial, Tahoma, Verdana, Helvetica, sans-serif; margin: 4px 0; padding: 2px }

input.large, textarea.large { width: 400px; }
input.medium, textarea.medium { width: 235px; }
input.small, textarea.small { width: 190px; }

.error { background: #d64a4a; color: #fff; font-weight: bold; padding: 5px 10px 5px 10px; border: 1px solid #ac2e2e; margin: 0 0 15px 0; clear: both; }
.alert { background: #6dce60; color: #fff; font-weight: bold; padding: 5px 10px 5px 10px; border: 1px solid #56ad4b; margin: 0 0 15px 0; clear: both; }

table { width: 426px; margin: 0 15px; padding: 0; }
table th { font: 10px/1.7em Lucida sans, Arial, Tahoma, Verdana, Helvetica, sans-serif; text-transform: uppercase; margin: 0; padding: 0 5px; background: #e7e7d6; color: #666; height: 24px; text-align: left; }
table td { background: url(../../graphics/layout/menu-border.gif) bottom repeat-x; font-weight: normal; padding: 5px 5px; margin: 0; }
table td.odd { background: #fff; color: #777777; }
table td.even { background: #f7f7f7; }

