﻿/* CSS Document - Profdata.com (Version 2) 
	Created by Terry McMillan, Creative Services Specialist, PDI Marketing */


/* Structure - how the website is organized */

/* Start: Global reset - helps with cross browser compatibility */
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
  margin:0;
  padding:0;
}
/* End: Global reset */


body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	background-color: #756e52;
	}
#container {
	margin: 0px auto;
	padding: 0px;
	width: 950px;
	min-height: 600px;
	background: white;
	position: relative;
	}
#top { 
	margin: 0px;
	padding: 0px;
	height: 75px;
	background: white;
	/* background-image: url('/images/PDI_logo.jpg');
	background-repeat: no-repeat;
	background-position: 0px,0px; */
	text-align: right;
	}
#banner {
	margin: 0px;
	padding: 0px;
	height: 100px;
	background-image: url('/images/WebBannerThin.gif');
	background-repeat: no-repeat;
	background-position: top;
	}
#photoBanner { 
	margin: 0px;
	height: 285px;
	background: white;
	z-index: -1;
	}
#boxContent {
	margin: 0px;
	padding: 0px;
	background: white;
	width: 100%;
	}
#box1 {
	margin: 0px;
	padding-top: 30px;
	padding-left: 10px;
	background: white url('/images/colorBar1.png') no-repeat top ;
	border-right: 1px #756e52 solid;
	border-top: 1px #756e52 solid;
	border-bottom: 1px #756e52 solid;
	width: 160px;
	height: 130px;
	float: left;
	cursor: pointer;
	text-align: left;
	}
#box2 {
	margin: 0px;
	padding-top: 30px;
	padding-left: 10px;
	background: white url('/images/colorBar2.png') no-repeat top;
	border-right: 1px #756e52 solid;
	border-top: 1px #756e52 solid;
	border-bottom: 1px #756e52 solid;
	width: 160px;
	height: 130px;
	float: left;
	cursor: pointer;
	text-align: left;
	}
#box3 {
	margin: 0px;
	padding-top: 30px;
	padding-left: 10px;
	background: white url('/images/colorBar3.png') no-repeat top;
	border-right: 1px #756e52 solid;
	border-top: 1px #756e52 solid;
	border-bottom: 1px #756e52 solid;
	width: 160px;
	height: 130px;
	float: left;
	cursor: pointer;
	text-align: left;
	}
#box4 {
	margin: 0px;
	padding-top: 30px;
	padding-left: 10px;
	background: white url('/images/colorBar4.png') no-repeat top;
	border-right: 1px #756e52 solid;
	border-top: 1px #756e52 solid;
	border-bottom: 1px #756e52 solid;
	width: 160px;
	height: 130px;
	float: left;
	cursor: pointer;
	text-align: left;
	}
#box5 {
	margin: 0px;
	padding: 10px;
	background: white;
	background-image: url('/images/square2x2.png') ;
	background-position: 140px 0px;
	background-repeat: no-repeat;
	width: 160px;
	height: 130px;
	float: left;
	display: block;
	}
#breadcrumb {
	margin: 0px;
	padding: 5px;
	width: 100%;
	height: 20px;
	}
#mainContent {
	margin-top: 10px;
	padding: 5px 25px 50px 25px;
	}
#rightMenuBox {
    margin: 15px 10px;
    padding: 0px;
    width: 150px;
    float: right;
    }
#rightMenu {
    padding: 10px;
    border: 1px solid #CCCCCC;
    }
#footer 
{
    margin: 0px;
	padding: 5px 5px 5px 10px;
	color: white;
	width: 100%;
	height: 25px;
	text-align: center;
	position:absolute;
	bottom:0;
	}
#nav {
	margin: 0px;
	padding: 0px;
	float: right;
	}
#videoList {
	margin: 0;
	padding: 10px;
	width: 250px;
	float: left;
	}
#video {
	margin: 10px;
	padding: 0;
	}  
.infoMisc {   /* Created small content wrapper so that floating images would display properly in the content area */
    float: left;
    width: 200px;
    }
.infoAlliances {  /* Created small content wrapper so that floating images would display properly in the content area */
    float: left;
    }
.imageFloatL {    /* Created image class so that the text would wrap around the images */
    float: left;
    border: 0;
    }
.imageFloatR {    /* Created image class so that the text would wrap around the images */
    float: right;
    border: 0;
    }
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
 .clear {
    clear: both;
    }

	
/* Typography - look and feel of the text and links */

a, a:visited {	
	font-size: 9pt;
	color: #9a3b26;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	color: black;
	font-size: 9pt;
	}
	
a.sortHeaderLink {
	text-decoration: underline;
	color: black;
	font-size: 9pt;
}

p {
	color: black;
	font-size: 10pt;
	text-decoration: none;
	line-height: 120%;
	padding-bottom: 5px;
	}
li {
	color: black;
	list-style: none;
	margin-left: 0px;
	}
ul {
	margin-left: 0px;
	}
h1 {
	font-size: 16pt;
	color: #9a3b26;
	font-weight:normal;
	padding-bottom: 10px;
	margin-bottom: 0px;
	text-transform: uppercase;
	}
h2 {
	font-size: 10pt;
	color: black;
	font-weight: bold;
	margin-bottom: 0px;
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;
	}
	
h3 {
	font-size: 18pt;
	color: #83afb4;
	font-weight:normal;
	line-height: 50%;
	padding-bottom: 5px;
	margin-bottom: 0px;
	}
h4 {
	font-size: 14pt;
	color: #9a3b26;
	font-weight:normal;
	line-height: 50%;
	padding-bottom: 5px;
	margin-bottom: 0px;
	}
SELECT {
    font-size: 9pt;
    }
legend {
    color: black;
    font-weight: bold;
    }
#footer p, #footer a {
	text-decoration:none;
	color: #999999;
	font-size: 8pt;
	}
#footer a:hover {
	text-decoration:none;
	color: black;
	font-size: 8pt;
	}
#breadcrumb {
	color: #999999
	}
#breadcrumb a {	
	color: #999999;
	text-decoration: none;
	}
#breadcrumb a:hover {
	text-decoration:none;
	color: black;
	}
#box5 p {
	padding: 0px;
	margin-bottom: 5px;
	color: black;
	font-size: 10px;
	text-decoration: none;
	}
#box5 a {
    font-size: 10px;
    }
#box5 h4 {
	padding-bottom: 10px;
	}
#mainContent p a, #mainContent p a:hover {
	font-size: 10pt;
	}
#sitemap li {
	margin-bottom: 10px;
	}
#sitemap2 li {
	list-style-type: square;
	margin-left: 30px;
	margin-bottom: 0px;
	}
#rightMenu li a {
	color: #9a3b26;
	font-size: 10pt;
	padding-top: 5px;
	}
#rightMenu li {
    color: Black;
	font-size: 10pt;
	padding-top: 5px;
    }
#rightMenu li a:hover {
	color: black;
	font-size: 10pt;
	}
ul.discList {
    margin-bottom: 10px;
    }
li.discList {
    list-style-type: disc;
    margin-left: 20px;
    padding-bottom: 3px;
    }
.profile {
    color: #394A58;
    border: 1px solid #CCCCCC;
    }
p.upperCase {
    text-transform: uppercase;
    }
ul.alliance {
    margin-right: 25px;
    float: left;
    }
        
/* Start - top menu javascript drop down */
#top ul {
    margin-top: 15px;
    margin-right: 15px;
    }
#nav li	{	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	}
#nav li a {	
	display: block;
	margin: 0 3px 0 0;
	padding: 0px 4px;
	text-decoration: none;
	}
#nav div {	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 1px solid #999999;
	background: white;
	z-index:1;
	}
#nav div a {	
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	}
#nav div a:hover {
    text-decoration: underline;
    }
/* End - top menu javascript drop down */

/* Begin - Controls the treeview menu styling on the GoodToKnow.aspx page

.childRow_hide {
	display:none;
	}
.childRow_show {
	cursor:hand; 
	}
.parentRow {
    cursor:hand; 
    }
.toggleImg {
	padding-right:5px;
	}
.cellWithVideo {
	color:blue;
	}
	
End - Controls the treeview menu styling on the GoodToKnow.aspx page */

#userGreeting {
    position:absolute;
    top: 40px;
    color:#999999;
    right:23px;
}	