﻿body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 62.5%;
	text-align: center;
	background-color: #000000;
	background-image: url('images/background.jpg');
	background-position: left top;
	background-repeat: repeat-x;
}

#page
{
	margin: 0 auto;
	width: 776px;
	text-align: left;
	background-color: #ffffff;
}

#TopBanner
{
	background-image: url('images/top_banner_bg.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	height: 155px;
	width: 776px;
	text-align: right;
	position: relative;
}

#navigation
{
	bottom: 0px; 
	right: 0px;
	position: absolute;
}

#logo
{
	float:left;
	font-size: 1.5em;
	text-align: center;
	font-family: Times New Roman, Arial;
	line-height: 1.2em;
	
}

#copy
{
	float: right;
	font-size: 1.2em;
	padding: 43px 65px 60px 0px;
	width: 460px;
	min-height: 200px;
}

#footer
{
	height: 33px;
	background-image: url('images/footer_bg.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#footer a
{
	font-size: 1.2em;
	color: #989898;	
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

img
{
	border: none;
}

.title
{
	margin-bottom: 30px;
}

p
{
	margin: 0px 0px 26px 0px;
}

.panel
{
	float: left;
}

.panelA
{
	width: 250px;
	height: 302px;
	text-align: center;
	background-image: url('images/panel_a_bg.jpg');
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #1b2528;
	position: relative;
	margin: 0px 4px 10px 5px;
}

.panelB
{
	width: 250px;
	height: 302px;
	text-align: center;
	background-image: url('images/panel_b_bg.jpg');
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #353637;
	position: relative;
	margin: 0px 4px 10px 4px;
}

.panelC
{
	width: 250px;
	height: 302px;
	text-align: center;
	background-image: url('images/panel_c_bg.jpg');
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #707070;
	position: relative;
	margin: 0px 4px 10px 4px;
}

.panelImage
{
	padding-top: 10px;
	text-align: center;
}

.panelText
{
	text-align: left;
	color: #ffffff;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	font-size: 1.2em;
	line-height: 1.5em;

}

.readMore
{
	text-align: left;
	bottom: 10px;
	left: 25px;
	position: absolute;
}

.readMore a
{
	color: #ffffff;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
}

.insidePhoto
{
	margin-bottom: 40px;
	text-align: center;
}
	
#contactForm
{
	text-align: left;
}

.il
{
	display: inline;	
}
