/* ------------------------------
HTML Redefine Tags
------------------------------ */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	margin:0px;
	padding:0px;
	background-image: url(images/bgBar_1.jpg);
	background-repeat: repeat-x;
	background-color: #583e01;
	color: #231D0F;
}
input, form, textarea h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}


h1 {
	font-size:1.5em;
	margin: 0px 0px 5px 0px;
}
h2 {
	font-size:1.3em;
	color:#EACFB2;
}
h3 {
	font-size:1.2em;
	border-bottom:solid 1px #DEDEDE;
	padding:4px 0;
	margin-bottom:10px;
}
h4 {
	font-size:1.0em;
	border-bottom:solid 1px #DEDEDE;
	padding:4px 0;
	margin-bottom:10px;
}
h5 {
	font-size: 0.9em;
	font-weight: 400;
}
li {
	padding-top: 9px;
	text-align: left;
	list-style: none;
}

a:link {
	color:#996600;
	font-weight: 600;
	text-decoration: none;
}
a:visited {
	color:#B19A74;
}
a:hover {
	color: #CC9900;
	border-bottom: 1px solid #CC9999;
}
/* ------------------------------
PAGE STRUCTURE
------------------------------ */

#container {
	width:925px;
	margin:0;
	padding:0;
}
#topbar {
	background-image: url(images/bgTop_1.jpg);
	background-repeat: no-repeat;
	width:925px;
	display:block;
	height:209px;
	border: 0px solid #000;
	margin: 0;
}
#navbar {
	width:auto;
	display:block;
	padding:164px 0px 0px 30px;
	height:28px;
	color: #C2B092;
	font-size: 0.9em;
}
/*---#navbar a {
	heigth:28px;
	line-height:28px;
	padding:0 8px;
	display:inline;
	border: 1px solid #000;
	margin: 0px 0px 30px 0px;
}--*/
#navbar a:link {
	heigth:28px;
	line-height:28px;
	padding:0 8px;
	display:inline;
	margin: 0px 0px 30px 0px;
	color: #DBD0BD;
	text-decoration: none;
}
#navbar a:visited {
	color:#C2B092;
}
#navbar a:hover {
	color: #CC9900;
}
#main {
	background-image: url(images/bgMiddle_1.jpg);
	background-repeat: repeat-y;
	width:925px;
	border: 0px solid #000;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #583E01;
	display:block;
}
#breadcrumbs {
	padding:0px 40px 7px 50px;
	text-align: left;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
#colLeft {
	width:420px;
	float:left;
	border: 0px solid #000;
	margin: 0px 30px 0px 55px;
}
#colLeftWide {
	width:600px;
	float:left;
	border: 0px solid #000;
	margin: 0px 30px 0px 55px;
}
#colMid {
	width:150px;
	float:left;
	border: 1px solid #E4CBB1;
	margin:0px 20px 0px 0px;
	padding:0;
}
#colRt {
	width:178px;
	float:left;
	border: 1px solid #E4CBB1;
	padding: 5px 5px 10px 5px;
}
div.spacer {
	clear:both;
	height:10px;
	display:block;
}
#footer {
	width:925px;
	display:block;
	padding:20px 0;
	border: 0px solid #000;
	margin: 0px 0px 0px 0px;
	background-image: url(images/bgBottom_1.jpg);
	background-repeat: no-repeat;
	height: 90px;
}
#footer p {
	padding:0px 0px 0px 0px;
	font-size:11px;
	color:#A48B53;
	margin: 0px 0px 20px 0px;
}
#footer a:link {
	padding:0px 0;
	font-size:11px;
	color:#A68D54;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	padding:0px 0;
	font-size:11px;
	color:#A68D54;
}
#footer a:visited {
	padding:0px 0;
	font-size:11px;
	color:#A68D54;
}
#footer a:active {
	padding:0px 0;
	font-size:11px;
	color:#A68D54;
}

/* ------------------------------
CUSTOM CLASSES
------------------------------ */

/* Add here your custom classes ... */
.imgBorder {
	border-top: 1px solid #CC9966;
	border-right: 1px solid #660000;
	border-bottom: 1px solid #660000;
	border-left: 1px solid #CC9966;
	margin: 0px 7px 0px 0px;
}
.box {
	color: #D7C0B3;
	background: #663300;
	padding: 7px 7px 7px 7px;
}
.img_footer {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#apDiv1 {
	position:absolute;
	width:74px;
	height:119px;
	z-index:1;
	left: 799px;
	top: 28px;
}
#apDiv2 {
	position:absolute;
	width:85px;
	height:115px;
	z-index:2;
	left: 14px;
	top: 100%;
}
#apDiv3 {
	position:static;
	width:900px;
	height:115px;
	z-index:2;
	left: 229px;
	top: 1333px;
}
#popUpWindow {
	font: 100% Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	margin: 20px;
	width: 500px;
}
#popUpWindow a {
	color:#EACFB2;
}
