/***********************************************/
/* styles.css                            */
/* Used for screen viewing         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.25;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color: #3A2200;
}

/******* hyperlink and anchor tag styles *******/

a{
	color: #F8B001;
	text-decoration: none;
}

a:hover{
	color: #3A2200;
	text-decoration: none;
}


/***********************************************/
/* Layout Divs                             */
/***********************************************/

#floatingBox{
	position:relative;
	top: 25px;
	width:750px;
	height: 520px;
	margin:0px auto;
	text-align:left;
	background-image: url(../images/bg_00.jpg);
	z-index: 0;
	background-repeat: no-repeat;
}

#bgimage {
	position:absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}


/************* menuHolder styles ****************/

#menuHolder{
	width: 100%;
	height: 40px;
	padding: 0px;
	position: absolute;
	top: 480px;
	background-repeat: repeat-x;
	background-image: url(../images/menu/menu_bg.gif);
	z-index: 500;
	margin: 0px;
}

#menuHolder img{
	margin-bottom: -4px;
}

/************ rolloverImage styles **************/

#rolloverImage{
	position:absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 200;
}


/************ menu styles **************/

.menuTable {
	position:absolute;
	left:36px;
	top:0px;
	width:487px;
	height:40px;
}

.menu-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:65px;
	height:18px;
}

.menu-02 {
	position:absolute;
	left:65px;
	top:0px;
	width:84px;
	height:18px;
}

.menu-03 {
	position:absolute;
	left:149px;
	top:0px;
	width:56px;
	height:18px;
}

.menu-04 {
	position:absolute;
	left:205px;
	top:0px;
	width:73px;
	height:18px;
}

.menu-05 {
	position:absolute;
	left:278px;
	top:0px;
	width:105px;
	height:18px;
}

.menu-06 {
	position:absolute;
	left:383px;
	top:0px;
	width:104px;
	height:18px;
}

.menu-07 {
	position:absolute;
	left:0px;
	top:18px;
	width:163px;
	height:22px;
}

.menu-08 {
	position:absolute;
	left:163px;
	top:18px;
	width:118px;
	height:22px;
}

.menu-09 {
	position:absolute;
	left:281px;
	top:18px;
	width:127px;
	height:22px;
}

.menu-10 {
	position:absolute;
	left:408px;
	top:18px;
	width:79px;
	height:22px;
}


/************** pageContent styles *****************/

.pageContent{
	font-size: 80%;
	text-align: left;
	position: absolute;
	top: 135px;
	left: 240px;
	color: #000000;
	z-index: 190;
	overflow:auto;
	overflow-x:hidden;
	height: 330px;
	padding-right: 20px;
}

.pageContent a{
	font-weight: bold;
}

.pageContent h3{
	color: #5c4201;
	font-size: 125%;
	font-weight: bold;
	padding-bottom: 10px;
}

.pageContent h4{
	color: #5c4201;
	font-size: 110%;
	font-weight: bold;
	padding-top: 15px;
}

.pageContent p{
	padding: 0px;
	width: 450px;
}

.pageContent li{
	line-height: 1.5;
	width: 400px;
	padding-left: 17px;
	list-style-position: outside;
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
}

.pageContent li2{
	line-height: 1.5;
	width: 400px;
	padding-left: 27px;
	list-style-type: none;
	list-style-position: outside;
}

.pageContent img{
	clear: both;
	padding-top: 0px;
	position: relative;
	left: -14px;
}

/************** quote styles ****************/

#quote{
	color: #000000;
	font-style: normal;
}

#quote p{
	color: #5c4201;
	font-style: italic;
	padding-top: 15px;
}

#quote2 p{
	color: #5c4201;
	font-style: italic;
}

/************** siteMap styles *****************/

.siteMap p{
	color: #5c4201;
	font-size: 110%;
	font-weight: bold;
}

/************** busLinks styles ****************/

#busLinks{
}

#busLinks img{
	border: 1px solid #FFD334;
	left: 5px;
}

#busLinks a{
}

#busLinks a:hover{
}

/************** quickLinks styles ****************/

#quickLinks{
	font-size: small;
	color: #F8B001;
	position: relative;
	text-align:center;
	vertical-align: bottom;
	padding-top: 10px;
}

#quickLinks img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#quickLinks a{
	color: #F8B001;
}

#quickLinks a:hover{
	color: #FFF;
}
