@charset "utf-8";
/* CSS Document */

/* ----BASE SETTINGS ---- */

body {
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.wrapper #container {
	width: 100%;
	background:#d7d6b9 url("../images/bg-main.gif") repeat-y left top;
	background-attachment: scroll;	
	float: left;
	border: 0px solid #000000;
	text-align: left;
}
.wrapper #header {
	margin: 0;
	color: #333;
	font-size: 12px;
	height: 33px;
	background: #fff; 
	padding: 30px 0 0 20px;
	border-bottom:4px solid #d7d6b9;
}

.wrapper #logo {
	float: left;
	padding: 0;
	background-color: transparent;
	width: 178px;
	height: auto;
}
.wrapper #mainContent {
	float: left;
	width: 820px;
	padding: 20px 0 40px 5px;
	background-color: transparent;
}
.wrapper #footer {
	background:#fff url("../images/bg-footer.gif") no-repeat left top;	
	height: 63px;
	padding: 0 10px;
}
.wrapper #footer p {
	margin: 0;
	padding: 10px 0 0 470px;
	text-align: left;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #a29f6a;
}
.wrapper #tag p {
	padding-left: 139px;
	text-align: left;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #5f2419;
}

.slideshow {
	float: right;
	margin: 30px 0 20px 20px;
	height: 256px;
	width: 389px;
	overflow: hidden;
	background-color: #fff;
	border:4px solid #fff;
	z-index: 1;
}

.homeanim {
	float: right;
	margin: 10px 0 0 0;
	height: 246px;
	width: 808px;
	overflow: hidden;
	background-color: transparent;
}
.stills {
	float: right;
	margin: 30px 0 20px 20px;
	background-color: #fff;
	border:4px solid #fff;
	z-index: 1;
	font-size: 12px;
}

#header .menu {
	position: relative;
	background: #fff;
	height: 31px;
	width: 824px;
	padding-left: px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 1;
	font-weight:normal;
}

/* ---- LINK COLOURS ---- */

#mainContent a:link{color: #06C; text-decoration:undeline;}
#mainContent a:visited{color: #06C; text-decoration:undeline;}
#mainContent a:hover{color: #36C; text-decoration:undeline;}

/* ----MY CUSTOM ADDITIONS ---- */

p {margin:18px 0;}

.wrapper #mainContent p{
	font-size: 12px;
	color: #666;
	line-height: 160%;
}
#mainContent h1{
	font-size: 22px;
	color: #5f2419;
	line-height: 120%;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#mainContent h2{
	font-size: 17px;
	margin-bottom: 5px;
	color: #853223;
	line-height: 120%;
	font-family:Georgia, "Times New Roman", Times, serif;
}


/* ----QUOTES STYLE ---- */

#mainContent .quotes  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 140%;
	color: #933;
	font-style: italic;
	padding: 20px 20px 20px 0;
	margin: 20px 0px 20px 0px;}
	

/* --- horizontal rule----*/
#mainContenthr { 
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 100%;
	text-align: left;
}

/*---- table header-----*/
td, th, tr {
	padding:5px;
	text-align:left;
}
th {
	border-top: #D0D0D0 solid thin;
	border-bottom: #D0D0D0 solid thin;
	border-left: none;
	border-right: none;
	background-color: #FDFEED;
}

.general_table {
	color:#333333;
	font-size:11px;
}
.general_table tr td {
	border-bottom: #D0D0D0 solid thin;
}

.general_table thead td {
	border-bottom:1px solid #D0D0D0;
	border-top:1px solid #FFFFFF;
	padding:7px;
}

.general_table thead {
	font-weight:bold;
	line-height:13px;
}

/*------ Image settings----- */

a img {border:none;}

.imageright {
	float:right;
	margin-left:20px;
	border: 0px solid #ffffff;
	}
	
.imageleft {
	float:left;
	margin-right:20px;
	border: 0px solid #ffffff;
	}
	
.googlemap {
	border: 1px solid #bfb1ae;
	}
	
.clear {
	clear: both;
}
	
/*---------------------
 FORMS
---------------------*/

#mainContent form input, #mainContent form textarea, #mainContent form select {
	display:block;
	font-size:14px;
	margin-bottom:2px;
	margin-top:5px;

}
#mainContent input, textarea, select {
	border:1px solid #CECECE;
	color:#06C;
	font-family:tahoma,arial,sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top:15px;
	padding:5px;
	width:auto;
}
select {
	cursor:pointer;
}

fieldset {
	border:1px solid #C7C7C7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	clear:both;
	margin-bottom:20px;
	padding:15px 20px 20px;
}

legend {
	color:#373737;
	font-size:13px;
	font-weight:bold;
	margin-left:-10px;
	padding-left:12px;
	padding-right:18px;
	font-family: Tahoma,Arial,Sans-Serif;
}


#mainContent .input_button:hover {
	background-color:#994D99;
	border:1px solid #000;
}

#mainContent .input_button {
	background-color:#636;
	border:1px solid #000;
	color:#FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:3px;
	margin-top:15px;
}

/* ---- LISTS STYLES---- */


#mainContent ul, #mainContent ol, #mainContent dl { /* list */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 140%;
	font-weight: bold;
	color:#555;
}

.hilight {
	color: #5f2419;
}

