@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 5;
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
img {
	border-style:none;
}
.thrColFixHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 5;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.thrColFixHdr #header {
	padding: 0;
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	padding: 5px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 175px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	width: 525px;
}
.thrColFixHdr #mainContent2 {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 175px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	width: 800px;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
} 
.thrColFixHdr #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-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}
.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;
}
#headerContainer {
	height: 210px;
	width: 1000px;
}
#headerAd {
	float: left;
	height: 90px;
	width: 735px;
}
#coverImg {
	float: right;
	height: 198px;
	width: 164px;
	margin-right: 5px;
	border: 1px solid #000000;
}
#headerLogo {
	float: left;
	height: 100px;
	width: 560px;
	margin-top: 15px;
	margin-left: 5px;
}
#categorySearch2 {
	margin: 0px;
	padding: 1px;
}
#headerImg {
	float: left;
	height: 150px;
	width: 140px;
	padding-left: 5px;
}
#healthDirSearch  {
	height: 75px;
	width: 235px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 10px;
	padding-top: 25px;
}
#rss {
	float: right;
	width: 160px;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 1px;
}
.rssLink {
	font-size: 12px;
	padding: 5px;
	margin: 1px;
	color: #FFFFFF;
}
#login {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
}
.pBlogItem {
	font-style: normal;
}
.rssImg {
	float: left;
	padding-right: 10px;
	padding-left: 2px;
	padding-top: 5px;
}
#features {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 10px;
	width: 500px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.pCategories {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#fsInterests {
	width: 375px;
}
.blogImage {
	float: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.blogImageSml {
	float: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#profiles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	float: right;
	width: 290px;
	background-color: #B5D5FF;
	border: 1px dotted #999999;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}
.profileImage {
	float: right;
	margin: 5px;
	padding: 5px;
}
#fitness {
	float: left;
	padding: 5px;
	width: 242px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
}
#menu {
	padding-right: 215px;
	padding-left: 0px;
}
.menuBg {
	background-image: url(../p7pm/img/pmbluestone_root.jpg);
}
#beat {
	float: right;
	padding: 5px;
	width: 242px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
}
#denied {
	margin: 25px;
	padding: 25px;
	text-align: center;
}
#directoryList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	margin-top: 10px;
	margin-right: 35px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#directoryForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 35px;
	padding: 5px;
	width: 500px;
}
.blogImageLg {
	float: left;
	margin: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.blogImageAd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: right;
	margin: 5px;
	padding: 5px;
	color: #999999;
	width: 310px;
}
#archives {
	margin-top: 10;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 15;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	width: 800px;
}
#archivesList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	margin: 10px;
}
.archiveCovers {
	width: 164px;
	height: 198px;
}
#catUL {
	text-indent: -40px;
	list-style-type: none;
	margin-top: -5px;
}
.pByline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
h2 {
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
h3 {
	margin: 0px;
	padding: 0px;
}
#secondOp {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	float: right;
	width: 290px;
	background-color: #B5D5FF;
	border: 1px dotted #999999;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}
#contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 15px;
	width: 490px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-left: 10px;
}
.sideBarAd {
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 2px;
}
#admin {
	margin-top: 10;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 15;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 750px;
}
#catList {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
}
.warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
#briefs {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#activate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
}
#fsContrib {
	width: 450px;
}
#contribForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 5px;
	padding: 5px;
	width: 450px;
}
#submit {
	padding: 1px;
	margin-left: 10px;
}
#categoryName {
	padding: 1px;
	margin: 1px;
}
#region {
	padding: 1px;
	margin: 1px;
}
.footerAddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#archiveToolBox {
	border: thin dotted #333333;
	width: 225px;
	padding-right: 5px;
	padding-left: 5px;
}
#archiveToolBox img {
	float: left;
	padding-left: 25px;
	padding-right: 5px;
}
