/* CONTAINER */

body{
	background-color:#FFF;
	background-image:url(../images/misc/main_bg.jpg);
	background-repeat:repeat-x;
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	font: Verdana !important;
	font-size: 12px;
	color:#333;
	line-height: 20px;
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
	line-height: 30px;
	font-family:"Times New Roman", Times, serif;
	color:#2391EB;
	font-style:normal;
	font-size:25px;

}

h2, .h2 {
	font-size:20px;
	line-height: 25px;
	padding-top: 0;
	margin-top: 0;
}

h3, .h3 {
	font-size:18px;
	line-height: 223px;
	padding-top: 0;
	margin-top: 0;
}

h4, .h4 {
	font-size:15px;
	line-height: 20px;
	padding-top: 0;
	margin-top: 0;
}

strong{
	margin: 0 0 12px 0;
}


#layout {
	margin:0 auto;
	width:978px;
	border: #333333 0px solid;
}
/* HEADER */

.header {
	width:978px;
	border: 0px solid pink;
}

/* VIRTUAL TOUR */

.virtual_tour img {
	cursor:pointer;
}

/* Added by Gavin to display the sector*/
.sector {
	width: 97%;
	margin: auto;
	color: #80BFF4;
}

.logo {
	float:left; 
	width: 176px; 
	margin-left: 20px;
	margin-top: 20px;
	border: 0px solid red;
}
.navigation {
	float:right;
	width:65%;
	height: 20px;
	margin-bottom:5px;
	margin-right: 0px;
	border: 0px solid red;
}

.textSize{
	float: right;
	margin-right: 25px;
}

.textSize ul li, .textSize ul li a {
	display: inline;
	width: 20px;
	list-style: none;
	font-weight: bold;
	padding: 5px;
	color:#7FBEF3;
	text-decoration: none; 
}

.textSize ul li a:hover {
	text-decoration: underline;
	background-color: #FFF; 
}

.right_content {
	margin-right: 45px;
	border: 0px solid red;
	height:65px;
}
.right_content h4 {
	font: normal 22px/24px "Times New Roman", Times, serif;
	color:#7FBEF3; 
	font-style:normal; 
	text-align:right;
	margin-top: 0px;
}

/* BODY CONTAINER */

.body_container {
margin:20px 50px 20px 50px;
}

/* SHADOW */

.site_shadow {
	background-image:url(../images/misc/site_shadow.gif);
	background-repeat:repeat-y;
}

.inner_top_shadow {
	margin-left:0px;
}
.site_inner_shadow {
	background-image:url(../images/misc/site_inner_shadow.gif);
	background-repeat:repeat-y;
}

/* FOOTER */

.footer_container {
margin:10px 50px 0px 50px;
}

.base_links {
	width: 978px;
	margin-left:32%;
}

/* CONTACT FORM */

.contact_form {
float:right;
width:346px;
}

.boxes {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	background-color: #7FBEF3;
	width: 250px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	border-style: none;
}

.send_sml {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #333;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	width: 100px;
}

/*Spliting the links page into 2 columns - Gavin 12/08/09 */

.linksLeft{
	width: 45%;
	float: left;
}

.linksRight {
	width: 50%;
	float: right;
	margin-bottom: 10px;
}

/* Footer */

#footer {
	width: 978px;
	margin: auto;
}

.footerLogo {
	width: 160px;
	height: 90px;
	margin: 0 auto 0 auto;
}

#footerInfoWrapper{
	width: 630px;
	height: 70px;
	margin: auto;
	margin-top: 5px;
}

.footerIcons {
	width: 80px;
	height: 70px;
	float: left;	
}

.footerContact{
	width: 460px;
	height: 70px;
	float: left;	
}

ul.footerAddress {
	height: 15px;
	margin: 5px 0 3px 0;
	padding: 0;
	text-align:center;
}

.footerAddress li {
	display: inline;
	float:left;
	list-style: none;
	margin-left: 10px;
	text-align: center;
	color: #343434;
	font-size:11px; 
}

.italic{
	font-style: italic;
}

.searchFor {
	color: #2391EB;
	font-weight:bold;
}

.searchHeader{
	font-weight: bold;
	margin: 10px;
}

.seachBody {
	margin: 20px;
}

.linksLogo{
	width: 95%;
	height: 200px;
	margin: 10px 0 0 0;
}