@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#Header {
	height: 100px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/layout/logo);
	background-repeat: no-repeat;
	background-position: left;
}
#NavigationTop {
	float: right;
	margin-top: 73px;
}
#NavigationTop li {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 15px;
	list-style-type: none;
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
}


#NavigationTop a {
	color: #e29129;
	text-decoration: none;
}
#ColorBar {
	background-image: url(../images/layout/color_bar);
	background-repeat: repeat-x;
	background-position: left;
	height: 10px;
	width: 100%;
}
#FeatureBackground {
	background-image: url(../images/layout/gradient_blue);
	background-repeat: repeat-x;
	height: 250px;
	width: 100%;
}
#FeatureWrapper {
	height: 250px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#Slideshow {
	float: right;
	height: 250px;
	width: 500px;
	overflow: hidden;
}

#Headline {
	display: block;
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-align: right;
	float: left;
	width: 430px;
	font-weight: lighter;
	color: #ffffff;
	margin-top: auto;
	position: relative;
	top: 50%;
}
#ShadowLeft {
	background-image: url(../images/layout/shadow_left);
	background-repeat: no-repeat;
	background-position: left top;
	width: 970px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}
.clear {
	clear: both;
}
#ShadowRight {
	background-image: url(../images/layout/shadow_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 950px;
	padding-right: 20px;
	padding-top: 30px;
}

#ShadowRight p {
	margin-top:15px;
	margin-bottom:15px;
}
#MainMinHeight {
	float: right;
	height: 352px;
	width: 1px;
}

#LoginMain {
	float: right;
	width: 180px;
	margin-right: 70px;
	font-size: 15px;
}
#LogoLink {
	float: left;
	height: 100px;
	width: 231px;
	cursor: pointer;
}
#FooterWrapper {
	background-image: url(../images/layout/footer_background);
	background-repeat: repeat-x;
	height: 48px;
	padding-top: 20px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	z-index: 999;
}
#Footer {
	color: #ffffff;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#Footer a {
	color: #ffffff;
}
#Footer a:hover, #Footer a:active {
	color: #336894;
}


a {
	color: #e29129;
	text-decoration: none;
}
a:hover, a:active {
	color: #336894;
}
#Content {
	float: left;
	margin-left: 95px;
	width: 500px;
	font-size: 14px;
}
.Active {
	color: #336894;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3d3d3d;
	height: 100%;
}
#PageWrapper {
	 display: block;
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
#MainWrapper {
 padding-bottom: 50px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #336894;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #336894;
}

#NavigationTop a:hover, #NavigationTop a:active {
	color: #336894;
}

.FormBackground {
	background-image: url(../images/layout/textbox);
	background-repeat: no-repeat;
	height: 20px;
	width: 154px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 2px;
	padding-left: 5px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#gallery {
	position: relative;
	width:500px;
	height:3250px;
	margin:0;
	padding:0;
	display: none;
}
#MainLinks {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: 904px;
	padding-left: 24px;
	padding-top: 35px;
}
.MainLinksPadding {
	margin-right: 24px;
}
#gallery img { display: block; }
#SubNavigation {
	float: left;
	width: 175px;
	margin-left: 40px;
}
#SubContent {
	float: right;
	width: 600px;
	margin-right: 60px;
	padding-bottom: 20px;
}
#SubBlueBar {
	background-image: url(../images/layout/footer_background);
	height: 40px;
	width: 100%;
}
#SubNavigation  a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2c5a0;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: -15px;
	margin-left: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #336894;
}
li {
	margin-left: 30px;
}


.err {
font-weight: bold;
color: #fff;
padding: 6px;
text-align: center;
background-color: #C03B00;
}

.ok {
font-weight: bold;
color: #fff;
padding: 6px;
text-align: center;
background-color: #6DA22E;
}