/* CSS Document */

/* ------------------- GENERAL FORMATING ------------------- */


body {
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 13px;
	color:#330033;
	text-decoration: none;
    overflow: auto
}  
  
body {
	margin: 0px;
	padding: 0px;
	background-color: #660066;
	background-image: url(images/pwp_bckgd.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

A:LINK { 
	text-decoration: underline;
	color: #CCCC66; 
} 
A:VISITED { 
	text-decoration: underline;
	color: #CCCC66; 
}
A:HOVER {
	text-decoration: underline;
	color: #FFFFFF;
} 
A:ACTIVE {
	text-decoration: underline;
	color: #CCCC66;
} 

h1 {
	color: #333333;
	font-weight:bold;
	margin-top:6px;
	font-size : 28px;
	margin-bottom : 2px;
	padding-top : 2px;
	padding-bottom : 2px;

}  
h2 {
	color: #333366;
	font-weight:bold;
	margin-top:4px;
	font-size : 18px;
	margin-bottom : 2px;
}  
h3 {
	color: #333366;
	font-size: 13px;
	font-weight:bold;
	margin-top:4px;
	margin-bottom: 2px;
}  

/* ------------------- CONTENT AREA ------------------- */

.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #660066;
	text-decoration: none;
	line-height: 1.2em;
}

A.bodytext:LINK { 
	text-decoration: underline;
	color: #CCCC66; 
} 
A.bodytext:VISITED { 
	text-decoration: underline;
	color: #CCCC66; 
}
A.bodytext:HOVER {
	text-decoration: underline;
	color: #FFFFFF;
} 
A.bodytext:ACTIVE {
	text-decoration: underline;
	color: #CCCC66;
}

.greentext {
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2F523D;
	text-decoration: none;
}
A.greentext:LINK , A.bodytext:VISITED , A.bodytext:ACTIVE { 
	color : #2F523D;
	text-decoration: underline;
}
A.greentext:HOVER { 
	color : #996699;
	text-decoration: underline;
}

.rusttext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #996600;
	text-decoration: none;
}
A.rusttext:LINK , A.rusttext:VISITED , A.rusttext:ACTIVE { 
	color : #996600;
	text-decoration: underline;
}
A.rusttext:HOVER { 
	color : #2F523D;
	text-decoration: underline;
}

.subheader {
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #92341E;
	text-decoration: none;
	font-weight: bold;
}

/* ------------------- NEWS - small text ------------------- */

.news {
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #330033;
	text-decoration: none;
}
A.news:LINK , A.news:VISITED , A.news:ACTIVE {
	color : #330033;
	text-decoration: underline;
}
A.news:HOVER { 
	color : #E3D996;
	text-decoration: underline;
}

/* ------------------- Footer Nav  ------------------- */

.footernav {
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FDD389;
	text-decoration: none;
	line-height: 1.6em;
}
A.footernav:LINK , A.footernav:VISITED {
	color : #B66935;
	text-decoration: none;
}
A.footernav:ACTIVE { 
	color : #B66935;
	text-decoration: none;
}
A.footernav:HOVER { 
	color : #FFFFFF;
	text-decoration: none;
}

/* ------------------- more general text styles ------------------- */

.white {
	font-family : "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FFFFFF;
	font-weight: normal;
	line-height: 1.1em;
}
	
A.white:LINK , A.white:ACTIVE , A.white:VISITED {
	color : #FFFFFF;
	text-decoration: underline;
}

A.white:HOVER {
	color : #9966CC;
	text-decoration: underline;
}

.footer { 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10px; 
	font-weight : normal;
	text-decoration: none;
	font-style : normal;
	color : #CCCCCC;
	line-height: 1.1em;
}
	
A.footer:LINK , A.footer:VISITED , A.footer:ACTIVE { 
	font-weight : normal;
	color : #333333;
	text-decoration: underline;
}

A.footer:HOVER { 
	color : #003399;
	text-decoration: underline;
}
.listingname {  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; font-weight: bold; color: #663629
}
#tdHdrHm {
	background-color: #000000;
	height: 450px;
}

#tdHdrBar {
	background-color: #EBC769;
	height: 4px;
}

#tdLftNav {
	background-color: #94351F;
	width: 160px;
	padding: 5px;
}

#tdNavBar {
	background-color: #000000;

}
#tdNavBtm {
	border-bottom: 1px solid #FDD389;
}
#tdBorderBtm {
	border-bottom: 1px solid #FDD389;
}
#tdContent {
	background-color: #CCCC99;
	height: 370px;
	padding: 0px;
	background-image: url(images/pwp_content_bckgd.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#tdContent2 {
	background-color: #A17699;
	height: 370px;
	padding: 0px;
	background-image: url(images/pwp_content2_bckgd.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#tdBtmBar {
	background-color: #000000;
	padding-bottom: 10px;

}

/*---- TOP  Navigation Styles --------*/


ul#navlist 
{
	font: 11px "Trebuchet MS", Arial, sans-serif;
	list-style-type: none;
	color: #F3F0E7;
	padding-bottom: 6px;
	margin: 0;
	text-align: center;
}

ul#navlist li 
{
float: left; 
height: 20px; 
margin: 2px 2px 0 18px; 
}

li#active a { color: #FFFF00; } 

#navlist a 
{
float: left; 
display: block; 
color: #F3F0E7; 
text-decoration: none; 
padding: 4px; 
}

#navlist a:hover {
	color: #FFFF00;
	text-decoration: underline;
} 
#navlist a:active { color: #ffffff; } 

#leftnavcontainer li#active a 
{
color: #FFFFFF; 
}

/*-------- Highlight the Active Link----------*/
body#current a#current,
body#home a#home,
body#link1 a#link1,
body#link2 a#link2,
body#link3 a#link3,
body#link4 a#link4,
body#link5 a#link5,
body#link6 a#link6,
body#link7 a#link7,
body#link8 a#link8,
body#link9 a#link9,
body#link10 a#link10,
body#link11 a#link11,
body#link12 a#link12,
body#btmlink1 a#btmlink1, 
body#btmlink2 a#btmlink2,
body#btmlink3 a#btmlink3,
body#btmlink4 a#btmlink4,
body#btmlink5 a#btmlink5 {
	color: #ffff00;
	text-decoration: underline;
} 

