/* BODY */


body {
	background-color: #fdfdf4;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(images/background-main.jpg);
	background-repeat: repeat-x;
	background-position: top;
}


/* CONTAINERS */

.pagecontainer {
	width:99%;
	height:auto;
	position:absolute;
	z-index:1;
}

.maincontainer {
	position:relative;
	margin:0px auto;
	z-index: 1;
	width: 944px;
	margin: 0px auto;	
}



/* PAGE ITEMS */

.side-left {
	background-image: url(images/side-left.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 77px;
}
.side-right {
	background-image: url(images/side-right.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 77px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	display: block;
	width: 790px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	text-align: center;
}

.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 60px;
	color: #FFFFCC;
	background-color: #000066;
	text-align: center;
	display: block;
	height: auto;
	width: 790px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.header-address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000066;
	background-color: #f5f5c9;
	text-align: center;
	display: block;
	height: auto;
	width: 790px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.left-content {
	padding: 15px;
	height: 315px;
	width: 260px;
	margin: 0px;
	float: left;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	padding: 15px 0px 0px 15px;
	margin: 0px;
}

.testimonials {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* MENU */

.menu {
	height: auto;
	width: 790px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000066;
	border-bottom-color: #000066;
	text-align: center;
	display: block;
}

.menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000066;
	text-align: center;
	display: block;
	width:197px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	font-weight: bold;
}

.menu a:hover {
	color: #FFCC66;
}




/* CONTACT FORM ITEMS */

.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
}

.formboxstyles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
	width: 95%;
	border: 1px solid #000066;
}

.formbuttonstyles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F4DCF6;
	width: 100px;
	background-color: #000099;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9DDBFF;
	border-right-color: #9DDBFF;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

