@charset "UTF-8";
/* CSS Document */








body  {
        background:url(bodyBK.jpg) repeat-y top center #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	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;*/
}
.thrColFixHdr #container {
	display:table;
	/*width: 49%;*/
	width: 788px; /*using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*CARTER if you could trim 8 pixs off of the Nikki image it would help your websites avoid a horizontal scroll bar*/
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	background:url(clp1.jpg) top left no-repeat;
	/*padding: 0px 0px 0px 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 549px; /*height is the same as the nikki image*/
	/*width:788px;*/
	width: 49%;
} 
.thrColFixHdr #rotator {
background: #222 url(images/rotator.php)
background-repeat:no-repeat
align: center top;
color: inherit;
height: 150px;
width: 100%;
}
.thrColFixHdr #header .headRandImage{
	float: right; /* floating the div will make the image escape the block elements listed before this item*/
}








.thrColFixHdr #header .headNav{
	margin-top:10px; /* using margin to place the navigation from the top this number will added to the h1 tag listed above.*/
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #999999;
	background: #000000;
}
.thrColFixHdr #header .headNav a{
	color: #999999; /* since we have the specification to reach the links we can be as generic as possible*/
	padding-right: 10px; /* this will create space between your navigation elements*/
}
.thrColFixHdr #header .headNav a:hover{
	color: #ccff00; /* since we have the specification to reach the links we can be as generic as possible*/
	padding-right: 10px; /* this will create space between your navigation elements*/
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	/* width: 240px; the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	width: 26%;
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	/* width: 230px; the background color will be displayed for the length of the content in the column, but no further */
	width:25%;
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #middleContent {
	margin: 0 260px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.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 */
}
.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;
}








#foldertop {
	width:272px;
	background-image: url(Test Image Folder/foldertop.png);
	background-repeat:no-repeat;
}
#foldermiddle {
	width:272px;
	background-image:url(Test Image Folder/foldermiddle.png);
	background-repeat:repeat-y;
font-family:Arial, Helvetica, sans-serif;
}
#folderbottom {
	width:272px;
	background-image:url(Test Image Folder/folderbottom.png);
	background-repeat:no-repeat;








}
#foldertopgrey {
	width:400px;
	background-image: url(Test Image Folder/foldertopgrey.png);
	background-repeat:no-repeat;
}
#foldermiddlegrey {
	width:380px;
	padding-left: 10px;
	padding-right: 10px;
	background-image:url(Test Image Folder/foldermiddlegrey.png);
	background-repeat:repeat-y;
font-family:Arial, Helvetica, sans-serif;
}
#folderbottomgrey {
	width:400px;
	background-image:url(Test Image Folder/folderbottomgrey.png);
	background-repeat:no-repeat;








}
#leftSlide {
	float: left;
	left:7px;
	top:0px;
	width:25%;
	height:187px;
	z-index:1;
}








#rightSlide {
	position:absolute;
	left:7px;
	top:0px;
	width:25%;
	height:187px;
	z-index:1;
}








#a {








	width:33%;
	float: left;
	padding:5px;
	z-index:9;
	background-color: #CCCCCC;
}
#middleSlide {








	width:33%;
	float: left;
	padding:5px;
	z-index:9;
	background-color: #666666;
}
#b {








	width:33%;
	float: left;
	padding:5px;
	z-index:9;
	background-color: #666666;
}
#Layer10 {








	width:33%;
	float: left;
	z-index:10;
background-color: #CCCCCC;
}
.iFrame{
float:left;
width:36.75%;
height: 685px;
}
.linkbody{
background-color:#EEE3BD;
/*width:200px;*/
float:right;
width:200px;
height: 685px;
}
.linkbodyheader{
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
text-align:left;
padding-left: 5px;
height:38px;
background-image:url(poi3.jpg);
background-position:center;
background-repeat:no-repeat;
}
.meetCharacter{
height:84px;
width: 196px;
background-image:url(newpeople.jpg);
background-position:center;
background-repeat:no-repeat;
}
.linkBodyContent{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
padding-left: 5px;
color: #000000;
}
		.linkBodyContent a{
		font-size:12px;
		color:#000000;
}
		.linkBodyContent a:hover{
		color:#0000FF;
		text-decoration:underline;
		/*font-weight:bold;*/
		}