/* CSS Document */

/* Generic Styling */

html {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif
}
body {
	background-color: #D2CBB4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {
	color: #000000;
	font-size: 85%;
	font-weight: normal;
	line-height: 150%;
}
p.nobreak {
	display:inline;
}

	a { 
	color: #817959;
	font-weight: bold;
	text-decoration: none;
	}
	
	a:hover { 
	text-decoration: underline;
	}

.date {
	font-size: 65%;
	color: #75797C;
}

h5 {
	color: #817959;
	font-size: 75%;
	font-weight: bold;
	margin:0px;
}

h5.nobreak {
	display:inline;
}

hr {
	height: 1px;
	color: #CD7CAB;
	margin: 0px;
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
}

hr.grey {
	color: #75797C;
}

/* Sub Nav Styles */

.sub_nav{
	font-family: "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 65%;
	font-weight: normal;
	letter-spacing: 0.14em;
	line-height: 120%;
}
	a.sub_nav {
	text-decoration: none;
	color: #FFFFFF;
}
	a.sub_nav:hover {
	color: #CE9D00;
	text-decoration: none;
}

/* Specific classes */

.navigation {
	color: #FFFFFF;
	font-size: 70%;
}
	a.navigation {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 70%;
}
	a.navigation:hover {
	text-decoration: underline;
}


.footer {
	color: #3F4E1A;
	font-size: 65%;
}
	a.footer {
	text-decoration: none;
	color: #3F4E1A;
	font-size: 65%;
	font-weight: normal;
}
	a.footer:hover {
	text-decoration: underline;
}
.table_content {
	color: #000000;
	font-size: 85%;
	font-weight: normal;
	line-height: 150%;
}

.panel {
	color: #505050;
	font-size: 70%;
	font-weight: normal;
	line-height: 120%;
}
.panel_white {
	color: #ffffff;
	font-size: 70%;
	font-weight: normal;
	line-height: 120%;
}
.formfields {
	font-size: 70%;
	color: #817959;
	border: 1px solid #9C9269;
	background-color: #D6C376;
}
.enquiry_field {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #817959;
	border: 1px solid #9C9269;
	background-color: #D6C376;
}
.imageFrame{
	border: 2px solid #837031;
}
.sitemap {
	font-size: 65%;
	margin: 0px;
	padding: 0px;
	}
	
.sitemap ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
	}
	
.sitemap ul.warning {
	margin: 0px;
	padding: 0px;
	color: #FF0000;
	display: block;
	}
	
	.sitemap li {
		margin: 5px 0px 5px 0px;
	}
	.sitemap li.warning {
		margin-left: 20px;
	}

	.sitemap li li {
		margin: 5px 0px 5px 30px;
	}
	
	.sitemap li img{
		padding-right: 5px;
	}
	
.title2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	color: #996600;
}

#redtop {
	font-family: "Times New Roman", Times, serif;

	background: url(/images/shared/red_panel_top.jpg) no-repeat;
}

#redtop a{
	display: block;
	text-align: center;
	padding: 0px;
	padding-top: 14px;
	padding-bottom: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 70%;
	font-weight: normal;
	letter-spacing: 0.14em;
}

#redbottom {
	font-family: "Times New Roman", Times, serif;
	background: url(/images/shared/red_panel_bottom.jpg) no-repeat;
}

#redbottom a{
	display: block;
	text-align: center;
	height: 25px;
	padding: 0px;
	padding-top: 6px;
}

#bluebottom {
	font-family: "Times New Roman", Times, serif;
	background: url(/images/shared/blue_panel_bottom.jpg) no-repeat;
}

#bluebottom a{
	display: block;
	text-align: center;
	height: 25px;
	padding: 0px;
	padding-top: 6px;
}

#bluetop {
	font-family: "Times New Roman", Times, serif;

	background: url(/images/shared/blue_panel_top.jpg) no-repeat;
}

#bluetop a{
	display: block;
	text-align: center;
	padding: 0px;
	padding-top: 14px;
	padding-bottom: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 70%;
	font-weight: normal;
	letter-spacing: 0.14em;
}

#greenbottom {
	font-family: "Times New Roman", Times, serif;
	background: url(/images/shared/green_panel_bottom.jpg) no-repeat;
}

#greenbottom a{
	display: block;
	text-align: center;
	height: 25px;
	padding: 0px;
	padding-top: 6px;
}

#greentop {
	font-family: "Times New Roman", Times, serif;
	background: url(/images/shared/green_panel_top.jpg) no-repeat;
}

#greentop a{
	display: block;
	text-align: center;
	padding: 0px;
	padding-top: 14px;
	padding-bottom: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 70%;
	font-weight: normal;
	letter-spacing: 0.14em;
}
