#title {display:none; }

body {
	color: #435559;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.01em;
	line-height: 20px;
	margin: 0px auto;
	width: 800px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #435559;
	margin-bottom: 15px;
}
h2 {
	font-size: 13px;
	font-weight: bolder;
	color: #435559;
	margin-bottom: 0px;
}

p {
	margin-bottom: 0px;
}

a:link {
	color: #44595C;
	text-decoration: underline;
}
a:visited {
    color: #44595C;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #44595C;
	text-decoration: underline;
}


.copyright {
	text-align: center;
	font-size: 11px;
	line-height: 12px;
	width: 800px;
}
#content-area {
	background-color: #B1E0EA;
	clear: both;
	width: 774px;
	padding-left: 16px;
	padding-right: 10px;
	padding-bottom: 20px;
}

#content-area p {
	width: 550px;
}

#contact-index #content-area p {
	width: 350px;
}

#navigation {
	border-right: 1px solid #44595C;
	border-bottom: 4px solid #44595C;
	clear: both;
	font-size: 14px;
	height: 18px;
	letter-spacing: 2px;
	list-style-type: none;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	text-transform: uppercase;
	width: 626px;
}

#navigation li {
	border-left: 1px solid #44595C;
	float: left;
	margin: 0px;
	padding: 0px 14px;
	position: relative;
	vertical-align: bottom;
}

#navigation li:first-child {
	border-left: none;
}

#navigation a:link {
	color: #44595C;
	text-decoration: none;
}
#navigation a:visited {
    color: #44595C;
	text-decoration: none;
}
#navigation a:hover {
	color: #849087;
	text-decoration: none;
}
#navigation a:active {
	color: #44595C;
	text-decoration: none;
}


/**
 * Subnav-Related Styles
 */
#navigation li ul {
	background-color: #44595C;
	color: white;
	display: none;
	font-family: Tahoma, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	left: 0px;
	letter-spacing: 0.02em;
	line-height: 22pt;
	list-style-type: none;
	margin-left: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	position: absolute;
	text-transform: none;
	top: 18px;
	width: 220px;
}

#navigation li:hover ul {
	display: block;
}

#navigation ul li {
	float: none;
}

#navigation ul li a, #navigation ul li a:link, #navigation ul li a:visited {
	color: white;
	display: block;
}

#navigation ul li a:hover, #navigation ul li a:visited:hover {
	color: #B1E0EA;
}



.bottom {
	background-image: url(images/layout/bottom.gif);
	background-repeat: no-repeat;
	height: 112px;
	color: #FFFFFF;
	padding-left: 500px;
	padding-top: 14px;
	width: 300px;
}
.imagespacert {
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
.imagespacelt {
	margin-bottom: 10px;
	margin-right: 10px;
    float: left;
}

.form {
	width: 350px;
	float: right;
	margin-right: 10px;
}

.stretcher {
	clear: both;
	height: 1px;
	line-height: 1px;
}
.error_message {color: red;}

.error {
    background-color: #FDD;
    border-color: #900;
}
