/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-image:url(images/img01.jpg)
	
}


/***********************************************/
/* HTML tag styles (Logo and top Navigation)   */
/***********************************************/ 
#Page, #Masthead, #SiteName, #TopNav, #Footer {
	position:absolute;
	margin-left:-500px;
	width:1000px;
	left: 50%;
}
#Page{
	height:1000px;
	z-index:1; 
	background-color: #332522;
}
#pagetitle {
	position:absolute;
	margin-left:215px;
	height:20px;
	width:275px;
	left: 50%;
	top:65px;
	z-index:50;
}
#Masthead{
	height:192px; 
	z-index:2; 
}

#SiteName{
	height:90px; 
	z-index:3; 
}

#SiteName h1, #SiteName p {
	float: left;
	margin: 0;
	color: #FFFFFF;
}
#SiteName h1 {
	padding: 50px 0 0 30px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 2em;
	
}
#SiteName p {
	text-transform: uppercase;
	padding: 72px 0 0 10px;
	font-size: 10px;
	color: #110E0F;
}
#SiteName a{
	color: #EEEEEE;
	text-decoration: none;
}
#SiteName a:hover {
	color: #FFFF00;
}	 
#TopNav {
	height:192px; 
	z-index:4; 
}

#TopNav ul {
	margin:158px 0 0 0;
	padding: 0;
	list-style: none;
}
#TopNav ul.pageb {
	margin:106px 0 0 0;
	padding: 0;
	list-style: none;
}
#TopNav li {
	display: inline;
}

#TopNav a {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 6px 15px 10px 20px;
	border-right: 1px #000000 solid;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

#TopNav a:hover {
	margin: 0 3px 0 0;
	color: #FFFF00;
}


#TopNav .on_page a {
	margin: 0 3px 0 0;
	color: #FFFFFF;
}

/***********************************************/
/* HTML tag styles (Contents)                  */
/***********************************************/ 
#LeftPane, #RightPane, #CenterPane {
	position:absolute;
	left:50%;
	top:190px;
	height: 654px;
}
#LeftPane.pageb, #RightPane.pageb, #CenterPane.pageb {
	position:absolute; left:50%;
	top:130px;
}
#LeftPane .bodytext{
	color:#AAAAAA;
	font-size:12px;
	}
#RightPane .bodytext{
	color:#AAAAAA;
	font-size:12px;
	}
#CenterPane .bodytext{
	color:#AAAAAA;
	font-size:12px;
	}
#LeftPane .h4{
	color:#FF9900;
	font-size:13px;
	font-weight:bold;
	}
#RightPane .h4{
	color:#FF9900;
	font-size:13px;
	font-weight:bold;
	}
#CenterPane .h4{
	color:#FF9900;
	font-size:13px;
	font-weight:bold;
	}
#LeftPane {
	margin-left:-490px;
	width:163px;
	z-index:5;
	}
#RightPane {
	margin-left:290px;
	width:204px;
	z-index:6;
	}
#CenterPane {
	margin-left:-320px;
	width:600px;
	z-index:7;
	}
#LeftPane a{
	color:#FF9900;
	font-size:12px;
	text-decoration:none;
	}
#RightPane a{
	color:#FF9900;
	font-size:12px;
	text-decoration:none;
	}
#CenterPane a{
	color:#FF9900;
	font-size:12px;
	text-decoration:none;
	}
#LeftPane a:hover{
	color:#AAAA00;
	font-size:12px;
	text-decoration:none;
	
	}
#RightPane a:hover{
	color:#AAAA00;
	font-size:12px;
	text-decoration:none;
	}
#CenterPane a:hover{
	color:#AAAA00;
	font-size:12px;
	text-decoration:none;
	}
#SideNav {
	height:150px; 
	z-index:4; 
}
#SideNav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	padding: 0;
	list-style: none;
}

#SideNav li {
	
	display: list-item;
}
	}

#SideNav a {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding-left:10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#SideNav a:hover {
	margin: 0 0 0 0;
	color: #FFFF00;
	font-size:12px;
}

#SideNav .on_page a {
	margin: 0 3px 0 0;
	color: #FFFFFF;
}
/***********************************************/
/* HTML tag styles (footer)                    */
/***********************************************/
#Footer{
	height:30px;
	z-index:1; 
	background-color: #9E620C;
	top:950px;
	padding-top:20px;
	z-index:8;
	}
#Footer .gen{
	font-size:10px;
	color:#cccccc;
	text-align:center;
	
	}
	
	
