* {
	margin:0;
	padding:0;
}

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	min-width: 1000px;
	background-color:#666600;
	color:#333;
}

a img {
	border:0;	
}
 
a:link, a:visited {
	color:#ff0000;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;	
}

a:scroller {
	color:#ffcc00;
	text-decoration:none;
	font-weight:bold;
}
h1 {
	padding-bottom:15px;
	font-size:20px;
	color:#D77D02;
}

h2 {
	color:#2D3A5B;
	font-size:16px;
	padding-top:10px;
}

h3 {
	padding-top:10px;
	font-size:14px;
	color:#555;
}

p {
	padding:10px 0;	
}

#bodybox p {
	color:333;	
}

ul, ol {
	padding:10px 0px 20px 30px;
}

ul.pdf {
	list-style-image:url(../img/icon_pdf.png);
	line-height:20px;
}

table {
	clear: both;
	color: #333;
	width: 100%;
	margin-top:20px;
}

th {
	text-align:left;
	background-color:#C4AD04;
	color:#fff;
	padding:5px;
}

tr.altrow {
	background-color:#EFE7AD;	
}

td {
	vertical-align:top;
	padding:4px;
	color:#000;
	border-bottom:1px solid #E2D368;
}

table.links tr:hover {
	background-color:#C4AD04;
	cursor:pointer;
}

table.links tr:hover td {
	color:#FFF;	
}

table.simple td {
	border:0;	
}

#container {
	position:relative;
	left:50%;
	margin-left:-500px;
	width:1000px;
}

#header {
	background:url(../img/header.jpg);
	width:1000px;
	height:280px;
}

#search {
	position:absolute;
	right:30px;
	top:45px;
	background-image:url(../img/search_box.png);
	background-repeat:no-repeat;
	width:160px;
	height:25px;
}

#search input[type=text] {
	border:0;
	background:none;
	padding:4px;
	float:left;
	width:128px;
	font-size:12px;
}

#search input[type=text]:focus {
  outline-width:0;
}

#search input[type=image] {
	border:0;
	width:20px;
	height:20px;
	margin-top:3px;
}

#content {
	background-image:url(../img/menu_container.jpg);
	background-repeat:no-repeat;
	position:relative;
	width:1000px;
}

#mainmenu {
	width:340px;
	float:left;
}

#menuitems {
	background-image:url(../img/menu_bg.png);
	background-repeat:repeat-y;
	padding-top:10px;
}

#mainmenu_close {
	background-image:url(../img/menu_close.png);
	background-repeat:no-repeat;
	height:200px;
	width:340px;
}

#body {
	float:left;
	width:652px;
        background-color: #ffffff;
}

#date-submit {
	background-image:url(../img/date_submit.png);
	border:none;
	width:20px;
	height: 20px;	
}

#controls {
	position:absolute;
	right:30px;
	top:20px;
}

#page {
	width:588px;
	margin:10px 20px 20px 10px;
	background-color:#fff;
	border:1px solid #ddd;
	padding:20px;
	-moz-box-shadow: 2px 2px 2px #999;
	-webkit-box-shadow: 2px 2px 2px #999;
	box-shadow: 2px 2px 2px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999999');
}

#footmenu {
	margin:10px 10px 20px 10px;
}

#footmenu a {
	font-size:11px;
	font-weight:normal;
	color:#730034;
}

#footmenu ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 

#footmenu ul li {
	margin-left: 0;
	padding: 1px 10px;
	border-left: 1px solid #999;
	list-style: none;
	display: inline;
}
	
		
#footmenu ul li:first-child {
	border-left: none;
	padding-left:0;
}


#footer {
	background:url(../img/footer.png);
	width:1000px;
	height:35px;
}

#copyright {
	color:#bbc1cc;
	line-height:110px;
	text-align:center;
}

.clear {
	clear:both;	
}

.error {
	color:#c00;
	font-weight:bold;	
}

.success {
	color:#8C9601;
	font-weight:bold;
}

.req {
	background:url(../img/required.png) no-repeat;
	width:9px;
	height:12px;
	display:inline-block;
}

.tick {
	background:url(../img/tickmark.png) no-repeat;
	width:16px;
	height:16px;
	display:inline-block;
}

/* MENU */

#menuitems ul {
	position:relative;
	left:62px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 266px;
	text-align:right;
}

#menuitems ul li {
	position: relative;
	background-color:#C4AD04;
}

#menuitems li ul {
	position: relative;
	left:0;
	display:none;
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#666666');
}

#menuitems li ul li {
	background-color:#778001;
}

#menuitems li ul li ul li {
	background-color:#76B83A;	
}
	
#menuitems ul li a {
	display: block;
	text-decoration: none;
	padding:8px 12px 8px 4px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-shadow: #000 1px 1px 1px;
	filter:DropShadow(Color=#000000, OffX=1, OffY=1);
}

#menuitems ul li li a {
        font-size: 12px;
}

#menuitems ul ul {
    left: 10px;
    width: 255px;
}

#menuitems ul ul ul{
    left: 10px;
    width: 245px;
}

#menuitems li ul li ul li {
    background-color: #80B74F;
}
#menuitems a.current {
background-color:#000;
color:#fff;
}


/* Fix IE. Hide from IE Mac \*/
* html #menuitems ul li { float: left; }
* html #menuitems ul li a { height: 1%; }
/* End */
/* Slideshow*/
#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:10px;
    left:20px;
    z-index:8;
    width: 550px;
    height: 330px;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}