@charset "utf-8";
/* CSS Document */

body {
	background-color: #8C8346;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#header {
	background-color: #FFFFFF;
	height: 138px;
	width: 800px;
	background-image: url(images/headerImage.gif);
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 20px;
	margin-bottom: 5px;
}
#header #taglineLarge {
	font-size: 22px;
	font-weight: normal;
	position: absolute;
	left: 130px;
	bottom: 75px;
	top: 20px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#header a {
	margin-left: 15px;
}
#header #headerlinks {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	position: absolute;
	right: 20px;
	bottom: 5px;
}
#header #taglineLargerText {
	font-size: 35px;
}

#homeLinks {
	height: 240px;
}
#contents {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#contents #homeIntro {
	height: 134px;
}
#contents #homeLinks .leftColumn {
	width: 235px;
	float: left;
}


#contents #homeLinks .rightColumn {
	float: right;
	width: 160px;
}

#contents #homeLinks a {
	display: block;
	margin-bottom: 20px;
}
#contents #homeQuote {
	height: 142px;
}

#contents img {
	float: right;
}


#footer {
	background-color: #FFFFFF;
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
	border: 1px solid #FFFFFF;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
#footer .footerLinks a {
	margin-right: 40px;
}
#homeIntro p, #homeQuote p {
	font-size: 17px;
	margin-top: 25px;
	padding-right: 10px;
	padding-left: 10px;
}
#homeQuote p {
	margin-top: 10px;
}
.smallerText {
	font-size: 12px;
}
.largestText {
	font-size: 30px;
}
.largetext {
	font-size: 21px;
}

a {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #000000;
	text-decoration: underline;
}

a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #000000;
	text-decoration: none;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 29px;
}
#firstBoxInformation {
	margin-top: 10px;
}

.beveledBoxFullSize {
	background-color: #FFFFFF;
	text-align: left;
	width: 750px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 25px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-bottom: 10px;
}
.beveledBoxFullSize a {
	position: relative;
	left: 625px;
	width: 200px;
}

.beveledBoxFullSize p {
	font-size: 16px;
}

.beveledBox {
	background-color: #FFFFFF;
	position: relative;
	width: 397px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: left;
	margin-bottom: 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	left: 0px;
}


.bottomLeftBevel {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: inline;
}
.bottomRightBevel {
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: inline;
}
.topRightBevel {
	position: absolute;
	top: 0px;
	right: 0px;
	display: inline;
}
.topLeftBevel {
	position: absolute;
	left: 0px;
	top: 0px;
	display: inline;
}
.beveledBoxFullSize   li {
	list-style-position: outside;
	list-style-image: url(images/bulletSmallLeftAlign.gif);
	width: 500px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#contactMain  {
	background-color: #FFFFFF;
	width: 700px;
	padding-right: 50px;
	padding-left: 50px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-bottom: 70px;
}
#contactMain h1 {
	padding-top: 20px;
}
#contactMain #contactForm p {
	width: 350px;
}

#contactMain #contactForm {
	width: 470px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 400px;
}
#contactMain #contactForm .sendButton {
	position: absolute;
	right: 0px;
	top: 388px;
}
#contactMain #contactForm .singleLine {
	position: absolute;
	right: 0px;
	border: 1px solid #000000;
	width: 336px;
}
#contactMain #contactForm .text-area {
	position: absolute;
	width: 468px;
	right: 0px;
	height: 172px;
	border: 1px solid #000000;
	top: 197px;
}

