@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
}
body {
	background-color: #006699;
	background-image: url(../images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img{
border:0;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.title{
font-size:12px;
font-weight:bold;
color:#085d92;
text-align:left;
padding:1px 0 2px 0;
}
.description{
font-size:11px;
color:#808080;
padding:1px 0 2px 0;
}
.morebtn{
float:left;
margin:6px 0 6px 0;
}
.news{
text-align:left;
margin:9px 0 0 0;
padding:0;
float:left;
}
.border{
border-top:1px #999999 dotted;
}
.tablebg{
background:#FFFFFF url(../images/malin_36.jpg) left bottom repeat-x;
}
.contactHeading{
color:#002843;
text-transform:uppercase;
font-size:13px;
font-weight:bold;
}
.blueTxt{
color:#093d5d;
font-size:12px;
font-weight:bold;
}






#menu{
/*		margin:0 auto;*/
		width:100%;
		height:61px;
		background:url(../images/Nav_bg.jpg) repeat-x;
	}
		#menu ul{
			list-style:none;
			margin:0 auto;
			width:100%;
		}
			#menu li{
				list-style:none;
				display:block;
				float:left;
				height:61px;
				line-height:61px;
			}
				#menu li a{
					display:block;
					float:left;
					color:#eac64b;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					line-height:61px;
					text-decoration:none;
					padding:0 20px;				
				}
					#menu li a:hover{
						color:#fff;
						background:url(../images/Nav_over.jpg) no-repeat bottom;
					}
				#menu li a.current{
					display:block;
					float:left;
					background:url(../images/Nav_over.jpg) no-repeat bottom;
					color:#fff;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					line-height:61px;
					text-decoration:none;
					padding:0 20px;	
				}
					#menu li a:hover.current{
						color:#fff;
					}

.flashclass{ /*sample CSS class added to image slideshow container*/
width: 192px; /*a width should be defined for transition to work*/
border: 5px solid #088BD1;
padding: 5px;
}

.flashclass img{
border-width: 0;
}
