@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	background-image: url(../images/body-background.jpg);
}


#clear {
	clear: both;}
	
#white-fade {
	background-image: url(../images/body-background-fade.png);
	background-repeat: repeat-x;
	width: 100%;	
}

#topshadow {
	background-image: url(../images/top_dropshadow.png);
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 1020px;

}

#wrapper {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	list-style-image: none;
	border: 3px solid #999;
	background-color: #FFF;
	
}
#header {
	background-image: url(../images/header-background.jpg);
	height: 470px;
	background-repeat: no-repeat;
}

#contact {
	float: right;
	position: relative;
	top: 15px;
	width: 150px;
	font-size: 24px;
	font-weight: bold;
	color: #052D47;
	text-align: center;
	
}

#contact-info {
	float: right;
	font-size: 18px;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	margin: 5px;
	color: #333;
	background-position: right top;
	background-repeat: no-repeat;
}


#content {
	padding-right: 60px;
	padding-left: 60px;

}
.sub-header {
	font-size: 22pt;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #333;
	font-weight: bold;
	margin-bottom: 30px;
}
.bodycopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 21pt;
	color: #333;
	text-align: justify;
	font-weight: normal;
}
.welcome-header {
	font-size: 48px;
	color: #333;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
}




#copyright {
	height: auto;
	width: 100%;
	bottom: 0px;
	clear: both;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
	color: #FFF;
	vertical-align: baseline;
	padding-top: 7px;
	padding-bottom: 7px;
	font-variant: normal;
	background-image: url(../images/copyright_bar_back.jpg);
	background-repeat: repeat;
}
	


#footer {
	height: inherit;
	width: 960px;
	clear: both;
	bottom: 0px;
	margin-top: 200px;
	background-image: url(../images/footer_background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	min-height: 160px;
} 

P {text-indent: 30pt;}

.TB {
	color: #052D47;
	font-weight: bold;
	text-transform: uppercase;
}
#botshadow {
	background-image: url(../images/bottom_dropshadow.png);
	height: 30px;

	margin-left: auto;
	margin-right: auto;
	width: 1020px;
}
#midshadow {
	background-image: url(../images/mid_dropshadow.png);
	background-repeat: repeat-y;

	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
}
