﻿.holder
{

}

body
{
	background-image: url('../_img/back.jpg');
	background-repeat:repeat;
	background-color: #ffffff;
	margin: 0 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
}
.rightBorderArea
{
	margin: 0 auto;
	display: block;
	background-image: url('../_img/backright.jpg');
	background-repeat: repeat-y;
	background-position: right;
	background-color: White;
	width: 860px;
	text-align:left;
	z-index: 0;
}
.leftBorderArea
{

	background-image: url('../_img/backleft.jpg');
	background-repeat:repeat-y;
	border-right: solid 1px #a0a0a0;
	z-index: 1;
	width: 816px;
}
.mainArea
{
	background-color: White;
	width: 743px;
	
	border-left: solid 1px #a0a0a0;	
	margin-left: 42px;
	z-index: 1;
}
.headerLine
{
	
	display: block;
	background-image: url('../_img/topline.jpg');
	background-repeat:repeat-x;
	width: 773px;
	max-width: 773px;
	height: 7px;
	
}

.headerArea
{
	display: block;
	padding-top: 7px;
	padding-right: 10px;
	text-align: right;
	width: 754px;
}

.topNavigation
{
	padding-left: 12px;
	background-repeat:repeat-y;
	margin: 0 auto;
	text-align:right;
	background-color: White;
	width: 754px;
	
}
.mainBody
{
	background-color: White;
	text-align: left;
	padding: 20px 0px 20px  0px;
	margin-left: 25px;
	margin-right: 15px;
	min-height: 200px;
	max-width: 730px;
	width: 730px;
}

.pageFooter
{
	background-color: Black;
	display: block;
	color: White;
	width: 773px;
	text-align: center;
	padding: 6px 0px 6px 0px;
}
.pageFooterItem
{
	display: inline;
	background-color: Black;
	color: White;
	font-size: 12px;
	z-index: 4;
}
.FooterLink
{
	color: #89d1fb;
}
.imageLogo
{
 padding-right: 20px;
}
.imageMain
{
	
}
.navLinkImage
{
	border: none;
	border-collapse:collapse;
}


/* Search */
.search_header
{
}
.search_results_header_bar
{
}
.percent
{
}
.searchLinkUrl
{
}
.searchLink
{
}


.padding {
padding: 8px;
}

.font_size_11px {
font-size: 11px;
line-height: 14px;
}

hr {
height: 1px;
border: 0px;
border-bottom: 1px solid #c3ddec;
}

p, td, table, ul, li, div {
font-family: Georgia;
font-size: 13px;
color: #000000;
line-height: 20px;
}

a {
color: #036fae;
}

a:hover {
text-decoration: none;
}

.header {
font-size: 20px;
font-weight: bold;
line-height: 22px;
color: #4a4848;
}

.sub_header {
font-size: 13px;
font-weight: bold;
color: #4a4848;
}

.grey_background {
background-color: #d9d9d9;
}

.required
{
	color:Red;
}
input
{
	border: solid 1px #a0a0a0;
}
label
{
	font-weight:bold;
	display: inline;
}
.formArea
{
	text-align: center;
	margin: 0 auto;
}
.contactForm
{
	margin: 0 auto;
	background-color: #e4e4e4;
	display: block;
	text-align: left;
	width: 580px;
	padding: 20px 0px 40px 0px;	
}
.formLine
{
	padding: 4px  0px 4px 20px;
	width: 560px;
	display: block;
}
.formElements
{
	width: 300px;
}
.formElement
{
	display: inline-block;
	width: 400px;
}
.formLargeElement
{
	display: block;
	width: 525px;
}
.formComment
{
	width: 520px;
	height: 60px;
}
.formButton
{
	float: right;
	padding-right: 40px;
	
	padding-bottom: 20px;
}
