* {
	margin: 0px;
	padding: 0px;
}

body {
	font: 12px Palatino Linotype, "Times New Roman", Times, serif;
	color: #1C1C1C;
	background: url(images/main_bg.png) repeat-x #0D0000;
	margin: 0px;
	padding: 0px;
}

.Normal,
.Normal table tr td,
.Normal table,
.Normal td,
table tr td,
table,
table td,
td {
	font-size: 12px;
	line-height: 15px;
	font: 12px Palatino Linotype, "Times New Roman", Times, serif;
	color: #1C1C1C;
}

h1 {
	font: 12px Palatino Linotype, "Times New Roman", Times, serif;
	color: #1C1C1C;
	font-size: 24px;
}	

#wrapper {
	width: 100%;
	text-align: center;
}

#outercontainer {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#container {
	float: left;
	width: 1000px;
	background: url(images/content_bg.png) repeat-x #B7B6B6;
	margin-top: 208px;
}

#header {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 208px;
	background: url(images/header_bg.png) repeat-x !important;
	background: url(images/header_bg.gif) repeat-x;
	text-align: center;
}

#navigation {
	width: 1004px;
	margin: 0 auto;
	height: 57px;
	text-align: left;
}

#logo {
	width: 1000px;
	margin: 0 auto;
	height: 136px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

img.logo {
	float: left;
	margin-top: 7px;
}

img.title_logo {
	float: left;
	margin-top: 27px;
	margin-left: 90px;
}

#address {
	position: absolute;
	right: 0px;
	top: 0px;
	padding-top: 28px;
	color: #fff;
	text-align: right;
	font-size: 14px;
}

#home-left {
	float: left;
	position: relative;
	top: 0px;
	margin-bottom: 3px;
	left: 3px;
	height: 314px;
	width: 596px;
	background: url(images/marketing_bg.png) no-repeat;
}

.ContentPane {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 495px;
	height: 222px;
}

#home-right {
	float: right;
	position: relative;
	top: 3px;
	right: 6px;
	height: 307px;
	width: 390px;
}

.RightPane {
	height: 307px;
	width: 390px;
}

#footer {
	width: 100%;
	clear: both;
	color: white;
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
}

#footer a:link {
	color: #fff;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

/* slideshow scroller */

#slider {
    width: 932px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 417px;
    width: 932px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: url(images/slideshow_bg.jpg) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding-top: 12px !important;
	padding-top: 0px;
	margin: 0px !important;
	margin-top: 12px;
	padding-bottom: 35px !important;
	padding-bottom: 0px;
    height: 400px;
    width: 932px;
}

.slide {
	height: 380px;
	width: 928px;
	margin-left: 1px;
	margin-right: 1px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 0px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -34px;
}

.scrollButtons.right {
    right: -34px;
}

.hide {
    display: none;
}

/* end slideshow scroller */

