body 
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
}

#page
{
	min-width: 800px;
	max-width: 1024px;
}

/* header styles --------------------------------------------------------- */
#header
{
	width: 100%;
	padding-bottom: 0px;
	background-image: url(../img/backgrounds/header.png);
	background-repeat: repeat-x;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 100;
}

/* logo styles ----------------------------------------------------------- */
#logo
{
	width: 300px;
	padding-bottom: 150px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 150%;
	position: relative;
	left: 40px;
	top: 0px;
	z-index: 100;
}

#logoText_line1
{
	/*
	changed my mind - text applied to image directly
	font-size: 90%;
	font-weight: bold;
	position: relative;
	left: 25px;
	top: 42px;
	z-index: 200;
	*/
	display: none;
}

#logoText_line2
{
	/*
	changed my mind - text applied to image directly
	font-size: 80%;
	font-weight: bold;
	position: relative;
	left: 210px;
	top: 42px;
	z-index: 200;
	*/
	display: none;
}


/* Navigation bar ------------------------------------------------------------ */
#nav
{
	width: 300px;
	
	position: relative;
	top: -116px;
	float: right;
	z-index: 300;
	cursor: default;
	list-style: none;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 80%;
	}
	
#nav a {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color:#FFFFFF;
	text-decoration: none;
	border: 1px solid #43423f;
	border-bottom: none;
	background: #819a36;
	}
	
#nav a:hover, body#intro #t-intro a {
	color: #333;
	padding-bottom: 5px;
	border-color: #727377;
	background: #fff;
	}

/* title block styles ---------------------------------------------------- */
#pageTitle
{
	float: left;
	color: #63615d;
	font-size: 150%;
	font-weight: 900;
	position: absolute; 
	left: 20px;
	top: 260px;
	z-index: 300;
}


/* main block styles ----------------------------------------------------- */
#main
{
	float: left;
	width: 100%;
	min-width: 800px;
	max-width: 1024px;
	padding-top: 75px;
	padding-bottom: 0px;
	background-color: #43423f;
	background-image: url(../img/backgrounds/bodydivide.png);
	background-repeat: repeat-x;
	color: #fff;
	position: absolute;
	left: 0;
	top: 300px;
	z-index: 0;
}

.body_paragraph
{
	float: left;
	display: block;
	min-width: 760px;
	max-width: 1240px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 75%;
	z-index: 300;
}

/* footer styles --------------------------------------------------------- */
#footer
{
	float: left;
	font-size: 70%;
	width: 100%;
	padding-bottom: 3px;
	position: relative; 
	top: 22px;
	z-index: 300;
}

#greenBar
{
	text-indent: 20px;
	text-align: center;
	padding-right: 20px;
	background-color: #819a36;	
	padding-top: 1px;
	padding-bottom: 1px;
}

#greenBar a
{
	font-weight: 900;
	text-decoration: none;
	color: #555;
}

#greenBar a:visited
{
	color: #555;
}


.hidden
{
	display: none;
}

/* hyperlinl styles --------------------------------------------------------- */
a { text-decoration:none;
    color:#FFFFFF;
}
