/* css Zen Garden submission 031 - 'Hedges' by Kev Mears,  http://www.mearso.com/ */
/* css released under Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/sa/1.0/  */
/* All associated graphics copyright 2003, Kev Mears */


/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. */
/* The CSS itself may freely be used for anything you wish, but the associated graphics belong to the designer. */
/* What you may use - .css files. What you may not use - .jpg, .gif, and .png files. */


/* css released under Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/sa/1.0/  */

/* structure
--------------------------------- */

body
{
	margin: 0;
	padding: 0;
	background: url("../images/topBarImage.gif") repeat-x center top;

}
#container
{
margin: 0 auto;
	position: relative;
	padding:0;
	width: 732px;
	
	text-align: left;
}


/* hidden text
--------------------------------- */

h1, h2, h3
{
	margin: 0;
	background-repeat: no-repeat;
	background-position: left top;
}

h1 span, h2 span,h3 span, #quickSummary p.p span { display: none; }

/* header and summary
--------------------------------- */
#pageHeader {

height:350px;
}
#pageHeader h1
{
	height: 250px;
	background: url("../images/logo.gif") no-repeat;
	padding:0;
	margin-left:40px;
	text-indent:-9999px;
}
#pageHeader h1 a{
	height:250px;
	text-decoration: none;
	color:#FFFFFF;
	display: block;
	width:500px;
	text-align: center;
	overflow:hidden;
}
/*#pageHeader h2
{

	height: 250px;
	background: url("../images/brand.gif") no-repeat;
	padding:0;
	margin-top:-120px;
	margin-left:250px;
	text-indent:-9999px;
}
/* preamble
--------------------------------- */

#preamble
{
	position: relative;
	left: 260px;
	padding-bottom: 0px;
	width: 400px;

}
#preamble p
{
	width: 350px;
	line-height: 150%;
}

/* supporting text
--------------------------------- */

/* link list
--------------------------------- */
#linkList
{
	position: absolute;
	top: 350px;
	left: 90px;
	width: 190px;

}
#linkList ul
{
	margin: 1em 0 1em;
	padding: 0;
	font-size: 90%;
	list-style: none;
	text-align: left;
}
#linkList ul li
{
	margin: 0 0 .5em;

	line-height: 2em;
}

#linkList li a:link, #linkList li a:visited
{
		font-size: 90%;
}

#linkList #lselect a:link, #linkList #lselect a:visited { display: block; }

#linkList #lselect a.c:link, #linkList #lselect a.c:visited
{
	display: inline;
	font-family: Georgia,Serif;
	font-weight: normal;
	background-color: transparent;
	text-transform: lowercase;
}

/* footer
--------------------------------- */

#footer
{
margin-top:15px;

padding: 20px 20px 40px 20px;
	font-family: Verdana, Arial, sans-serif, ËÎÌå, ÐÂËÎÌå;
	font-size: 12px;
	color: #666666;
	text-align: center;
	line-height: 150%;
	margin-bottom:10px;
}

#footer a:link, #footer a:visited
{
	padding: 0 5px;
	font-weight: normal;
}

/* links
--------------------------------- */

a:link, a:visited
{
	color:#666666;
	background-color: transparent;
	
	text-decoration: none;
}

a:hover
{
font-weight: bold;
	
	background-color: transparent;
	text-decoration: underline;
}

/* misc
--------------------------------- */
#bottom
{
margin-top:30px;
	height: 250px;
	background: url("../images/bottomBar.gif") repeat-x center top;
}


