@charset "UTF-8";
body {
	font: 12px 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;
	background-color: #efefef;
	background-image: url(images/pt-tools-bkgrnd.png);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto 10px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #006633;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 91px;
	width: 900px;
	margin: 0 auto 10px auto;
	overflow: hidden;
}
#header #sitelogo {
background: url(images/pt-tools-logo.png) no-repeat;
width: 339px;
height: 88px;
display: block;
float: left;
margin: 0;
}
#sitelogo span {
display: none;
}
.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 */
}

#navigation { width: 500px; height: 54px; margin: 0 0 0 340px; padding: 0; position: relative; }
div.menu, #page-nav { width: 500px; margin: 0; text-align: center; height: 54px; }
div.menu ul { margin-left: 0; padding-left: 0; }
div.menu li, #page-nav li { display: inline; float: left; margin-top: 2px; }
div.menu li a, #page-nav li a {
color: #eee;
display: block;
font-weight: bold;
height: 54px;
line-height: 54px;
padding: 0 30px;
text-decoration: none;
overflow: hidden;
margin-top: 2px;
font-size: 14px;
}
li#blog a {
text-indent: -300em;
background: url(images/blog.png) no-repeat;
width: 250px;
margin-top: 5px;
}
div.menu li a:hover, #page-nav li a:hover { color: #fff; background: #555; }

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #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 */
}
h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	background: url(images/h2-bkgrnd.png) repeat-x;
	margin-right: -20px;
	margin-left: -20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.row {
	border-bottom: 1px solid #CCCCCC;
}
.row .collt {
	width: 99%;
	float: left;
	padding-right: 2%;
	border-right: 1px solid #CCCCCC;
	margin-top: 15px;
	margin-bottom: 15px;
}
.row .colrt {
	float: right;
	width: 99%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.clearfloat {
	clear: both;
	height: 1px;
}
.float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-top: 15px;
}
h3 {
	font-size: 18px;
	color: #006633;
	margin-top: 15px;
}
a.click {
	height: 32px;
	width: 147px;
	background: url(images/click-btn.png) no-repeat -2px;
	display: block;
}
a.click:hover { background-position: -148px; }
a.click:active { background-position: -295px; }
.collt p, .colrt p { margin-left: 225px; }
.quote {
	font-size: 14px;
	font-style: italic;
	color: #006633;
	text-align: center;
}
.jsequote {
	padding-right: 80px;
	padding-left: 80px;
	zoom: 1;
}
.SignUp {
	text-align: center;
	background: #006633;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	margin-right: -10px;
	margin-left: -10px;
	padding-bottom: 10px;
	padding-top: 5px;
}

