/* CSS Document */
body {
	background-color:#C2B39E;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}

a.info {
	color:#333;
	text-decoration:none;
    background-image: url(/img/info.png);
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 15px;
}

a.info:hover {
    background-image: url(/img/info_hover.png);
	text-decoration:underline;
}


#flash {
	padding:10px;
	border:2px solid #9D2818;
	background-color:#FFF;
	color:#9D2818;
	font-weight:bold;
}
#map {
	width:565px;
	height:400px;
	margin:15px;
}

/* Layout and Colours */
#layout-table {
	border-collapse:collapse;
	width:100%;
}
#layout-table td {
	padding:0px;
	margin:0px;
	font-size:12px;
}

#contactTable td h2 {
	padding:0px;
	margin:0px;
}

#contactTable td {
	padding:5px 10px;
}

#layout-table .tr-top {
	background-color:#F2E6D2;
	height:100px;
}
#layout-table .tr-mid {
	background-color:#FBF3E5;
}
#layout-table .tr-foot {
	background-color:#F2E6D2;
	height:100px;
}
#layout-table .td-foot {
	vertical-align:top;
}
#layout-table .tr-bot {
	background-color:#C2B39E;
	height:50px;
}

#layout-table .td-logo {
	background-image:url(/img/logo.gif);
	background-color:#9D2818;
	width:165px;
}

#layout-table .td-banner {
	background-color:#F2E6D2;
}

#layout-table .td-nav {
	vertical-align:top;
	background-image:url(/img/bg-left.gif);
	background-color:#C2B39E;
}
#layout-table .td-body {
	vertical-align:top;
	padding-bottom:0px;
	width:595px;
}

#layout-table .td-body a{
font-weight:bold;
}

/* Navigation Styles */

#nav-table {
	background-image:url(/img/nav-mid.gif);
	border-collapse:collapse;
	width:100%;
	margin-top:27px;
}
#nav-table td {
	text-align:right;
	padding:0px;
	margin:0px;
	font-size:12px;
}
#nav-table a {
	padding-right:15px;
	text-decoration:none;
	color:#333;
	line-height:16px;
}
#nav-table b {
	color:#9D2818;
	text-transform:uppercase;
	font-size:13px;
}
#nav-table .td-top {
	background-image:url(/img/nav-top.gif);
	height:20px;
}
#nav-table .td-bot {
	background-image:url(/img/nav-bot.gif);
	height:20px;
}

/* Footer Styles */
#layout-table .tr-bot .td-lft {
	text-align:right;
	width:165px;
}
#layout-table .tr-bot  .td-cen {
	width:595px;
	background-image:url(/img/foot-bg.gif);
}
#layout-table .tr-bot  .td-rgt {
	background-image:url(/img/foot-bg.gif);
}

#icon-table {
	border-collapse:collapse;
	background-color:#F2E6D2;
	margin-left:10px;
	width:580px;
}

#icon-table a{
	font-weight:bold;
}

#icon-table td {
	padding:2px;
	font-size:12px;
	line-height:17px;
}
#utility-table {
	border-collapse:collapse;
	width:100%;
	color:#515151;
}

#utility-table td {
	text-align:right;
	padding:10px 15px 0 0;
	font-size:10px;
}
#utility-table a {
	color:#333;
}

