@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 0.8em;
	line-height: 1.4em;
	background-color: #fff;

		
}

#container {
	width: 890px;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
	background-image: url(../pftt/images/nav_bg.jpg);
	background-repeat: repeat-y;
	
}

#pfttHeader {
	padding: 0;
	 margin: 0;
	 /*border: 1px solid #666666;*/
}

#main {
margin: 0 0 0 0;
padding: 0 16px 20px 0;


}


 
#navBar {
	/*width: 220px;*/
	width: 195px;
	margin: 0;
	padding: 0;
	float: left;
	/*border: 1px solid #0099CC;*/
	
}


#navBar #navLinks {
background-color: #d4d4d4;
 padding: 0 0 0 0;

 border-top: 1px solid #fff;
 border-bottom: 1px solid #fff;
 /*padding: 10px 0 0 0;*/
 margin: 0;
 }


/*#navBar #navLinks ul {
	list-style: none;
	margin: 0 0 4px 10px;
	padding: 0 4px 4px 0;
	font-size: .9em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: .9em;
}
*/
#navBar #navLinks ul.makeMenu {
 width: 195px;               /* sets the size of the menu blocks */
  /*border: 1px solid #000; */     /* puts a black border around the menu blocks */
  background-color: #d4d4d4;      /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
 padding: 0;           /* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin: 0px; 
  line-height: 1.2em;
 					           /* Opera 7 final's margin and margin-box model cause problems */
}

#navBar #navLinks ul.makeMenu ul {
width: 220px;
/*background-image: url(../images/news_gradient.jpg);*/
background-color: #e6e6e6;
background-repeat: repeat-y; 
padding: 0;
margin: 0;
border-top: 1px solid #CDC0B0;
border-right: 1px solid #CDC0B0;
border-bottom: 1px solid #666666;
border-Left: 1px solid #666666;

}

#navBar #navLinks ul.makeMenu li {
  list-style-type: none;       /* removes the bullet points */
  margin: 0px;                 /* Opera 7 puts large spacings between li elements */
  position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
  color: #fff;                 /* sets the default font colour to white */
}

#navBar #navLinks ul.makeMenu li > ul { /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: 2px;                    /* position slightly lower than the parent menu item */
  left: 184px;  
  z-index:2020;                /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
}

#navBar #navLinks ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
  background-color: #F0F0F0;      /* gives the active menu items a yellow background */
  color: #993300; 
 z-index:2021;                 /* makes the active menu item text black */ 
}

#navBar #navLinks ul.makeMenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;  
            /* specially to go with the className changes in the behaviour file */
}

#navBar #navLinks ul.makeMenu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;  
            /* makes the child block visible - one of the most important declarations */
}

/* and some link styles */
#navBar #navLinks ul.makeMenu li a { 
	color: #666666;
	font-weight: bold; 
	display: block; 
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
	padding: 6px 4px 6px 8px; 
		}
		
	#navBar #navLinks ul.makeMenu li ul li a { 
	color: #666666;
	font-weight:300; 
	display: block; 
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
	padding: 6px 4px 6px 8px; 
		}
	
#navBar #navLinks ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink { color: #993300; }
#navBar #navLinks ul.makeMenu li:hover > a { color: #000; } /* supports links in branch headings - should not be display: block; */

<!--[if gt IE 5.0]><![if lt IE 7]>

/* that IE 5+ conditional comment makes this only visible in IE 5+ */
#navBar #navLinks ul.makeMenu li {  /* the behaviour to mimic the li:hover rules in IE 5+ */
  behavior: url( IEmen.htc );
}
#navBar #navLinks ul.makeMenu ul {  /* copy of above declaration without the > selector, except left position is wrong */
  display: none; position: absolute; top: 2px; left: 78px;
}

#navBar #navContact {
	
	padding: 16px 6px 0 12px;
	margin: 0;
	color: #4F4F4F;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	}
	
	#navBar #navContact h1 {
	font-size: .8em;
	padding: 0 0 2px 0;
	margin: 0;
	
	}
	
	#navBar #navContact p {
	font-size: .8em;
	padding: 4px 0 4px 0;
	margin: 0;
	
	}
	
	#navBar #navContact ul {
		font-weight: 300;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#navBar #navContact li a {
	font-size: .9em;
	padding: 2px 0 0 0;
	margin: 0;
	color: #4F4F4F;
	
	}
	
	#navBar #featuredVideo {
	margin: 0 0 0 0;
	padding: 6px 16px 12px 14px;
	

	}
	
#navBar #featuredVideo h1 {
	font-size: 12px;
	color: #006633;
	padding: 3px 0 0 0;
	margin: 0 0 10px 0;
	}

#navBar #videoThumb {
	background-color: #fff;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #CCCCCC;
	text-align: right;  
	}	
	
#navBar a.videoRollover {
    display: block;
    width: 166px;
    height: 145px;
    background-image: url(../pftt/images/video_reg.jpg);
	background-repeat: no-repeat;
    text-decoration: none;
	padding: 0 0 2px 0;
	
	}
	
#navBar a:hover.videoRollover {
    background-image: url(../pftt/images/video_over.jpg);
	background-repeat: no-repeat;
	}


#navBar #videoThumb a.moreVideos {
	
	color: #993300;
	text-decoration: none;
	font-size: .9em;
	padding: 2px 6px 0 0;
	background-image: url(../pftt/images/video_icon.gif);
	background-repeat: no-repeat;
	}
	
#navBar #videoThumb a:hover.moreVideos {
	color: #333333;
}

	
#content {
	padding: 20px 10px 0 0;
	margin: 0 200px 0 220px;
	/*border: 1px solid #ccc;*/
	min-height: 400px;
	}
	

#content a:link {
	color: #993300;
	text-decoration: underline;
	}
	
#content a:visited {
	color: #993300;
	text-decoration: underline;
	}
	
#content a:hover {
	color: #333333;
	text-decoration: underline;
	}
	
#content a:active {
	color: #993300;
	text-decoration: underline;
	}
	
#content h1 {
	font-size: 1.8em;
	line-height: 1.2em;
	padding: 0 0 0 0;
	margin: 0 0 0 0 ;

}

#content h2 {
	font-size: 1.3em;
	line-height: 1.1em;
	color: #006633;
}

#content h3 {
	font-size: 1.1em;
	line-height: .9em;
	color: #006633;
}


#content ul li {
	padding: 0 0 4px 0;
}



#newsBar {

width: 186px;
float: right;
margin: 0 0 0 0;
padding: 20px 0 0 0;
/*border: 1px solid #666;*/
}

#newsBar ul{
 	list-style-image: url(../pftt/images/side_bullet1.png);
	margin: 0 0 0 22px;
	padding: 0;
	font-weight: bold;
}

#newsBar ul li {
	margin: 0;
	padding: 0 0 4px 0;
	}
	
#newsBar ul li a:link {
	text-decoration: none;
	font-size: 0.9em;
	color: #006633;
	
}

#newsBar ul li a:visited {
	text-decoration: none;
	font-size: 0.9em;
	color: #006633;
}

#newsBar ul li a:hover, a:active {
	text-decoration: underline;
	font-size: 0.9em;
	color: #006633;
}

#newsBar h1 {
	font-size: 1em;
	color: #666;
	border-top: 2px solid #B7B9BF;
	border-bottom: 2px solid #B7B9BF;
	margin: 0 0 10px 0;
	padding: 4px 3px 4px 8px;
	line-height: 1.2em;
	/*background-color: #999999;*/
}
	
#newsBar #notice {
	margin: 13px 0 0 0;
	font-size: 1em;
	background-image: url(../pftt/images/postit_bg.jpg);
	background-repeat: no-repeat;
	padding: 4px 14px 6px 12px;
	min-height: 182px;
}

#newsBar #notice h2{
	margin: 10px 0 0 0;
	font-size: 1em;
}

#newsBar #notice ul {
	list-style-type: none;
	list-style-image: none;
	padding: 6px 0 0 0;
	margin: 0;
	line-height: 1.2em;
	font-weight: 400;
	}

#newsBar #notice li {
	padding: 4px 0 8px 0;
}

#newsBar #notice a:link {
	color: #663333;
	text-decoration: none;
}


#newsBar #notice a:visited {
	color: #663333;
	text-decoration: none;
}

#newsBar #notice a:hover {
	color: #663333;
	text-decoration: underline;
}

#newsBar #notice a:active {
	color: #663333;
	text-decoration: underline;
}

#footer {
	clear: both;
	/*background-image: url(../images/nav_bg.png);
	background-repeat: repeat-y;*/
	margin: 0;
	padding: 60px 0 20px 208px;
	

	}
	

	
#footer p {
	margin: 0 0 0 8px;
	padding: 10px 0 0 0;
	font-size: .9em;
	color: #666666;
	}
	
#footer a {
	color: #006633;
}

/* -------------- DropDown styles -------------------*/

#dropDown {
	margin: 6px 50px 30px 20px;
	padding: 6px 0 0 0;
	}
	
#dropDown h2 {
	width: 360px;
	font-size: 12px;
	padding: 4px 4px 0 18px;
	margin: 3px 0 7px 0;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	
	
	/*float: left:*/
	
	}
	
#dropDown h2 img {
	padding: 4px 0 0 10px;
	margin: 0;
}
#dropDown h2 a:link, a:visited {
text-decoration: none;
	color: #993300;
	font-size: 1.0em;
	
	
	

}

#dropDown h2 a:hover, a:active {
text-decoration: underline;
	color: #993300;
	font-size: 1.0em;
	


}
	
#dropDown ul {
	list-style-type: none;
	padding: 4px 0 10px 10px;
	/*border: 1px solid #CCCCCC;*/
	margin: 0 0 0 16px;
	
	}
	
#dropDown ul li {
	padding: 2px 0 4px 0;
	color: #333333;
	line-height: 1.2em;
	}
	
#dropDown li ul li {
	padding: 4px 0 6px 0;
}
	
#content #dropDown ul li a:link {
text-decoration: underline;
color: #333333;
}

#content #dropDown ul li a:visited {
text-decoration: underline;
color: #003399;
}


#content #dropDown ul li a:hover, a:active {
color: #993300;
text-decoration: underline;
}








<!--Content dropdown menu-->
/*#content #dropDown ul.item1 {
	display: none;
	}
	
#content #dropDown ul.item1 .item {
	display: none;

	}
	
#content #dropDown ul:hover .item {
	display:block;
	background-color: #FFFFCC;
	border: 1px solid #CCCCCC;
	padding: 6px 6px 4px 5px;
	margin: 4px 0 0 14px;
	/*width: 200px;*/
	/*}*/
	
/*#content #dropDown ul:hover .item a:link {
	color: #666666;
	text-decoration: none;
	
	}
	
	#content #dropDown ul:hover .item a:visited {
	color: #666666;
	text-decoration: none;
	}
	
#content #dropDown ul:hover .item a:hover {
	color: #666666;
	text-decoration: underline;
	}*/
	
