@charset "UTF-8";
#container {
	width: 784px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/mainBg4.png) repeat-y top;
	margin: 0 auto;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
} 
#header {
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 168px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 245px;
}
#mainContent {
	margin: 0 168px 0 168px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 368px;
} 
#footer {
	padding: 0;
	background: #FFFFFF;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.mainHeadline {
	font: 1.4em "Times New Roman", Times, serif;
	color: #006699;
	margin-left: 20px;
	margin-top: 20px;
}
.mainText {
	font: .82em Arial, Helvetica, sans-serif;
	width: 325px;
	margin-left: 20px;
	color: #000000;
}
.rtColText {
	font: .70em Arial, Helvetica, sans-serif;
	margin-left: 15px;
	float: left;
	margin-top: 0px;
	width: 225px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.topLeftImage {
	margin-top: 10px;
}
.officeHours {
	color: #006699;
	font: 1.4em Arial, Helvetica, sans-serif;
}
.telephone {
	font: Arial, Helvetica, sans-serif;
}
.spacer {
	margin-top: 15px;
	margin-left: 0px;
}
.lftBorder {
	border-left: 1px solid #D1C57E;
}
.footerShadow {
	width: 794px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	background: url(../images/shadowBot.gif) no-repeat top;
}
.call {
}
.lftColText {
	font: .72em Arial, Helvetica, sans-serif;
	margin-right: 10px;
	margin-left: 10px;
}
.mainTextBold {font: .82em Arial, Helvetica, sans-serif; width: 325px; margin-left: 20px; color: #000000; font-weight: bold; }
.mainHeadlineLrg {
	font: 1.6em "Times New Roman", Times, serif;
	color: #006699;
	margin-left: 20px;
}

