html {
height: 100.5%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#bodyHolder {
	margin:0 auto;
width: 995px;
height:auto;
}
#masthead {
	margin:0 auto;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 190px;
	width: 995px;
	background-position:center;
	float:inherit;
}
#telNum {
	font-size: 1.7em;
	font-weight: bold;
	color: #FFF;
	padding-left: 15px;
	line-height: 50px;
	text-align: left;
	vertical-align: middle;
}
#logo img {
	border: 0;
}
/*COLUMNS*/
#columnwrapper {
	margin: 0 auto;
	background-repeat: repeat-y;
	width:995px;
}
#columns-top {
	background-repeat: no-repeat;
	height: 12px;
}
#c1, #c2, #c3, #c4 {
	float: left;
}
#columns-bottom {
	clear: both;
	background-repeat: no-repeat;
	height: 12px;
	font-size: 0px;
}
.content {
	padding: 8px 20px;
	font-size: 0.75em;
	line-height: 1.5em;
}
.content p {
	margin: 6px 0px 12px;
}
h1 {
	margin: 0px;
	font-size: 1em;
	letter-spacing: 0.2em;
}
h2 {
	font-size: 1.1em;
	margin: 28px 0px 0px;
}
h3 {
	font-size: 1em;
	margin: 28px 0px 0px;
}
#footer {
	margin: 0px auto;
	font-size: .7em;
}
#footercontent {
	padding: 12px 0;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#topNav {
	margin-top:-27px;
	margin-left:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #ffffff;
	background-position:center;
	float:inherit;
	}
	
#topNav a:link, #topNav a:visited, #topNav a:active {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}
#topNav a:hover {
	color: #F96;
}
#clear {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	}

/*GLOBALS: Nav Bar*/
#tnav {
	background-color: #ffffff;
	font-size: 0.8em;
	color:#FFF;
	padding-bottom: 12px;
	margin-top: 10px;
	background-position: left bottom;

}
#tnav-center {
	margin: 0 auto;
	border-left: 1px solid #333;
	margin-top: -70px;
}
#tnav ul {
	margin: 0;
	padding: 0;
}
#tnav li {
	list-style-type: none;
	float: left;
}
#tnav #BasicNav a {
	float: left;
	color: #000000;
	padding: 10px;
	text-decoration: none;
	border-right: 1px solid #333333;
}
#tnav #BasicNav a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
#p7PMnav {
	background-image: none !important;
	background-color: transparent !important;
}
/*GLOBALS: Link Styles other than main navigation bar*/
a:link {
	color: #0033CC;
}
a:visited {
	color: #6C92FF;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}

#footTopBar {
	float:left;
width:955px;
height:5px;
background-color:#990505;
margin: 0 auto;
}
.breakPage {
clear:both;
}
.clearLeft {
clear:left;
}
