/* STANDARD FORMATTING - START*/

* {font-size: 100.01%;}
html {font-size: 64%;overflow-y: scroll;}
body{
	margin:0;
	color:#000;
	font:1em Arial, sans-serif;
	background:#fff;
}
img{border-style:none;}
a{text-decoration:none;
	color: #1f4db1;
}
a:hover{text-decoration:underline;}
h1
{
	color: #002c5b;
	font-size: 2.0em;
	margin:10px 0 0;
	font-weight: normal;
}
h2
{
	color: #1f83ff;
	font-size: 1.2em;
	font-weight: bold;
	margin: 12px 0 -12px 0;
	padding:0;
}
h3
{
	color: #3d3d3d;
	font-size: 1.2em;
	font-weight: bold;
	margin: 16px 0 -12px 0;
}
h4
{
	font-weight: bold;
}
/* STANDARD FORMATTING - END */

/* HEADER - START */
#header {
	width:950px;
	height:118px;
	overflow:hidden;
	position:absolute;
	top: 0;
	left: 0;
	border-bottom: 3px solid #3e9bdb;
	background: url(../images/bg-header.png) no-repeat #1F4DB1;
}
#header p {
	float: right;
	margin: 0;
	padding: 15px 16px 15px 0;
	font-size: 1.4em;
	color: #fff;
}
#header .info {
	width: 100%;
	overflow: hidden;
}
/* HEADER - END */


#content p 
{
	font-size: 1.2em;
	line-height: 1.33em;
	/*color: #3d3d3d;*/
	margin:12px 0 20px;
}

/*LAYOUT DIVS*/
#page {
	/**/
	margin:0px auto;
	width:950px;
	overflow:hidden;
	position: relative;
	padding: 121px 0 0;
	/*border-bottom: 7px solid #1f4db1;*/
	padding-bottom:177px;
}

/* FOOTER - START */
#footer{
	width:950px;
	height:170px; /*padding-bottom in #page also*/
	overflow:hidden;
	position:absolute;
	bottom: 0;
	left: 0;
	border-top: 7px solid #1f4db1;
}
#footer p{
	margin: 0;
	padding: 10px 16px 0px 10px;
	font-size: 1em;
	color:#999;
}
#footer p.footerbase{
	padding-top:2px !important;
}
#footer table{
	padding: 10px 16px 0px 10px;
	font-size: 1em;
	color:#999;
}
#footer table td{
	vertical-align:top;
	padding-right:4px;
}
/* FOOTER - END */

#main { /*Div that sits inside page - child of #page*/
	width:950px;
	overflow:hidden;
	background: #ffffff url(../images/bg-main.gif) repeat-y;
}
#sidebar { /*Div - child of #main*/
	width: 177px;
	padding: 0px 0 0;
	float: left;
	background: #0085e6 url(../images/bg-side.gif) repeat-x;
	min-height:730px;
}
#content {  /*Div - child of #main*/
	width: 749px;
	padding: 20px 0 20px 23px;
	float: right;
	background: #fff;
	min-height:570px;
}
.two-col {  /*Div - child of #content*/
	width: 100%;
	overflow: hidden;
	padding: 0 0 28px;
}
.left-col {
	float: left;
	width: 448px;
}
.right-col {
	width: 285px;
	float: right;
	margin-top:23px; /*Hard coded on default.asp*/
}
.right-col h2{
	color: #1f83ff;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	padding:0;
}
/*HEADER ELEMENTS - START*/
#logo{
	position:absolute;
	z-index:10;
	top:34px;
	left:25px;
	width:288px;
	height:56px;
	font-size:32px;
	color:#eee;
}
.logo{
	margin: 0;
	position:absolute;
	z-index: 10;
	top:34px;
	left:25px;
	width:288px;
	height:56px;
	text-indent:-9999px;
	overflow:hidden;
}
.logo a{
	display:block;
	height:100%;
	position: relative;
	cursor: pointer;
}
.logo a span {
	display: block;
	background:url(../images/logo.png) no-repeat;
	width: 100%;
	height: 100%;
}
.phone {
	clear: right;
	display: inline;
	text-align: right;
	font-size: 1.5em !important;
	color: #64b1ff !important;
}
.phone span {
	display: block;
	font-size: 1.46em;
	color: #fff;
	padding:2px 0 0;
}
/*HEADER ELEMENTS - END*/

/*TOP NAVIGATION - START*/
.nav-holder { /*Class of the Div around top Nav*/
	position: absolute;
	top: 84px;
	left: 0;
	width: 100%;
}
#nav { /*Id of the UL*/
	margin: 0;
	padding: 0 0 0 178px;;
	list-style: none;
	position: relative;
	z-index: 100;
	float: left;
}
#nav li {
	float: left;
	margin: 0 2px;
	height: 1%;
	overflow: hidden;
}
#nav li a {
	float: left;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	font-size: 15px;
	color: #fff;
	padding: 0 0 0 9px;
	text-decoration: none !important;
	background: url(../images/nav-item-left.gif) no-repeat;
}
#nav li a span {
	float: left;
	padding: 0 9px 0 0;
	background: url(../images/nav-item-right.gif) no-repeat 100% 0;
}
#nav li a:hover {
	background-position: 0 -30px;
	float: left;
}
#nav li a:hover span {
	background-position: 100% -30px;
	cursor: pointer;
}
#nav li a.selected {
	background-position: 0 -30px;
}
#nav li a.selected span {
	background-position: 100% -30px;
}
#nav .forumMenu {
	vertical-align:-2%;
	margin-right:4px;
}
/*TOP NAVIGATION - END*/

/*SIDE MENU - START*/
#menuTopGutter{
	height:15px;
	background: url(../images/corner-bl.gif) no-repeat 0 11px;
}

#menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	padding: 8px 0 0;
	background: url(../images/menu-corner-tl.gif) no-repeat;
}

#menu li span {
	font-size: 1.6em;
	color: #fff;
	display: block;
	padding: 0 0 0 12px;
	line-height: 30px;
}
#menu ul {
	margin: 0;
	padding: 2px 0 9px;
	list-style: none;
	border-top: 1px solid #c1ddf5;
}
#menu ul li {
	padding: 0 0 0 9px;
	background: none;
}
#menu ul li a {
	font-size: 1.3em;
	padding: 0 0 0 13px;
	display: block;
	width: 145px;
	line-height: 1.69em;
	text-decoration: none !important;
	color: #fff;
}
#menu ul li a:hover {
	background: #1f83ff url(../images/bullet01.gif) no-repeat 100% 50%;
}
#menu ul li a.selected {
	background: #1f83ff url(../images/bullet02.gif) no-repeat 100% 50%;
}
/*SIDE MENU - END*/
div.geotrust{
	padding:37px 0px 0px 11px;
}
/* --- cookie notification --- */
#ckns
{
    padding:3px 14px 6px;
    font-weight:bold;
    font-size:1.3em;
    line-height:1.7em;
    background:#3e9bdb;
	color:#fff;
}
#ckns-close
{
    float:right;
    margin-left:12px;
}
#ckns a
{
	color:#00eeff;
}
/* --- multiple consultations --- */
.consult-item,.consult-choice,.consult-main {
	clear:both;
}
/* --- notification heading - to replace using h1 --- */
h2.notice
{
	color: #002c5b;
	font-size: 1.8em;
	margin:3px 0 0;
	font-weight: normal;
}
.cta
{
	width:272px;height:51px;background:#E6E6E6;border-right:1px solid #D1D1D1;border-bottom:1px solid #B5B5B5;
}
.cta i
{
	float:left;top:50%;color:#1f83ff;font-size:1.4em;padding:18px 0 0 22px;font-style:normal;
}
.cta div
{
	margin:8px;border:1px solid #82B4FB;top:50%;float:right;background: #1f83ff url(../images/bullet02.gif) no-repeat 5px 50%;width:93px;height:33px;
}
.cta a
{
	text-decoration:none !important;display:block;padding:9px 0 0 9px;
}
.cta span
{
	color:#ffffff;display: block;font-size:1.2em;
}
.cqc {
	padding-left:4px;
}
.cqc iframe {
	display:block;
	margin:0 auto 18px;
}
