﻿/* CSS Document */
/*------------------------------Gobal veriable----------------------*/
body {
			padding:0;
			margin:0;
			background-color:#D9DCE4;
			background-image:url(../images/pgbg.gif);
			background-repeat:repeat-x;
			background-position:top;
			font-family:Tahoma,Arial,Helvetica, sans-serif;
			font-size:10px;
			}
p 	{
			padding:0;
			margin:0;
			}
			
/*------------------------------features----------------------*/

.features {
			background-image:url(../images/titlebg.gif);
			background-repeat:repeat-x;
			background-position:top;
			}
			
.whitetext {
			font-size:15px;
			color:#FFF;
			padding-bottom:8px;
			font-weight:bold;
			font-variant:small-caps;
			}
			
.whtext {
			font-size:12px;
			color:#FFF;
			padding-bottom:8px;
			font-weight:bold;
			font-variant:small-caps;
			}

.text {
			font-size:11px;
			color:#000000;
			}
			
.bluetext {
			font-size:11px;
			color:#0283A9;
			font-weight:bold;
			}
			
/*------------------------------homemenu----------------------*/	

.homemenu {
			font-size:11px;
			color:#FFFFFF;
			font-weight:bold;
			padding-left:8px;
			padding-right:8px;
			text-decoration:none;
			background-color:#1686B7;
			}
			
.homemenu2 {
			font-size:11px;
			color:#FFFFFF;
			font-weight:bold;
			padding-left:8px;
			padding-right:8px;
			text-decoration:none;
			}	
			
.homemenu2:hover {
			background-color:#1686B7;
			}
			
/*------------------------------leftpart----------------------*/

.leftbg {
			background-image:url(../images/leftbg.gif);
			background-repeat:repeat-y;
			background-position:top;
			}
			
.leftbg2 {
			background-image: url(../images/leftshade.gif);
			background-repeat:no-repeat;
			background-position:top;
			}
			
.leftbg11 {
			background-image: url(../images/leftshade_1.gif);
			background-repeat:repeat-x;
			background-position:top;
			}			
			
.view {
			font-size:11px;
			color:#155E9A;
			font-variant:small-caps;
			font-weight:bold;
			}
			
.bluebox {
			background-image:url(../images/bluebox.gif);
			background-repeat: no-repeat;
			}
			
.package {
			font-size:11px;
			color:#023356;
			padding:12px;
			}
			
.orange {
			font-size:11px;
			font-weight:bold;
			color:#F66402;
			}
			
			
/*------------------------------menupart----------------------*/

.menu {
			background-image:url(../images/menubg.gif);
			background-repeat:repeat-x;
			
			}

.menu a {
			padding-left:6px;
			padding-right:6px;
			text-decoration:none;
			color:#FFF;
			font-weight:bold;
			font-size:12px;
			font-variant:small-caps;
			}
			
.menu a:hover {
			color:#FFD65C;
			}
			
/*------------------------------footer----------------------*/

.footer {
			background-image: url(../images/footerbg.gif);
			background-repeat:repeat-x;
			}
			
.footer a {
			padding-left:6px;
			padding-right:6px;
			text-decoration:none;
			color:#FFF;
			font-weight:bold;
			font-size:11px;
			font-variant:small-caps;
			}
			
.footer a:hover {
			color:#FFD65C;
			}
			
.copyright {
			font-size:10px;
			color:#0298BA;
			}
			
			#dropmenudiv{
position:absolute;
border:1px black;
border-bottom-width: 0;
font:normal 11px Arial, Verdana, trebuchet MS,myriad ;
line-height:16px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px dotted #000000;border-left: 1px dotted #000000;border-right: 1px dotted #000000;
padding: 1px 0;
text-decoration:none;
font-weight: normal;
font-family:Tahoma,Arial,Helvetica, sans-serif; font-size:11px;color: #FFFFFF;
background-image:"../images/menubg.gif";

}
#dropmenudiv a:visited {
  font-family:Tahoma,Arial,Helvetica, sans-serif; font-size:11px;color: #FFFFFF; 
  text-decoration : none; 
  background: none;}
#dropmenudiv a:hover{ /*hover background color*/

background-color:#0283A9;
font-weight:bold; font-size:11px; font-family:Tahoma,Arial,Helvetica, sans-serif;color:#FFFFFF;
}

#wrapper{
width: 500px;
margin: 0 auto;
}
.box{
background: #fff;
}
.boxholder{
clear: both;
padding: 2px;
background: #98A4B4;
}
.tab{
float: left;
height: 32px;
width: 102px;
margin: 0 1px 0 0;
text-align: center;
background-image:url(../images/menubg.gif);
background-repeat:repeat-x;
}
.tabtxt{
margin: 0;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 9px 0 0 0;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #990000;
	text-decoration: none;
	border: none;
}
img {
	text-decoration: none;
	border: none;
}
.green {
	font-family: verdana;
	font-size: 9px;
	color: #5BA225;
	text-decoration: underline;
	border: none;
	font-weight: bold;
}
.green1 {
	font-family: verdana;
	font-size: 10px;
	color: #5BA225;
	text-decoration: underline;
	border: none;
	font-weight: bold;
}
.orange {
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: #FF8A00;
	text-decoration: underline;
}
.orange1 {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FF8A00;
	text-decoration: underline;
}

a{
color: #fff;
text-decoration: none;
}
a:hover{
color: #DFE44F;
}
