@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	height: 100%;
	background-color: #EAEAEA;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #333;
}

/* -- Main Frames -- */

#Frame {
	width: 1000px;
	height: 690px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#TopFrame {
	width: 1000px;
	height: 70px;
	position: relative;
	float: left;
	background-image: url(images/topbg.jpg);
	background-repeat: inherit;
}

#BottomFrame {
	width: 940px;
	height: 45px;
	position: relative;
	float: left;
	background-image: url(images/bottombg.jpg);
	background-repeat: inherit;
	text-align: right;
	padding: 25px 60px 0 0;
	font-size: 12px;
}

#LeftFrame {
	width: 70px;
	height: 550px;
	float: left;
	position: relative;
	background-image: url(images/leftbg.jpg);
	background-repeat: repeat-y;
}

#RightFrame {
	width: 70px;
	height: 550px;
	float: left;
	position: relative;
	background-image: url(images/rightbg.jpg);
	background-repeat: repeat-y;
}

#ContentFrame {
	width: 860px;
	height: 550px;
	float: left;
	position: relative;
	border: 0px;
	padding: 0px;
}

/* -- Internal Frames -- */

#MainBanner {
	width: 250px;
	height: 250px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	position: relative;
	background-image: url(images/sitebanner.jpg);
}

#FlashBanner {
	width: 590px;
	height: 250px;
	margin-bottom: 20px;
	float: left;
	position: relative;
}

#ContactFrame {
	width: 250px;
	height: 280px;
	position: relative;
	float: left;
	margin-right: 20px;
	background-color: #EAEAEA;
}

#TextFrame {
	width: 590px;
	height: 280px;
	float: left;
	position: relative;
	overflow: auto;
}

#HeaderTextFrame {
	position: relative;
	height: 20px;
	float: left;
	width: auto;
}

.EnquireTextFrame {
	width:33%; 
	position:relative; 
	float:left;
	text-align: center;
}

/* -- Navigation Tabs -- */

#tabs{
    padding:0;
    margin-top: 0px;
	margin-left: 50px;
    font-size:12px;
    color:#FFF;
}
#tabs ul{
    list-style:none;
    margin:0;
    padding:0;
}
#tabs ul li{
    display:inline;
    margin:0;
    text-transform:capitalize;
}
#tabs ul li a{
    padding:5px 16px;
    color:#000;
    background: #FFF;
    float:left;
    text-decoration:none;
    border: 2px solid #EAEAEA;
    margin:0;
}
#tabs ul li a:hover{
    background: #666;
    color: #FFF;
    text-decoration:none;
}
#tabs ul li a.active{
    background: none;
    color: #000;
}

/* -- Map Button -- */

.HighlightedButton a:link, .HighlightedButton a:active, .HighlightedButton a:visited {
	color: #FFF;
	background-color: #999;
	padding: 5px 5px 3px 5px;
	font-size: 12px;
	text-decoration: none;
	margin-bottom: 2px;
}

.HighlightedButton a:hover {
	color: #FFF;
	background-color: #09F;
}

/* -- Fonts -- */

.HeaderText {
	color: #000;
	font-size: 20px;
}

.SmallHeaderText {
	color: #000;
	font-size: 18px;
}

.MiniHeaderText {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

a:link, a:visited, a:active {
	color: #06F;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}

/* -- Forms -- */

fieldset {
	margin: 0px 0 0 0;  
	padding: 0;
	background:	transparent;
	border: 0;
}

label {
	width: 200px;
	position: relative;
	clear: left;
	width: 270px;
	margin-right: 5px;
	padding-right: 10px;
	line-height: 2.4em;
	text-align: right;
	float: left;
}

label.Header {
	text-align: left;
	color: #000;
}

.FormInput {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000;
	background-color: #E8E8E8;
	padding: 4px;
	border: none;
	font-size: 12px;
}

.Hidden {
	display: none;
}

#Other_Frame {
	width: 100%;
	height: 22px;
	background-color: #666;
	position: relative;
	margin-bottom: 20px;
}

#Other_Container {
	width: 800px;
	height: 17px;
	margin: 0 auto;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 3px;
}

#Other_Container a {color: #FFF; }
