﻿body 
{
	font-family:Arial, sans-serif;
	font-size: 12px;
	color: #002d56;
    line-height: 18px;
	overflow-y: scroll;
}
.tablewidth 
{
	width:100%;
	height:100%; 
	position:absolute; 
	top:0px; 
	left:0px;
}
.maintable
{
	top:0;
	background-color:#E8E8E8;
	background-image: url(../images/topBg.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.maintable2
{
	top:0;
	background-color:#E8E8E8;
	background-image: url(../images/topBg2.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.mainlogo
{
	height:105px;
	background-image: url(../images/logo.png);
	background-position: 68px bottom;
	background-repeat: no-repeat;
	width:525px;
}
.mainlogo2
{
	height:105px;
	background-image: url(../images/logo.png);
	background-position: 68px center;
	background-repeat: no-repeat;
	width:525px;
}
a 
{
    text-decoration:none;
    color:#549ade;
    outline:0;
}
a:hover 
{
    text-decoration:underline;
    outline:0;
}
.border 
{
    border: 2px solid #fff;
    margin-right:10px;
    background:#f9f;
    -moz-box-shadow:3px 3px 3px #989898;
    -webkit-box-shadow:3px 3px 3px #989898;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#989898', Direction=150, Strength=4);
    cursor:hand;    
}
.picframe 
{
    border:0px solid #999;
    background-color: #fcfcfc;
    padding: 5px;
}
/*********ASP MENU CLASSES**************/

.line 
{
    line-height:20px;
    margin-top:0px;
    margin-bottom:0px;
    position:relative;
    bottom:3px;
    right:4px;
    overflow:visible;
}

.line2 
{
    line-height:20px;
    margin-top:0px;
    margin-bottom:0px;
    position:relative;
    top:10px;
    left:2px;
    overflow:visible;
}
/*********THUMB BORDER/SHADOW**************/

.shadow 
{   
    -moz-box-shadow:3px 3px 3px #989898;
    -webkit-box-shadow:3px 3px 3px #989898;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#989898', Direction=150, Strength=4);
}
/*********IMAGE ROATION********************/
/* rotator in-page placement */
        div.rotator {
	position:relative;
	left:0;
	height:288px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/*margin-left: 15px;*/
}
/* rotator css */
	div.rotator ul li {
	left:0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style 	
	div.rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}*/
    div.rotator ul li.show {
	z-index:500;
}

