/* Overall body and link styles */

body {
	text-align: center;
	font-family: "Book Antiqua", Palatino, sans-serif;
	background-color: #B00004;
	background-image: url(../images/background-clan-script.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size:105%;
}

a:link {
	color: #990002;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #AB2D2E;
}

/* Main container */

#container {
	width: 950px;
	margin: 0 auto;
	text-align:left;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	background-image: url(../images/bg-leftcol.gif);
	background-repeat: repeat-y;
	text-align:left;
}

/* Header */

#header {
	height: 135px;
}

#header_images {
	background-color: #FFFFFF;
	margin-top: 5px;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #FFFFFF;
}

#header_images img {
	float: none;
	display: inline;
	margin-right: 5px;
	margin-left: 4px;
}

/* Top navigation */

#topnav{
	clear: both;
	border-top-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#topnav ul {
	width: 100%;
	background: url(../images/button.jpg) center center repeat-x;
	padding: 6px 0;
	margin: 0;
	text-align: center;
	font-size: 13px;
}

#topnav ul li{
	display: inline;
	margin: 0;
	padding: 0 8;
}

#topnav ul li a:link, #topnav ul li a:visited {
	padding: 4px 9px;
	margin: 0 0 0 -3px;
	text-decoration: none;
	border-right: 1px solid #656565;
	color: #FBFBFB;
	font-family: "Book Antiqua", Palatino, sans-serif;
}

#topnav ul li a:hover{
	font-style: normal;
	text-decoration: underline;
}

/* Content area */

#content {
	padding: 8px;
	text-align: left;
	background-color: #FFF;
	line-height: 160%;
	font-size: 90%;
	color: #000000;
	border: 5px solid #FFFFFF;
}

/* Headings */

h1 {
	color: #B00004;
	margin: 4px 0;
	font-size:150%;
	font-family: "Book Antiqua", Palatino, sans-serif;
}

h2 {
	color: #B00004;
	font-weight: bold;
	margin: 1em 0 0 0;
	padding: 0;
	font-style: italic;
	font-family: "Book Antiqua", Palatino, sans-serif;
}

h3 {
	color: #B00004;
	margin: 4px 0;
	font-size:11px;
	font-family: "Times New Roman", Times, serif;
}

/* Left hand column for images on download page */

#leftcol {
	float: left;
	width: 240px;	
}

.clr {
	clear: both;
	margin: 0.5em 0;
}

/* Box for the available properties */

.propertybox {
	border-bottom: 1px solid #8DA5D5;
	padding: 5px;
	background-color: #EEEEEE;
	margin: 5px 0;
}

.propertybox h2 {
	color: #FFF;
	background-color: #8DA5D5;
	padding: 4px;
	margin: 0;
}

.propertybox img {
	margin-top: 6px;
}
.property_table {
	background-color: #FFFFFF;
	border: 1px solid #990002;
	padding: 5px;
}

.img {
	background-color: #FFFFFF;
	border: 1px solid #990002;
	padding: 5px;
}

#fadeshow1{
	background-color: #FFFFFF;
	border: 1px solid #990002;
}


#footer {
	text-align: right;
	color: #FFF;
	float: right;
	clear: both;
	font-size: 12px;
	margin-bottom: 8px;
	padding-right: 4px;
}

#footer a:link {
	color: #FFF;
}

#footer a:visited {
	color: #FFF;
}

/****************************** Availability checker (contains iframe) */

.availability_check_box {
	text-align: left;
	border: 1px solid #B00004;
	height: 200px;
	width: 200px;
}

.availability_check_box h3 {
	color: #FFF;
	background-color: #B00004;
	padding: 3px;
	margin: 0;
	font-size: 14px;
}

.availability_check_box iframe {
	margin: 3px;
}

/****************************** Property tabs */

.tab_hover {
	color: #000;
	cursor:pointer;
	width: 126px;
	height: 25px;
	background-image: url(../images/admin_tab_over.gif);
	border:0px;
	text-align:center;
	font-size:12px; 
	font-weight:bold;
}

.tab {
	color: gray;
	cursor:pointer;
	width: 126px;
	height: 25px;
	background-image: url(../images/admin_tab.gif);
	border:0px;
	text-align:center;
	font-size:12px; 
	font-weight:none;
}

.data_tab {
	border:1px solid gray; 
	text-align:left;
	padding:.3em;
}

.colbox {
	float: left;
	margin: 1%;
	padding: 0.25em;
	background-color: #ccc;
}

.colbox img {
	display: block;
}

.col_img {
	border: thin solid #8E6F0D;
	margin-top: 3px;
	margin-left: 4px;
}

/****************************** News scroller */

.news_table {
	border-collapse: collapse;
	border: 1px solid #DDDEE2;
	width: 320px;
}

.news_table th {
	background-color: #3E6401;
	height: 20px;
	padding-left: 5px;
}

.news_table th a{
	color: #FFF;
}

.news_table td a{
	font-size:90%;
	color: #000;
}

.news_table td {
	font-size:90%;
	color: #000;
}

.testimonials {
	padding: 8px;
	background-color: #E3DBB5;
	margin: 5px 0;
	font-style: italic;
}

.newspaper {
	padding: 8px;
	background-color: #3E6401;
	margin: 5px 0;
	color: #FFFFFF;
}

.newspaper a{
	color: #FFFFFF;
}

/* Left hand column and navigation */

#leftcol{
	width: 172px; 
	float:left;
	background-color: #3E6401;
	border-left: 5px solid #FFFFFF;
	border-top: 5px solid #FFFFFF;
}

#leftcol ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#leftcol ul li {
	padding: 0.5em 17px;
	line-height: 1.5em;
}

#leftcol ul li ul li {
	font-size: 80%;
	font-weight: normal;
}

#leftcol a {
	display: block;
	font-size: 85%;
	color: #FFF;
	font-weight: bold;
	margin-left: -12px;
	padding-left: 12px;
	background-image: url(../images/bg-buttons_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 60%;
	text-decoration: none;
}

#leftcol a:hover {
	background-position: -300px 60%;
	text-decoration: underline;
}

#leftcol a#currentlink {
	background-position: -300px 60%;
	text-decoration: underline;
	color: #FFFF99;
}
