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

body {
	margin: 0px;
	padding: 0px;
	background: #614130 url(../images/layout/bgslice.jpg) repeat-x;
	font: 100% Arial, Helvetica, sans-serif;
	color: #4A2518;
}
a {
	font-weight: bold;
	color: #C9783B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.15em;
}
td {
	vertical-align: top;
}


/* CLASS STYLES */
.floatlft {
	float: left;
}
.floatrgt {
	float: right;
}
.clear {
	clear: both;
}
.orangetext {
	color: #ea7f1e;
}
.yellowtext {
	color: #ffc423;
}
.whitetext {
	color: #ffffff;
}
.divider {
	background: url(../images/layout/divider.jpg) no-repeat 0px 5px;
	height: 35px;
	clear: both;
	margin-right: -20px;
	margin-left: -20px;
}
.notopmargin {
	margin-top: 0px;
}
.dividedTable td  {
	border-bottom: 1px dashed #614130;
	padding-top: 10px;
	padding-bottom: 10px;
}
.noborder td {
	border-style: none;
}
.largertext {
	font-size: 1.2em;
	font-weight: bold;
}


/* SITE LAYOUT STYLES */

#divBG {
	background: url(../images/layout/bg.jpg) no-repeat center top;
	width: 100%;
}
#divWrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #512d1d;
	border-left: 1px solid #512d1d;
	font-size: 0.9em;
	line-height: 1.2em;
	border-bottom: 1px solid #512d1d;
	background: #86CDCC url(../images/layout/footer.gif) no-repeat right bottom;
	padding-bottom: 100px;
}
#divContent {
	background: url(../images/layout/content-bg.jpg) no-repeat;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 36px;
	min-height: 500px;
}
#divLinks {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.9em;
	text-align: center;
	margin-bottom: 40px;
	padding-top: 20px;
	color: #ffc423;
}
#divLinks a {
	font-weight: normal;
	color: #ffffff;
}


/* HOMEPAGE LAYOUT STYLES */
.ctrfeature {
	margin-right: 8px;
	margin-left: 8px;
	background: url(../images/placeholder-lg.gif) no-repeat;
	height: 267px;
	width: 326px;
	padding: 5px;
}

.columns {
	background: url(../images/layout/columns.gif) repeat-y;
	margin: 5px -20px;
	zoom: 1;
}
.column1 {
	width: 188px;
	padding-right: 20px;
	padding-left: 20px;
}
.column2 {
	width: 305px;
	padding-right: 20px;
	padding-left: 20px;
}
.column3 {
	width: 186px;
	padding-right: 20px;
	padding-left: 20px;
}

