/* CSS For Screen */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 150%;
	color: #FFF;
	background: #6ad1fe url(../images/background.jpg) repeat-x;
	margin: 0;
	padding: 0;
}
p {
	font-size: 1.1em;
}
strong {
	font-weight: bold;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.7em;
}
h4 {
	font-size: 1.6em;
}
h5 {
	font-size: 1.7em;
}
h6 {
	font-size: 1.5em;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	color: #FFF;
	text-decoration: underline;
}
.center {
	text-align: center;
}
/*Used by Footer*/
#PBTSfooter {
	width: 100%;
	text-align: center;
}
#PBTSfooter p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #6F6F6F;
}
/* Used By CMS Objects */
.Page {
	/* All Page Divs */
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
}
.Section {
	/* All Section Divs */
	
}
.Content {
	/* All Content Divs */
	
}
.PageTitle {
	/* Section Header */
	font-size: 2em;	
}
.SectionTitle {
	/* Section Header */
	font-size: 1.8em;	
}
.ContentTitle {
	/* Content Header */
	font-size: 1.6em;
}
.NotFoundTitle {
	/* Content Header for Not Found Page */
	font-size: 2em;
}
.NotFoundText {
	/* P text for Not Found Page */
	font-size: 1.1em;
}
#sitemaplist {
	/* Site Map UL */
	
}
.RequiredSymbol {
	/* Required Symbol */
	
}
#ALL {
	/* All Content Area */
	width: 880px;
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
#Header {
	/* Header div */
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 95px;
}
#TopMenu {
	/* Top Menu div */
	position: relative;
	left: 440px;
	top: 40px;
	width: 430px;
}
#MainContent {
	/* Content div */
	padding: 1px;
	margin: 1px;
	background-color: #969696;
	min-height: 300px;
}
#HomeFlash {
	/* Home Page Flash Div */
	padding: 1px;
}
#InteriorFlash {
	/* Interior Page Flash Div */
	padding: 1px;
}
#ContentLowerHome {
	padding: 1px;
}
#BoxHomeOne {
	background-color: #818181;
	height: 250px;
	width: 292px;
	float: left;
	margin-right: 1px;
}
#BoxHomeTwo {
	background-color: #969696;
	height: 250px;
	width: 292px;
	float: left;
	margin-right: 1px;
}
#BoxHomeThree {
	background-color: #969696;
	height: 250px;
	width: 292px;
	float: left;
}
#BoxHomeOneContent {
	padding-left: 5px;
	padding-right: 5px;
}
#BoxHomeTwoContent {
	padding-left: 5px;
	padding-right: 5px;
}
#BoxHomeThreeContent {
	padding-left: 5px;
	padding-right: 5px;
}
#BoxHomeOneContent p {
	font-size: 11px;
}
#BoxHomeTwoContent p {
	font-size: 11px;
}
#BoxHomeThreeContent p {
	font-size: 11px;
}
#Footer {
	/* Footer div */
	clear: both;
	height: 60px;
	background-color: #c7c7c7;
	margin: 1px;
}
#LeftFooter {
	position: relative;
	left: 25px;
	top: 20px;
	width: 400px;
	color: #333333;
	font-size: 10px;
}
#LeftFooter a {
	color: #333333;
}
#RightFooter {
	position: relative;
	left: 450px;
	top: -10px;
	width: 400px;
}
/* Bottom Designed By Section */
#DesignedBy {
	/* Designed by Div */
	text-align: center;
	font-size: 9px;
	color: #666;
}
