﻿/* CSS Document */

html,body {
	background-color: #944b1a;
	margin: 0px;
	height: 100%;
}
#centered {
  position: relative;
  margin: 0 auto;
  width: 800px;
  text-align: left;
  padding: 0px;
  border: 0;
}
.content {
	position: static; 
	margin-left: 180px; 
	margin-top: 10px; 
	margin-bottom: 20px; 
	margin-right: 8px; 
	padding: 25px; 
	padding-bottom: width: 540px; 
	min-height: 525px; 
	height: auto; 
	background-color:#FFFFFF;
}

.link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #944b1a;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
	}
/* for Internet Explorer */
/*\*/
* html .content {
height: 525px;
}
/**/

.NavSpacers {font-size: 13px; color: #c37d14; }
.SmallNavButtons a:link, a:visited{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: red;
	text-decoration: none;
	font-weight:bold;
}
.SmallNavButtons a:hover, a:active{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #c37d14;
	}
	
.VDY {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #C39540;
	font-weight: normal;
}
.VDY a:link{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
.VDY a:visited{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
.VDY a:hover, a:active{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #C39540;
	text-decoration: none;
	font-weight: normal;
}

.SmallNavSpacers {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #C37D14}

.SmallNavSpacers a:link {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #C37D14;
	text-decoration: none;
	font-weight: normal;}
	
.SmallNavSpacers a:visited {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #C37D14;
	text-decoration: none;
	font-weight: normal;}
	
.SmallNavSpacers a:hover, a:active {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #944b1a;
	text-decoration: none;
	font-wieght: normal;}

.headline{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #c37d14;
	font-weight:bold}
.headline a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C39848;
	font-weight:bold;
	text-decoration: none;}
.headline a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C39848;
	font-weight:bold;
	text-decoration: none;}
.headline a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #c37d14;
	font-weight:bold;
	text-decoration: none;}
.headline a:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #c37d14;
	font-weight:bold;
	text-decoration: none;}

.bodycopy{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	}
	
.bodycopy a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #944b1a;
	text-decoration: none;
	font-weight: normal;
	}
	
.bodycopy a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #944b1a;
	text-decoration: none;
	font-weight: normal;
	}
	
.bodycopy a:hover, a:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #c37d14;
	text-decoration: none;
	}
	
	
.Newsdate{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #944b1a;
	font-weight:bold;
	}
.Newscopy{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c37d14;
	font-weight:bold;
	}
.Newscopy a:link{
	color: #c37d14;
	text-decoration: none;
}
.Newscopy a:hover{	
	color: #944b1a;
}
.Newscopy a:active{
	color: #000000;
	}
.menu {
width:800px; 
font-size: 12px;
font-weight: bold;
position: absolute;
z-index:100;
top: 200px;
left: 0px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:150px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:15px;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif; 
color:#fff; 
width:140px; 
height:30px; 
border: none; 
background:#944b1a; 
padding-left:5px; 
padding-right:5px;
line-height:29px;
font-weight: bold;
text-align: center;
}
.menu ul a:active {
	font-weight: bold;
	font-size: 15px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:150px;
w\idth:140px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#944b1a;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#944b1d;
font-family: Arial, Helvetica, sans-serif;
}

.menu ul ul a.drop:active{
background:#944b1d;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.menu ul ul :hover > a.drop {
background:#944b1d;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#7f4018;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#7f4017;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:30px;
left: 5px; 
width:140px;
}

/* another hack for IE5.5 */
* html .menu ul ul {
top:29px;
t\op:30px;
left: 0px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left: 140px; 
top:0;
width:140px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left: 139px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#944b1a; 
color:#fff; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:119px;
font-size: 12px;
/* yet another hack for IE5.5 */
}
.menu ul ul a:active {
	font-size: 12px;
	font-weight: bold;
}
* html .menu ul ul a{
width:140px;
w\idth:119px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{

color:#eeaa17; 
background:#944b1d;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#eeaa17;
background:#944b1d;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
