/*
	tswnavbar.css	1.0.2
	Please use the CSS Menu Button Wizard at
		http://www.thesitewizard.com/wizards/css-menu-buttons.shtml
	to generate your own customized menu buttons.
*/

#tswcssbuttons {
	width: 163px ;
	text-align: center ;
}
#tswcssbuttons ul {
	margin: 2 ;
	padding: 0 ;
	list-style: none ;
}
#tswcssbuttons li {

	padding: 0 ;
	display: block ;
	list-style: none ;
	font-family: verdana;
}
#tswcssbuttons li a {
	color: #808080;
	/*background: url("../images/buttonbg.jpg");*/
	background: #fff;
	border-bottom: 1px solid #c0c0c0 ;
	width: 164px; ;
	text-decoration: none ;
	display: block ;
	line-height:28px;
}
#tswcssbuttons li a:hover {
	color: #fff ;
	background-color: #ee3a43 ;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

select, input, textarea
{
color: #000;


}

.submit input
{
color: #fff;
background: #ee3a43;
border: 1px outset #d7b9c9
} 

a:link {text-decoration: none; color: #blue;}
a:visited {text-decoration: none; color: #blue; }
a:hover {text-decoration: none; color: #blue; }
a:active {text-decoration: none; color: #blue; }	

a.news:link {text-decoration: none; color: #000; font-family:Arial; size:12px;}
a.news:visited {text-decoration: none; color: #000; }
a.news:hover {text-decoration: none; color: #adadad; }
a.news:active {text-decoration: none; color: #adadad; }	

td.box{
border-top:1px dotted #adadad;
border-right:1px dotted #adadad;
border-left:1px dotted #adadad;
border-bottom:1px dotted #adadad;
background:#f2f2f2;
}

hr.dottedline {
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted silver; 
	border-style: none none dotted; 
	}
	
.text{
text-align:justify;	
}

td{
	background:#fff;
  font-family:Verdana;
  font-weight: normal;
  font-size:12px;	
  color:#808080;
}
body{
	padding:0;
	margin-left:5px;
	background:#f2f2f2;
	text-align:center; 
	
}
table.outer{
	border-style:solid;
	border-width:5px;
	border-color:#fff;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
}
table.outer_red{
	border-style:solid;
	border-width:5px;
	border-color:#ee3a43;
	width:920px;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
}
.banner_bottom{
	height:5px;
	background:#fff;
	top:105px;
	padding:0px;
	text-align:left;
	border-top:1px solid #fff;
}

.menu_top{
	height:15px;
	background:#e31c23;
	top:105px;
	padding:0px;
	text-align:left;
	border-top:1px solid #fff;
}

.footer{
  font-family:verdana;
  font-weight: normal;
  font-size:12px;	 	
  color:#000;
  margin-left:5px;
  text-align:center;
  padding:5px;
  background:#f2f2f2;
}

td.banner{
	background:url("../images/banner_bg.jpg");	 	
}

.logintext{
  font-family:verdana;
  font-weight: normal;
  font-size:12px;	
	position: relative; 	
}

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: yellow;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #adadad;
border-bottom-width: 0;
font: normal 12px Tahoma;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: silver;
width: 160px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #adadad;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #000;
}

.anylinkcss a:hover{ /*hover background color*/
background: #adadad;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
