@charset "utf-8";
/* CSS Document */

body {
	background-color: #B6A38E;
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #836341;
}
p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #5C462E;
	text-align: justify;
}
a {
	font-size: 14px;
	color: #836341;
	text-decoration: none;
}
a:hover {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #5C462E;
	text-align: left;
	font-weight: normal;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 45px;
	color: #A67E53;
	line-height: 40px;
	font-weight: normal;
	text-align: right;
	padding-top: 60px;
	margin: 0;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FF0000;
	text-align: left;
	font-weight: normal;
	padding-top: 50px;
}
h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #836341;
	text-align: left;
	font-weight: bold;
	padding-top: 10px;
}
hr {
	border: none 0;
	border-top: 1px solid #5C462E;
	height: 1px;
	margin-top: 30px;
	margin-bottom: 1px;
	padding: 0;
}
ul {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #5C462E;
	text-align: justify;
	list-style-position: outside;
	list-style-type: square;
}
.callOut {
	line-height: 30px;
	font-weight: bold;
}
.lineSpace {
	margin-bottom: 10px;
}
img {
	margin: 0px;
}
img.lefty {
	float: left;
	margin: 3px 20px 3px 0px;
	display: inline;
}
img.rightsy {
	float: right;
	margin: 3px 0px 3px 20px;
	display: inline;
}

/* Containers */

/* Header */

#headContain {
	width: 960px;
	height: 250px;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0 auto 0 -480px;
	position: relative;
	top: 0px;
	left: 50%;
	background-image: url(../images/corinthian_trust.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#headLogo {
	width: 275px;
	height: 250px;
	display: block;
	float: left;
}
#headTitle {
	width: 390px;
	height: 250px;
	display: block;
	float: left;
}

/* Navigation */

#navContain {
	width: 960px;
	height: 30px;
	background-color: #836341;
	text-align: center;
	margin: 0 auto 0 -480px;
	position: relative;
	top: 0px;
	left: 50%;
}
.nav {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #D0C3B4;
	line-height: 28px;
	text-align: left;
	margin: 0 0 0 20px;
}
.nav a {
	color: #D0C3B4;
	text-decoration: none;
}
.nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Body Content */

#bodyContain {
	width: 920px;
	height: auto;
	background-color: #BCA895;
	text-align: center;
	margin: 0 auto 0 -480px;
	padding: 20px;
	position: relative;
	display: inline-block;
	top: 0px;
	left: 50%;
	background-image: url(../images/money_back.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#boxLeft {
	width: 455px;
	float: left;
	display: block;
	padding-right: 5px;
}
#boxRight {
	width: 455px;
	float: left;
	display: block;
	padding-left: 5px;
}
#boxLeftDirectors {
	width: 445px;
	float: left;
	display: block;
	padding-right: 10px;
}
#boxRightDirectors {
	width: 445px;
	float: left;
	display: block;
	padding-left: 20px;
}
#formLeft {
	width: 200px;
	float: left;
	display: block;
	padding-right: 5px;
}
#formRight {
	width: 200px;
	float: left;
	display: block;
	padding-left: 25px;
}

/* Footer */

#footContain {
	width: 960px;
	height: 30px;
	background-color: #836341;
	text-align: center;
	margin: 0 auto 0 -480px;
	position: relative;
	top: 0px;
	left: 50%;
}
.foot {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #D0C3B4;
	line-height: 28px;
	text-align: left;
	margin: 0 0 0 20px;
}
.foot a {
	color: #D0C3B4;
	text-decoration: none;
}
.foot a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Credits */

#creditContain {
	width: 960px;
	height: 30px;
	text-align: center;
	margin: 0 auto 0 -480px;
	position: relative;
	top: 0px;
	left: 50%;
}
.credit {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #836341;
	line-height: 28px;
	text-align: left;
	margin: 0 0 0 20px;
}
.credit a {
	color: #836341;
	text-decoration: none;
}
.credit a:hover {
	color: #4A3824;
	text-decoration: none;
}

/* Web Credit */
#webContain {
	width: 960px;
	height: 30px;
	text-align: center;
	margin: 0 auto 0 -480px;
	position: relative;
	top: 0px;
	left: 50%;
}
.web {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #9C8367;
	line-height: 28px;
	text-align: left;
	margin: 0 0 0 20px;
}
.web a {
	font-size: 12px;
	color: #9C8367;
	text-decoration: none;
}
.web a:hover {
	font-size: 12px;
	color: #836341;
	text-decoration: none;
}

/* Forms */
input {
	background-color: #D0C3B4 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5C462E;
	width: 183px;
	border: 1px solid #836341;
	text-transform: none;
}
textarea {
	background-color: #D0C3B4 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5C462E;
	width: 183px;
	border: 1px solid #836341;
	text-transform: none;
}
select {
	background-color: #D0C3B4 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5C462E;
	width: 183px;
	border: 1px solid #836341;
	text-transform: none;
}
input.send-btn {
	background-color: #D0C3B4 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5C462E;
	width: 186px;
	border: 1px solid #836341;
	text-transform: none;
}
input.send-btn:hover {
	background-color: #AA9179 !important;
	border: 1px solid #665340;
	color: 665340;
}