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

*{
	margin:0;
	padding:0;
	outline:none;
}

a:link,a:visited,a:active{
	text-decoration:underline;
	color:#000;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background-color:#000000;
}

br{
	clear:both;
}

h1{
	font-size:2em;
	margin:25px 0 20px;
}
h2{
	font-size:1.6em;
	margin:20px 0 15px;
}
h3{
	font-size:1.2em;
	margin:15px 0 10px;
}

h4{
	background-image:url(../images/h4_bg.png);
	background-repeat:repeat-x;
	background-color:#212121;
	background-position:bottom;
	font-size:1.3em;
	text-align:center;
	height:20px;
	width:213px;
	padding:5px;
	color:white;
	border:1px solid #CDCDCD;
}

html{
	height:100%;
	padding:0 0 1px;
}
img{
	border:none;
}

#accountancy_img{
	width:700px;
	text-align:center;
	margin:20px 0;
	float:left;
}

#accountancy_img img{
	margin:0 10px;
	border:none;
}

#body_wrapper{
	margin:0 auto;
	padding:10px 0;
	width:100%;
	background-color:#FFF;
}

#column_left{
	width:700px;
	float:left;
	display:inline;
	/* position:absolute;
	top:20px; */
}

#column_left ul li{
	margin:10px 0 10px 15px;
	font-size:1.2em;
}

#column_left p{
	margin:10px 0;
	font-size:1.2em;
}

#column_right{
	width:225px;
	float:left;
	margin:0 0 0 25px;
	display:inline;
}

#contact_us{
	width:400px;
	margin:30px 150px;
}
#contact_us div.contact_error{
	margin:0 0 0 200px;
	width:200px;
	float:left;
	height:0.8em;
	padding:1px 0 5px;
}
#contact_us input.button{
	margin:5px 0;
	padding:1px 10px;
	background-color:#555;
	border:1px solid #CCC;
	color:#FFF;
	cursor:pointer;
}
#contact_us input.text{
	width:196px;
	float:left;
}
#contact_us label{
	width:200px;
	float:left;
}

#error{
	width:900px;
}
#error p{
	margin:10px 0;
}

#flash_box{
	width:700px;
	height:150px;
	position:relative;
}
#flash_box h1{
	position:absolute;
	bottom:5px;	
	left:5px;
	color:white;
	margin:0;
}

#footer{
	width:950px;
	height:160px;
	margin:0 auto;
	padding:20px 0;
}
#footer p{
	text-align:center;
	padding:10px 0;
	color:#FFF;
}
#footer_wrapper{
	width:100%;
	height:200px;
	background-image:url(../images/footer_bg.png);
	background-position:top;
	background-repeat:repeat-x;
}

#header{
	width:950px;
	height:120px;
	margin:0 auto;
	position:relative;
}
#header a:link, #header a:visited, #header a:active{
	color:#0053A3;
}
#header p{
	color:#0053A3;
	position:absolute;
	bottom:70px;
	right:120px;
	text-align:right;
	font-size:1.4em;
	width: 371px;
}
#header_wrapper{
	width:100%;
	height:120px;
	padding:10px 0;
	background-image:url(../images/header_bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

#main{
	width:950px;
	margin:0 auto;
}

#menu{
	position:absolute;
	left:0;
	bottom:4px;
	width:950px;
}
#menu ul{
	text-align:center;
}
#menu ul li{
	display:inline;
}
#menu ul li a:link, #menu ul li a:visited, #menu ul li a:active{
	text-decoration:none;
	color:white;
	padding:4px 8px;
	margin:0 6px;
	font-size:1.4em;
	border:1px solid #FFF;
	border-bottom:none;
	background-image:url(../images/menu_bg.png);
	background-repeat:repeat-x;
	background-color:#2c2c2c;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	display:inline-block;
}
#menu ul li a:hover, #menu ul li a.selected:link, #menu ul li a.selected:visited, #menu ul li a.selected:active{
	background-image:url(../images/menu_selected_bg.png);
	background-repeat:repeat-x;
	background-color:#012b55;
}
#newsletter{
	border:1px solid #CDCDCD;
	background-image:url(../images/nl_signup_bg.png);
	background-repeat:no-repeat;
	background-color:#000;
	width:223px;
	margin:0 0 10px;
}
#newsletter form{
	margin:10px;
}
#newsletter form label{
	color:white;
	margin:2px;
	font-size:1.2em;
}
#newsletter form input.text{
	width:200px;
	background-color:#CCC;
	border:1px solid #888;
	display:block;
	margin:5px 0;
}
#newsletter form input.text:focus{
	border:1px solid #0060AD;
	outline:1px solid #0060AD;
}

#newsletter form input.button{
	margin:5px 0;
	padding:1px 10px;
	background-color:#555;
	border:1px solid #CCC;
	color:#FFF;
	cursor:pointer;
}
#newsletter p{
	color:#FFF;
	margin:5px 10px;
	font-size:1.2em;
}

#wrapper{
	width:950px;
	margin:10px auto;
	background-color:#FFFFFF;
}

div.offer_box{
	border:1px solid #CDCDCD;
	background-image:url(../images/offer_box_bg.png);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	width:223px;
	margin:0 0 10px;
}
div.offer_box img{
	padding:10px 0;
}
div.offer_box p{
	margin:10px 5px;
	font-size:1.2em;
}

h1.error{
	color:#f00;
	background-color:#CCC;
}

span.error{
	color:red;
	display:none;
	font-size:0.7em;
}

.ebrochure{
	width:233px;
}

.ebrochure img{
	width:90px;
	float:right;
}

.ebrochure p{
	clear:none;
	width:143px;
	font-size:1.2em;
	float:left;
	margin:3px 0;
}



.nextstepbutton:link, .nextstepbutton:visited, .nextstepbutton:active{
	padding:3px;
	color:white;
	background-color:#555;
	border:solid thin black;
	text-decoration:none;
	float:left;
}

.caLogo {
	float:right;
	display:block;
}

.backlinks a {
	color:#FFF;
	text-decoration:none;	
}

.s4abold {
font-weight:bold;
}
