/*************************************************
 *	FWM PR Style Sheet
 *	
 *************************************************/
 
body {
	margin: 0px;
	font-family: verdana,helvetica, arial, sans-serif;
	font-size: 80%;
	background: url(fwmpr-bk3.gif);
	}
	
div.container {
	margin-left:auto;
	margin-right:auto;
	width:779px;
	background:#fff;
	border-left: 2px solid #8D8D8D;
	border-right: 2px solid #8D8D8D;
	border-bottom: 2px solid #8D8D8D;
	}

div.spacer {
	clear:both;
	}

img {
	border:0px;
	
	}

a { text-decoration:none; }
a:link { color: #7B7359; }
a:hover { color:#000 }

/*************************************************
	Header
*/
div.header {
	background: url( header.gif );
	background-repeat: no-repeat;
	width:779px;
	height:200px;
	}
/*
div.header top {
	color:#BBBBBB;
	font-weight: normal;
	font-size: 4.8em;
	padding-left: 12px;
	margin-top:0px;
	}

div.header h1 {
	color:#999999;
	font-size: 1.0em;
	font-weight: normal;
	margin-top:-45px;
	padding-left: 16px;
	text-transform: uppercase;
	}
*/

div.header span.top {
	color:#555555;
	font-weight: normal;
	font-size: 4.8em;

	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	left: 12px;
	}
	
div.header h1 {
	color:#999999;
	font-weight: normal;
	font-size: 1.0em;
	
	margin:0px;
	padding: 0px;
	position: relative;
	left: 16px;
	top:-10px;
	text-transform: uppercase;
	}
/*************************************************
	Navigation
*/	
div.nav {
	float:left;
	width: 215px;
	margin-left:8px;
	}
/*	
div.nav ul {
	width: 215px;
	padding-left:0px;
	margin-left:0px;
	margin-top:10px;
	}
	
div.nav ul li {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	list-style-type:none;
	border: 1px solid #fff;
	border-bottom: 1px solid #F4EA6F;
	color: #717171;
	text-transform: uppercase;
	}	

div.nav ul li#selected {
	background: url(fwmpr-bk.gif);
	border: 1px solid #F4EA6F;
	border-top: 0px;
	color: #7B7359;
	font-weight: bold;
	}	
*/
/* Add a border at the top of ONLY the first menu item */
/*
div.nav ul > li#selected:first-child{
	border-top: 1px solid #F4EA6F;
}

div.nav ul li#selected:hover{
	width:194px;
	background: url(fwmpr-bk3.gif);
	border-left: 0px;
	margin-left: 1px;
	border-right: 0px;
	}

div.nav ul li:hover{
	
	width:194px;
	background: url(fwmpr-bk3.gif);
	}

*/



	/* the menu */

div.nav ul li#selected {
	background: url(fwmpr-bk.gif);
	border: 1px solid #F4EA6F;
	padding-left: 10px;
	border-top: 0px;
	color: #7B7359;
	font-weight: bold;
	}	
	
div.nav ul,li,div.nav a {
		display:block;
		margin:0;
		padding:0;
		border:0;
	}

div.nav ul {
		width:210px;
		margin-top:10px;
		background:white;
		list-style:none;
		
	}

	li {
		position:relative;
		padding:0px;
			padding-top: 4px;
	padding-bottom: 4px;
		margin: 0px;
		border-bottom: 1px solid #F4EA6F;
		text-transform: uppercase;
	}

div.nav a {
		padding:0px;
		padding-left:10px;
		text-decoration:none;
			color: #717171;

		width:100%; /* IE */
	}
	
	li>a { width:auto; } /* others */

	/* regular hovers */

div.nav a:hover {
		background: url(fwmpr-bk3.gif);
		color:black;
	}
	
	/* hovers with specificity */
	
	li:hover ul, li:hover li:hover ul {
		display:block;
	}		







/*************************************************
	Content
*/

div.content {
	float:right;
	width: 520px;
	padding-right:10px;
	}

div.content homemiddle {
	float: right;
	width: 210px;
	margin: 0 8px 0 0;
	padding: 0 25px 0 10px;
	border: solid 1px #e0e9ee;
	background: #eff4f8;
        }
	
div.content h1 {
	margin-top:10px;
	text-align:right;
	font-size: 1.3em;
	font-weight: bold;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	margin-right:0px;
	color: #7B7359;
	background: url(fwmpr-bk.gif);
	border: 1px solid #F4EA6F;
	}
	
div.content h2 {
	font-size: 1.0em;
	font-weight: normal;
	color: #717171;
	}

div.content p {
	color: #717171;
	}
			
div.content div#border-bottom {
	background: url(fwmpr-bk.gif);
	border: 1px solid #F4EA6F;
	height:11px;
	width:100%;
	}

div.content a { text-decoration:none; }
div.content a:link { color: #717171; }
div.content a:visited { color: #717171; }
div.content a:hover { color:#000 }

.content li {
       border: none;
       text-transform: none;
       }

Update .content li

a {
 color: red !important;
}

/*************************************************
	Footer
*/

div.footer h3
	{
	float:left;
	width:100%;
	margin-top: 10px;
	font-size: 0.7em;
	font-weight: normal;
	text-align:center;
	color:#CBCBCB;	
	}

div.footer a { text-decoration:none; }
div.footer a:link { color: #CBCBCB; }
div.footer a:visited { color: #CBCBCB; }
div.footer a:hover { color:#000 }

	
