body{
	height:100px;
	margin:0px;
	padding:0px;
	background:#F1F7F9 url(../images/bg.jpg) repeat-x;
	font-size:12px;
	text-align: center;
	color:#003266;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

#pageHolder{
	margin-left: auto;
	margin-right: auto;
	padding-left:75px;	/* Offset for rainbow */
	width:870px;
	text-align: left;
	
}
#rainbow{
	position:fixed;
	left:0px;
	top:0px;
	height:100%;
}
.bow{
	width:15px;
	height:100%;
	float:left;
}
.color1{background-color:#73120B;}
.color2{background-color:#1261B2;}
.color3{background-color:#003266;}
.color4{background-color:#FF6600;}
.color5{background-color:#9FB209;}

.fontColor5{color:#9FB209;}

.borderColor1{border:2px solid #B98985;}
.borderColor2{border:2px solid #B98985;}
.borderColor3{border:2px solid #FFB380;}
.borderColor4{border:2px solid #FFB380;}
.borderColor5{border:2px solid #CFD984;}

#sidebar a:hover div{
	border-color:#1261B2;
}

#header{
	text-align:right;
	margin-top:10px;
}
#header a, #footer a{
	color:#003266;
	text-decoration:none;
}
#header a:hover, #footer a:hover{
	color:#778507;
}

#footer{
	width:100%;
	clear:both;
	background-color:#CDCDCD;
	text-align:center;
	padding:10px 0px 5px 0px;
	border:1px solid #C1BFBF;
}

#logoBar{
	margin-top:113px;
	left:240px;
	width:870px;
	height:150px;
	margin-bottom:110px;
}
#logoBar .logo{
	float:left;
	border:0px;
}
#logoBar .strapline{
	text-transform:uppercase;
	font-size:30px;
	color:#264460;
	text-align:right;
	float:right;
	margin-top:15px;
	line-height:40px;
}
#contentHolder{
	width:100%;
	background:#F1F7F9 url(../images/txtBg.jpg) repeat-x;
	min-height:450px;
	margin-top:-12px;
	/*margin-top:112px;*/
}
#content{
	padding:0px 10px 0px 10px;
	/*margin-top:-10px;*/
}
h1{
	font-family: Garamond, "Times New Roman", serif;
	font-size:60px;
	margin:0px;
	padding:0px;
	
}
#sidebar{
	margin:10px 10px 0px 10px;
	float:right;
}
#sidebar a{
	text-decoration:none!important;
}

.panel{
	width: 260px;
	height:104px;
	font-family: Garamond, "Times New Roman", serif;
	font-size:36px;
	margin-bottom:20px;
	color:white;
	padding:20px 10px 0px 10px;
	text-align:center;
}


label{
	display:block;
	float:left;
	width:80px;
	font-weight:bold;
}
input, select, textarea{
	display:block;
	width:250px;
	margin-bottom:10px;
	margin-top:5px;
}
textarea{
	height:150px;
	font-family:sans-serif;
	font-size:12px;
}
 .contactUsAddress{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.contactUsDetails{
	width:545px;
	height:100px;
}
#streetview, #map{
	width:250px;
	height:300px;
	float:left;	
	border:2px solid #1261B2;
}
#streetview{
	margin-right:20px;
}
#googleHolder{
	height:300px;
	width:550px;
}
.contactUsForm{
	width:525px;
}
#requestRemoval{
	clear:both;
	padding-top:20px;
}
a#downloadpdf:hover{
	border:2px solid #FF6600; 
}
a#downloadpdf{
	width:175px; 
	height:30px; 
	background-color:#1261B2; 
	border:2px solid #9FB209; 
	color:white; 
	font-weight:bold; 
	text-align:center; 
	padding-top:10px; 
	font-size:14px;
	display:block;
	text-decoration:none;
	float:left;
	margin:15px 5px 5px 0px;
}
#downloadpdf img{
	float:left; 
	margin-left:5px; 
	margin-top:-7px;
	border:0px;
}
#seo, .seo{
	display:none;
}