/* CSS Document */

body{
	margin:0;
	padding:0;
	background:url(../images/bg.jpg) repeat-x #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#42426d;
	word-spacing:2px;
	line-height:17px;
}

#container{
	width:800px;
	background:#FFF url(../images/contentbg.gif) repeat-y;
}

#phone{
	height:29px;
	border-bottom:#fff 1px solid;
}

#phone div{
	background:#9cbac7;
	color:#fff;
	font-weight:bold;
	height:15px;
	float:right;
	width:214px;
	padding:7px 0 7px 44px;
}

#nav{
	background:#39758f;
	color:#fff;
	padding:9px 10px 9px 0;
	border-bottom:#fff 1px solid;
	text-align:right;
}

.divideLine{
	background:#9cbac7;
	height:8px;
	border-top:#fff 1px solid;
	border-bottom:#fff 1px solid;
	clear:both;
}

#leftContent{
	float:left;
	background:#fff;
	padding:15px 20px;
	width:502px;
}

#homeSlides{
	float:right;
	width:234px;
	margin-left:10px;
}

#rightCol{
	width:258px;
	background:#9cbac7;
	float:left;
	color:#FFFFFF;
}

#rightColText{
	width:238px;
	padding:10px;
}

#footer{
	text-align:right;
	background:#FFFFFF;
	padding:6px;
}

.imgBorder{
	border:2px solid #9cbac7;
}

.imgRight{
	text-align:center;
}

.imgRight img{
	border:1px solid #FFFFFF;!important
}

.tableHead{
	background:#39758f;
	color:#fff;
}

.tableColoured{
	background:#9cbac7;
	color:#FFFFFF;
}

input{
	border:1px solid #00A8E6;
}

textarea{
	border:1px solid #00A8E6;
}

hr{
	color:#39758f;
	width:75%;
	height:1px;
}


/* ----- Links ----- */

a{color:#42426d; text-decoration:none;}
a:hover{color:#42426d; text-decoration:underline;}

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

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

/*form*/
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}
fieldset input {
	width:152px;
}
#submit {
	margin-top:8px;
}

label {
	font-weight: bold;
	line-height:30px;
	margin-right:20px;
	}
/* end */