/*----------------------------------------------------------------
-------------      CSS Stylesheet for Eden Hill   ----------------
-----------------------------------------------------------------*/


/*--------------- Page Elements & General Classes -----------------*/

* { 
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	color: expression(this.parentNode.currentStyle.color);
	color: inherit;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	}

p {
	margin: 0 0 10px 0;
}

ul,ol {
	list-style: none;
}

.arial {
	font: 85% Georgia, "Times New Roman", Times, serif;
}

.alignright { 
	text-align: right;
}

.largegreytext {
	font: 130% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

.clear {
	clear: both;
	height: 0;
}

.invisible {
	overflow: hidden;
	position: absolute;
	height: 0em;
	width: 0em;
}

/*--------------- Top Level Structure -----------------*/

body {
	color: #333;
	background:  url(./images/bg-container.png) top repeat-x #006900;
	font: 85% Georgia, "Times New Roman", serif;
}

#container {
	width: 780px;
	margin: 0 auto;
}

#innercontainer {
	width: 780px;
	margin: 20px auto;
}


/*--------------- Header & Top Nav -----------------*/

#header {
	width: 100%;
	height: 175px;
	background: url(./images/bg-header.png) 0 0 no-repeat;
}

#logolink { 
	margin: 8px 80px 0 15px;
	float: left;
	width: 515px;
	height: 104px;
	display: inline;
}

#headercontact {
	margin: 8px 10px 0 0;
	float: left;
	width: 140px;
	height: 104px;
	display: inline;
}

#topnav {
	text-align: right;
	float: right;
	display: inline;
	color: #fff;
	font: 85% Georgia, "Times New Roman", Times, serif;
	margin: 20px 10px 0 0;
}

#topnav ul li {
	display: inline;
	float: left;
	margin: 0 2px;
}

#topnav li.bg-bar {
	padding: 0 8px 0 0;
	background: url(./images/bg-bar.png) right no-repeat;
}

#topnav a {
	color: #fff;
	text-decoration: none;
}

#topnav a:hover {
	text-decoration: underline;
}

/*--------------- Content & Columns -----------------*/



#content {
	padding: 25px 0 0 0;
	background: #fff;
}

#content-bottom {
	width: 100%;
	height: 8px;
	background: url(./images/rounded-bottom.png) 0 0 no-repeat;
	margin: 0 0 20px 0;
}

#column1 {
	float: left;
	width: 165px;
	display: inline;
}

#column3 {
	float: right;
	width: 162px;
	margin: 0 35px 0 0;
	display: inline;
}

#column2 {
	float: left;
	width: 340px;
	margin: 0 20px 0 35px;
	display: inline;
}

#columnwide {
	float: left;
	width: 540px;
	margin: 0 35px 0 40px;
	display: inline;
}

#largeimage {
	background: url(./images/fadeinout/image1.jpg) no-repeat center top;
	border: 1px solid #000;
	height: 300px;
	width: 538px;
	margin: 0 0 20px 0;
}


#column3 img {
	border: 1px solid #000;
	margin: 0 0 20px 0;
}

#column2 h1, #columnwide h1  {
	font: 190% Georgia, "Times New Roman", serif;
	color: #004200;
	margin: 0 0 20px 0;
}

#column1 h2 {
	font: 130% Georgia, "Times New Roman", serif;
	color: #fff;
	background: #004200;
	width: 145px;
	padding: 5px 0 5px 20px;
}

#column1 li{
	list-style:none;
}

#column1 #leftnav.history a#historylink,
#column1 #leftnav.aboutus a#aboutuslink, 
#column1 #leftnav.atypicalday a#typicaldaylink, 
#column1 #leftnav.bookingforms a#bookingformslink,
#column1 #leftnav.coursedates a#coursedateslink,
#column1 #leftnav.englishlessons a#englishlessonslink,
#column1 #leftnav.excursions a#excursionslink,
#column1 #leftnav.facilities a#facilitieslink,
#column1 #leftnav.gettingthere a#gettingherelink,
#column1 #leftnav.healthandsafety a#healthsafetylink,
#column1 #leftnav.horseriding a#horseridinglink,
#column1 #leftnav.ourstudents a#studentslink,
#column1 #leftnav.prices a#priceslink,
#column1 #leftnav.requirements a#requirementslink
 {
	background: url(./images/navarrow.png) 10px 0 no-repeat;
}
#column1 a{
	font-size: 85%;
	color:#666;
	text-decoration:none;
	width:135px;
	height:20px;
	display:block;
	padding: 6px 0 2px 30px;
	margin: 2px 0;
}

#column1 a:hover {
	background: #eae9dd;
}

#testimonialquote {
	margin: 20px 0 0 0;
}

#hometext {
	float: left;
	display: inline;
	width: 400px;
}

#thumbnails {
	float: right;
	display: inline;
	width: 114px;
}

#thumbnails table {
	width: 114px;
	padding: 0;
}

#thumbnails td {
	text-align: right;
	}

#thumbnails img {
	border: 1px solid #000;
	margin: 0 0 8px 0;
}


/*--------------- Footer -----------------*/
#column2 h2 {
	font-size: 100%;
	color: #005B00;
	text-transform: uppercase;
}
table.gallerytable{
width:90%;
}
table.gallerytable td{
padding:5px;
}.highlight {
	border: 1px solid #005400;
	padding: 20px;
	margin: 20px;
	text-align: center;
	background: #F0FFF0;
	font-weight: bold;
	line-height: 150%;
}
td, th{
	padding-right: 5px;
	padding-left: 5px;
}
table{
margin-left:auto;
margin-right:auto;}