body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(graphics/bg-tile.gif);
	background-repeat: repeat-x;
	background-color: #E9ECEF;
	background-attachment: fixed;
	line-height: 140%;
	color: #4E4D50;
}




h1 {
	color: #0B4475;
	font-size: 140%;
}
h2 {
	font-size: 120%;
	margin-bottom: 10px;
	font-weight: lighter;
	color: #24619A;
	margin-top: 20px;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0px;
	color: #074379;
}
p {
	margin-top: 10px;
}
.red {
	color: #F30;
}
a:link {
	text-decoration: underline;
	font-weight: normal;
	color: #034077;
}
a:hover { 
text-decoration: underline; 
color : #C42720; 
}
a:active {
color: #C42720;
}
#footer {
font-size: 11px;
}
#footer a:link {
	text-decoration: none;
	font-weight: normal;
	color: #034077;
}
#footer a:hover, { 
text-decoration: underline; 
color : #0066CC; 
}
#footer a:visited {
text-decoration: none;
font-size: 11px; 
}

#footer a:active {
font-size: 11px;
}
.white {
	background-color: #FFFFFF;
}
.blue {
	background-color: #0D518D;
	color: #FFF;
}
.dblue {
	background-color: #093f6e;
	color: #FFF;
}
.context {
	border: 1px solid #EBECF0;
}

/* Specific Form Fields */
#not_body_corporate_submit, #not_body_corporate_field, #body_corporate_field {
  display: none;
}

#enquiry_form fieldset {
  border: solid 1px #900;
  background: #fee;
}
/*Easy Slider 1.7 - jQuery plugin
written by Alen Grakalic	
http://cssglobe.com/post/4004/easy-slider-15-the-easiest-jquery-plugin-for-sliding*/ 

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:773px;
		height:300px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{
	display:block;
	width:30px;
	height:377px;
	position:absolute;
	left:-23px;
	top:150px;
	z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:596px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(gal-images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(gal-images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/*Easy Slider  ends */ 

