#webpage {width:800px; margin-left:auto; margin-right:auto;}
/* #header {background-image:url(../images/header3.jpg); width:800px; height:140px;} */
#login {position: absolute;}
#breadcrumbs {font-family:Arial, Helvetica, sans-serif; font-size: 0.8em; color:#ffffff}
#content li {list-style-type:  square; font-family:Geneva, Arial, Helvetica, sans-serif; font-size: 0.8em;}
h1 {font-family:Geneva, Arial, Helvetica, sans-serif; font-size: 1.3em; color:#0066FF; margin: 20px 0 25px 0}
h2 {font-family:Geneva, Arial, Helvetica, sans-serif; font-size: 0.95em; color:#0066FF; margin: 5px 0 5px 0}
p {font-family:Geneva, Arial, Helvetica, sans-serif; font-size: 0.9em;}
em {color:#0066FF; font-weight:400}
#primary {position: relative; width:540px; float:left; border-left: #eeeeee thin solid; padding-left: 5px;}
#primaryone {position: relative; width:797px; float:left; border-left: #eeeeee thin solid; padding-left: 5px;}
#secondary {width: 215px; background-color: #758279; color: #FFFFFF; margin:20px 0 20px 560px; padding: 0 10px 10px 10px; border: 1px solid #000000}
#secondary h1{font-family:Geneva, Arial, Helvetica, sans-serif; font-size: 1.3em; color:#FFFFFF; margin: 20px 0 25px 0}
#secondary h2 {font-family:Geneva, Arial, Helvetica, sans-serif; font-size: 0.95em; color:#ffffFF; margin: 5px 0 5px 0}
#fullservices {font-size: smaller; text-align:right; margin-top: -10px; cursor: pointer;}
#extra {width: 215px; background-color: #949E7C; margin:20px 0 20px 560px; padding: 0 10px 10px 10px; border: 1px solid #000000}
#extra h2 {font-family:Geneva, Arial, Helvetica, sans-serif; font-size: 0.95em; color:#ffffff; margin: 5px 0 5px 0}

#footer {background-image:url(../images/footer.gif); height:22px; clear:both;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: small;
color:#FFFFFF;
text-align:right;
padding-top: 3px;
}
.section {
/*	background-image:url(../images/accord.gif); */
	background-color: #bababa;
	color:black;
	padding-left: 5px;
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: -10px;
	cursor: pointer;
	}
a:link, a:visited {
	text-decoration:none;
	}
.more {
	text-align:right;
	}
element.style {
display:block;
opacity:0.9999;
}
div#pagedlg {
	background-color:#A0A0A0;
	color:white;
	font-weight:bold;
	margin-left:241px;
	padding:10px;
	width:291px;
}
div#newsdlg {
	background-color:#B0B0B0;
	color:white;
	font-weight:bold;
	margin-left:241px;
	padding:10px;
	width:291px;
}
div#dialogs {
	display:none;
	}
div.newstitle {
	width: 300px;
	float: left;
	}
div.newsinput {
	float: right;
	}
div.endrow {
	clear: left;
}
div#servicespop {
   position:absolute;
   top: 100px;
   width: 350px;
   background-color: #B4E7AB;
   color: #000000;
   left: 30%;
   z-index: 1000;
   padding: 15px;
   border: 2px solid #404040;
   display: none;
   font-family:Verdana, Arial, Helvetica, sans-serif;   
}
div#servicesclose {
   cursor: pointer;
   text-align: right;
}
p#serviceshead h3 h4 {
   text-align: center;
}
span.desc {
	font-size: x-small;
	}
div#newscontent {
background-color:lightBlue;
margin-left:auto;
margin-right:auto;
margin-top:50px;
padding:10px;
width:500px;
}
div.fields1 {
font-size: 10pt;
}
div.fields2 {
width: 100px;
margin-right: 5px;
text-align: right;
float: left;
}
div.fields1 input, div.fields1 select {
font-size: 10pt;
}
input.small {
width: 40px;
}
h5 {
background: #99cc99;
padding: 2px;
margin: 2px;
}
h5 a {
color: #ffffff;
}
div.formleft {
width: 380px;
float: left;
}
div.formright {
margin-left: 380px;
}
input#submitss, input#submits2 {
background: #77cc77;
font-weight: bold;
font-size: 12pt;
color: #ffffff;
margin: auto;
}
input#submitss {
float: right;
}
div#list {
font-size: 10pt;
padding: 10px;
border: 3px double #669966;
background: #aaccaa;
}
div#list p {
margin: 10px;
}
h6 {
background: #88aa88;
margin: 0px 0 0 0;
font-size: 10pt;
padding: 2px;
color: #ffffff;
}

h6 a {
color: #ffffff
}
span.small {
font-size: 8pt;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
width:800px; 
font-size:1.0em;
position:relative;
z-index:100;
}
/* 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:160px;
}
/* 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:160px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:14px;
text-decoration:none; 
color:#fff; 
width:149px; 
height:30px; 
border:1px solid #fff; 
border-width:1px 1px 0 0; 
background:#758279; 
padding-left:10px; 
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:160px;
w\idth:149px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#d4d8bd url(../../graphics/drop.gif) bottom right no-repeat;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.drop {
background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}


/* 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:31px;
left:0; 
width:160px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:160px; 
top:0;
width:160px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-160px;
}

/* style the table so that it takes no ppart 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:#d4d8bd; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:160px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#949e7c;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#949e7c;
}

/* 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;
}


