@charset "UTF-8";
/* CSS Document */

/*general*/

body
	{
	margin: 0;
	padding: 0;
	background: #554 url(images/bg.jpg);
	font: small/1.5em georgia, times, serif;
	color: #333331;
	text-align: center;
	}
p
	{ 
	text-indent: 0;
	font: small/1.5em georgia, times, serif;
	color: #333331;
	text-align: left;
	letter-spacing: 2px;
	line-height: 2em;
	}

		
a
	{
	color:#714700;
	text-decoration: none;
	border-bottom: 1px dotted #dca;
	}
	
a:visited
	{
	color:#714700;
	border: none;
	}
	
a:hover
	{
	color: #000;
	border-bottom: 1px solid #333331;
	}
	
	
h1
	{
	line-height: 110%;
	text-align: center;
	font-size: 2em;
	font-weight: normal;
	color: #600;
	margin: 0 0 0 0em 0;
	padding: 5;
	}
	
h2
	{
	text-align: center;
	line-height: 110%;
	font-size: 2em;
	font-weight: normal;
	color: #922;
	margin: 0 0 0.7em 0;
	padding: 0;
	}
h4
	{
	
	text-align: left;
	line-height: 110%;
	font-size: 1.5em;
	font-weight: normal;
	color: #922;
	margin: 0 0 0.7em 0;
	padding: 0;
	}
	
h3
	{
	width: 420px;
	height: 20px;
	margin: 1.2em 0 0.8em 0;
	}
	
h3 span
	{
	display: none;
	visibility: hidden;
	}
	
p
	{
	text-indent: 1 em;
	font-size: 90%;
	margin: 0 0 0.6em 0;
	padding-bottom: 8px;
	
	}


/*containers*/


#container
	{
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 750px;
	background: #fff url(images/main.jpg) repeat-y;
	border-bottom: .5px solid #000;
	border-bottom: 15px solid #000;
	min-height:800px;
	}
	
#intro
	{
	width: 750px;
	background: #fff url(images/main.jpg) repeat-y;
	}
	

#pageHeader
	{
	width: 750px;
	height: 272px;
	background: #000 url(images/top.jpg) no-repeat;
	}


	
#linkList
	{
	position: absolute;
	top: 240px;
	width: 170px;
	margin-left:17px;
	}

#quickinfo{
margin-top:20px;

padding:0 0 0 2px;
}
#quickinfo a {font-size:12px; color:#333333;}




#supportingText
	{
	top:10px;
	width: 500px;
	margin-left: 220px;
	margin-top: -50px;
	}
	

	



	
/*lists & typography*/
	


	
#linkList p,
#linkList li
	{
	font: x-small/1.6em tahoma, verdana, sans-serif;
	color: #efece3;
	text-indent: 0;
	}
	
#linkList ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #923b09;
	background: #bd4d0d url(list-bg.jpg);
	}
	
#linkList li
	{
	color: #000;
	border-bottom: 1px solid #923b09;
	line-height: 1.5em;
	padding: 0.5em 17px;
	}
	
#linkList li:hover
	{
	background: #b64a0b;
	}
	
#linkList li a
	{
	display: block;
	border: none;
	color: #f4f0e6;
	font-weight: bold;
	margin-left: -12px;
	padding-left: 12px;
	}
	
#linkList li a:hover
	{
	color: #f1a629;
	background-position: -300px 60%;
	}
	
	/*images in page*/
	
	
	.fl {
    padding: 3px;
    margin: 1px 10px 1px 1px; 
    border: #000 1px solid;
    float: left;
}

.rl{
    padding: 3px;
    margin: 1px 5px 1px 10px; 
    border: #000 1px solid;
    float: right;
}

#theImage
{
    float: left;
    padding: 5px 10px 5px 0;
}

#overlayBackground
{
    position: absolute;
    background-color: Black;
    top: 0;
    left: 0;
    z-index: 3;
}

#largeImage
{
    position: absolute;
    width: 400px;
    top: 100px;
    z-index: 4;
}

