/* reset browser defaults */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus{
	outline: 0;
}

body{
	line-height: 1;
	color: black;
	background: white;
}

ol,
ul{
	list-style: none;
}

ol{
	list-style-type:decimal;
	padding-left:30px;
}

table{
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* images */

img.left{
	float:left;
	margin:0 15px 15px 0;
}

img.right{
	float:right;
	margin:0 0 15px 15px;
}

img.center{
	display:block;
	float:none;
	clear:both;
	margin:0 auto;
}

/* BASIC LAYOUT */

.clear,
.kamClear{
	float:none;
	clear:both;
	height:0px;
}

body {
	background:#efefef;
}

#colA {
	width:690px;
	float:left;
	border-top:3px solid #fff;
}

#colB {
	float:right;
	width:247px;
	border-top:3px solid #fff;
}

#content {
	float:left;
	width:939px;
	padding:0 11px 0 10px;
	background:url(images/bg_content_standard.gif) repeat-y center center;
}

body#home #content{
	background:url(images/bg_content.gif) repeat-y center center;
}

#footer {
	width:870px;
	height: 270px;
	background:url(images/clear-law-base.jpg) bottom left no-repeat;
	clear:both;
	padding:30px 45px 0 45px;
	margin-bottom: 1em;
}

#header {
	width:870px;
	height:191px;
	background:url(images/bg_header.jpg) no-repeat;
	padding:29px 45px 0 45px;
}

#intro {
	background:#fff;
	padding:25px 35px 0 35px;
}

#leftnav {
	width:153px;
	background:#ececec;
	float:left;
	padding-top:19px;
	margin-bottom:10px;
}

#middle {
	width:530px;
	float:right;
	padding:0 0 0 0;
}

#maincontent{
	margin:20px 5px 0 20px;
	padding:0 20px 20px 0;
}

#outer {
	width:960px;
	height:780px;
	position:relative;
	margin:0 auto;
	padding:0 9px 0 10px;
}

/* END BASIC LAYOUT */


/* LINKS */

a{
	/*color:#5d5d5d;*/
	text-decoration:underline;
	color:#00B5DC;
}

a:hover{
	text-decoration:none;
}

h2 a{
	color:#fff;
	text-decoration:none;
}

h2 a:hover{
	color:#fff;
	text-decoration:underline;
}

div#contactdetails{
	background:url(images/bg_colB.png) no-repeat;
}

div#contactdetails a{
	color:#08b3e7;
	text-decoration:none;
}

div#contactdetails a:hover{
	text-decoration:underline;
}

#maincontent a,
#intro a{
	font-weight:bold;
}

#maincontent a:hover,
#intro a:hover{
	color:#08b3e7;
}

/* HEADINGS */

h1,
#intro h2,
#maincontent h2{
	display:block;
	width:auto;
	height:auto;
	float:none;
	font-size:15px;
	margin:0 0 15px 0;
	font-weight:normal;
	line-height:18px;
	color:#08b3e7;
	padding:0;
}

#intro h2{
	font-size:1.6em;
}

h2{
	font-size:14px;
	margin:0;
	font-weight:normal;
	color:#fff;
	display:block;
	width:170px;
	height:29px;
	float:left;
	padding:2px 0 0 35px;
}

#call h2{
	padding:0;
	color:#838383;
	width:auto;
}

h3 {
	font-size:14px;
	margin:0 0 10px 0;
	font-weight:normal;
	color:#08b3e7;
}

/* TYPOGRAPHY */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#5d5d5d;
}

p {
	margin:0 0 15px 0;
	font-size:12px;
}

div#contactdetails p {
	margin:0;
	padding:8px 0 8px 15px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
}

div#contactdetails p strong {
	font-size:18px;
}

div#latestnews h3{
	font-weight:bold;
	margin-bottom:0;
}

div#latestnews p {
	margin:0 0 3px 0;
	line-height:12px;
}

div#latestnews p.excerpt {
	margin:0 0 10px 0;
}

div#latestnews p.title {
	font-size:12px;
	line-height:15px;
}

div#latestnews p.subtitle {
	font-size:12px;
	margin:0 0 10px 0;
}

div#latestnews a,
div#latestnews a:link,
div#latestnews a:visited{
	color:#08b3e7;
}

/* head */

#call h2 .blue{
	color:#003980;
	font-size:22px;
}

#call{
	float:left;
	margin-top:50px;
}

/* NAVIGATION */

div#breadcrumb{
	padding:15px 0 35px 0;
}

div#breadcrumb ul{
	margin-left:18px;
}

div#breadcrumb ul li{
	float:left;
	padding-right:15px;
	padding-left:5px;
	background:url(images/breadcrumb-arrow.png) no-repeat center right;
}

div#breadcrumb ul li.last{
	background:none;
}

div#breadcrumb ul li a,
div#breadcrumb ul li a:link,
div#breadcrumb ul li a:visited{
	color:#BFBDBD;
}

div#breadcrumb ul li.last a,
div#breadcrumb ul li.last a:link,
div#breadcrumb ul li.last a:visited{
	color:#08b3e7;
}

div#footernav {
	height:60px;
}

div#footernav ul li {
	float:left;
	padding:0 8px 0 2px;
	background:url(/style/images/bg_footernav.gif) no-repeat right center;
}

div#footernav ul li a,
div#footernav ul li a:link,
div#footernav ul li a:visited{
	color:#5d5d5d;
	text-decoration:none;
}

div#footernav ul li a:hover{
	text-decoration:underline;
}

div#footernav ul li.network{
	display:block;
	background:none;
	margin-top:3px;
}

div#footernav ul li.first {
	padding:0 8px 0 0;
}

div#footernav ul li.last {
	padding:0 0 0 2px;
	background:none;
}

/* twitter/facebook links */

div#footernav ul#social{
	float:right;
	margin-top:-5px;
}

div#footernav ul#social li{
	float:left;
	background:none;
	padding:0 0 0 8px;
}

div#footernav ul#social li a,
div#footernav ul#social li a:link,
div#footernav ul#social li a:visited{
	display:block;
	text-indent:-9999px;
	height:27px;
	width:27px;
	overflow:hidden;
}

div#footernav ul#social li a.facebook{
	background:url(images/social/facebook.png) no-repeat;
}

div#footernav ul#social li a.twitter{
	background:url(images/social/twitter.png) no-repeat;
}

div#leftnav ul li a {
	background:url(images/bg_leftnav.gif) repeat-x left top #005497;
	color:#fff;
	padding:2px 15px 4px 15px;
	text-decoration:none;
	width:123px;
	display:block;
	border-bottom:1px solid #fff;
	font-size:12px;
	line-height:16px;
}

div#leftnav ul li.selected a,
div#leftnav ul li a:hover{
	text-decoration:underline;
}

div#leftnav ul li ul li a {
	background:#CCCCCC;
	color:#505050;
	padding:0px 15px 2px 25px;
	text-decoration:none;
	width:113px;
	display:block;
	border-bottom:1px solid #fff;
	font-size:12px;
	line-height:16px;
}

div#leftnav ul li.selected ul li.selected a,
div#leftnav ul li ul li a:hover {
   text-decoration:underline;
	background:url(images/bg_leftnav_sub.gif) no-repeat left center #CCCCCC;
}

div#topnav {
	width:939px;
	height:22px;
	border-bottom:3px solid #dbdbdb;
	background:#fff;
	position: relative;
	z-index: 2;
}

div#topnav ul {
	padding:0;
	height:19px;
	background:url(images/topNav-background.png) repeat-x;
}

div#topnav ul li{
	float:left;
	border-left:2px solid #fff;
}

div#topnav ul li ul{
	display:none;
	position:absolute;
}

div#topnav ul li.first{
	margin-left:20px;
}

div#topnav ul li.last{
	border-right:2px solid #fff;
}

div#topnav ul li a{
	color:#767676;
	font-size:1.2em;
	display:block;
	text-decoration:none;
	padding:1px 15px 0 15px;
	background:url(images/topNav-a-background.png) 0 -20px;
}

div#topnav ul li.selected a,
div#topnav ul li.selected a:link,
div#topnav ul li.selected a:visited{
	color:#fff;
	font-weight:bold;
}

div#topnav ul li.selected a,
div#topnav ul li.selected a:link,
div#topnav ul li.selected a:hover{
	background:url(images/topNav-a-background.png) repeat-x 0 0;
}

div#topnav ul li a:hover,
div#topnav ul li.hover a{
	background:url(images/topNav-a-background.png) repeat-x 0 0;
	color:#fff;
	text-decoration:none;
}

/*second level*/

div#topnav ul li:hover ul{
	display:block;
}

div#topnav ul li ul li{
	float:none;
	border:none;
}

div#topnav ul li ul li.last{
	border:none;
}

div#topnav ul li ul li.first{
	margin:0;
}

div#topnav ul li.selected ul li a,
div#topnav ul li.selected ul li a:link,
div#topnav ul li.selected ul li a:visited{
	background:url(images/topNav-a-background.png) repeat-x -18px 4px #00B4DC;
	font-weight:normal;
}

div#topnav ul li ul li a,
div#topnav ul li ul li a:link,
div#topnav ul li ul li a:hover{
	background:url(images/topNav-a-background.png) repeat-x -18px 4px #00B4DC;
	color:#fff;
	padding:2px 15px 4px 15px;
	font-size:1em;
	font-weight:normal;
}

div#topnav ul li ul li a:hover{
	text-decoration:underline;
}

/* SPECIFIC DIV STYLES */

div#copyright {
	clear:left;
	float:left;
	padding:0;
}

div#networkcharges{
	float:right;
}

body.develop div#networkcharges a,
body.develop div#networkcharges a:link,
body.develop div#networkcharges a:visited{

}

div.joblisting {
	border-top:2px solid #cacaca;
	padding:15px 0 0 0;
}

div#latestnews {
	padding:15px;
	overflow:auto;
	background:#f2fafd;
}

div#latestnews div.content{
	height:300px;
	overflow:auto;
	padding-right:21px;
}

div#latestnews div.content div {
	margin:0 0 10px 0;
}

div#latestnews div.content div.divider {
	background:#D4D4D4;
	height:2px;
	overflow:hidden;
}

div#loginbutton {
	float:right;
	padding:0px 0 0 0;
}

div#logo {
	float:right;
	padding:40px 0 0 0;
}

div#search {
	position:absolute;
	top:180px;
	left:55px;
}

div#search input.imagefield {
	margin:0 0 -3px 0;
}


/*
* sitemap
*/

#sitemap ul{
	list-style:none;
	padding-left:0;
}

#sitemap ul ul{
	padding:10px 20px;
}

/*
* lists
*/

#maincontent ul{
	padding:0 0 15px 20px;
	list-style:disc;
}

/*
* search results
*/

#searchresults .resultsNav{
	padding-bottom:15px;
}

#searchresults .resultsNav ul,
#searchresults .resultsNav li{
	display:inline;
	padding:0;
	margin:0;
}

#searchresults .resultsNav a{
	display:inline;
	padding-left:3px;
	text-decoration:none;
}

#searchresults form{
	padding-bottom:15px;
}

/*
* quick quote form
*/

#quickQuote{
	background:#e8e7e7;
	padding:0 0 10px 0;
}

#quickQuote label{
	display:block;
	width:80px;
	float:left;
	padding:5px 0;
	clear:none;
	margin:0 0 1px 15px;
	font-weight:normal;
}

#quickQuote input{
	float:left;
	width:122px;
	padding:3px 3px;
	margin-bottom:1px;
	color:#5d5d5d;
	font-size:11px;
	clear:none;
}

#quickQuote .kamCheckbox label,
#quickQuote .kamRadio label{
	display:block;
	height:auto;
	width:200px;
}

#quickQuote .kamCheckbox input,
#quickQuote .kamRadio input{
	width:50px;
	margin:0;
}

#quickQuote select{
	padding:3px 3px;
	width:130px;
	color:#5d5d5d;
	font-size:11px;
	clear:none;
}

#quickQuote input.kamSubmit{
	width:auto;
	line-height:18px;
	float:none;
	margin:0 0 0 136px;
	padding:4px 30px 4px 5px;
	border:0;
	background:url(images/quickQuote-submit.png) no-repeat right top;
	color:#fff;
	text-align:left;
	overflow:hidden;
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#quickQuote legend{
	display:block;
	background:url(images/colB-header.png) repeat-x;
	color:#fff;
	font-weight:bold;
	font-size:1.4em;
	width:232px;
	padding:10px 0 10px 15px;
	margin:0 0 5px 0;
}

#quickQuote legend span{
	/* ff bug fix */
	display:block;
	width:232px;
}

#quickQuote p{
	padding:20px 0 0 15px;
	margin:0;
}

#quickQuote .kamClear{
	display:block;
}

/*
* questionaire forms
*/

form.kamValidate input#kam_forms_standard_id{
	display:none;
}

form.kamValidate input.kamSubmit{
	width:auto;
	border:0;
	background:url(images/submit-background.jpg) repeat-x top left #0076B0;
	padding:2px 8px;
	color:#FFF;
	margin-top:10px;
}

form.kamValidate fieldset legend{
	font-size:14px;
	padding-bottom:0;
	margin-bottom:0;
	font-weight:normal;
	color:#08b3e7;
}

form.kamValidate fieldset label.kamFieldLabel,
form.kamValidate fieldset label.kamRadio,
form.kamValidate fieldset label.kamCheckBox,
form.kamValidate fieldset input,
form.kamValidate fieldset select{
	display:block;
	float:none;
	clear:both;
	width:auto;
}

form.kamValidate fieldset{
	padding:0;
}

form.kamValidate fieldset label.kamFieldLabel{
	padding: 0;
	margin: 0;
	font-weight:bold;
}

form.kamValidate fieldset input,
form.kamValidate fieldset select,
form.kamValidate fieldset textarea{
	margin-bottom:1px;
}

form.kamValidate fieldset textarea{
	width:430px;
}


/*
* lines layout
*/

body.lines #maincontent p{
	border-top:2px solid #CCC;
	margin-top:15px;
	padding-top:15px;
}

/*
* about layout
*/

body.about #maincontent h2{
	padding-bottom:5px;
	border-bottom:1px solid #CCC;
}

/*
* contact layout
*/

div.contact #maincontent h2{
	padding-bottom:5px;
	border-bottom:2px solid #CCC;
}

div.contact form.kamValidate div.kamClear{
	display:none;
}

div.contact form.kamValidate label.kamFieldLabel{
	float:left;
	width:150px;
	padding: 0;
}

div.contact form.kamValidate textarea.kamDataTypeText{
	width:430px;
}

div.contact form.kamValidate div.kamCheckbox div.kamInput{
	padding-top:5px;
}

div.contact form.kamValidate div.kamCheckbox div.kamInput label.kamCheckBox{
	padding-right:10px;
}

div.contact form.kamValidate div.kamFormLabel{
	padding:10px 0 5px 0;
}

/*
* misc
*/

div.kamClear{
	display:block;
	clear:both;
	float:none;
	overflow:hidden;
	height:1px;
}

/**
* images
*/

img.left{
	float:left;
	margin:0 15px 15px 0;
}

img.right{
	float:right;
	margin:0 0 15px 15px;
}

img.center{
	display:block;
	float:none;
	clear:both;
	margin:10px auto;
}

img.clear{
	display:block;
	float:none;
	clear:both;
	margin:10px 0;
}

/* competition additions */

#compOuter{
	background:url(images/compbackground.png) repeat-y;
}

#compOuter p{
	color:#fff;
	font-size:1.1em;
}

#compContent p{
	color:#363636;
}

#compContent{
	overflow-y:scroll;
	padding:20px 30px 0 0;
	height:410px;
}

#compOuter h3{
	color:#9ed3ea;
	font-size:2.2em;
	line-height:23px;
}

#compOuter a.tournButton,
#compOuter a.tournButton:link,
#compOuter a.tournButton:visited{
	width:91px;
	height:29px;
	background:url(images/entercompbutton.png) no-repeat;
	display:block;
	text-indent:-999px;
	overflow:hidden;
	float:left;
	margin-right:15px;
}

#compOuter a.matchButton,
#compOuter a.matchButton:link,
#compOuter a.matchButton:visited{
	width:185px;
	height:29px;
	background:url(images/matchbutton.png) no-repeat;
	display:block;
	text-indent:-999px;
	overflow:hidden;
	float:left;
}

#compOuter a.enterComp,
#compOuter a.enterComp:link,
#compOuter a.enterComp:visited{
	width:185px;
	height:29px;
	background:url(images/gotoform.png) no-repeat;
	display:block;
	text-indent:-999px;
	overflow:hidden;
}

#compHeader{
	background:url(images/compheader.png) no-repeat;
	height:50px;
}

#compHeader ul{
	padding:25px 0 0 60px;
}

#compHeader li{
	float:left;
	padding:0 10px 0 3px;
	background:url(images/compnavdiv.png) no-repeat right;
}

#compHeader li.last{
	background:none;
}

#compHeader li a,
#compHeader li a:link,
#compHeader li a:visited{
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	height:16px;
}

#compHeader li.selected a,
#compHeader li.selected a:link,
#compHeader li.selected a:visited{
	border-bottom:2px solid #437dae;
}

#compFooter{
	background:url(images/compfooter.png) no-repeat;
	height:11px;
}

#compInner{
	margin-left:10px;
	padding:30px;
	height:375px;
}

#compInner.scroll{
	padding:0 12px 30px 30px;
	height:405px;
}

#compInner.index{
	background:url(images/index-compbackground.jpg) no-repeat;
}

#compIntro{
	width:300px;
	margin-bottom:10px;
}

/* comp form */

#compContent form{

}

#compContent form h4{
	font-size:1.4em;
	color:#003980;
	margin-top:10px;
}

#compContent form p{
	font-size:1.1em;
	margin-bottom:5px;
}

#compContent fieldset{
	margin-bottom:20px;
}

#compContent label{
	float:left;
	display:block;
	width:80px;
	margin-top:5px;
	font-size:1.1em;
	color:#363636;
}

#compContent input{
	float:left;
	width:320px;
	border:1px solid #d1d4d1;
	margin-top:5px;
}

#compContent input.submit{
	width:93px;
	height:29px;
	border:none;
	margin-top:20px;
}

#compContent select{
	float:left;
	margin-top:5px;
	border:1px solid #d1d4d1;
}

#compContent input.postcode{
	width:150px;
}

#compContent label.lblHearAbout{
	width:300px;
}

#compContent fieldset.refer h3{
	font-size:1.4em;
	margin:0;
	float:left;
}

#compContent fieldset.refer p{
	margin:0;
	float:left;
}

#compContent h3{
	font-size:1.8em;
	color:#14a5d3;
	margin-bottom:2px;
}

#compContent p{
	line-height:15px;
	color:#363636;
}

form #compTerms h5 a,
form #compTerms h5 a:link,
form #compTerms h5 a:visited{
	color:#003980;
	font-size:1em;
	font-size:1.0em;
}

form #compTerms p{
	font-size:1em;
}

#error p{
	color:red;
}

/*
* scroller
*/

#featureBoxes{
	margin-left:10px;
}

#scroller{
	overflow:hidden;
	width:603px;
	float:left;
}

#scrollArea{
	height:240px;
}

div.contentbox {
	float:left;
	width:202px;
	background:url(images/bg_contentbox.gif) no-repeat;
	height:230px;
	border-right:5px solid #fff;
	overflow:hidden;
}

div.contentbox ul {
	padding:5px 0 0 35px;
	font-size:12px;
	clear:both;
	height:64px;
	line-height:16px;
}

div.contentbox h2{
	padding-left:20px;
}

div.contentboxsmall {
	float:left;
	background:url(images/bg_contentboxsmall.gif) no-repeat;
	height:32px;
}

a#previousContent,
a#previousContent:link,
a#previousContent:visited,
a#previousContent:hover{
	text-decoration:none;
	display:block;
	width:27px;
	height:230px;
	background:url(images/previousContent-background.png) no-repeat center center;
	float:left;
	margin-right:5px;
}

a#nextContent,
a#nextContent:link,
a#nextContent:visited,
a#nextContent:hover{
	text-decoration:none;
	display:block;
	width:27px;
	height:230px;
	background:url(images/nextContent-background.png) no-repeat center center;
	float:left;
	margin-left:5px;
}

/*
* side feature
*/

#sideFeatureContainer{
	padding-top:50px;
	background:#fff;
}

.sideFeature{
	background:url(images/sideFeature-background.png) #0167a9 no-repeat center right;
	margin-bottom:1px;
}

.sideFeature a,
.sideFeature a:link,
.sideFeature a:visited{
	display:block;
	color:#fff;
	font-size:11px;
	padding:7px 20px 7px 0;
	margin:0 0 0 15px;
	text-decoration:none;
	line-height:1.1;
}

/*
*claims test
*/

#claimsTest{
	height:70px;
	background:url(images/claimsTest-background.png) repeat-x;
	border:1px solid red;
	margin-bottom:30px;
	overflow:hidden;
}

#claimsTest .left{
	float:left;
	margin:0 0 0 18px;
	width:250px;
	overflow:hidden;
}

#claimsTest h3{
	color:#5d5d5d;
	font-weight:bold;
	margin:18px 0 0 0;
	padding:0;
	font-size:17px;
}

#claimsTest a,
#claimsTest a:link,
#claimsTest a:visited{
	display:block;
	height:70px;
	text-decoration:none;
	color:#5d5d5d;
}

#claimsTest .redButton{
	background:url(images/30seconds-link.png) no-repeat center right;
	height:70px;
	width:324px;
	float:right;
	margin-right:17px;
}

#claimsTest a.claimsLink,
#claimsTest a.claimsLink:link,
#claimsTest a.claimsLink:visited{
	color:#fff;
	font-size:19px;
	padding:28px 0 0 18px;
	display:block;
	font-weight:bold;
}

/*
* user styles
*/

.blue{
	color:#08b3e7;
}

blockquote {
	margin: 1em;
	padding: 1em;
	background: #eee;
	font-weight: bold;
	quotes: "\"" "\"";
}

blockquote p {
	margin: 1em 0;
	font-size: 0.9em;
	font-weight: normal;
}

blockquote p:before {
	content: open-quote;
}

blockquote p:after {
	content: close-quote;
}

#home-banners {
	padding-bottom: 21px;
	background: url(/style/images/home-banner/main-banner-bottom-shadow.jpg) bottom center no-repeat;
}

.banner-wrapper {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 618px;
	height: 163px;
	padding-top: 62px;
	background: url(/style/images/home-banner/our-client-values-banner-header.gif) top left no-repeat;
	border: 1px solid #08B3E7;
}

#banners {
	position: absolute;
}

#banners a {
	display: block;
	float: left;
}

#banner-nav {
	overflow: hidden;
	position: absolute;
	bottom: 1em;
	left: 1em;
}

#banner-nav span {
	display: block;
	float: left;
	margin-right: 0.3em;
	border: 2px solid #00529b;
	background: #fff;
	width: 14px;
	height: 14px;
	cursor: pointer;
}

#banner-nav span.active {
	border-color: #fff;
	background: #00529b;
}

.lpStaticButtonAddTextTD, .lpPoweredBy {
	display: none;
}

.lpStaticButtonTR td {
	width: 100%;
	text-align: center;
}

.lpStaticButtonTR a {
	display: block;
	margin: 1em auto;
}

#accreditations {
	overflow: hidden;
	margin: 2em 0;
}

div#footernav #accreditations li {
	list-style: none;
	float: left;
	text-align: center;
	background: none;
	margin: 0;
	padding: 0 15px;
}

#home-banner {
	width: 620px;
	height: 250px;
	background: url(images/clearlaw-main-introduction-banner.jpg) 50% 50% no-repeat;
	font-family: Arial, sans-serif;
}

#home-banner p {
	padding: 10% 47% 0 3%;
	color: #89827e;
	font-size: 14px;
}

#home-banner a {
	font-weight: bold;
	color: #00529b;
	line-height: 20px;
	font-size: 20px;
	text-decoration: none;
	display: block;
	margin: 0.5em 0;
}

#home-banner a:hover {
	color: #00bce4;
}
