/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FEFDF1;
}

h1 {
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	color: #526466;	
}
 
h2 {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	color: #526466;	
}

h3 {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	color: #2B3637;	
}

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 785px;
	height: auto;
	}

#top {
	width: 785px;
	height: 151px;
	background-image: url(Images/top_banner.gif);
	background-repeat: no-repeat;
}
#phone {
	width: 785px;
	line-height: 27px;
	padding-right: 1px;
	vertical-align: middle;
	text-align: right;
	font-size: 12px;	
}
#banner {
	width: 785px;
	height: 25px;
	background-color: #E7C760;	
}

#nav_block {
	width: 160px;
	height: 325px;
	float: left;
}

#content_photo {
	float:right;
	width: 621px;
	height: 325px;
	padding-left:2px;
	background-image: url(Images/right_bg.gif);
}
#content_banner {
	clear:both;
	width: 785px;
	height: 65px;
	background-image: url(Images/banner.gif);
}
#content_banner_deer {
	clear:both;
	width: 785px;
	height: 65px;
	background-image: url(Images/banner_deer.gif);
}
#content_banner_middle {
	clear:both;
	width: 785px;
	height: 65px;
	background-image: url(Images/banner_middle.gif);
}
#content_banner_paddock {
	clear:both;
	width: 785px;
	height: 65px;
	background-image: url(Images/banner_paddock.gif);
}
#content_banner_coach {
	clear:both;
	width: 785px;
	height: 65px;
	background-image: url(Images/banner_coach.gif);
}
#content_banner_facilities {
	clear:both;
	width: 785px;
	height: 65px;
	background-image: url(Images/banner_facilities.gif);
}
#content_banner_news {
	clear:both;
	width: 785px;
	height: 65px;
	background-image: url(Images/banner_news.gif);
}
#content_banner_enquiry {
	clear:both;
	width: 785px;
	height: 65px;
	background-image: url(Images/banner_enquiry.gif);
}
#content {
	clear:both;
	width: 745px;
	background-image: url(Images/content_bg.gif); 
	background-repeat: repeat-y;
}
#content_enq {
	clear:both;
	width: 745px;
	height: 625px;
	background-image: url(Images/content_bg.gif); 
	background-repeat: repeat-y;
}
#content_tariff {
	clear:both;
	width: 745px;
	background-image: url(Images/content_bg.gif); 
	background-repeat: repeat-y;
}

#content_location {
	clear:both;
	width: 745px;
	height: 1050px;
	background-image: url(Images/content_bg.gif); 
	background-repeat: repeat-y;
}
#pull_out {
	margin-top: 35px;
	margin-left: 10px;
	padding: 10px;
	float: right;
	width: 185px;
	border-color: #003333;
	border-width: 1px;
	border-style: dashed;
}
.pullout {
	margin-top: 0px;
	font-size: 12px;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 16px;	
}

.maintext {
	font-size: 12px;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 18px;	
}
p.maintext {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

/* Footer Details */
#banner_base {
	clear:both;
	width: 785px;
	height: 110px;
	background-image: url(Images/banner_base.gif);
}

#Address {
	width: 785px;
	padding-right: 1px;
	vertical-align: middle;
	text-align: center;
	font-size: 11px;	
}
td {
	line-height: 22px;
	vertical-align: middle;
	font-size: 12px;
}

/** Navigation **/

a:link {
	color: #526466;
}
a:visited {
	color: #526466;
}
a:hover {
	color: #F9D870;
}
a:active {
	color: #7D9A9D;
}

#sectionLinks{
	margin: 0px;
	height: 303px;
	padding-top: 12px;
	padding-left: 5px;
	padding-bottom: 10px;
	background-image: url(Images/menu_bg.gif);
	background-repeat: repeat-y;
	font-size: 12px;	
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #505C6A;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(Images/nav_bullet.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	text-decoration: none;
}
#sectionLinks a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #526466;
	background-color: #99B5BF;
	background-image: url(Images/nav_bullet1.gif);
	
}
