@charset "ISO-8859-1";
/*
	RESET & BASIC SETUP
*/
* 							{
	margin: 0px;
	padding: 1px;
}
body 						{
	font-size: 62.5%;
	font-family: MetaPlusNormal, "Lucida Grande", Helvetica, sans-serif;   /*menu*/
	background: #ffffff;
	padding: 20px;	/*color: #999;*/
	font-weight: 300;
}
/*
	STRUCTURE
*/
.post 						{ height: 533px; }


/*
	TYPOGRAPHY
*/
p							{
	font-size: 1.2em;
	margin: 0 0 3px 3px;
	
}
h1							{
	font-family: MetaPlusMedium, "Lucida Grande", Helvetica, sans-serif;
	font-size: 3em;
	letter-spacing: -1px;
	color: #928268;
	margin-left: 3px;
	font-style: normal;
}
h2							{
	font-family: MetaPlusNormal, "Lucida Grande", Helvetica, sans-serif;
	font-size: 3em;
	letter-spacing: -1px;
	color: #ccc;
	
}
h3							{
	font-family: MetaPlusNormal, "Lucida Grande", Helvetica, sans-serif;
	font-size: 1em;   /*contact*/
	letter-spacing: -1px;
	color: #928268;
	margin-left: 3px;
	font-weight:lighter;
	line-height: -8px;
}				  

h4							{
	font-family: MetaPlusNormal, "Lucida Grande", Helvetica, sans-serif; /*captions*/
	font-size: 1em;
	color: #928268;
	margin-left: 3px;
	font-weight:lighter;
	padding: 3px;
	
	}
	
	
/*a							{ color: #928268; }
a:hover						{ color: #ccc; }*/

/*
	LINK ppty
	*/

	
a { text-decoration:none }
a:link {
	color: #FF9933;
}
a:visited {
	color: #FF9933;
}
a:hover {background-color: none;}
a:active {color: #928268;}

/*ppty for left hand menu*/

/*#leftsider {
	padding: 50px 0 0 50px;
	float: left;
	width:300px; 
}

/*#leftsider h1 {font-size: 2.0em;}

/*#menu {
	margin-top: 60px; 
	padding-left: 6px;
}

/*#menu ul {
	list-style: url(../hortz_test/img/rightsmall.png);
}

/*#menu a{
	text-decoration: none;
	color: #22b1e1;
}

/*#menu a:hover{
	border-bottom: 1px solid #22b1e1;
}


#content {
	margin: 75px 0 0 40px; 
	float: left;
	font-size: 1.1em; 
}

#content h4 {font-size: 1.2em;}


.par {
	margin: 0px 30px 0 0px; 
	padding-left: 30px; 
	float: left; 
	width: 315px;	
	height: 300px;
}

.alt {/* modify this to add style to alternate sections*/}

/*return to menu link*/

/*#note { 
	margin-top:10px;
}

p.secbot a{
	margin-top: -5px;
	padding-left: 15px;
	border-bottom:none;
	color: #22b1e1;
	background: url(../hortz_test/img/leftsmall.png) no-repeat scroll left center;
	text-decoration:none;
	font-size:0.9em;
}*/

p.secbot a:hover {
}

#arrows {
	position: fixed;
	top: 638px;			/*height of arrows*/
	left: 650px; 		/*changed frmo 650 to 250 for new target*/
	width: 190px;       /* changedval from 90 to 190 seemde to help arrows align*/  /*new target changed from 190 to 2190*/
	height: 30px;
	cursor: pointer;
}

#arrows ul {	
	margin: 0;
	padding: 0;
	list-style:none;
}

#arrows ul li {
	margin: 0;
	padding: 0;
	display:inline;
	width: 60px;		/*changed to height of new target*/
	height: 45px;		/*changed to height of new target*/
}

#arrows ul li a{
	margin-right: 5px;
	float: left;
	display: block;
	width: 60px;      /*changed to height of new target*/
	height: 45px;		/*changed to height of new target*/
	overflow: hidden;
	cursor: pointer;
	font-size: 50em;
	text-indent: -9000px;
}

#arrows ul #left a {background: transparent url(img/leftbig.png) no-repeat;}
#arrows ul #right a{background: transparent  url(img/rightbig.png) no-repeat;}


#rightsider {
	margin: 0; 
	padding: 0 10px 0px 0;
	float: left;
}	

#rightsider a{
	color: #22b1e1;
	text-decoration: none;
}

