/* CSS Document */
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	min-width:930px;
}
.positioner {
	position:relative;
	width:930px;
	margin-left:auto;
	margin-right:auto;
	min-width:930px;
}
.header {
	position:absolute;
	top:25px;
	margin-bottom:7px;
}

.holder {
	background-repeat:no-repeat;
	padding-top:20px;
}
/* \*/ 
 .holder { height: 1%; } 
/* */ 
.menu {
	position:absolute;
	background-image:url(../gfx/pnl_red_bg.gif);
	width:180px;
	top: 143px;
}
.menu .holder {
	background-image:url(../gfx/pnl_red_top.gif);
}

.menu .footer {
	background-image:url(../gfx/pnl_red_bot.gif);
	width:180px;
	height:28px;
	background-repeat:no-repeat;
}
p {
	margin-top:9px;
	margin-bottom:12px;
}

.middle {
	position:absolute;
	color:#eddbcb;
	background-image:url(../gfx/pnl_umb_bg.gif);
	width:490px;
	top: 143px;
	left:180px;
}
.middle .holder {
	background-image:url(../gfx/pnl_umb_top.gif);
	padding-left: 30px;
	padding-right: 30px;
}


.middle h1{
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;
	text-transform:uppercase;
	margin:0px;
}
.middle a{
	color:#ecae06;
	text-decoration:none;
}
.middle .blurb {
	float:left;
	width:215px;
	margin-top:10px;
}
.middle .blurb h2 {
	font-size:11px;
	color:#ffffff;
	margin:0px;
}
.middle .blurb p {
	margin:0px;
}
.middle .footer {
	background-image:url(../gfx/pnl_umb_bot.gif);
	width:490px;
	height:87px;
	background-repeat:no-repeat;
}

.right {
	position:absolute;
	color:#60553e;
	background-image:url(../gfx/pnl_tan_bg.gif);
	width:259px;
	top: 143px;
	left: 670px;
}
.right .holder {
	background-image:url(../gfx/pnl_tan_top.gif);
	padding-left: 30px;
	padding-right: 30px;
}
.right .footer {
	background-image:url(../gfx/pnl_tan_bot.gif);
	width:259px;
	height:32px;
	background-repeat:no-repeat;
}
.right h1{
	font-size:18px;
	font-weight:normal;
	color:#b36720;
	text-transform:uppercase;
	margin:0px;
}
.right a{
	color:#c23312;
	text-decoration:none;
}
.right h2 {
	font-size:11px;
	color:#60553e;
	margin:0px;
	margin-top:10px;
}
.right p {
	margin:0px;
}

.IntMiddle {
	position:absolute;
	color:#60553e;
	background-image:url(../gfx/pnl_int_tan_bg.gif);
	width:490px;
	top: 143px;
	left:180px;
}
.IntMiddle .holder {
	background-image:url(../gfx/pnl_int_tan_top.gif);
	padding-left: 30px;
	padding-right: 30px;
}


.IntMiddle h1{
	font-size:18px;
	font-weight:normal;
	color:#b36720;
	text-transform:uppercase;
	margin:0px;
}
.IntMiddle a{
	color:#c23312;
	text-decoration:none;
}
.IntMiddle .blurb {
	float:left;
	width:215px;
	margin-top:10px;
}
.IntMiddle h2 {
	font-size:11px;
	color:#60553e;
	margin:0px;
}
.IntMiddle .blurb p {
	margin:0px;
}
.IntMiddle .footer {
	background-image:url(../gfx/pnl_int_tan_bot.gif);
	width:490px;
	height:87px;
	background-repeat:no-repeat;
}

.IntRight {
	position:absolute;
	color:#eddbcb;
	background-image:url(../gfx/pnl_int_umb_bg.gif);
	width:259px;
	top: 143px;
	left: 670px;
}
.IntRight .holder {
	background-image:url(../gfx/pnl_int_umb_top.gif);
	padding-left: 30px;
	padding-right: 30px;
}
.IntRight .footer {
	background-image:url(../gfx/pnl_int_umb_bot.gif);
	width:259px;
	height:32px;
	background-repeat:no-repeat;
}
.IntRight h1{
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;
	text-transform:uppercase;
	margin:0px;
}
.IntRight a{
	color:#ecae06;
	text-decoration:none;
}
.IntRight h2 {
	font-size:11px;
	color:#ffffff;
	margin:0px;
	margin-top:10px;
}
.IntRight p {
	margin:0px;
}
ul.menuLink {
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	margin-right:5px;
	color:#FFFFFF;
	text-transform:uppercase;
	list-style:none;
}

a.menuLink {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding:8px 20px;
	line-height:12px;
}
a.menuLink:hover {
	display:block;
	background-color:#954841;
}

a.activeMenuLink {
	display:block;
	color:#FFFFFF;
	background-color:#6b130c;
	text-decoration:none;
	padding:8px 20px;
	line-height:12px;
}

ul.subMenuLink {
	display:none;
	font-size:11px;
	line-height:12px;
	font-weight:bold;
	padding:0px;
	padding-bottom:6px;
	margin:0px;
	color:#eebbb7;
	text-transform:capitalize;
	list-style:none;
	background-color:#6b130c;
	border-bottom:1px solid #8a362f;
}

a.subMenuLink {
	display:block;
	color:#eebbb7;
	text-decoration:none;
	padding:8px 20px;
	padding-left:40px;
	line-height:12px;
}
a.subMenuLink:hover {
	color:#ffffff;
}	


.menu .dividergfx {
	margin:10px 0px 10px 20px;
}
.dividergfx {
	margin:0px;
}
.footerlinks {
	background-color:#ffffff;
	text-align:center;
	color:#999999;
}
.footerlinks a {
	color:#77150d;
	text-decoration:none;
}
form {
	padding:5px;
}
form h2{
	text-transform:uppercase;
}

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#e9e4cc;
	color:#60553e;
	border:1px solid #FFFFFF;
}
textarea {
	width:400px;
}
input.radio {
	background-color:#dbd3ad;
	border:0px;
}
input.button {
	border:2px outset;
	background-color:#b1631b;
	color:#FFFFFF;
	font-weight:bold;
	font-size:9px;
	text-transform:uppercase;
	padding:1px;
	margin:6px 2px;
}
input.buttonCancel {
	border:2px outset;
	background-color:#60553e;
	color:#FFFFFF;
	font-weight:bold;
	font-size:9px;
	text-transform:uppercase;
	padding:1px;
	margin:6px 2px;
}
fieldset {
	border: 1px solid #c6bfa0;
	padding:10px 10px 10px 10px;
}
legend {
	text-transform:uppercase;
	font-size:10px;
	color: #60553e;
}

a.definition {
	border:1px dotted #857b5f;
	color: #857b5f;
	padding-left:2px;
	padding-right:2px;
}
