/* CSS Document for P J Britton */


body{
	margin:0px; 
	padding:20px 0px 20px 0px;
	text-align:center;
	overflow:auto;
	overflow:-moz-scrollbars-vertical; /* This item invalidates the CSS but is put in purely from a visual point of view and puts in a ghost scroll bar to stop the page from jumping.  You can take this out without having a detrimental effect on the site */
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#034175;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#034175;
	width:265px;
	text-align:left;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#ababaa;
	margin:20px 10px 0px 10px;
	padding:0px 0px 5px 0px;
}

#container{
	width:980px;
	height:768px;
	margin:auto;
	overflow:hidden;
	background-image:url(../images/bg_img.jpg);
	background-repeat:no-repeat;
	border-color:#034175;
	border-style:solid;
	border-width:1px;
}

#left_section{
	width:362px;
	height:768px;
	float:left;
}

#right_section{
	width:618px;
	height:768px;
	float:right;
}

#left_top{
	width:362px;
	height:228px;
	margin:100px 0px 0px 15px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
}

#left_bottom{
	width:362px;
	height:440px;
	margin:5px 0px 0px 15px;
	background-image:url(../images/bg_bottom.png);
	background-repeat:no-repeat;
	padding:5px 0px 0px 0px;
	text-align:left;
}
* html #left_bottom{margin:100px 0px 0px 15px;}

#left_bottom p{padding:5px 0px 0px 10px;}

#enquiry fieldset{
	width:310px;
	margin:40px 0px 0px 1px;
	border: solid 1px #ffffff;
}
* html #enquiry fieldset{margin:40px 0px 0px 10px;}

#enquiry label{ 
	display: block;  
	float: left; 
	width: 80px; 
	padding: 0; 
	margin: 8px 0 0; 
	text-align: left; 
}
* html enquiry label {margin-top:10px;}

#enquiry input{
	float:right;
	width:auto;    
	margin:5px 0 0 0px;                        
}

#enquiry textarea{ /* This one is for Safari - see bottom of document for all other browsers */
	width:202px;
	height:150px;
	float:right;
	margin:5px 0 0 0px;		  
}
* html #enquiry textarea{width:188px;}

#enquiry br {clear:both;}


#right_top{
	width:618px;
	height:483px;
	margin:0px 0px 0px 5px;
	background-image:url(../images/bg_top.png);
	background-repeat:no-repeat;
}

#right_bottom{
	width:618px;
	height:285px;	
}

#right_content_left{
	width:305px;
	height:375px;
	float:left;
}

.section_container{
	width:285px;
	height:90px;
	text-align:left;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#ababaa;
	margin:0px 10px 0px 10px;
}

.tile{
	width:25px;
	float:left;
	margin:35px 0px 0px 10px;
}

.text{
	width:235px;
	margin:20px 0px 0px 0px;
	float:right;
}

#right_content_right{
	width:288px;
	height:375px;
	background-image:url(../images/top_right_bg.jpg);
	background-repeat:no-repeat;
	float:left;
}
#right_content_right p{margin:20px 10px 50px 10px; text-align:left;}

#menu{
	width:584px;
	height:61px;
	margin:0px 0px 0px 9px;
	padding:20px 0px 0px 342px;
	background-image:url(../images/menu_bg.jpg);
	background-repeat:no-repeat;
	text-align:left;
	font-weight:bold;
}

#menu ul {
	float: left;
	width: 584px;
	padding:30px 0px 0px 370px;
	list-style: none;
	line-height:1;
	padding:0;
	margin:0;
	z-index:30;
}

#menu a {
	display: block;
	color:#034175;
	text-decoration: none;
	padding:5px 5px;
}
#menu a:hover{color:#b88781}
#menu a.on{color:#b88781}

#menu li {
	float: left;
	padding: 0;
}

#menu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width:100px;
	margin: 0;
	background-color:#f2eeeb;
}
* html #menu li ul{margin-left:-10px;}

#menu li li {
	width: 100px;
}

#menu li ul a {
	width: 100px;
}

#menu li ul ul {
	margin: -26px 0 0 100px;
}

#nav li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}

.content{margin:15px 0px 0px 75px;}
* html .content{margin:15px 0px 0px 15px;}

.menu_blue{color:#034175; padding:0px 0px 0px 8px;}
.brown{color:#b88781; padding:0px 5px 0px 5px;}

a{text-decoration:none; color:#034175;}
a:visited{color:#034175; text-decoration:none;}
a:hover{color:#b88781; text-decoration:none;}
a:active{color:#034175;}



/*----------------------This line stops safari from reading what ever is below it--------------------------------*/
#enquiry textarea{width:190px; height:150px; float:right; margin:5px 0 0 0px;#}
/*-------------------------anything below this line cannot be read by safari----------*/
#enquiry textarea{ 
	width:190px;
	height:150px;
	float:right;
	margin:5px 0 0 0px;		  
}