/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}

ul, li {
	list-style: none;
}

body {
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #3F3F3F;
}

.wrapper {
	width: 1000px;	
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	left: 50%;	
}

.container {
	
	background-image: url(images/body_bg_repeat.jpg);
	background-repeat: repeat-x;
	float: left;
	display: inline;
}

.top {
	width: 1000px;
	height: 65px;
	background-image: url(images/nav_repeat.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}
.navigation-home {
	background-image: url(images/navigation_home.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 263px;
	float: right;
	display: inline;
	margin-top: 18px;
	padding: 10px 0px 0px 0px;
}

.navigation-contact {
	background-image: url(images/navigation_contact.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 263px;
	float: right;
	display: inline;
	margin-top: 18px;
	padding: 10px 0px 0px 0px;
}

.logo-top {
	float: left;

}

.nav-links {
	margin: 0px 10px 0px 55px;
}


.middle {
	position: relative;
	float: left;
	width: 1000px;
}

.repeat {
	float: left;
}

.repeat-contact {
	float: left;
}
.bottom-image {
	margin-top: 30px;
	float: right;
}
.right {
	background-color: #D9D9DB;
	background-image: url(images/subnav_repeat.jpg);
	background-repeat: repeat-x;
	display: inline;
	float: left;
	padding: 0px 0px 0px 0px;
	width: 292px;
	border-right: 1px solid #b2b2b2;
}

.right-text {
	margin: 10px 0px 20px 0px;
}

.right-input {
	padding: 2px;
}

.right-bottom {
	float: left;
	width: 292px;
	height: 186px;
	background-image: url(images/right_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.right-padding {
	padding-left: 20px;

}

.image-absolute {
	position: absolute;
	float: right;
	top: -15px;
	display: inline;
	left: 680px;
}

.center {
	padding: 50px 0px 20px 0px;
	float: left;
	width: 627px;
	background: none;
	display: inline;
}

.image-center {
	margin: 40px 0px 0px 0px;
}

.clear {
	clear: both;
}

.text {
	width: 545px;
	margin-left: 7px;
	line-height: 20px;
}

.list {
	margin-left: 155px;
}

.bottom {
	clear: both;
	height: 45px;
	background-image: url(images/btm_repeat.jpg);
	background-repeat: repeat-x;
	width: 1000px;
}

.contact-text {
	margin-left: 15px;
	color: #B3645B;

}



.contact-header {
	margin-left: 80px;
	margin-top: 5px;
}
.line {
	height: 4px;
	background: url(images/line.jpg);
	background-repeat: repeat-x;
	margin: 20px 0px 20px -20px;
}

/* ....... Fonts ...... */

.caption {
	font-size: 11px;
	float: right;
	padding: 21px 15px 0px 0px;
}
.red-text {
	color: #A03D32;
}


.blue-text {
	color: #487396;
}

.subheaders {
	margin: 25px 0px 0px 7px;
	font-size: 16px;
	font-weight: bold;
}

.nav-links {
	color: #fff;
}

input {
	color: #A03D32;
}
.text-number {
	font-size: 18px;
}

.pink-text {
	color: #B3645B;
}

a, a:link, a:hover, a:visited {
	color: #B2B2B2;
	text-decoration: none;
}
a:hover {
	color: #A03D32;
	text-decoration: underline;
}

.text-email a, .text-email a:link, .text-email a:hover, a:visited {
	color: #B3645B;
	text-decoration: none;
}
.text-email a:hover {
	color: #A03D32;
	text-decoration: underline;
}

/* error message DIV */

#errors {
	background: #EFF4F7;
	border: 1px solid #b2b2b2;
	padding: 5px;
	margin: 25px 25px 0px 5px;
}

#errors p {
	margin: .6em;
	color: #b44243;
	font-weight: bold;
}

#errors img {
	padding-left: 65px;
}

#messages {
	background: #EFF4F7;
	border: 1px solid #b2b2b2;
	padding: 5px;
	margin: 25px 25px 0px 5px;
	}

#messages p {
	margin: .6em;
	color: #228318;
	font-weight: bold;
}

#messages img {
	padding-left: 65px;
}
