/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background:#e1c380 url(images/headerTile.gif) repeat-x;
	color:#6B6854;
	font:12px/16px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}

div, p, ul, h1, h2, h4, img, form, label {
	padding:0px;
	margin:0px;
}

/*---- Main Panel ----*/

#mainPan {
	width:900px;
	position:relative;
	float:left;
	margin:0;
	padding:0px;
	background:url(images/main.gif) repeat-y 0 0;
}

/*----Left Panel----*/

#leftPan { 
	width:210px;
	float:left;
	background:url(images/leftBG.gif) no-repeat top right;
	height:592px;
}

#leftTopPan {
	position:relative;
	margin:0 auto;
	padding:0;
}

#leftTopPan img {
	border:none;
}

#leftPan span {
	padding-right:10px;
}

#leftPan ul {
	list-style-type:none;
	display:block;
	border-top:2px solid #C88B3E;
	border-bottom:2px solid #C88B3E;
	margin:0 0 30px 0;
}

#leftPan ul li a {
	position:relative;
	background:url(images/gradH2.gif) repeat-y;
	padding:4px 0 4px 15px;
	text-decoration:none;
	display:block;
	color:#C88B3E;
	text-transform:uppercase;
}

#leftPan ul li a:hover {
	color:#ffb352;
	text-decoration:none;
	background-image:none;
}

#leftPan ul li .selected {
	color:#ffb352;
	background:none;
	text-decoration:none;
	padding:4px 0 4px 15px;
}

/*----/Left Panel----*/

/*----Right Panel----*/

#rightTopPan {
	position:relative;
}

#rightPan {
	width:620px;
	float:left;
}

#rightPan h1 {
	color:#C88B3E;
	text-transform:uppercase;
	font-weight:bold;
	font-size:large;
	line-height:normal;
	margin:10px auto;
}

#rightPan h2 {
	color:#C88B3E;
	font-weight:bold;
	font-size:medium;
	line-height:normal;
	margin:10px auto;
}

#rightPan h3 {
	color:#000000;
	font-weight:bold;
	margin:-10px 0 0 0;
}

#rightPan p {
	padding:4px 0 4px 0;
}

#rightPan a {
	color:#C88B3E;
	border-bottom:dotted 1px #C88B3E;
	text-decoration:none;
}

#rightPan a:hover {
	border-bottom:dotted 1px #704612;
	color:#704612;
}

#rightPan ul {
	list-style-type:square;
	margin:0 0 0 30px;
	line-height:1.5em;
}

#rightPan ul li.promo {
	font-weight:bold;
}

#rightPan ul.spaced li {
	margin:15px auto;
}

.floatLeft {
	width:350px;
	float:left;
	padding:4px 10px 0px 4px;
	border-right:dotted 1px #C88B3E;
}

.content {
	width:auto;
	padding:15px;
	height:auto;
}

.imageLeft {
	float:left;
	margin:8px 10px 10px 0;
}

.rightSmall {
	width:auto;
	padding:15px 30px 15px 15px;
	font-size:1.1em;
	text-transform:uppercase;
}

/*----/Right Panel----*/

/*---- Callout ---- */

.callout {
	width:auto;
	background:url(images/calloutBG.gif) no-repeat 0 0;
	padding:15px 10px 10px 10px;
	color:#000;
	font:14px/18px Verdana, Arial, Helvetica, sans-serif;
	margin:10px auto;
}

.calloutLeft {
	color:#fff;
	width:90px;
	margin-right:10px;
	float:left;
	text-transform:uppercase;
	line-height:1.3em;
	font-size:large;
	text-align:right;
}

.callout h1 {
	color:#fff !important;
}

.callout img {
	float:left;
	padding:5px;
}

.calloutLeft a {
	color:#fff !important;
	text-decoration:none;
	border-bottom:none !important;
}

.calloutLeft a:hover {
	border-bottom:dotted 1px #fff !important;
}

.calloutRight {
	width:250px;
	float:right;
	margin:0 0 10px 15px;
}

.caption {
	text-align:right;
	font-size:x-small;
	color:#440a09;
	font-style:italic;
	line-height:1em;
}

/*---- /Callout ----*/

/*----Footer ----*/

#footerPan {
	width:auto;
	position:relative;
	margin:0 70px 0 0;
	background-color:#440a09;
}

#footerTop {
	background:url(images/footerTile.gif) repeat-x;
	width:auto;
	height:10px;
	margin:0px;
	line-height:0px;
}

#footerLinks {
	height:20px;
	width:auto;
	padding:0 5px 0 210px;
	text-transform:uppercase;
}

#footerLinks ul {
	list-style-type:none;
	display:inline;
}

#footerLinks li {
	float:left;
}

#footerLinks ul li a {
	padding:0 25px 0 0;
	color:#C88B3F;
	text-decoration:none;
}

#footerLinks ul li a:hover {
	text-decoration:underline;
	font-style:normal;
}

#footerBot {
	width:auto;
	height:60px;
	background:#e7cd96; /* red #440a09; dark tan #cd944b; */
}

a.watermark {
	position:absolute;
	filter:alpha(opacity=20); 
	-moz-opacity: 0.20; 
	opacity: 0.20;
	top:-105px;
	left:756px;
}