/* ----- COMMON ELEMENTS -----------------------------------------> */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.3em;
	background: #602d19 url(../img/bodyTile.gif) repeat;
}

h1 {
	height: 31px;
	clear: both;
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 8px 0 0 8px;
	font-weight: normal;
	font-size: 2em;
	text-align: left;
	background: url(../img/h1BG.gif) repeat-x;
}

h2 {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 1.4em;
	font-weight: bold;
}
/* ----- END COMMON ELEMENTS -----------------------------------------> */



/* ----- GLOBAL STYLES -----------------------------------------> */
.clear {
	clear: both;
}

a img {
	border: 0;
}

table th {
	margin: 0 0 0 0;
	padding: 0 2em 0 0;
}

table td {
	margin: 0 0 0 0;
	padding: 0 2em 0 0;
}
/* ----- END GLOBAL STYLES -----------------------------------------> */



/* ----- SITE PLACEMENT ------------------------------------------> */
div#wrapper {
	width: 760px;
	margin: 0px auto;
	text-align: left;
}

div#sideShadow {
	width: 760px;
	background: url(../img/sideShadow.gif) repeat-y;
}
/* ----- END SITE PLACEMENT ------------------------------------------> */



/* ----- HEADER ---------------------------------------> */
div#header {
	width: 750px;
	height: 191px;
	margin: 0 0 0 5px;
	background: #775630 url(../img/header.jpg) no-repeat;
}
/* ----- END HEADER -----------------------------------> */



/* ----- CONTENT AREA ---------------------------------------> */
div#contentArea {
	width: 750px;
	margin: 0 0 0 5px;
	padding: 0;
	background: #f0eabb url(../img/backgroundTile.jpg) repeat-y;
}

div#contentBKGLarge {
	width: 750px;
	margin: 0;
	padding: 0;
	background: url(../img/backgroundLarge.jpg) no-repeat;
}
/* ----- END CONTENT AREA -----------------------------------> */



/* ----- LEFT NAV ---------------------------------------> */
div#leftNavContent {
	float: left;
}

div#leftNav {
	width: 154px;
	margin: 0 0 0 22px;
	padding: 15px 0 15px 0;
	text-align: center;
}

.ornament {
	display: block;
	height: 25px;
	margin: 0 auto;
	padding: 0;
}

.navBoxTop {
	width: 154px;
	height: 4px;
	margin: 0;
	padding: 0;
	background: url(../img/leftNav_top.gif) no-repeat;
}

.navBoxMiddle {
	width: 154px;
	background: #fff url(../img/leftNav_tile.gif) repeat;
}

.navBoxBottom {
	width: 154px;
	height: 4px;
	background: url(../img/leftNav_bot.gif) no-repeat;
}

.leftNav {
	margin: 0 0 0 4px;
	padding: 0;
	list-style-type: none;
}

.leftNav li {
	margin: 0;
	padding: 4px 0 4px 0;
	width: 146px;
	border-bottom: 1px #f6f0c0 dashed;
}

.leftNav a {
	margin: 0;
	padding: 0;
	color: #000;
	text-decoration: none;
}

.handle {
	float: left;
	cursor: move;
	margin: 0 .3em 0 0;
	padding: 0 .3em 0 .3em;
	background-color: #f0eabb;
	color: #fff;
	font-weight: bold;
}
/* ----- END LEFTNAV -----------------------------------> */



/* ----- CONTENT NAV ---------------------------------------> */
div#content {
	float: right;
	width: 470px;
	margin: 0 0 0 0;
	padding: 40px 40px 0 0;
	color: #371c12;
	font-size: .9em;
}

div#content img {
	padding: 3px;
}


div#content a {
	color: #203b63;
	text-decoration: underline;
}

div#content a:hover {
	text-decoration: none;
}

.mainImage {
	float: left;
	margin: 0 0 1em 0;
	padding: 0;
	background: #ffffff;
	border: 1px #bdbcbb solid;
}

.smallImage {
	float: left;
	margin: .5em 0 0 0;
	padding: 0;
	background: #e7e0a9;
	border: 1px #bdbcbb solid;
}

.featureArea {
	margin: 1.5em 0 2em 0;
	padding: 0;
	border-top: 1px #baab77 dashed;
}

.featureLeft, .featureRight {
	float: left;
	width: 225px;
}

.featureRight {
	padding: 0 0 0 5px;
	border-left: 1px #baab77 dashed;
}

.copyPad {
	float: left;
	width: 130px;
	margin: 0 0 0 5px;
	padding: 0 0 0 0;
}

#asset_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#asset_list li {
	float: left;
}
/* ----- END CONTENT -----------------------------------> */



/* ----- FOOTER NAV ---------------------------------------> */
div#footerShadow {
	clear: both;
	width: 760px;
	height: 46px
	margin: 0;
	padding: 0;
	background: url(../img/footerShadow.gif) no-repeat;
}

div#footer {
	width: 750px;
	height: 45px;
	margin: 0 0 0 5px;
	padding: 3px 0 0 0;
	color: #826c48;
	text-align: center;
	font-size: .8em;
	background: #eae4b1 url(../img/footerTile.gif) repeat-x;
}

div#footer a {
	color: #826c48;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

div#footer a {
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;	
}

.copyright {
	margin: 0;
	padding: 7px 0 0 20px;
	font-size: .9em;
}

.lowerNav {
	margin: 0 0 0 0;
	padding: 7px 20px 0 0;
}

.bottomWood {
	margin: 0 0 0 5px;
}
/* ----- END FOOTER -----------------------------------> */



/* ----- ADMIN -------------------------------------------> */
.actions {
	margin: 1em 0 1em 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
}

.actions li {
	display: inline;
	margin: 0;
	padding: 0 .5em 0 .5em;
}

.optional, .required {
	margin: 0;
	padding: 0 0 1em 0;
}

table.assets td {
	border-bottom: 1px #baab77 dashed;
}

.error_message {
	color: red;
}

.message {
	color: blue;
}
/* ----- END ADMIN ---------------------------------------> */