html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #eadcb9 url(images/bg_main.jpg) repeat-x;
	font: 13px/16px "Times New Roman", Times, serif;
	color: #6b5935;
}

.mainFrame {
	background: url(images/bg_bottom.jpg) repeat-x left bottom;
}

/* divs */
/*#pageBottom {
	width: 100%;
	height: 163px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/bg_bottom.jpg) repeat-x left bottom;
}
*/
/* #underPhoto {
	width: 100%;
	height: 39px;
	background: #4c3812;
}
*/

/* type */
.headline {
	font: bold 13px/16px "Times New Roman", Times, serif;
	color: #6b5935;
	text-transform: uppercase;
}

.subline {
	text-transform: uppercase;
	color: #002748;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
}

b {
	font-weight: bold;
}

i {
	font-style: italic;
}

ul {
	text-indent: 3px;
	line-height: 15px;
list-style-position: outside;
list-style-type: square;
}


.footerText {
	color: #8d8267;
}

/* tds */
.panel {
	width: 250px;
	text-align: left;
	vertical-align: top;
}
.panelLogo {
	width: 272px;
	vertical-align: top;
}

/* alternate color for panelBody, #f5f3eb goes with footer_body.jpg */
.panelBody {
	width: 478px;
	text-align: left;
	vertical-align: top;
	background: #ffffff url(images/footer_body2.jpg) no-repeat center bottom;
	padding-bottom: 180px;
}
.panelLargeImage {
	width: 750px;
	text-align: left;
	vertical-align: top;
}

/* fields forms */
.textfield {
	font: 13px/16px "Times New Roman", Times, serif;
	color: #5d5d60;
	background-color: #ecebe9;
	border: 1px solid #c19c69;
}

.tdline {
	border-bottom: 1px solid #cebca1;
}

.tdline2 {
	border-bottom: 1px solid #847a65;
	border-right: 1px solid #847a65;
}

#divline {
	border-bottom: 1px solid #cebca1;
	margin-top: 8px;
	margin-bottom: 8px;
}
#nameBox {
	width: 400px; 
	align: left;
}

/* link */
a {
	color: #002748;
	text-decoration: underline;
}
a:hover {
	color: #5a471b;
	text-decoration: underline;
}

a.name {
	color: #002748;
	text-decoration: none;
	font-weight: bold;
}
a.name:hover {
	color: #5a471b;

}

a.nav {
	font: bold 10px/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
}
a.nav:hover {
	color: #eadcb9;
	background-color: #847a65;
	padding: 3px 5px;
}

a.small {
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 20px;
	background-color: #eadcb9;
	padding: 3px 5px;
}
a.small:hover {
	background-color: #6b5935;
	color: #eadcb9;
}


a.subnav {
	font: bold 9px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #efefef;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #002748;
	padding: 3px 5px;
}
a.subnav:hover {
	color: #ffffff;
	background-color: #6b5935;
}

a.box {
	color: #5d5d60;
	text-decoration: none;
	padding: 3px 6px;
	border: 1px solid #c19c69;
	background: #ecebe9;
}
a.box:hover {
	color: #002748;
	border: 1px solid #002748;
}

a.imagelink {
	border-style: none;
}
