body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Lucida Grande", Lucida, "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	_width: 940px;
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-bottom: 20px;
}
#headerrighttop {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 240px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 80px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	margin-bottom: 10px;
	border: 10px solid #00339A;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 240px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #mainContent h1 {
	font-size: 100%;
	line-height: 2.5em;
	color: #00339A;
	font-weight: bold;
}
.twoColFixLtHdr #footer {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	min-height:70px;
	margin-top: 20px;
	width: 920px;
	_width: 940px;
	float: left;
	font-size: 85%;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
}
.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;
}
#logo {
	float: left; /* since this element is floated, a width must be given */
	width: 240px;
}
#headerright {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 240px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#menu {
	padding-top: 10px;
	text-align: left;
	font-family: "Lucida Grande", Lucida, "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
}
#phone1 {
	padding-top: 10px;
	text-align: right;
	font-family: "Lucida Grande", Lucida, "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #336AD8;
}
#navcontainer {
	padding-top: 10px;
	font-family: "Lucida Grande", Lucida, "Lucida Sans", Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
ul#navlist
{
	margin-left: 0px;
	padding-left: 0px;
	white-space: nowrap;
	_position: relative;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
	color: #fff;
	background-color: #00339A;
	text-decoration: none;
}

#navlist a:hover
{
	color: #fff;
	background-color: #336AD8;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C20000;
	padding-bottom: 10px;
}

#storelocator {
	min-height:50px;
	background-color: #FFF;
	float: left;
	width: 200px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#storelocator h1 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #336AD8;
	font-size: 14px;
	line-height: 28px;
	color: #00339A;
	margin-bottom: 10px;
	letter-spacing: .2em;
}
#storelocator p {
	font-size: 12px;
	color: #5E5E5E;
	letter-spacing: 0.1em;
	line-height: 18px;
}
#storelocator .button {
	font-size: 12px;
	color: #5E5E5E;
	letter-spacing: 0.1em;
	display: block;
	float: right;
	height: 20px;
	margin-top: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C20000;
	line-height: 20px;
}
#storelocator .button a:link, a:visited {
	text-decoration: none;
	color: #5E5E5E;
}
#subcontent {
	width: 920px;
	_width: 940px;
	clear: both;
	margin-bottom: 20px;
}
#subcontent .left {
	float: left; /* since this element is floated, a width must be given */
	width: 340px;
	padding: 0px;
	margin-top: 10px;
	height: 169px;
}
#leftbanner {
	height:169px;
	width: 340px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#leftbanner a {
	height:169px;
	width: 340px;
	background-image: url(../images/banner_wide_Sr.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: normal;
	font-weight: normal;
	text-decoration: underline;
	display: block;
	color: #00339A;
	background-position: top;
}
#leftbanner a:hover {
	height:169px;
	width: 340px;
	background-image: url(../images/banner_wide_Sr.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: normal;
	font-weight: normal;
	text-decoration: underline;
	display: block;
	color: #00339A;
	background-position: bottom;
}

#subcontent .right {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 340px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#subcontent .rightbanner1 {
	margin-left: 0px;
	height:169px;
	width: 260px;
	margin-right: 10px;
	margin-top: 10px;
	float: left;
}
#subcontent .rightbanner1 a {
	height:117px;
	width: 220px;
	background-image: url(../images/banner_1.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	padding-top: 42px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	display: block;
	color: #CCC;
}
#subcontent .rightbanner1 a:hover {
	height:117px;
	width: 220px;
	background-image: url(../images/banner_1.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: normal;
	font-weight: normal;
	text-decoration: underline;
	padding-top: 42px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	display: block;
	color: #00339A;
	background-position: bottom;
}

#subcontent .rightbanner1 a span{
	font-size: 1.5em;
	font-weight: bold;
	color: #ca3800;
}
#subcontent .rightbanner2 {
	margin-left: 10px;
	float: left;
	width: 260px;
	margin-right: 0px;
	height: 169px;
	margin-top: 10px;
}
#subcontent .rightbanner2 a {
	height:117px;
	width: 220px;
	background-image: url(../images/banner_2.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	padding-top: 42px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	display: block;
	color: #CCC;
}
#subcontent .rightbanner2 a:hover {
	height:117px;
	width: 220px;
	background-image: url(../images/banner_2.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: normal;
	font-weight: normal;
	text-decoration: underline;
	padding-top: 42px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	display: block;
	color: #00339A;
	background-position: bottom;
}

#subcontent .rightbanner2 a span{
	font-size: 1.5em;
	font-weight: bold;
	color: #ca3800;
}
#footer630 {
	width: 610px;
	float: left;
	padding-left: 10px;
}
#footer p {
	color: #5E5E5E;
}
#footer li {
	display: inline;
	list-style-type: none;
}
#footer li a {
	list-style-type: none;
	font-size: .9em;
	color: #5E5E5E;
	text-decoration: none;
	padding-right: 10px;
}
#footer li a:hover{
	list-style-type: none;
	font-size: .9em;
	color: #5E5E5E;
	text-decoration: underline;
	padding-right: 10px;
}
#footer a {
	color: #5E5E5E;
	text-decoration: none;
}
#footer li a:hover{
	color: #5E5E5E;
	text-decoration: underline;
}

#recognition {
	padding: 5px;
	width: 210px;
	float: left;
}
#recognition img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: center;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#mainContent p {
	font-size: 85%;
	color: #202020;
	line-height: 18px;
	font-family: "Lucida Grande", Lucida, "Lucida Sans", Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	padding-right: 20px;
}
pre { display:none }
div#fade.pics { height: 400px; width: 960px; padding:0; margin:0; overflow: hidden }
div#fade.pics img { height: 400px; width: 960px; top:0; left:0 }

/* @group Js Cycle homepage */

#slideshow { margin: 0; }

ul#nav { width: 640px;  border-top: 2px solid #999;float: left;}

#nav li { float: left; margin: 8px; list-style: none; }

#nav li a { padding: 3px 10px; display: block; border-top: 1px solid #999; color:  #000; font-size: .8em;position: relative;top: -9px;}

#nav a.activeSlide {
	color: #32288A;
	border-top: 2px solid #cc0000;
}

#nav a:focus { outline: none; }

#nav img { border: none; display: block }

.pics { height: 350px; width: 640px; padding:0; margin:0; overflow: hidden }
.pics img { height: 350px; width: 640px; padding:0; margin:0; top:0; left:0; }

#pagecopy {
	margin-top: 5px;
	width: 100%;
	float: left;
}
#pageform {
	margin-top: 5px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	height: 350px;
	overflow: auto;
	position: relative;
	width: 97%;
}
#pageformServices {
	margin-top: 5px;
	float: left;
	height: 350px;
	overflow: auto;
	position: relative;
	width: 100%;
}

#twocolumns {
	margin-top: 5px;
	float: left;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 99%;
}
#twocolumns ul{
	font-family: Arial, Helvetica, sans-serif;
}
#twocolumns li{
	list-style-position: inside;
	list-style-image: url(../images/bullet02.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 25px;
	padding-left: 10px;
	font-weight: bold;
}

#twocolumns img{
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.columnleft {
	float: left;
	width: 290px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.columnright {
	float: right;
	width: 290px;
	padding: 10px;
}
/* @end */
