* {
	margin: 0;
	padding: 0;
}

.hide {
	display: none;
}

.clearit {
	clear: both;
	overflow: hidden;
}

body {
	background-color: #374047;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #363636;
	margin-bottom: 20px;
}

a img {
	border: 0;
}

#wrapper {
	width: 860px;
	margin: 0 auto;
	background: url(../images/bgnd-banner.jpg) no-repeat center 80px white;
}

#header {
	width: 860px;
	height: 80px;
	background: url(../images/bgnd-header.jpg) repeat-x top left;
	position: relative;
}

#logo {
	width: 230px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 20px;
}

#nav {
	width: auto;
	height: 40px;
	list-style: none;
	position: absolute;
	right: 20px;
	bottom: 0px;
}

#nav li {
	float: left;
	text-align: center;
	font-size: 1.2em;
	line-height: 110%;
}

#nav li a {
	text-decoration: none;
	font-weight: bold;
}

#nav li a:hover {
	text-decoration: underline;
}

.current-page {
	background: url(../images/current-page-left.gif) no-repeat left top;
	height: 40px;
}

.current-page a {
	display: block;
	width: auto;
	height: 25px;
	background: url(../images/current-page-right.gif) no-repeat right top;
	color: #0e283d;
}

.page-item {
	background: url(../images/page-left.gif) no-repeat left top;
	height: 40px;
}

.page-item a {
	display: block;
	width: auto;
	height: 25px;
	background: url(../images/page-right.gif) no-repeat right top;
	color: white;
}

#nav .home a {
	width: 73px;
	padding-top: 15px;
}

#nav .normal a {
	width: 110px;
	padding-top: 10px;
	padding-bottom: 5px;
}

#banner {
	width: 860px;
	height: 200px;
	position: relative;
}

#banner-text {
	display: block;
	width: 400px;
	height: 80px;
	background: url(../images/banner-text.gif) no-repeat center;
	position: absolute;
	top: 20px;
	left: 20px;
}

#banner-offer {
	display: block;
	width: 502px;
	height: 82px;
	background: url(../images/banner-offer.gif) no-repeat center;
	position: absolute;
	bottom: 10px;
	left: 19px;
}

#banner-offer p {
	display: block;
	padding: 15px 0 0 20px;
	float: left;
	color: #4d9d19;
	font-size: 2.1em;
}

#content {
	width: 820px;
	margin: 0 auto;
}

#colLeft {
	width: 490px;
	padding: 40px 20px 0 0;
	float: left;
}

#colRight {
	width: 310px;
	float: left;
}

#colRight #formTitle {
	display: block;
	width: 310px;
	height: 55px;
	margin-bottom: 0px;
	background: url(../images/form-title.png) top left no-repeat;
}
#colRight #addresschosenspan {
	background:url("../images/tick-med.png") no-repeat scroll 4px 2px transparent;
	padding-left:18px;
}
#formTable {
	background: url(../images/bgnd-formfooter.png) bottom center no-repeat #c8f0ff;
	width: 290px;
	padding-bottom: 15px;
	margin: 0 auto 10px auto;
	font-family:Arial,Helvetica,sans-serif;
}

.form-row {
	width: 270px;
	height: 30px;
	margin: 0 auto 5px auto;
	font-size: 1.2em;
}

.form-row label {
	display: block;
	width: 80px;
	float: left;
	color: #363636;
	font-weight: bold;
	line-height: 2.2em;
}
.form-row-desc label{
	display: block;
	width: 230px;
	float: left;
	color: #363636;
	font-weight: bold;
	line-height: 2.2em;
}

.form-row-desc{
	width: 270px;
	height: 100px;
	margin: 0 auto 5px auto;
	font-size: 1.2em;
}
.form-row-button{
	/*position:relative 200px 200px;*/
	text-align: center;
}


form .selected				{background:#FFCFCF; border:1px solid #D8000C;}
form .text_selected			{color:#DD9595;}

.thanks {
	padding: 10px;
	}
	
.dropdown {
	width: 110px;
	padding: 3px;
	font: 12px Arial,Helvetica,sans-serif;
}

.textbox {
	width: 175px;
	padding: 5px;
	background-color: white;
	border: none;
	font: 12px Arial,Helvetica,sans-serif;
}
.offer {
	padding: 10px;
	background-color: white;
	border: none;
	font: Arial,Helvetica,sans-serif;
	margin: 10px;
}

textarea {
	width: 255px;
	padding: 5px;
	background-color: white;
	border: none;
	font: 12px Arial,Helvetica,sans-serif;
}

.checkbox {
	vertical-align: text-bottom;
}

#footer {
	width: 820px;
	background: url(../images/bgnd-footer.gif) bottom center no-repeat;
	padding: 10px 20px 15px 20px;
	font-size: 1.1em;
	color: #307ea5;
}

.img-aligntop {
	margin-top: -30px;
}

#content h1 {
	font-size: 2.0em;
	color: #0a253b;
	margin-bottom: 10px;
}

#content h2 {
	font-size: 1.8em;
	color: #20759e;
	margin-bottom: 10px;
}

#content h3 {
	font-size: 1.6em;
	color: #20759e;
	margin-bottom: 10px;
}

#content h4,
#content h5,
#content h6 {
	font-size: 1.4em;
	color: #20759e;
	margin-bottom: 10px;
}

#content p {
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 16px;
}

#content a,
#footer a {
	color: #20759e;
	border-bottom: 1px dotted #20759e;
	text-decoration: none;
}
#required {
	color: #20759e;
	text-decoration: none;
	text-align: left;
	padding-left: 12px;
}

#content a:hover,
#footer a:hover {
	border-bottom: 1px solid #20759e;
}

#content ul {
	list-style: none;
	font-size: 12px;
	margin-bottom: 16px;
	margin-left: 15px;
	font-weight:bold;
}

#content ul li {
	background: url(../images/tick.gif) left top no-repeat;
	padding: 0 0 5px 23px;
}

#content.secondlevel {
	background: none;
	padding: 0;
}

#content ul li ul{
	list-style: none;
	margin-bottom: 0px;
	margin-left: 35px;
	font-weight:normal;
}

#content ul li ul li{
	background: url(../../images/icons/bullet_blue.png) left top no-repeat;
	padding: 0 0 5px 23px;
}


.fill {
	/*margin-top: 35px;*/	
}

#f_project_post_code {
	width: 80px;	
	vertical-align: top;
}

.addresslist {
	width: 275px;
	padding: 5px;
	background-color: white;
	border: none;
	font: 11px Arial,Helvetica,sans-serif;
}

#addresslistrow {
	height: 144px;
}

#findaddress {
	vertical-align: top;
	font-size: 10px;
}

#addressnotfound {
	vertical-align: top;
	font-size: 10px;
}
#addressnotfound {

}

.error_box_small {
	border: 1px solid;
	margin: 0px 5px 10px 5px;
	padding: 9px 9px 9px 35px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 12px;
}
.error_box_small a {
	color:#000000;
	text-decoration:underline;
}
.error_box_small a:hover {
	color:#000000;
	text-decoration:none;
}
.info {
    color: #00529B;
    background-color: #D4EBFF;
    background-image: url('../images/knobs/info-small.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/knobs/success-small.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/knobs/warning-small.png');
}
.error {
    color: #D8000C;
    background-color: #FFCFCF;
    background-image: url('../images/knobs/error-small.png');
}
.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../images/knobs/validation-small.png');
}