/* CSS Document */


html, body
	{
		margin: 0;
		padding: 0;
		text-align: center;
		background: url('../Images/bg.jpg') repeat;
	}
	

.wrapper
	{
		margin: 0 auto;
		text-align: left;
		position: relative;
		top: 0;
		left: 0;
		z-index: 2;
		width: 1024px;
	}


.bg_top
	{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 155px;
	dispay: fixed;
	z-index: 1;
	background-image: url(../images/gradient_top.jpg);
	background-repeat: repeat-x;
	}


.bg_bottom
	{
		position: fixed;
		bottom: 0px;
		left: 0px;
		background: url('../Images/gradient_bottom.jpg') repeat-x;
		width: 100%;
		height: 155px;
		dispay: fixed;
		z-index: 1;
	}

	
.logo
	{
		height: 115px;
		width: 317px;
		margin-left: 1em;
		float: left;
	}


.tagline
	{
		height: 85px;
		border-left: 2px solid #FFF;
		float: left;
		margin-left: 30px;
		position: relative;
		top: 15px;
		font-family: "Times New Roman", Times, serif;
		font-style: italic;
		font-weight: bold;
		font-size: 16pt;
		color: #FFF;
		padding-left: 20px;
		letter-spacing: 0.05em;
	}
	
.navigation
	{
		height: 35px;
		width: 1024px;
		background: #FFC54B;
		border: 2px solid #000000;
	}
	
.button
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12pt;
		font-weight: bold;
		color: #000000;
		height: 27px;
		padding: 8px 18px 0px 18px;
		float: left;
	}
	
.button a
	{
		text-decoration: none;
		color: #000000;
	}
		
.button_current
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12pt;
		font-weight: bold;
		height: 27px;
		padding: 8px 18px 0px 18px;
		float: left;
		color: #FFF;
		background: #E69C00;
	}
		
.button:hover
	{
		color: #FFF;
		background: #F3B127;
	}
	
.button:hover a
	{
		color: #FFF;
		background: #F3B127;
	}
	
a.current
	{
		text-decoration: none;
		color: #FFF;
	}

a.current:hover
	{
		color: #FFF;
		text-decoration: none;
	}
	
.content
	{
		min-height: 450px;
		width: 1024px;
		background: #FFF;
		border: 2px solid #000000;
		position: relative;
		top: -2px;
	}
	
.footer
	{
		text-align: right;
		font-size: 9pt;
		color: #FFF;
		font-family: Arial, Helvetica, sans-serif;
	}
	
h1
	{
		font-size: 18pt;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #1B5D3D;
		font-weight: normal;
		margin: 15px 0px 1px 15px;
		padding-bottom: 1px;
	}
	
.quote
	{
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1B5D3D;
	font-style: italic;
	font-weight: bold;
	font-size: 12pt;
	margin-right: 15px;
	margin-top: 5px;
	}
	
.image
	{
	width: 416px;
	height: 390px;
	background: #464E57;
	float: left;
	}
	
.image_about
	{
		width: 234px; 
		height: 352px;
		background: #464E57;
		float: left;
	}
	
.copy
	{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: #4C4C4C;
		padding-left: 20px;
		float: left;
		width: 549px;
		font-weight: bold;
	}
	

.copy a
	{
		text-decoration: none;
		color: #4C4C4C;
	}
	
.copy a:hover
	{
		text-decoration: none;
		color: #1B5D3D;
	}
	
.copyA
	{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: #4C4C4C;
		padding-left: 30px;
		float: left;
		width: 312px;
		font-weight: bold;
	}
	
.copyB
	{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: #4C4C4C;
		padding-left: 30px;
		float: left;
		width: 312px;
		font-weight: bold;
	}
		
.title
	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFF;
	margin: 10px 0px 0px 15px;
	text-align: center;
	line-height: .1 em;
	
	}
	
#line_start
	{
		font-size: 14pt;
		font-weight: bold;
		color: #1B5D3D;
	}
	
ul
	{
	margin: 0px 0px 0px 15px;
	padding: 0px;
	font-size: 10pt;
	}
	
a
	{
		color: #FFF;
		text-decoration: none;
	}
	
.main
	{
		width: 1000px;
		margin: 0 auto;
		position: relative;
		top: -15px;
	}
	
a:hover
	{
		color: #FFC54B;
		text-decoration: none;
	}
	
table
	{
		font-family: "Trebuchet MS";
		font-size: 8pt;
		font-weight: bold;
		color: #4C4C4C;
	}
	
table a
	{
		color: #4C4C4C;
	}
	
table a:hover
	{
		color: #E69C00;
	}
