
* { padding: 0; margin: 0; }

body {
    font-family : verdana, arial, helvetica, sans-serif;  /*georgia, times new roman, serif; */
	font-size : 12px;
	color : #54533E;
	line-height : 18px;

}

h1 
{
    font-size: 14px;
    padding: 5px 0 7px 0;
    }
h2 
{
    font-size: 13px;
    padding: 5px 0 7px 0;
    }
h3 {font-size: 12px;}
h4 {font-size: 11px;}
h5 {font-size: 10px;}
h6 {font-size: 9px;}

img 
{
    border: none;
}

p
{
    padding: 5px 0;
}

a
{
   color: #660000;
}

dt 
{
    font-weight: bold;   
    padding-top: 10px;
}

dd
{
    margin-left: 50px;
}
    
ul, ol {
	padding-left: 25px;
}

td {vertical-align:top;}

#wrapper { 
 	margin: 0 auto;
 	width: 752px;
  	background: #E6E5D1;
  	border-left: 2px solid #54533E;
  	border-right: 2px solid #54533E;
}
#faux {
 margin-bottom: 5px;
 padding: 0;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%;

}
#header {
 color: #333;
 width: 752px;
 padding: 0; 
 height: 120px; 
 margin: 0; 
}


/*-------Begin Navigation -----------*/

#navigation {
	position:relative;
	z-index:100;
    	color: #333;
    	padding: 0; 
    	margin: 0; 
    	background: #C4C0A4;
    	border-top: 1px solid #54533E;
    	border-bottom: 1px solid #54533E;
    	width: 100%;
    	height: 31px;
}


/* remove all the bullets, borders and padding from the default list styling */
#navigation ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
#navigation ul#topnav {
	margin: 0 8px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#navigation li {
	float:left;/*width:149px;*/
	position:relative;
}

#navigation a.lastlink{
	border-right: 1px solid #959570;
}

/* style the links for the top level */
#navigation a, #navigation a:visited {
	display:block;
	font-size:11px;
	text-decoration:none; 
	color:#53533E; /*width:138px; height:30px;*/  
	background:#C4C0A4; 
	padding:1px 6px;  
	line-height:29px; 
	font-weight:bold;
	border-left: 1px solid #959570;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#navigation ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:0; 
	width:139px;
}
/* another hack for IE5.5 */
* html #navigation ul ul {
	top:30px;
	t\op:31px;
}


/* style the table so that it takes no ppart in the layout - required for IE to work */
#navigation table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}

/* style the second level links */
#navigation ul ul a, #navigation ul ul a:visited {
	/*background:#d4d8bd;*/ 
	color:#53533E; 
	height:auto; 
	line-height:1em; 
	padding:5px 7px; 
	width:118px;
	
	border: 1px solid #959570;
	border-width:0 1px 1px 1px;
}


/* yet another hack for IE5.5 */
* html #navigation ul ul a, * html #navigation ul ul a:visited {
	width:139px;
	w\idth:118px;
}

/* style the top level hover */
#navigation a:hover, #navigation ul ul a:hover{
	color:#660000; 
	background:#D1D7E6;
}
#navigation :hover > a, #navigation ul ul :hover > a {
	color:#660000; 
	background:#E6E5D1;
}

/* make the second level visible when hover on first level list OR link */
#navigation ul li:hover ul, #navigation ul a:hover ul{
	visibility:visible; 
}
	

/* ----------End Navigation---------- */



#search
{
	text-align: right;
	padding: 5px 10px 0 10px;
}

#search #breadcrumbs 
{
	float: left;
	display: inline;
	padding-left: 5px;
	font-size: 9px;
	vertical-align: middle;
}

#search #searchform
{
    float: right;
}

#search input
{
	font-size : 12px;
    vertical-align:middle;
}

#rightcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 margin-top: 5px;
 padding: 0px;
 width: 195px;
 float: right;
}

#rightnav 
{
    border: 2px solid #54533E;
    background: #C4C0A4;
    font-size: 10px;
}

#rightnav div
{
    margin: 1px;
    border: 1px solid #54533E;
    padding: 0 2px 2px 2px;
}

#rightnav h2
{
    font-size: 12px;
    font-weight: bold;
    color: #333;
    text-align:center;
}
#rightnav ul
{
    padding-left: 15px;
}


#leftcolumn { 
 float: left;
 color: #333;
 margin: 10px;
 margin-top: 5px;
 padding: 0 5px;
 width: 503px;
 display: inline;
 position: relative;
}
#footer { 
 width: 742px;
 clear: both;
 color: #333;
 background: #C4C0A4;
 margin: 0;
 padding: 5px;
 text-align: center;
 font-size: 10px;
}

#footer address 
{
    font-size: 10px;   
    font-style: normal;
}
ul#footernav
{
	list-style-type: none;
	padding:0;
    	margin:0;
    	width: 100%;
    	text-align: center;
    	overflow: hidden;
}

ul#footernav li
{
    	display: inline;
}

ul#footernav li a, ul#footernav li a:visited
{
	text-decoration: none;
	color: #53533E;
	display: inline-block;
	padding: 5px 5px;
	margin: 0;
}

ul#footernav li a:hover
{
   text-decoration: underline;
   color: #660000;
}


.clear { clear: both; background: none; }
