@charset "utf-8";
/* CSS Document */

/*****Reset*****/
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline;
}
:focus {
	outline:0;
}
body {
	background:white;
	color:black;
	line-height:1;
}
ol, ul {
	list-style:none;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	font-weight:normal;
	text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/*****Basic Elements*****/
html {
	overflow-y:scroll;
}
body {
	font:12px/18px Arial, Helvetica, sans-serif;
	background:#efefdf url(images/white_bar.jpg) scroll 0 154px repeat-x;
}
a {
	color:#786a52;
	text-decoration:none;
}
a:hover {
	color:#786a52;
}
h1 {
	color:#363636;
	font:bold 24px "Times New Roman", Times, serif;
	margin-bottom:10px;
}
h1 span {
	color:#786a52;
}
h2 {
	font:bold 24px "Times New Roman", Times, serif;
	margin:10px 0;
	color:#786a52;
}
h3 {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	margin-top:5px
}
p, ul {
	color:#363636;
	font:15px/1.4em Arial, Helvetica, sans-serif;
	}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
/*****header*****/
#page{
	display:block;
	width:940px;
	margin:0 auto 80px;
}
#header {
	clear:both;
	position:relative;
}
#logo {
	background:url(images/glenhouse_logo.jpg) no-repeat scroll 0 0;
	display:block;
}
#logo a {
	display:block;
	height:160px;
	width:406px;
	text-indent:-9999px;
}
#nav {
	color:#786a52;
	position:absolute;
	top:130px;
	right:30px;
	/*margin:130px 0 0 30px;*/
}
	#nav ul li{
		float:left;
	}
	#nav ul li a {
		margin-right:44px;
		color:#7F7F7F;
		display:block;
		float:left;
		font:20px "Times New Roman", Times, serif;
	}
		#nav ul li a.current {
		color:#ac7d3c;
	}
	#nav ul li a.last{
		margin-right:0;
	}

/*****contents*****/
#contents {
	display:block;
	margin:20px 0 30px;
}
#contents img {
	margin:10px 0 15px;
}
#contents img.main {
	margin:-10px 0 15px;
}
#left-col {
	width:620px;
	padding:0 30px 0 0;
}
#right-col {
	background:url("images/rightcol-bg.jpg") no-repeat scroll 0 0 transparent;
	min-height:350px;
	padding:20px 0 10px 30px;
	width:260px;
}
	#right-col h1 {
		border-bottom:1px solid #C4C4BB;
		margin-bottom:10px;
		padding-bottom:10px;
	}
	#right-col p {
		font-weight:bold;
		line-height:1.7em;
	}
#footer {
	margin:0 auto;
	width:500px;
}
	#footer p {
		font:12px/21px Arial,Helvetica,sans-serif;
		padding-top:8px;
	}
	#footer img {
		float:left;
		margin:0 20px;
	}

/*****contents-wide*****/
#contents-wide {
	display:block;
	width:710px;
	margin:30px 0;;
	min-height:350px;
}
#contents-wide img {
	margin:10px 10px 10px 0;
}
#contents-wide img.last {
	margin:10px 0;
}
#contents-wide ul {
	list-style:disc inside; 
	margin:0 0 20px 20px;
}
#contents-wide li {
	line-height:1.6em;
}
#contents-wide .right {
	margin-right:40px;
}





