/* CSS Document */
body{
	color:#333333;
	padding:0px;
	margin:0px;
	font:13px/17px Verdana, Arial, Helvetica, sans-serif;
}
a {
	color:#993302;
	text-decoration:none;
}

div, ul, li, h3, h4, p, img{
	margin:0px;
	padding:0px;
}
h1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #333333;
	width: 100%;
	border-bottom: 2px solid #333333;
	padding-bottom: 4px;
}

ul{list-style-type:none;}

/*----TOP PANEL----*/
#header{
	position:relative;
	margin:0 auto;
	padding:0px;
	width: 800px;
	background-image: url(images/headerbkg.gif);
	background-repeat: repeat-x;
	height: 100px;
}


/*----BODY MIDDLE PANEL----*/
#bodymiddlePan{
	width:760px;
	margin:0 auto;
	padding:15px 20px;
	clear:both;
	background-image: url(images/topblkbox.jpg);
	background-repeat: no-repeat;
	height: 202px;
	color: #FFFFFF;
}

/*----BODY MIDDLE PANEL----*/

/*----BODY BOTTOM PANEL----*/
#bodyBottomPan{width:690px; background:url(images/body_shadow.gif) 0 0 no-repeat; position:relative; margin:0 auto; padding:54px 0 0 88px; clear:both;}

/*----BOTOM PANEL----*/
#bottomPan{
	height:auto;
	position:relative;
	margin:0 auto;
	clear:both;
	width: 770px;
	padding: 8px 15px;
}

#bottomBorderPan ul{float:left; width:258px; padding:25px 0 0;}
#bottomBorderPan ul li{width:225px; height:22px; margin:0 10px 0 0;}
#bottomBorderPan ul li a{
	width:200px;
	height:22px;
	display:block;
	background:url(images/arrow-normal.gif) 0 8px no-repeat #ccc;
	color:#E53D10;
	font:14px/22px Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:0 0 0 16px;
}
#bottomBorderPan ul li a:hover{background:url(images/arrow-hover.gif) 0 8px no-repeat #BDBDBD; color:#3D3C2C; text-decoration:none;}
/*----/BOTOM PANEL----*/

/*----FOOTER PANEL----*/
#footermainPan{height:144px; background:url(images/footerbg.gif) 0 0 repeat-x #3B3B3B; position:relative; margin:0 auto;  color:#fff; font:13px/22px "Trebuchet MS",Arial, Helvetica, sans-serif; clear:both; padding:30px 0 0;}

#footerPan{
	width:800px;
	position:relative;
	margin:10px auto;
	height: 30px;
	border-bottom: solid 2px #333333;
}

#footerPan a {
	color: #993400;
	text-decoration: none;
	text-align: center;
	display: inline;
	padding-right: 25px;
	padding-left: 20px;
	border-right: solid 1px #993400;
}
#footerPan a:hover {
	color: #333333;
}
a:hover {
	color: #333333;
	text-decoration: none;
}

