
/*////////////////////////////
	MAIN COLOURS USED
/////////////////////////////
	
	ORANGE		#F98905 
	BLUE		#3D80CA		
	LIGHT BLUE	#84A1C1
	RED			#B6020E 
	YELLOW		#CCA117
	
	TURQUOISE 	#294A5B	
	
////////////////////////////*/



body {
    font-family: arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: small;
	color: #000;/*black*/
	background: #294A5B url(images/page_background.gif) repeat-x top left;
}

#wrapper {
	position: relative;
	width: 61em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: auto;
}


/*////////////////////////////
	TOP LOGO AND ADAM PHOTO
////////////////////////////*/
.imglogo{
	margin: 0;
	padding: 0;
	height: 145px;
}

.imgphoto{
	margin: 0;
	padding: 0;
	height: 130px;
}

/*////////////////////////////////
	LEFT HAND COLUMN / MENU AREA
////////////////////////////////*/

#leftcolumn{
	width: 14em;
	height: auto;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;

}

#leftcolumn ul{
	margin: 0;
	padding: 0;
}

#leftcolumn li{
	list-style-type: none;
	height: 22px;
	width: 14em;
	text-align: left;
	margin: 0px 0px 2px 0px;
	padding: 0;
}


#leftcolumn li a:link, #leftcolumn li a:visited, #leftcolumn li a:hover, #leftcolumn li a:active{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 90%;
	width: auto;
	display: block;
	height: 20px;
	padding: 3px 0px 0px 30px;
	margin: 0px 0px 0px 0px;
}


/*/////// background images for menu items/////////*/
.orange1{
	background:url(images/menu_orange1.gif) no-repeat top left ; /* #F98905 */
}

.blue1{
	background:url(images/menu_blue1.gif) no-repeat top left ;/* #84A1C1 */	
}

.yellow1{
	background:url(images/menu_yellow1.gif) no-repeat top left ; /* #CCA117 */
}

.red1{
	background:url(images/menu_red1.gif) no-repeat top left ; /* #B6020E */
}

.blue2{
	background:url(images/menu_blue2.gif) no-repeat top left ; /* #3D80CA */
}



/*////////////////////////////
	TOP HEADER STRIP
////////////////////////////*/

#headerstrip{
	width: 46em;
	height: 145px;
	float: left;
	background: url(images/header_photos.gif) repeat-x top left;
}
/*////////////////////////////
	MAIN CONTENT AREA
////////////////////////////*/

#contentwrapper{
	width: 46em;
	height: auto;
	float: left;
	background: #fff url(images/content_background.gif) repeat-x top left;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 0px;
}

.innercontent{
	padding: 0px 20px 0px 20px;
	height: auto;
}

/*////////////////////////////
	HEADINGS
////////////////////////////*/

h1{
	font-family: times new roman, arial, helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding-bottom: 15px;	

}

h2{
	font-family: times new roman, arial, helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #3D80CA;/* blue */	
}

h3{
	font-family: times new roman, arial, helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #F98905;/* orange */	
}

h4{
	font-family: times new roman, arial, helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #B6020E;/* red */	
}


  
/*////////////////////////////
	LINKS
////////////////////////////*/
a{
	color: #F98905; /*orange */
	text-decoration: underline;
}

a:visited{
    color: #666; /* grey */
	text-decoration: underline;
}

a:hover{
    color: #F98905;  /* orange */
	text-decoration: none;
}


/*////////////////////////////
	FOOTER
////////////////////////////*/

#footer{
	width: 46em;
	height: auto;
	float: left;
	background: url(images/footer_strip.gif) repeat-x top left;
	text-align: center;
	padding: 20px 0px 0px 0px;
}

#copyright{
	float: right;
	width: auto;
	height: 100px;
	color: #fff;
	margin: 0px 12px 0px 0px;
	padding: 5px 0px 0px 0px;
	text-align: right;
	font-size: 80%;
}

#copyright a:link, #copyright a:visited, #copyright a:hover, #copyright a:active{
	color: #fff;
	text-decoration: underline;
	
}


/*////////////////////////////
	HOME PAGE BOXES
////////////////////////////*/

#tableleft{
	float: left;
	width: 49%;
	margin: 0;
}
#tableleft .blue{ margin: 0;  }
#tableleft .red{ margin: 0; }

#tableright{
	float: right;
	width: 49%;
	margin: 0;
}
#tableright .blue{ margin: 0;  }
#tableright .red{ margin: 0; }


.red{
	font-family: times new roman, arial, helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #B6020E;/* red */	
}

.blue{
	font-family: times new roman, arial, helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #3D80CA;/* blue */	
}

.redborder{
	border: 2px solid #B6020E;//* red /*/
}


.blueborder{
	border: 2px solid #3D80CA;//* blue /*/
}

.text{ padding: 10px; }

/*////////////////////////////
	OTHER
////////////////////////////*/

img{
	border: none;
}

.left{
	float: left;
	margin-right: 10px;
}

.right{
	float: right;
	margin-left: 10px;
}

/*////////////////////////////
	CONTACT / ENQUIRY FORM
////////////////////////////*/

.enquiryarea
{
	width: 45%;
	float: left;
	text-align: left;
	margin: 0px 5px 0px 0px
}

.enquiryarea2
{
	width: 98%;
	text-align: left;
	float: left;
	margin: 0px 5px 0px 0px
}

input{
	font-size: 1em;
}

.aligncenter{
	text-align: center;
}

.orangeborder{
	border: 1px solid #F98905;
	margin-bottom: 5px;
	text-align: left;
}

textarea.orangeborder2{
	border: 1px solid #F98905;
	margin-bottom: 5px;
	text-align: left;
	width: 42em;
	font-size: 1em;
}

.button{
	background: #F98905 url(images/form_button.gif) no-repeat top left;
	color: #fff;
	font-weight: bold;
	border: 1px solid #F98905;
	padding-left: 15px;
}

.telephone1{
	width: 16em;
	background: #F98905;
	color: #fff;
	font-size: small;
	font-weight: bold;
	height: auto;
	margin: 0px 0px 5px 0px;
	padding: 3px;
	text-align: center;

}

.telephone2{
	width: 16em;
	background: #3D80CA;
	color: #fff;
	font-size: small;
	font-weight: bold;
	height: auto;
	margin: 0px 0px 5px 0px;
	padding: 3px;
	text-align: center;
}

.telephone3{
	width: 16em;
	background: #B6020E;
	color: #fff;
	font-size: small;
	font-weight: bold;
	height: auto;
	margin: 0px 0px 5px 0px;
	padding: 3px;
	text-align: center;
}

.telephone3 a:link, .telephone3 a:visited, .telephone3 a:hover, .telephone3 a:active{
	color: #fff;
	text-decoration: underline:
}



.onlineform {
	background: #F98905;
	width: 97%;
	color: #fff;
	font-size: medium;
	font-weight: bold;
	height: auto;
	margin: 20px 0px 20px 0px;
	padding: 3px;
	text-align: center;
	float: left;
}

#contactstrip2{
	width: 25em;
	height: 86px;
	background: url(images/contact_photos.jpg) repeat-x top left;
	float: left;
	margin: 0;
	padding: 0;
}


hr{
	margin: 10px 0px 10px 0px;
	padding: 0;
	clear: both;
}
