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

/* FONTS ====================================================================== */
@font-face {
 font-family: Amplitude;
 src: url("../fonts/amplitud.eot");
}
@font-face {
 font-family: Amplitude;
 src: url("../fonts/amplitud.ttf");
}

/* TAGS ======================================================================= */
html {
	background-image: url(../images/bodyBgRepeat01.jpg);
	background-position: top center;
	background-repeat: repeat;
	height: 100%;
}
body {
	background-image: url(../images/bodyBgTop01.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	min-height: 100%;
	margin: 0px;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	color: #5c4000;
}
h1 {
	font-family: Amplitude, "Courier New", Courier, monospace;
	font-size: 24px;
	margin: 0px;
	font-variant: small-caps;
	/* border-bottom: #e1bf70 1px solid; */
}
h2 {
	font-family: Amplitude, "Courier New", Courier, monospace;
	font-size: 28px;
	margin: 0px;
	margin-top: 5px;
	font-variant: small-caps;
}
h3 {
	font-family: Amplitude, "Courier New", Courier, monospace;
	font-size: 16px;
	font-variant: small-caps;
}
hr {
	height: 12px;
	background-image: url(../images/hr01.jpg);
	background-position: left;
	background-repeat: repeat-x;
	border: none;
	margin: 0px;
	margin-bottom: 20px;
}
ul {
	width: 35%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background-color: #c6af7d;
	border: 15px solid #d4bf91;
	padding-left: 30px;
	padding-right: 15px;
	padding-top: 95px;
	background-image: url(../images/horseshoe01.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
ul li {
	margin-top: 6px;
	margin-bottom: 6px;
}

/* CLASSES ==================================================================== */

/* Main ----------------------------------------------------------------------- */
.modeBar {
	text-align: center;
	background-color: #d6c8a9;
}
.mainCenter {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
}
.mainHeader {
	width: 980px;
	height: 290px;
	background-image: url(../images/mainHeader01.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.mainNav {
	position: relative;
	width: 720px;
	height: 35px;
	top: 240px;
	left: 130px;
	text-align: center;
}
.mainNav a {
	font-family: Amplitude, "Courier New", Courier, monospace;
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	font-size: 24px;
	font-variant: small-caps;
	color: #463100;
	text-decoration: none;
	text-align: center;
}
.mainBody {
	width: 980px;
	background-image: url(../images/mainBodyRepeat01.png);
	background-position: top center;
	background-repeat: repeat-y;
	overflow: hidden;
}
.mainBodyCenter {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.mainFooter {
	width: 980px;
	height: 190px;
	background-image: url(../images/mainFooter01.png);
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
}
.mainFooterContainer {
	position: relative;
	width: 400px;
	top: 80px;
	left: 290px;
	text-align: center;
	overflow: hidden;
}
.sectionCreator {
	background-color: #c6af7d;
	text-align: center;
	clear: both;
}
.editBar {
	background-color: #c6af7d;
	text-align: right;
	padding: 2px;
}
.pageListItem {
	text-align: left;
	padding: 2px;
	padding-left: 10px;
	overflow: hidden;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.pageListSub {
	text-align: left;
	padding: 2px;
	padding-left: 30px;
	overflow: hidden;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.pageListSub input {
	font-size: 10px;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
.hiddenLink {
	text-decoration: none;
	color: #5c4000;
}
.hiddenHeader {
	display: none;
}

/* Alignment ------------------------------------------------------------------ */
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.tdLeft {
	text-align: left;
	vertical-align: top;
}
.tdRight {
	text-align: right;
	vertical-align: top;
}
.tdCenter {
	text-align: center;
	vertical-align: top;
}
.narrowP {
	width: 67%;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}

/* Content Block -------------------------------------------------------------- */
.contentLeftColumn {
	width: 240px;
	float: left;
	overflow: hidden;
}
.contentRightColumn {
	width: 620px;
	float: left;
	overflow: hidden;
}
.contentSingleColumn {
	width: 860px;
}
.contentTable {
	display: table;
	width: 100%;
}
.contentUL {
	display: table-cell;
	width: 35px;
	height: 35px;
	background-image: url(../images/contentUL.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.contentUR {
	display: table-cell;
	width: 35px;
	height: 35px;
	background-image: url(../images/contentUR.png);
	background-position: top right;
	background-repeat: no-repeat;
}
.contentBR {
	display: table-cell;
	width: 35px;
	height: 35px;
	background-image: url(../images/contentBR.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.contentBL {
	display: table-cell;
	width: 35px;
	height: 35px;
	background-image: url(../images/contentBL.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.contentU {
	display: table-cell;
	height: 35px;
	background-image: url(../images/contentU.png);
	background-position: top center;
	background-repeat: repeat-x;
}
.contentR {
	display: table-cell;
	width: 35px;
	background-image: url(../images/contentR.png);
	background-position: right;
	background-repeat: repeat-y;
}
.contentB {
	display: table-cell;
	height: 35px;
	background-image: url(../images/contentB.png);
	background-position: bottom center;
	background-repeat: repeat-x;
}
.contentL {
	display: table-cell;
	width: 35px;
	background-image: url(../images/contentL.png);
	background-position: left;
	background-repeat: repeat-y;
}
.contentRow1 {
	display: table-row;
}
.contentRow2 {
	display: table-row;
}
.contentRow3 {
	display: table-row;
}
.contentContent {
	background-color: #d6c8a9;
	overflow: hidden;
}
.subNavLink {
	display: block;
	font-size: 14px;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #d4bf91;
	text-decoration: none;
	color: #5c4000;
	font-weight: bold;
}
.subNavLink:hover {
	background-color: #c6af7d;
}
.subNavHeaderLink {
	text-decoration: none;
	color: #5c4000;
}

/* Services Page ----------------------------------------------------------------- */
.border2p {
	border: #5c4000 solid 2px;
}

/* Clients Page ------------------------------------------------------------------ */
.clientButton {
	text-decoration: none;
	border: none;
	display: block;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	color: #5c4000;
	overflow: hidden;
}
.clientButton h2 {
	display: inline;
}
.clientButton img {
	border: none;
}

/* Contact Page ------------------------------------------------------------------ */
.formTable {
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background-color: #c6af7d;
	border: 15px solid #d4bf91;
}
.formTable td {
	padding-top: 3px;
}
.formTable input, .formTable textarea, .formTable select {
	border: none;
	background-color: #d6c8a9;
	padding: 2px;
	margin-bottom: 2px;
}
.formTable button {
	border: #5c4000 solid 2px;
	background-color: #d6c8a9;
	color: #5c4000;
}
.formTable button:hover {
	background-color: #ffffff;
}

/* Profile Creator Page ------------------------------------------------------------------ */
.profileTable {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 5px;
	background-color: #c6af7d;
	border: 15px solid #d4bf91;
	width: 67%;
}
.profileEditorTable {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding: 5px;
	background-color: #c6af7d;
	border: 15px solid #d4bf91;
	width: 100%;
}
.profileTable td, .profileEditorTable td {
	padding-top: 3px;
}
.profileTable input, .profileTable textarea, .profileTable select, .profileEditorTable input, .profileEditorTable textarea, .profileEditorTable select {
	border: none;
	background-color: #d6c8a9;
	padding: 2px;
	margin-bottom: 2px;
}
.profileTable button, .profileEditorTable button {
	border: #5c4000 solid 2px;
	background-color: #d6c8a9;
	color: #5c4000;
}
.profileTable button:hover, .profileEditorTable button:hover {
	background-color: #ffffff;
}
