﻿body {
	font-size:0.8em;
	font-family:"Century Gothic", Arial, Helvectica, sans-serif;
	margin:0px;
}
a {
	text-decoration:none;
	color:#40166F;
}
a:hover {
	text-decoration:underline;
}
strong {
	color:#414042;
}
.indent {
	padding:0px 20px;
	line-height:25px;
}
img {
	border:none;
}
h1 {
	font-size:1.6em;
}
h2 {
	font-size:1.5em;
}
h3 {
	font-size:1.4em;
}
h4 {
	font-size:1.3em;
}
h5 {
	font-size:1.2em;
}
h6 {
	font-size:1.1em;
}
.container {
	width:100%;
	float:left;
}
.column {
	float:left;
	position:relative;
}
.clear {
	clear:both;
}
#background {
	background-image:url('../images/bottom-background.jpg');
	background-position:center bottom;
	background-repeat:repeat-x;
}
#container {
	width:970px;
	margin:0px auto;
}
#header {
	width:135px;
	height:90px;
	padding:100px 35px 0px 800px;
	background-color:white;
	position:relative;
	text-align:center;
	color:black;
	font-size:1.3em;
	font-weight:bold;
	line-height:25px;
}
#header .logo {
	position:absolute;
	left:10px;
	top:40px;
}
#contactForm {
	width:380px;
	height:335px;
	margin:3px 0px 0px 0px;
	padding:5px 10px 0px 580px;
	background-image:url('../images/form-background.jpg');
	background-position:center top;
	background-repeat:no-repeat;
}
#contactForm p {
	padding:5px 0px;
	margin:0px;
}
#contactForm p.formField {
	background-image:url('../images/formfield-background.gif');
	background-position:center top;
	background-repeat:no-repeat;
	width:370px;
	height:33px;
	padding:5px;
}
#contactForm p.formField.formArea {
	background-image:url('../images/formarea-background.gif');
	background-position:center top;
	background-repeat:no-repeat;
	width:370px;
	height:125px;
	padding:5px;
}
#contactForm .textbox {
	font-family:"Century Gothic", Arial, Helvectica, sans-serif;
	width:300px;
	background:none;
	padding:0px 0px 0px 40px;
	background-image:url('../images/textbox-background.gif');
	background-position:7px 6px;
	background-repeat:no-repeat;
	border:none;
	color:white;
	font-size:1.1em;
	font-weight:bold;
	overflow:auto;
}
#contactForm .submit a {
	float:right;
}
#contentArea {
	width:950px;
	padding:10px;
}
.signs {
	width:970px;
	height:200px;
	background-color:#40166F;
}
.signs h2 {
	padding:10px 0px;
	margin:0px;
}
.signs ul {
	padding:0px 50px;
	margin:0px;
	list-style:none;
}
.signs ul li {
	display:block;
	float:left;
	width:280px;
	color:white;
	padding:5px;
	font-size:1.4em;
	font-weight:bold;
}
.signs ul li span {
	color:white;
}

#footer {
    background-color:white;
    height: 150px;
    margin: 10px 0 0;
    padding: 50px 0 0;
    width: 970px;
}
#footer p.address {
	height:30px;
	padding:0px 0px 20px 0px;
	margin:0px;
	color:#144672;
	font-weight:bold;
	font-size:1.1em;
}

















