/* CSS Document */
body {
	background:url(../images/bg.jpg) repeat;
	margin:0;
	padding-top:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#FFFFFF;
	line-height:18px;
}	

.button-div {
	margin:12px 0;
	padding:10px 0;
	background-color:#333333;
	height:21px;
}

#box {
	height:100%;
}

#box .left-top{
	background:url(../images/top-left.gif) no-repeat left bottom;
	height:35px;
	width:11px;		
}

#box .right-top{
	background:url(../images/top-right.gif) no-repeat right bottom;
	height:35px;
	width:11px;		
}

#box .center-top{
	background:#333333 url(../images/arrow.gif) no-repeat left center;
	font-size:14px;
	font-weight:bold;
	padding-left:22px;
}

#box .left-bot{
	background:url(../images/bottom-left.gif) no-repeat left bottom;
	height:10px;
	width:11px;		
}

#box .right-bot{
	background:url(../images/bottom-right.gif) no-repeat right bottom;
	height:10px;
	width:11px;		
}

#box .center-bot{
	background:#6D6D6D;
}

#box a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
	line-height:24px;
}

#box a:hover{
	color:#FFEE66;
	font-weight:bold;
	text-decoration:none;
	line-height:24px;
}

.readmore {
	color:#FF8932;
	text-decoration:underline;
	font-weight:bold;
}

#box .readmore {
	color:#FF8932;
	text-decoration:underline;
	font-weight:bold;
}	

#box .readmore:hover {
	color:#FF8932;
	text-decoration:none;
	font-weight:bold;
}

.wel-img {
	padding:0px 14px 0 0;
}

.h-line {
	width:100%;
	border-bottom:1px solid #A7A7A7;
	padding:0 0 8px 0;
}

h1{
	background:url(../images/arrow.gif) no-repeat left center;
	margin:0;
	font-size:14px;
	font-weight:bold;
	padding-left:20px;
	line-height:30px;
}

.textfield {
	height:14px;
	width:120px;
	margin:5px 0 10px 0;
	font-size:11px;
	color:#414141;
}

.submit {
	background:url(../images/submit.jpg) no-repeat;
	width:76px;
	height:23px;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	border:0px;
	margin-top:5px;
}

#footer {
	margin:11px 0 11px 0;
}

#footer .top-left{
	background:url(../images/fot-top-left.gif) no-repeat left bottom; 
	height:11px;
	width:11px;
}

#footer .top-right{
	background:url(../images/fot-top-right.gif) no-repeat right bottom; 
	height:11px;
	width:11px;
}

#footer .fot-bot-left{
	background:url(../images/fot-bot-left.gif) no-repeat left bottom; 
	height:11px;
	width:11px;
}

#footer .fot-bot-right{
	background:url(../images/fot-bot-right.gif) no-repeat right bottom; 
	height:11px;
	width:11px;
}

#footer .center{
	background:#333333; 
	height:11px;
	color:#9c9c9c;
}

#footer .center a{
	color:#FF8932;
	text-decoration:underline;
}

#footer .center a:hover{
	color:#FF8932;
	text-decoration:none;
}	

.memsh ul {
	margin-top: 0px;
	margin-bottom: 5px;
}

.memsh li {
	margin-bottom: 5px;
}	

#event_tab {
	height: 30px;
}

#event_tab a {
	padding-left: 12px;
	padding-right: 12px;
	background-color: #A0A0A0;
	margin-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #000000;
	text-decoration: none;
}

#event_tab a:hover {
	padding-left: 12px;
	padding-right: 12px;
	background-color: #CCCCCC;
	margin-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #000000;
	text-decoration: none;
}

#rootgal td {
	background: #A0A0A0;
}

#rootgal img {
	border: solid 2px #DFDFDF;
}

.banner {
	background:url(../images/banner1.gif) no-repeat;
	width:776px;
	height:124px;
}	

.a_green {  background-color: #009900;}
.a_red {  background-color: #EE0000}

.a_yellow {  background-color: #FFFF33}

.a_zgrey { border-bottom: solid 1px #454545;
 }










/*Button Style*/
.glowingtabs{
float:left;
width:900px;
font-size: 13px;
line-height:normal;
}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 11px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
height:21px;
}

.glowingtabs a{
float:left;
background:url(../images/button-left.jpg) no-repeat left top;
margin:0;
margin-right: 10px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:block;
background:url(../images/button-right.jpg) no-repeat right top;
padding: 3px 14px 3px 5px;
line-height:normal;
font-size:13px;
font-weight:bold;
color:#FFFFFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover{
background:url(../images/button-left-over.jpg) no-repeat left top;
float:left;
cursor:hand;
}

.glowingtabs a:hover span{
background:url(../images/button-right-over.jpg) no-repeat right top;
float:left;
display:block;
color:#FFFFFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs li.selected a{ /*Selected Tab style*/
background:url(../images/button-left-over.jpg) no-repeat left top; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs li.selected a span{ /*Selected Tab style*/
background:url(../images/button-right-over.jpg) no-repeat right top;
}

.glowingtabs a:hover, .glowingtabs li.selected a:hover{ /*onMouseover style*/
background:url(../images/button-left-over.jpg) no-repeat left top; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span, .glowingtabs li.selected a:hover span{ /*onMouseover style*/
background:url(../images/button-right-over.jpg) no-repeat right top; /*Shift background image up to start of 2nd tab image*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
position:absolute;
top: 0;
border: 1px solid #FFC27A; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:16px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
}


.dropmenudiv_d a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #FFC27A; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-color: #FFC27A;
}

/*End Button Style*/
	