@charset "UTF-8";
/* CSS Document */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
}
.oneColFixCtrHdr #container {
	width: 875px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/pt-center.gif) no-repeat bottom;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.oneColFixCtrHdr #header {
	background: url(../images/pt-head.gif) no-repeat left top;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 69px;
	width: 875px;
	padding-top: 0;
	padding-bottom: 0;
}
#header #email {
	padding-top: 10px;
	float: left;
}
.oneColFixCtrHdr #container #mainContent #contact {
	width: 100%;
	float: left;
	padding-bottom: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-top: 10px;
}
.oneColFixCtrHdr #container #logo {
	height: 150px;
	width: 241px;
	padding-left: 20px;
	padding-top: 20px;
	float: left;
}
#email {
	width: 300px;
	color: #E30628;
	font-weight: bold;
}
#topNav {
	width: 475px;
	left: 0px;
	float: right;
	padding-top: 43px;
}
.oneColFixCtrHdr #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 */
}

.oneColFixCtrHdr #mainContent {
	background: no-repeat bottom;
	height: 100%;
	z-index: 0;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 370px;
}
.oneColFixCtrHdr #footer {
	background:#000000;
	height: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #E30628;
	letter-spacing: -0.5pt;
	line-height: 120%;
}
.redBoldlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	font-variant: normal;
	color: #E30628;
	letter-spacing: -1pt;
}
#email {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #E30628;
	font-weight: bolder;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 20px;
}
.oneColFixCtrHdr #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
}
.contactBold {
	font-weight: bold;
	font-size: 11px;
}
#address {
	width: 140px;
	padding: 0px 5px 0px 0px;
	float: left;
}
#sendEmail {
	width: 180px;
	left: 0px;
	top: 0px;
	float: right;
	padding-left: 5px;
}
#hours {
	width: 140px;
	left: 0px;
	position: relative;
	top: 0px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	clear: right;
}
a {
	color: #E30628;
	text-decoration: underline;
}
ul#main-nav {
	font-family:helvetica,arial,sans-serif;
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
ul#main-nav li {
	margin:0;
	padding:0;
	list-style:url(none) none;
	float:left;
	margin:0 0em 0 0;
}
ul#main-nav li a {
	text-decoration:none;
	display:block;
	padding:0em;
	color:#FFFFFF;
	width: 13em;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	font-variant: normal;
	letter-spacing: -1pt;
	list-style-type: circle;
	list-style-position: inside;
}
.oneColFixCtrHdr #container #header #topNav #main-nav .home a {
	color: #000000;
}
.oneColFixCtrHdr #container #header #topNav #main-nav .homeGray a {
	color: #999;
}
.bulletBlack {
	font-size: 12px;
	color: #000000;
}
.bulletRed {
	color: #E30628;
	font-size: 12px;
	}
.bulletWhite {
	color: #FFFFFF;
	font-size: 12px;
}
ul#main-nav li a:hover {
	color:#CCCCCC;
}
.oneColFixCtrHdr #container #header #topNav #main-nav .home a:hover {
	color:#CCCCCC;
}
#overlap {
	float: left;
	z-index: 5;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #e30628;
}
.secondaryImage {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 120%;
}
.redBoldsmall {
	font-weight: bold;
	color: #e30628;
}
.gray {
	color: #666666;
}
.oneColFixCtrHdr #container #logo a img {
	text-decoration: none;
}
.lightGray {
	color: #CCC;
}

