﻿body
{
	font-size: 10pt;
	font-family: Tahoma;
	text-align: justify;
	width: 100%;
	background-color: #ffffff;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	margin-top:0px;
	margin-bottom:0px;
}

.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}
div#main
{
	font-weight: normal;
	font-size: 10pt;
	padding:10px;
	font-family: Tahoma;
	text-align: justify;
}
/*Top level menu link items style*/
.horizontalcssmenu ul li a
{
	display: block;
	padding: 10px 10px;
	text-decoration: none;
	color: white;
	font: 12px Tahoma;
	text-align: right;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a
{
	width: 160px; /*width of sub menu levels*/
	font-weight: normal;
	background: #003366;
	border-right: white 1px solid;
	border-top: white 0px solid;
	font-weight: normal;
	border-left: white 1px solid;
	color: #ffffff;
	border-bottom: white 1px solid;
	font-family: Tahoma;
	font-size: 8pt;
	text-transform: uppercase;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 4px;
	padding-top: 4px;
}

.horizontalcssmenu ul li a:hover{
background: url(images/menubgover.gif) center center repeat-x;
}
.subhead
{
	color: #003366;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
	padding-left:20px
}
a.ReadMore
{
	font-size: 8pt;
	text-transform: uppercase;
	color: #003366;
	text-decoration: none;
}
.horizontalcssmenu ul li ul li a:hover
{
	background: #0099cc;
	color: #ffffff;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
#enquiry
{
	height:380px;
	width:380px;
	border-top:0px;
	z-index:0;
	text-align:center;
	padding-top:25px;
	}
