@import url(../../Containers/SanContainer/Style.css);
@import url(../../Containers/Flower_Zen/Style.css);

html {
	margin: 0;
	padding: 0;
}

body {
	font-size: small;
	font-family: Tahoma;
	margin: 0;
	padding: 0;
	background: #87B1BF url(bg.png) repeat-x top;
}

#container {
	margin: 0 auto 0 auto;  
	padding: 0;
	width: 920px;
	position: relative;
	background: url(header.jpg) no-repeat left top;
}

#intro {
	padding: 0px;
	margin: 0px;
	height: 200px;
}
#pageHeader {
	display: none;
}

#bodyText {		
    margin: 0 25px;
	background: url(content.png) repeat-y left;
}

#contentPane {		
	width: 580px;
	float: right;
	padding: 20px 30px;
}
#sidePane {
    width: 195px;
    padding: 15px 10px 20px 15px;
    float: left;
}

#footerPane {
	clear: both;
	height: 70px;
	background: #87B1BF url(footer.png) no-repeat left top;
	text-align: center;
}
#footerPane a {
	color: #999;
	text-decoration: none;
	padding: 15px 10px 0px 10px;
	display: inline-block;
}
#footerPane a:hover {
	text-decoration: none;
	color: #2A3A00;
}

#searchPane {
	position: absolute;
	top: 155px;
	left: 40px;
	width: 200px;
}

#randomPic
{
    display: none;
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 1;
	width: 230px;
	height: 130px;
}

#logoOverPic
{
    display: none;
	position: absolute;
	top: 30px;
	left: 25px;	
	background: url(LogoOver.gif) no-repeat top left;
	width: 220px;
	height: 140px;
	z-index: 2;
}

#lostmodules
{
	clear: both;
	float: none;
}

/* ----- Main Menu ----- */
#mainMenuPane {
    height: 30px;
    padding: 0 40px;
}
#mainMenuPane ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#mainMenuPane a {
	display: block;
	width: auto;	
	font-size: 8pt;
	color: #666;
	text-decoration: none;
	direction: rtl;
	cursor: hand;
}
#mainMenuPane a:hover {
	color: #333;
}
#mainMenuPane li {
	float: right;	
	padding:4px 20px 13px 20px;
	position: relative;
	border-left: solid 1px #fff;	
}
#mainMenuPane li.c, #mainMenuPane li:hover, #mainMenuPane li.sfhover {
    border-bottom: solid 7px #03544E;
    padding-bottom: 6px;
}
#mainMenuPane li ul {
	position: absolute;
	display:none;
	background-color: #03544E;	
	width: 200px;
	right: 0;
	top: 30px;
}
#mainMenuPane li ul li, #mainMenuPane li li:hover, #mainMenuPane li li.sfhover {
	margin: 0;
	padding: 0;
	clear: both;	
	border-left: none;	
	border-bottom: none;
}
#mainMenuPane li ul li.c {
    border-bottom: none;
    padding-bottom: 0;
}
#mainMenuPane li ul li a {
	padding: 7px;
	color: #fff;
	display: block;
}
#mainMenuPane li ul li a:hover {
    color: #fff;
	text-decoration: underline;
}

#mainMenuPane li:hover ul, #mainMenuPane li.sfhover ul {
	display:block;
}

.polling .question
{
	font-weight: normal;
}

.rssMarque
{
	height: 200px;
}

.rssItemTitle a
{
	color: #666666;
}

.rssItemTitle a:hover
{
	color: #D60000;
}

.News_Archive2
{
	color: #230;
}

.News_Archive2 .newsTitle
{
	background: url(blNews.gif) no-repeat right top;	
	text-indent: 15px;
}

.News_Archive2 a
{
	color: #023365;
}

.News_Archive2 a:hover
{
	color: #4182be;
	text-decoration: none;
}

.News_Archive2 .newsNav
{
	background: url(newsLine.jpg) no-repeat bottom center;
}

.News_Archive2 .newsAnchor, .News_Archive2 .newsWriter, .News_Archive2 .newsSource
{
	visibility:hidden;
}

.SearchControl .SearchControlBox {
    width: 170px;
    color: #999;
}

.ServerDateTime { color: White; }
.open-links a {
	display: block;
	margin-bottom: 5px;
}
.open-links img {
	padding: 2px;
	border: solid 1px #aaa;
	background: #fff;
	margin-right: 5px;
}
a img {
	border-width: 0;
}