body
{
	margin:0px;
	background:#585858;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
  
}
/*-----------------------------------Buttons----------------------------------------*/

.menu1,a.menu1:link,a.menu1:active,a.menu1:visited
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align:center;
}

a.menu1:hover
{
	text-decoration:underline;
	color:#f49a51;
	font-weight: bold;
}

.menu2,a.menu2:link,a.menu2:active,a.menu2:visited
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
}
.menuxee,a.menuxee:link,a.menuxee:active,a.menuxee:visited
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
}

a.menuxee:hover
{
	text-decoration:none;
	color:#f49a51;
	font-weight: normal;
}

a.menu2:hover
{
	text-decoration:underline;
	color:#f49a51;
	font-weight: bold;
}

#footernav a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align:center;
}
#footernav a:hover{
	color:#FF0000;
	font-weight: normal;
	text-decoration: underline;
}
#more a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #EA8D39;
	text-decoration: none;
	margin: 0px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}

#more a:hover{
	background-color: #888888;
}



#contactlink a{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
#contactlink a:hover{
	color: #CC0000;
}


#xee a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align:center;
}
#xee a:hover{
	color:#FF0000;
	font-weight: normal;
	text-decoration: underline;
}




/*-----------------------------------Images----------------------------------------*/
.topbg
{
	background-image: url(../images/bkg-topB.jpg);
	background-repeat: repeat-x;
}

.footerbg
{
	background-repeat: repeat-x;
	background-color: #dddddd;
}
.bottombg
{
	background-image: url(../images/bkg-footerdiv.jpg);
	background-repeat: repeat-x;
}
.bodybg
{
	background-repeat: repeat;
	background-color: #FFFFFF;
}






/*-----------------------------------Texts----------------------------------------*/

.mainheading
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	color: #026AA8;
	font-style: normal;
	line-height:3em;
}
.text1
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	line-height:19px;
	text-decoration: none;
	text-align: justify;
}



.whitetextnormal
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
	line-height:18px;
	text-decoration: none;
}
.blacktextnormal
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	line-height:18px;
	text-decoration: none;
}


/*-----------------------------------Listings----------------------------------------*/
#listings ul {
	width: auto;
	padding-left: 20px;
	display: block;
	float: left;
	margin: 0px;
	list-style-image: url(../images/arrow%20orenge.png);
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
	padding-bottom: 10px;
}

/*-----------------------------------Java Menue----------------------------------------*/


#dropmenudiv{
	position:absolute;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color:#ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #f49a51;
}



/***** Wrapper *****/
 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

#twocols{width:599px; margin-left:1px;}
