@charset "UTF-8";


body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0px 0px 0px 0px; /* 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: #343434;
}
body a {
	color:#212121;
	font-weight: bold;
	text-decoration: none;
}

body a:hover {
	color:#999999;
	font-weight: bold;
	text-decoration: none;
}

p {
	margin-top:0px;
	margin-bottom:0px;
}

.oneColFixCtrHdr #container {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-repeat: no-repeat;
}



.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;
	height: 50px;
	background-color: #DDDDDD;
}
.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: 6px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-image: url(images/mainPage3.jpg);
	background-position: 0px 0px;
	height: 500px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContent2 {
	padding: 0 20px;
	background-image: url(images/knowlton_45.jpg);
	background-position: -240px -10px;
	height: 500px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContent3 {
	padding: 0 20px;
	background-image: url(images/knowlton_20.jpg);
	background-position: 0px 0px;
	height: 500px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContent4 {
	padding: 0 20px;
	background-image: url(images/knowlton_30.jpg);
	background-position: -120px -80px;
	height: 500px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContent5 {
	padding: 0 20px;
	background-image: url(images/knowlton_48.jpg);
	background-position: -70px 0px;
	height: 500px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContent6 {
	padding: 0 20px;
	background-image: url(images/knowlton_15.jpg);
	background-position: -210px -70px;
	height: 500px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContent7 {
	padding: 0 20px;
	background-image: url(images/knowlton_39.jpg);
	background-position: -150px -80px;
	height: 500px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContent8 {
	padding: 0 20px;
	background-image: url(images/knowlton_25.jpg);
	background-position: -120px -20px;
	height: 500px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContent9 {
	padding: 0 20px;
	background-image: url(images/knowlton_66.jpg);
	background-position: -20px 0px;
	height: 500px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContent10 {
	padding: 0 20px;
	background-image: url(images/knowlton_51.jpg);
	background-position: -190px -170px;
	height: 500px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContent11 {
	padding: 0 20px;
	background-image: url(images/knowlton_49.jpg);
	background-position: -245px -110px;
	height: 500px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContent12 {
	padding: 0 20px;
	background-image: url(images/knowlton_1.jpg);
	background-position: -10px 0px;
	height: 500px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContent13 {
	padding: 0 20px;
	background-image: url(images/knowlton_30a.jpg);
	background-position: -10px 0px;
	height: 500px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContent14 {
	padding: 0 20px;
	background-image: url(images/knowlton_30a.jpg);
	background-position: -10px 0px;
	height: 500px;
	background-repeat: no-repeat;
}

.oneColFixCtrHdr  #mainContent3 table {
	padding: 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	background-color: #CCCCCC;
	padding-top: 10px;
}

.oneColFixCtrHdr #footer {
	padding: 10px 10px 10px 10px;
	height: 30px;
	background-color: #BDBDBD;
}
.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: 0px 10px 10px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

table {
	text-align: center;
	border-collapse: collapse;
}

/*link buttons*/
.link12B {
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 4px;
}

.link12B a:link {
	color: #666666;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
}
.link12B a:visited {
	color: #666666;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
}
.link12B a:hover {
	color: #CCCCCC;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
}

/*light link buttons*/
.link12B2 {
	color: #DDDDDD;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 4px;
}

.link12B2 a:link {
	color: #DDDDDD;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
}
.link12B2 a:visited {
	color: #DDDDDD;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
}
.link12B2 a:hover {
	color: #EEEEEE;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
}





/* Miscellaneous classes for reuse */
.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;
	margin-top: 0px;
	margin-bottom: 0px;
}

.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;
}
.b12_CCC  {
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}
.b12_666 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.b14_666 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.r10_666 {
	font-size: 10px;
	color: #343434;
}

.textBlock {
	padding: 10px 10px 10px 10px;
	background-color: #BCBCBC;
	width: 370px;
	text-align: right;
	float: right;
}
.textBlock02 {
	padding: 10px 10px 10px 10px;
	background-color: #BCBCBC;
	width: 250px;
	text-align: right;
	float: right;
}
.r10 {
	font-size: 10px;
}
.oneColFixCtrHdr #mainContent15 {
	padding: 0 20px;
	background-image: url(images/knowlton_40.jpg);
	background-position: -200px -80px;
	height: 500px;
	background-repeat: no-repeat;
}
#mainContent7a {
	padding: 0 20px;
	background-image: url(images/knowlton_39.jpg);
	background-position: -210px -80px;
	height: 500px;
	background-repeat: no-repeat;
}
#apDiv1 {
	position: relative;
	left:65px;
	top:363px;
	width:210px;
	height:66px;
	z-index:1;
}

#apDiv2 {
	position: relative;
	left:300px;
	top:300px;
	width:210px;
	height:66px;
	z-index:1;
}

.tagText{
	margin:0;
	color:#FFF;
	margin-top: -33px;
}

.tagText a{
	color:#FFF;
}
