/* CSS Document */
  @font-face {
    font-family: You Rook Marbelous;
    font-style:  normal;
    font-weight: normal;
    src: url(YOUROOK0.eot);
  }
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(images/back_black.jpg);
	background-repeat: repeat-y;
	background-color: #000000;
	color:#FFFFFF;
}
#duck_logo {
	text-align:right;
	height: 62px;
	background-image: url(images/logo_black_back.gif);
	background-repeat: repeat-x;
}
#james_logo {
	right:0px;
	top: 96px;
	position:absolute;
	float:right;
}
#content {
	padding-right:10%;
	padding-left:187px;
	padding-top:25px;
}
.logo {
	padding-right:10%;
	padding-left:187px;
	height:62px;
}
.logo_back {
	background-image: url(images/logo_black_back.gif);
	background-repeat: repeat-x;
}
#content2 {
	top:106px;
	position:absolute;
	left:187px;
	padding-right:10%;
}
.top {
	font-size:x-small;
}
#mjflogo {
	float:right;
	font-size:x-small;
}
#footer {
	float:left;
	font-size:x-small;
}
h1 {
	font-family:You Rook Marbelous;
	font-size: x-large;
	color:#FFFFFF;
}
h2 {
	font-family:You Rook Marbelous;
	font-size: large;
	color:#FFFFFF;
}
a {
	font-weight:bold;
}
a:link {
	color:#003399;
}
a:visited {
	color:#0033CC;
}
a:hover {
	color:#FF9900;
}
a:active {
	color:#B30004;
}
#menuLine {
	background-color: #19207b;
	width:100%;
	position:absolute;
	top:62px;
	height:34px;
}

img {
	border:none;
}
#mainMenu1 {
	color: #FFFFFF;
  z-index: 1;
	position: absolute;
	left:171px;
	right:0px;
	top: 62px;
	margin-top: 68;
	margin-right: 0;
	margin-bottom: 0.8em;
	margin-left: 0;
	font-family:You Rook Marbelous;
	font-size:large;
	padding:0px;
}

#menuList1 {
  margin: 0;
  padding: 0 6px;
  /* do not use a position other than 'static' here */
}

#menuList1 li {
  /* do not change these rules */
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
  /* do not change these rules */
}

#menuList1 li a {

  color: #FFF;
  display: inline;
  line-height: 1.8em;
font-weight: normal;
  margin: 0;
  padding: 2px 10px;
  /* always set margin to '0' */
  /* Win/IE5.0 will ignore border and padding if display is 'inline' */
  text-decoration: none;
}

#menuList1 li a:hover, #menuList1 li a:focus {

  color:#FF9900;
  border-color: #CCC;
}

/* As Win/IE5.0 doesn't apply padding on inline elements, background images
 * must be hidden from it, otherwise they will be displayed behind text
 */
#menuList1 li a.actuator {
  width/* */: auto; /* hides the following rule from Win/IE5.0 */
  background: url("images/down.gif") no-repeat 100% 50% ;
  color: #FFF;
  padding-right: 20px;
}

#menuList1 li a.actuator:hover, #menuList1 li a.actuator:focus {
  width/* */: auto; /* hides the following rule from Win/IE5.0 */
color:#FF9900;
}

#menuList1 .menu {
  background-color: #19207b;
  color: #000;
  border: 1px solid #000;
  margin: 0;
  padding: 2px;
  /* only set '0' or negative margin */
  /* border  width must be the same on the four sides (in 'px' units) */
  /* padding width must be the same on the four sides (in 'px' units) */
  z-index: 1;
  position: absolute;
  visibility: hidden;
  /* always set position to 'absolute' and visibility to 'hidden' */
}

#menuList1 .menu .menu {
  margin-left: 2px;

  /* if a non-zero padding is set on .menu, set margin-left to margin-left + padding */
}

#menuList1 .menu li a {
  display: block;
  line-height: normal;
}

#menuList1 .menu li a.actuator {
	background-color: #19207b;
	background-image: url("images/down.gif");
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

#menuList1 .menu li a.actuator:hover, #menuList1 .menu li a.actuator:focus {
  background: url("images/down.gif") no-repeat 100% 50% #19207b;
}

div.float2 {
	float: left;
	width:165px;
	height:120px;
	text-align:center;
	padding: 5px;
} 

div.container {
}
clear {
	clear:both;
}
