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

html {
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	background: #FFFFFF url(../images/body_bg.jpg) top center repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*overflow-x: hidden;*/
	height: 100%;
}

img {
	border: none;
	display: block;
}

h1 {
	padding-bottom: 32px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 100;
}

h2 {
	padding-bottom: 12px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 15px;
}

p, li {
	padding-bottom: 12px;
	font-size: 11px;
	color: #FFFFFF;
}

ul {
	margin: 0;
	padding: 0 0 6px 22px;
}

li {
	padding-bottom: 6px;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
}

h1, h2, p, li {
	margin: 0;
	margin-right: 70px;
	padding-top: 0;
}

a {
	color: #155289;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;	
}

.textinput {
	width:146px;
	height: 19px; 
	border: none;
	background-image: url(../images/input_bg.jpg);
	color:#FFFFFF; 
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

.usertitle {
	font-style:italic; 
	font-size:11px;	
}

.h1sub {
	font-size: 13px;
	font-weight: 100;
}

.trans {
	behavior: url(scripts/iepngfix.htc);
}

a.bttop {
	display: inline;
	margin: 0;
	padding: 0;
	float: right;
}

a.bttop img {
	behavior: url(scripts/iepngfix.htc);
}

#compBG {
	position: fixed;
	z-index: 2;
	background: url(../images/wrapper_bg.jpg) left repeat-y;
	height: 100%;
	width: 100%;
}

#compBG2 {
	position: absolute;
	background: url(../images/wrapper_bg_2.jpg) top repeat-x;
	z-index: 4;
	height: 100%;
	width: 100%;
}

#topRight {
	position: relative;
	top: 0;
	left: 819px;
	width: 366px;
	height: 299px;
	/*background-image: url(../images/bottomRight.png);
	background-attachment: fixed;
	background-repeat: no-repeat;*/
}

#bottomLeft {
	position: fixed;
	bottom: 0;
	height: 184px;
	background: #FFFFFF url(../images/bottom_left_bg.jpg) repeat-x;
	z-index: 3;
	/*----IE6 min-width and min-height hack----*/
	min-width: 1192px;
  	width: 100% !important;
  	width: 100%px;
	/*----IE6 min-width and min-height hack----*/
}

#wrapper {
	position: absolute;
	z-index: 6;
	/*----IE6 min-width and min-height hack----*/
	min-width: 1192px;
  	width: 100% !important;
  	width: 1192px;
	/*----IE6 min-width and min-height hack----*/
}

#leftCol {
	width:257px;
	float: left;
}

#centerCol {
	width:562px;
	float: left;
	margin: 0;
}

#centerCol_content {
	padding: 10px 70px 50px 70px;
	background: url(../images/centreCol_content_bg.jpg) top center no-repeat;
}

#centerCol_content h2 {
	margin-top: 20px;
	margin-right: 0;
}

#rightCol {
	margin-top: 299px;
	width: 232px;
	padding-left: 85px;
	background: url(../images/roghtCol_bg.png) top left no-repeat;
	float: left;
	behavior: url(scripts/iepngfix.htc);
}

#rightCol_quote {
	margin-top: 55px;
}

#rightCol_quote p {
	color: #195695;
	font-size: 10px;
	margin-right: 20px;
	letter-spacing: -1px;
}

#rightCol_quote h1 {
	margin-top: 16px;
	margin-bottom: 10px;
	color: #195695;
	font-size: 11px;
	margin-right: 20px;
}

#rightCol_newsletter p {
	color: #FFFFFF;
	font-size: 10px;
	letter-spacing: -1px;
	margin-right: 20px;
	margin-top:0;
}

#rightCol_newsletter h1 {
	margin-top: 16px;
	margin-bottom: 6px;
	padding-bottom: 16px;
	color: #FFFFFF;
	font-size: 11px;
	margin-right: 20px;
}

#foot_wrapper {
	height: 26px;
	position: fixed;
	bottom: 0;
	Left: 0;
	background-color: #7f7f7f;
	z-index: 7;	
	/*----IE6 min-width and min-height hack----*/
	min-width: 1192px;
  	width: 100% !important;
  	width: 1192px;
	/*----IE6 min-width and min-height hack----*/
	overflow: hidden;
}


body#home #foot_wrapper {
	height: 36px;
	position: fixed;
	bottom: 0;
	Left: 0;
	background-color: #7f7f7f;
	z-index: 7;	
	/*----IE6 min-width and min-height hack----*/
	min-width: 1192px;
  	width: 100% !important;
  	width: 1192px;
	/*----IE6 min-width and min-height hack----*/
	overflow: hidden;
}

#foot_wrapper p {
	color: #FFFFFF;
	font-size: 9px;
	margin: 5px 0 0 0;
	letter-spacing: -1px;
}

#foot_wrapper #leftCol p {
	float: left;
	padding: 5px 0 0 0;
	margin: 0 3px 0 0;
	letter-spacing: -1px;
}

#foot_wrapper #leftCol a {
	color: #FFFFFF;
}

#foot_wrapper #leftCol li {
	display: inline;
	margin: 0;
	padding: 0;
}

#foot_wrapper #leftCol ul {
	margin: 0;
	padding: 0 0 0 10px;
}
