/* Info ==========
Orchard House
Created by: PharrOut, http:pharrout.com
==========*/

/* Zeros ========*/
body, p, h1, h2, h3, h4, h5, h6, h7, ul, li {
	padding: 0;
	margin: 0;
}

/* General Styles ==========*/
body {
	background: #fff;
	font-size: .7em;
	font-family: verdana, sans-serif;
	background-color: #FEFEE5;	
	color: #666;
}
h1, h2, h3, h4, h5, h6, h7 {
	color: #666;
	margin: 10px 0 10px 0;
}
h2 {
	font-size: 1.8em;
	color: #6B5142;
}
h3 {
	color: #72A8A8;
}
h3.subSection {
	padding: 0 0 0 25px;
	margin: -10px 0 0 5px;
	background: url(../images/header-subSection-background.png) no-repeat 0 -1px;
}
p {
	margin: 10px 0 10px 0;
}
a {
	color: #666;
}
a:visited {
	color: #999;
}	
.left {
	float: left;
}
img.left {
	margin-right: 5px;
}
.right {
	float: right;
}
img.right {
	margin-left: 5px;
}
.clear {
	clear: both;
}
div.clear {
	font-size: .1em;
}
.flush {
	margin-top: 0;
}
ul {
	margin: 10px 10px 10px 30px;
}

.sidebar {
	float: right;
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #ECD6A4;
}


/* Structure ========== */
#container {
	position: relative;
	width: 800px;
	margin: 0 auto 0 auto;
	border-top: solid 5px #EFCC90;
}
#header {
	position: relative;
}
#header h1 {
	position: absolute;
	z-index: 3;
	top: 83px;
	right: 10px;
	background: url(../images/logo.gif) no-repeat;
	width: 669px;
	height: 33px;
	text-indent: -2000em;
	font-size: .1em;
	margin: 0;
}
#tagline {
	height: 67px;
	background-color: #EEEED3;
	margin: 0 0 43px 0;
	padding: 10px 0 0 147px;
	border-bottom: solid 1px #999;
}
#tagline span {
	display: block;
	width: 356px;
	height: 32px;
	background: url(../images/tagline.gif) no-repeat;
	text-indent: -2000em;
	margin: 0 0 0 0;
}
#splash {
	display: none;
}
body.home #splash {
	display: block;
	position: relative;
	z-index: 1;
	margin: -9px 0 0 0;
	width: 800px;
	height: 224px;
	background: url(../images/splash-01.jpg) no-repeat;
}
#symbol {
	position: absolute;
	top: -5px;
	left: 0;
	z-index: 2;
	width: 132px;	
	height: 126px;
	background: url(../images/symbol-inside.gif) no-repeat;
}
body.home #symbol {
	height: 118px;
	background: url(../images/symbol.gif) no-repeat;
}
#content {
	position: relative;
	margin: 10px 0 0 0;
}
#content div.main {
	position: absolute;
	width: 570px;
	margin: 0 10px 0 10px;
	top: 0;
}
body.home #content div.main {

}

#ataglance {
padding: 0 10px 0 10px;
}

#news {
	background-color: #ECD6A4;
	padding: 10px;
	height: 1%;
}
#news h2 {
	background-color: #FEFEE5;
	border-bottom: solid 2px #FEFEE5;	
	margin: -10px -10px 0 -10px;
	padding: 10px 0 0 0;
}
#traditions {

}
#traditions ul {
	margin: 0;
	list-style-type: none;
}
#traditions ul li {
	padding: 5px 0 5px 0;
}
#traditions ul li a {
	color: #666;
}
#content div.extra {
	clear: right;
	float: right;
	width: 190px;
	margin: 0 10px 0 10px;
}
#philosophy {
	background-color: #D5E2D2;
	padding: 0px 10px 10px 10px;
	margin: 0 0 10px 0;
}
#philosophy h2 {
	border-bottom: solid 2px #FEFEE5;
	padding: 5px 10px 5px 10px;
	margin: 0 -10px 0 -10px;
}
#gryphonNet {
	display: block;
	width: 174px;
	height: 77px;
	background: url(../images/gryphonNet.jpg) no-repeat;
	text-indent: -2000em;
	font-size: .1em;
	margin: 0 auto 10px auto;
}
body.home #footer {
	padding: 10px 10px 10px 0;
}
body.home #footer div {
	margin: 0 0 20px 0;
}
#footer {
	float: right;
	padding: 5px 10px 10px 0;	
}

/* Menu ========== */
#menu {
	list-style-type: none;
	background-color: #6B5142;
	padding: 5px 0 5px 0;	
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;	
	margin: 0;
}
#menu li {
	display: inline;
}
#menu li a {
	padding: 5px 10px 5px 10px;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#menu li a:hover {
	background-color: #F5F3CC;
	color: #666;
}
#menu li.skipNav {
	position: absolute;
	top: -9999px;
	z-index: 1000;
}
#menu li.skipNav a:active{
	top: 0;
	background: red;	
}
#menu li.firstItem a {
	padding-left: 5px;
}
#menu li.lastItem a {
	padding-right: 5px;
}
body.home #menu li ul{
	display: none;
	margin: 0;
}
/* SubMenu ========== */
#menu li ul {
	width: 190px;
	margin: 15px 10px 0 10px;
	float: right;
	list-style-type: none;
}
#menu li ul li {
	display: block;
	background-color: #D5E2D1;	
	text-align: right;	
	padding: 3px;
	margin: 1px 0 1px 0;
}
#menu li ul li a {
	padding: 0;
	display: block;
	color: #666;
	font-weight: normal;
}
#menu li ul li a:hover {

}
/* End SubMenu ========== */
#utilityMenu {
	clear: right;
	float: right;
	width: 189px;
	margin: 5px 10px 0 0;	
	border: solid 1px #999;
	list-style-type: none;
}
body.home #utilityMenu {
	position: absolute;
	top: 245px;
	right: 0;
	z-index: 4;
	width: 174px;
	margin: 0 20px 0 0;
	border: solid 1px #999;
}
#utilityMenu li {
	text-align: right;
}
#utilityMenu li a {
	display: block;
	padding: 2px 10px 2px 10px;
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	text-decoration: none;	
	background-color: #F5F3CC;
	opacity: .8;
}
#utilityMenu li a:hover {
	background-color: #F6F6E7;
	opacity: 1;	
}
/* End of Menu ========= */
