
/* RESET.CSS */

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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*
ol, ul {
	list-style: none;
}*/


/*CLASSES*/

.left
{
	float:left;
	display: inline;
}
.right
{
	float:right;
	display: inline;
}
.imagereplaced
{
	text-indent:-999999px;
}

/*clear fix*/
.clearfix:after 
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom:1;
}

.clear
{
	clear:both;
}


body, html
{
	height:100%;
}

body
{
	background:#fff url(../img/body-bg.png) repeat-x top center;
	font-family: Trebuchet, Tahoma, Verdana;
	font-size:62.5%;
	color: #000000;	
}

	body div#sitewrapper
	{
		background:url(../img/site-bg.png) repeat-y top center;		
		margin:0px auto;
		min-height:100%;
		width:946px; 
	}
	
		body div#sitewrapper div#header h1#logo
		{
			background:#fff url(../img/logo.png) no-repeat top center;
			height:84px;
			margin:0px auto;			
			width:916px;		
		}
		
		body div#sitewrapper div#flash-placeholder
		{
			margin:0px auto;
			height: 219px;
			width: 916px;
			margin-bottom:30px;
		}
		
		body div#sitewrapper ul#navigation
		{
			list-style:none;
			list-style-type:none;
			margin-left:30px;
			margin-right:30px;
			width:188px;
			margin-top:25px;
		}
		
			body div#sitewrapper ul#navigation li
			{
				background:url(../img/nav-bg.png) no-repeat top left;
				height:22px;
				width:153px;
				padding:10px 35px 0px 0px;
				
			}
			
				body div#sitewrapper ul#navigation li.active, body div#sitewrapper ul#navigation li:hover
				{
					background:url(../img/nav-bg-active.png) no-repeat top left;
				}
				
			body div#sitewrapper ul#navigation li, body div#sitewrapper ul#navigation li a, body div#sitewrapper ul#navigation li a:active, body div#sitewrapper ul#navigation li a:visited
			{
				color:#583119;
				font-size:1.1em;
				text-align:right;
				text-decoration: none;
				padding-bottom:5px;
			}
			
		body div#sitewrapper div#content
		{
			font-size:1.2em;
			line-height:1.4;
			margin-right:30px;
			margin-bottom:20px;
			padding-bottom:22px;
			min-height:100%;
			width:650px;
		}
		
		body div#footer
		{
			
			overflow:hidden;
			background:url(../img/footer-bg.png) no-repeat top center;
			height:22px;
			margin:0px auto;
			width:946px;
			margin-top:-22px;
		}
	
		h1
		{
			color:#583119;
			font-size:1.7em;
			margin-top:15px;
			font-weight:normal;
		}
		
		h2
		{
			font-size:1.4em;
			color:#583119;
			font-weight:normal;
		}
		
		h3
		{
			font-size:1.2em;
			color:#583119;
			font-weight:normal;
		}
		
.textfield			{	border-style: solid; 
						border-color: #583119; 
						color: #000000; 
						background-color: #ffffff; 
						border-width: 1px; 
						font-family:Tahoma, Verdana, Arial, sans-serif; 
						font-size:11px;
					}	
		
		a, a:active, a:visited
		{
			color:#583119;
			text-align:right;
			text-decoration: none;
		}
		
		a:hover
		{
			color:#bcbe00;
			text-decoration: underline;			
		}
		
	
	.lightbox-image img {
		width: 150px;
		height: auto;
	}
	
