html{color:#fff}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}

a:link{ text-decoration:none; color:#fff;}
a:active{ text-decoration:none; color:#fff;}
a:visited{ text-decoration:none; color:#fff;}
a:hover{ text-decoration:none; color:#fff;}


body {
	background: url(image/bg.jpg) repeat-x #366890;
	font-family:Arial, Helvetica, sans-serif;

}

h1{
	font-weight:bold;
	font-size:1.2em
	}
	
#main-wrap {
	margin-top:17px;
	margin:0 auto;
	width:765px;
	height:auto;
	overflow:auto;
	background: url(image/bg-rep.jpg) repeat-y;
}

#wrap {
	padding-top:115px;
	width:765px;
	height:auto;
	background: url(image/body-bg3.gif) no-repeat;
	overflow:auto;
}

#banner{
	width:740px;
	height:129px;
	background: url(image/banner.jpg) no-repeat;	
	margin-left:17px;
	}


.partners img{
	border:none;
}
a.partners:hover   {
	margin-left:0;
}

#content{
	float:right;
	width:560px;
	padding:0 20px 0 10px;
	}
	
#content p{
	text-align:justify;
	line-height:26px;
	font-size:0.9em;
	margin-top:10px;
	}
	
#content-text{
	float:left;
	width:340px;
	}
	
#content ul{
	clear:both;
	padding:0 25px 0 15px;
}

#content li{
	text-align:justify;
	line-height:26px;
	font-size:0.9em;
	list-style:circle;
	padding-bottom:8px;
	}

#content img{
	float:right;
	margin-top:10px;
	}
	
#f-content{
	clear:both;
	padding:5px 20px 10px;	
	width:715px;
	height:auto;
}	

#f-content p{
	text-align:justify;
	line-height:26px;
	font-size:0.9em;
	margin-top:10px;
	}
	
#f-content ul{
	padding:0 0 0 10px;
}

#f-content li{
	text-align:justify;
	line-height:26px;
	font-size:0.9em;
	list-style:circle;
	padding-bottom:8px;
	}

img#img1{
	float:left;
}
img#img2{
	float:right;
	padding:0 0px 0px 10px;
}

#footer {
	width:765px;
	height:9px;
	background: url(image/bottom-half.gif) no-repeat;	
	margin:0 auto;
}

#footer p {
	font-size:0.65em;
	padding:10px 15px;
	color:#ddd;
}

table{
	font-size:0.9em;
	margin:10px 0px;
	padding-right:10px;
}
table th{
	width:200px;
	padding:4px;
	border-left:1px solid #aaa;
	border-bottom:1px solid #aaa;
}
table td{
	width:340px;
	padding-left:10px;
	border-left:1px solid #aaa;
	border-bottom:1px solid #aaa;
	border-right:1px solid #aaa;
}

form{
	width:550px;	
	}

table#contact{
	width:500px;
	margin-left:20px;
}
#contact td{
	border:none;
	width:150px;
	padding:3px 0px;
}

input{
	padding:2px;	
	}
	
.clearing{clear:both;}





.glossymenu{
	width:155px;

	background: url(image/nav-bg.gif) no-repeat top;	
	margin-left:17px;
	font-size:0.9em;
	float:left;
}

.glossymenu a.menuitem{
font: 1em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #fff;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left:5px;
text-decoration: none;
border-top:1px solid #fff;
width:128px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{ /*font colour for main nav*/
color: #fff;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 15px;
right: 6px;
border: none;
}

.glossymenu a.menuitem:hover{
background:#0972bb;
}



.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
width:133px;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #fff;
width:auto;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 0.9em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #444;
text-decoration: none;
padding: 5px 0;
padding-left: 10px;
background:#eee;
}

.glossymenu div.submenu ul li a:hover{
background: #ccc;
color: #000;
}

#active-sub{
display: block;
font: normal 0.8em "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #333;
font-weight:bold;
text-decoration: none;
padding: 5px 0;
padding-left: 10px;
padding-right:5px;
background: #eee;
}

#active-sub:hover{
background: #ccc;
}



.glossymenu a.ACTIVE .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 16px;
right: 6px;
border: none;
}