@charset "UTF-8";

/* 
SWATCHES
TOPBAR: #846c62
BACKGROUND: #68322d;
COLOUR:	#FFF
TEXT:	#333333;
LINK:	#420A13
VLINK:	#420A13
HLINK:	#420A13



IF NEEDED

@import url("lightbox.css");
@import url("datepicker.css");
___________________________________*/




/* MASTER STYLES
___________________________________*/
body {
	background:url(/images/layout/gradient.jpg) 0 276px repeat-x #68322d;
	margin:0px;
	padding:0px;
	text-align:center;
	height: 100%;
}
td, th, #wrapper {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:1em; /* 12px
___________________________________*/
	font-weight:normal;
	color:#333;
}

address {
	font-style:normal;
	padding-bottom:2px;
	text-align:left;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#410a12;
	text-align:left;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	color:#3b3b3b;
	clear:right;
}

h4 {
	padding:0;
	margin:0;
	font-weight:bold;
	color:#000;
	text-align:left;
}

ul{
	padding-left:0;
}

ol{
	padding-left:20px;
}


ul li {
	list-style-image:url(/images/icons/bullet.jpg);
	list-style-position:outside;
	margin-left:15px;
}

#footer h4 {
	font-weight:normal;
	color:#FFF;
}

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}


/* LAYOUT
___________________________________*/

#topBar{
	position:absolute;
	height:30px;
	width:100%;
	background:#846c62;
	left:0;
}

#pattern {
	position:absolute;
	top:30px;
	height:246px;
	width:100%;
	background:url(/images/layout/pattern.jpg) repeat-x;
	left:0;
}

#wrapper {
	margin: 0 auto;
	position:relative;
	text-align:left;
	width:960px;
}

#logo {
	position:relative;
	top:60px;
	left:10px;
	width:300px;
}

#container {
	position:absolute;
	top:177px;
	width:1008px;
	margin:0 -24px;
	clear:right;
}

.leftSide {
	background:url(/images/layout/leftG2.png) repeat-y;
	width:23px;
	float:left;
	height:60px;
	margin-top:-1px;
}

.rightSide {
	background:url(/images/layout/rightG2.png) repeat-y;
	width:23px;
	float:left;
	height:60px;
	margin-top:-1px;
}

#content {
	float:left;
	background:#FFF;
	width:946px;
	margin-top:-1px;
	padding:7px;
	text-align:justify;
	position:relative;
	overflow:hidden;
	z-index:1;
}

#col1 li {
	margin-left:0;
}

/* NAVIGATION STYLES
___________________________________*/
#navigation {
	height:39px;
	position: relative;
	float:left;
	width:939px;
	background:url(/images/layout/navBG.gif) repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	z-index:2;
}
#navigation ul {
	padding:0;
	float: left;
	display:inline;
}
#navigation li {
	list-style-type:none;
	display:inline;
	position:relative;
	margin-left:0;
}
#navigation li a {
	text-decoration:none;
	color:#000;
}
#navigation li a:hover {
	background:#420A13;
	color:#fff;
	text-shadow:none;
}

#navigation li:hover ul {
	display:block;
	top:22px;
	left:0px;
	z-index: 10;
}

#navigation li ul {
	position: absolute;
	z-index: 10;
	display: none;
	margin:0;
	padding:0;
	background:url(/images/layout/flyout.jpg) bottom repeat-x #fff;
	border:1px solid #ccc;
	font-family:Arial, Verdana, Helvetica, sans-serif;
}

#navigation ul ul li {
	display:block;
	width: 200px;
}

#navigation ul ul li a {
	display:block;
	
}

/* TEXT RESIZER
___________________________________*/
#navigation .resizer {
	float:right;
}

#navigation .resizer .small {
	font-size:12px;
}

#navigation .resizer .medium {
	font-size:17px;
}

#navigation .resizer .large {
	font-size:21px;
}

#navigation .resizer li a {
	text-decoration:none;
	padding:0;
	color:#000;
}

#navigation .resizer li a:hover {
	background:none;
}

/* FOOTER
___________________________________*/

#footer {
	background:#420A13;
	width:910px;
	margin:15px 24px;
	padding:20px 25px;
	color:#bab;
}

#footer .address {
	padding:0;
	margin-bottom:15px;
}

#footer .address a {
	color:#a97c77;
}

.footerNav {
	float:left;
	width:200px;
}
.footerNav ul {
	margin:0;
	
}
.footerNav ul li {
	list-style-image:none;
	list-style-type:none;
	margin: 0 0 15px 0;
}
.footerNav li a {
	text-decoration:none;
	color:#FFF;
	display:block;
}

.footerNav li a:active, .footerNav li a:visited {
	color:#FFF;
}

.footerNav li a:hover {
	color:#fff;
}

.footerNav ul ul li {
	margin:0;
	line-height:16px;
	padding:0;
}

.footerNav ul ul li a {
	color:#a97c77;
}

.footerNav ul ul li a:active, .footerNav ul ul li a:visited {
	color:#a97c77;
}

#footerCopyright {
	clear:both;
}

/* TEXT STYLES
___________________________________*/
.highlight {
	background-color: #FFFFCC;
}
.micro {
	font-size: 0.69em; /* 9px
___________________________________*/
}
.alert {
	background: #fff6bf url(/images/icons/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos
___________________________________*/
	text-align: left;
	padding: 5px 20px 5px 45px;
	margin: 10px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}
.success {
	background: #fff6bf url(/images/icons/tick.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos
___________________________________*/
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	margin: 10px;
	border-bottom: 2px solid #ffd324;
}
.info {
	background: #F8FAFC url(/images/icons/information.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos
___________________________________*/
	text-align: left;
	padding: 5px 20px 5px 45px;
	margin: 10px;
	border-top: 2px solid #B5D4FE;
	border-bottom: 2px solid #B5D4FE;
}

.icon {
	vertical-align:middle;
	margin-right:4px;
}

.address{
	float:right;
	clear:right;
	padding:80px 24px 0 0;
}

.blocks{
	width:253px;
	padding: 0 30px 10px 30px;
	float:left;
}

.center {
	border-left:1px solid #a3a3a3;
	border-right:1px solid #a3a3a3;
}

#container2 {
	clear:left;
	float:left;
	width:948px;
	overflow:hidden;
	background:#fff; /* column 2 background colour
___________________________________*/
	position:relative;
}
#container1 {
	float:left;
	width:948px;
	position:relative;
	right:738px;
	background:#efefef; /* column 1 background colour
___________________________________*/
}
#col1 {
	float:left;
	width:170px;
	position:relative;
	left:738px;
	overflow:hidden;
	padding: 10px 20px;
}
#col2 {
	float:left;
	width:670px;
	position:relative;
	left:738px;
	overflow:hidden;
	padding: 0 30px;
}

.bodyCopy{
	float:left;
	width:420px;
	padding-right:35px;
}

.images {

}

#col1 li {
	list-style-image:none;
	list-style:none;
	text-align:left;
	padding-bottom:8px;
	line-height:14px;
}

#col1 li a {
	color:#6c6c6c;
}

.plus {
	position:absolute;
	right:-5px;
	top:-7px;
	z-index:2;
}

.lightbox, .lightbox img {
	position:relative;
	display:block;
	z-index:1;
	float:left;
	padding-bottom:5px;
}



/* LINK SYTLES
___________________________________*/
a:link {
	color:#876369;
	text-decoration:none;
}
a:visited, img a:hover {
	text-decoration:none;
	color:#876369;
}
a:hover {
	text-decoration:underline;
	color:#876369;
}
a:active {
	text-decoration:none;
	color:#876369;
}
a img {
	border:0px;
	color:#FFF;
	text-decoration:none;
}



/* TOOL TIP
___________________________________*/
.tooltip {
	color:#420A13;
	padding-bottom:1px;
	border-bottom:1px dotted #420A13;
	cursor:pointer
}
#tt {
	position:absolute;
	display:block;
	background:url(/images/tooltip/tt_left.gif) top left no-repeat
}
#tttop {
	display:block;
	height:5px;
	margin-left:5px;
	background:url(/images/tooltip/tt_top.gif) top right no-repeat;
	overflow:hidden
}
#ttcont {
	display:block;
	padding:2px 12px 3px 7px;
	margin-left:5px;
	background:#666;
	color:#FFF
}
#ttbot {
	display:block;
	height:5px;
	margin-left:5px;
	background:url(/images/tooltip/tt_bottom.gif) top right no-repeat;
	overflow:hidden
}


/* Lightbox
___________________________________*/
 
 div#fancy_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #333;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 90;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(/images/lightbox/fancy_progress.png) no-repeat;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -12px;
	height: 30px;
	width: 30px;
	background: transparent url(/images/lightbox/fancy_closebox.png) ;
	cursor: pointer;
	z-index: 100;
	display: none;
}

div#fancy_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0; 
	margin: 0;
	z-index: 96;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 92;
}

div#fancy_title {
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 2px;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(/images/lightbox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(/images/lightbox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(/images/lightbox/fancy_title_right.png) repeat-x;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 58px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #444;
	background: #FFF;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 10px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	background-image: url(/images/lightbox/data:image/gif;base64,AAAA);
	z-index: 100; 
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

a#fancy_left:hover {
	background: transparent url(/images/lightbox/fancy_left.gif) no-repeat 0% 100%;
}

a#fancy_right:hover {
	background: transparent url(/images/lightbox/fancy_right.gif) no-repeat 100% 100%;
}

#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

div#fancy_bg {
	display: none;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(/images/lightbox/fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/lightbox/fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(/images/lightbox/fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/lightbox/fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(/images/lightbox/fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/lightbox/fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(/images/lightbox/fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/images/lightbox/fancy_shadow_nw.png) no-repeat;
}
