@charset "utf-8";
/* CSS Document */

/*CSS RESET SHEET - THIS RESETS MOST BROWSERS DEFAULT MARGIN AND PADDING VALUES TO ENSURE CROSS BROWSER CONSISTANCY*/
body, h1, h2, h3, h4, h5, h6, p, img {
 margin:0px;
 padding:0px;
 border:none;
}

img {
	display:block;
	border:0px;
} 

body {
	background: #fff url('../images/2010/bg.jpg') repeat-x left top;
	min-width:1000px;
	height:100%;
}

form {height:100%;}

/*--------------------- VISIONSCAPE MENU SETTINGS ---------------------*/
html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
	overflow-y: scroll;
	height:100%;
}


/*------------------------ BASIC TEXT STYLING -------------------------*/

p, li, ol, ul{
	font-family: Arial, Tahoma, Helvetica, Verdana, san-serif;
	font-size:11px;
	line-height:20px;
	color:#1e1e1e;
}
p, ol, ul, h1, h2, h3, h4, h5, h6 {
	margin-bottom:20px;
}
a:link, a:visited {
	font-family: Arial, Tahoma, Helvetica, Verdana, san-serif;
	color: #5597e1;
	text-decoration: none;
	font-weight:normal;
}
a:hover, a:visited:hover {
	font-family: Arial, Tahoma, Helvetica, Verdana, san-serif;
	color: #5597e1;
	text-decoration:underline;
	font-weight:normal;
}
h1 {
	font-size:38px;
	font-family: Helvetica, Arial, Tahoma, Verdana, san-serif;
	color:#5597e1;
	font-weight: bold;
	line-height:44px;
	letter-spacing:-2px;
}
h2 {
	font-size:30px;
	font-family: Helvetica, Arial, Tahoma, Verdana, san-serif;
	color:#5597e1;
	font-weight: bold;
	line-height:38px;
	letter-spacing:-2px;
}
h3 {
	font-size:25px;
	font-family: Helvetica, Arial, Tahoma, Verdana, san-serif;
	color:#5597e1;
	font-weight:normal;
	line-height:27px;
}
h4 {
	font-size:20px;
	font-family: Helvetica, Arial, Tahoma, Verdana, san-serif;
	color:#5597e1;
	font-weight:normal;
	line-height:25px;
}
h5 {
	font-size:16px;
	font-family: Helvetica, Arial, Tahoma, Verdana, san-serif;
	color:#1e1e1e;
	font-weight:normal;
	line-height:26px;
}
h5 strong{
	color:#5597e1;
	font-weight:bold;
}
h6 {
	font-size:15px;
	font-family: Helvetica, Arial, Tahoma, Verdana, san-serif;
	color:#5597e1;
	line-height:22px;
	font-weight:normal;
}


/*--------------------------- PAGE STYLING ---------------------------*/

#wrapper {
	position:relative;
	width:900px;
	left:50%;
	margin-left:-450px;
	min-height:100%;
	background-color:#fff;
}
#header {
	position:relative;
	height:364px;
	width:900px;
	margin-bottom:43px;
}
#logo {
	position:absolute;
	height:147px;
	width:172px;
	top:45px;
	left:40px;
}
#menu {
	position:absolute;
	height:44px;
	width:640px;
	top:0px;
	left:260px;
	background:url('../images/2010/menu_bg.png') no-repeat left top;
}
#banner {
	position:absolute;
	height:319px;
	width:640px;
	top:45px;
	left:260px;
}
#content {
	position:relative;
	width:640px;
	padding-left:260px;
	min-height:100px;
	padding-bottom:125px;
}
#left_col {
	position:relative;
	width:310px;
	float:left;
}
#contactDetails {
	position:relative;
	width:266px;
	float:right;
}
.clear {
	clear:both;
}

/*--------------------------- FOOTER STYLING ----------------------------*/

#footer {
	position:relative;
	height:73px;
	width:900px;
	left:50%;
	margin-top:-73px;
	margin-left:-450px;
	background:url('../images/2010/footer_bg.jpg') no-repeat left top;
}
.disclaimer {
	position:absolute;
	height:14px;
	width:650px;
	bottom:11px;
	left:40px;
}
.disclaimer p{	
	font-size:10px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #fff;
	line-height:12px;
	margin-bottom:0px;
}
.disclaimer a:link, .disclaimer a:visited{
	font-size:10px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #fff;
	font-weight:normal;
	text-decoration:none;
}
.disclaimer a:hover, .disclaimer a:visited:hover{
	font-size:10px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #fff;
	font-weight:normal;
	text-decoration:underline;
}
