@import url(../../Containers/BaContainer/Style.css);

html {
	margin: 0;
	padding: 0;	
}

body
{
    font-size: small;
    font-family: Tahoma;
    margin: 0;
    padding: 0;
    text-align: center;   
    background-color: #5E320D;
}

html > body
{
    background: #5E320D url(bgTile.gif) repeat-y center top;
}

#container
{
	margin: 0 auto 0 auto;  
	padding: 0;
	width: 780px;
	position: relative;	
	background: url(bgTile.gif) repeat-y center top;
	
}

#intro {
	padding: 0px;
	margin: 0px;	
	height: 202px;
}

#pageHeader
{
	padding: 0px;
	margin: 0;
}

#pageHeader h1
{
    background: url(logoText.jpg) no-repeat center top;
    position: absolute;
    top: 0;
    left: 0;
    width: 340px; 
    height: 202px;    
    margin: 0;
}

#pageHeader h1 span {
	display: none;
}

#pageHeader h2 
{
    background: url(logoPics.jpg) no-repeat center top;
    position: absolute;
    top: 0;
    left: 340px;
    width: 440px; 
    height: 202px;    
    margin: 0;
}

#pageHeader h2 span {
    display: none;
}

#bodyText
{		
	text-align: right;
	background: url(menuback.jpg) no-repeat center top;
	height: 120px;
	padding-top: 85px;
}

#mainMenuPane
{	
	position: absolute;
	top: 217px;
	right: 20px;
	
}

#contentPane
{		
    float: right;
	width: 485px;
	padding: 0px 40px 0px 20px;
	border-left: solid 1px #CDCAB7;	  
}

#fullpage #contentPane
{	    
	width: 695px;	
	border-left: solid 0px #CDCAB7;
}

#leftPane
{
    width: 190px;
    padding: 0px 10px 0px 20px;
}

#fullpage #leftPane
{
    width: 10px;
    height: 10px;
    overflow: hidden;
    visibility: hidden;
}

#footerPane
{
	clear: both;
	margin: 0;
	height: 70px;
	background: url(footer.gif) no-repeat top left;
	padding-right: 130px;
}

#footerPane a
{
	font-size: 8pt;
	color: #AC7F55;
	text-decoration: none;
	padding: 20px 10px 0px 10px;
	display: block;
	float: right;
	font-weight: bold;
}

#footerPane a:hover
{
	text-decoration: none;
	color: #fff;
}

#quickNav
{
	position: absolute;
	top: 55px;
	left: 30px;
	z-index: 1000001;
	width:20px;
	display: none;
}

#quickNav a
{
	float: right;
	margin-top: 10px;
}

#lostmodules
{
	clear: both;
	float: none;
}

#mainMenuPane, #mainMenuPane ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#mainMenuPane a
{
	display: block;
	width: auto;
	font-family: Arial;	
	font-size: 12pt;
	font-weight: bold;
	color: #6D6D6D;
	text-decoration: none;
	padding:  3px 10px 3px 10px;
	
}

#mainMenuPane li
{
	display: block;
	float: right;	
	padding: 0 10px 0 10px;
	background: url(menuSep.gif) no-repeat top left;
	cursor: pointer;
}

#mainMenuPane li ul
{
    position: absolute;
    display: none;
    right: 20px;
    width: 720px;
    padding-top: 5px;
    padding-bottom: 30px;
    background: url(subMenuBg.gif) repeat-x 4px left;
}

#mainMenuPane li.c a
{
    color: #000;
}

#mainMenuPane li ul li
{
	margin: 0;
	display: inline;
	background: url(subBullet.gif) no-repeat center right;
}

#mainMenuPane li ul li.c a
{
    color: #ccc;
}

#mainMenuPane li ul li a
{
    font-family: Tahoma;
    font-size: 8pt;
	font-weight: normal;
	padding: 0px 0px 0px 5px;
	display: inline-block;		
	
}

#mainMenuPane li ul li a:hover
{
	color: #ccc;
}

#mainMenuPane li:hover ul, #mainMenuPane li.sfhover ul 
{
	display:block;
	z-index: 11;
}

#mainMenuPane li:hover a, #mainMenuPane li.sfhover a
{
    color: #000;
}

#mainMenuPane li.c ul
{
    display: block;
    z-index: 10;
}

.News_Archive2
{
	color: #230;
	margin: 0 20px 0 20px;
}

.News_Archive2 .newsTitle
{
	background: url(blNews.gif) no-repeat right 2px;	
	text-indent: 20px;
}

.News_Archive2 a
{
	color: #AC7F55;
}

.News_Archive2 a:hover
{
	color: #4182be;
	text-decoration: none;
}

.News_Archive2 .newsNav
{
    padding-top: 0px;
	background: url(newsLine.jpg) no-repeat bottom center;
}

.News_Archive2 .newsAnchor, .News_Archive2 .newsWriter, .News_Archive2 .newsSource, .News_Archive2 .newsDate
{
	visibility:hidden;
}

.rssItemTitle
{
	background: url(subBullet.gif) no-repeat right 10px;
	border-bottom: dashed 1px #CDCAB7;
	padding-bottom: 10px;
}

.rssItemTitle a
{
	color: #AC7F55;
	text-indent: 5px;
}

.rssItemTitle a:hover
{
	color: #4182be;
	text-decoration: none;
}