@charset "UTF-8";
/* CSS Document */

body{
	background:url(images/gradient_bg.jpg) repeat-x #fafafa;	
	margin-top:0px;
	font-family:Helvetica;
	color:#4e4e4e;
	font-size:14px;
	behavior:url(csshover.htc);
}
a{
	color:#33C;	
}
img{
	float:left;
	padding:0px 10px;
}
a:hover{
	color:#333;	
}
#header{
	margin:0 auto;
	background:url(images/banner.jpg);
	height:118px;
	width:960px;
	}
#topMenu{
	position:relative;
	top:87px;
	left:540px;
	width:380px;
	height:30px;
	padding:0px;
	margin:0px;
}
#topMenu li{
	float:left;
	list-style-type:none;
	margin-left:8px;
	font-size:14px;
}
#topMenu li ul {
display: none;
position: absolute;
width:170px;
top: 0;
left: 0;
margin-left:-1px;
margin-top:-2px;
padding-left:0px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
background:#fff;
border-left:#ccc solid 1px;
border-right:#ccc solid 1px;
border-bottom:#ccc solid 1px;
}

#topMenu li ul li a{
	padding:5px;	
	margin-left:-8px;
	display:block;
	width:170px;
	height:15px;
}
#topMenu li ul li a:hover{
	background:#eee;	
}
#topMenu li>ul {
top: auto;
left: auto;
}
#topMenu li:hover ul, li.over ul {
display: block;

}
a.current{
	background:#fff;
}
#header a{
	display:block;
	text-decoration:none;
	color:#86985c;
	height:30px;
	padding:3px 6px 0px 6px;
	font-family:Arial;
}
#header a:hover{
	display:block;
	background:#fff;
	text-decoration:underline;
}
#content{
	padding:30px 120px 50px 120px;
	width:663px;
	margin:0 auto;
	background:#fff;
	min-height:500px;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
}
#footer{
	background:url(images/pagebottom.jpg) no-repeat;
	width:935px;
	height:50px;
	margin:0 auto;
	font-size:10px;
	text-align:center;
	padding-top:30px;
}
h1{
	font-size:24px;
	color:#857cd4;
	font-weight:normal;
	margin-bottom:30px;
}
h2{
	margin-top:10px;
	color:#857cd4;
	font-size:14px;
	font-weight:normal;
}
.table{
	background:#f7f6f6;
	border:#857cd4 solid 1px;
	overflow:auto;
	width:700px;
}
.tableheader{
	background:#857cd4;
	color:#fff;
	height:30px;
	padding-left:20px;
}
.tableheader div{
	float:left;
	padding:10px;
}
.rowEven{
	float:left;
	padding-left:20px;
	background:#DDD;
	overflow:auto;
	width:680px;
}
.rowEven div{
	float:left;
	padding:10px;

}
.rowOdd{
	float:left;
	padding-left:20px;
}
.rowOdd div{
	float:left;
	padding:10px;
}
.tableServices{
	width:180px;
}
.tableDescription{
	width:300px;
}
.tableFees{
	
}
#EnquiryForm{
	
}
label{
	width:300px;
	display:block;
}
#servicesBox{
	padding:10px;
	margin:0px 10px;
	background:#EEE;
	border:#ddd 1px solid;
	width:210px;
	overflow:auto;
}
#programsBox{
	padding:10px;
	margin:0px 10px;
	background:#EBF5D0;
	border:#ddd 1px solid;
	width:210px;
	overflow:auto;
}