@charset "utf-8";
/* CSS Document */

/* NAVIGATION MENU */

/* ================================================================ 
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 associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


div.menu {
	width:805px; 
	height:32px; 
	position:relative; 
	z-index:100; 
	background-color:#333;
	/*border-right:1px solid #FFF;*/ border-bottom:1px solid #FFF;
	font-family:arial, sans-serif;
	letter-spacing: .06em; 
	text-align: center;
	}
/* hack to correct IE5.5 faulty box model */

* html .menu {
	width:805px; 
	w\idth:861px;
	}
/* 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:128px;
	}
/* 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:128px; 
	position:relative;
	}
* html .menu li {
	width:128px; 
	w\idth:117px;
	}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:0.9em;
	text-decoration:none; 
	color:#FFF; 
	width:122px; 
	height:32px; 
/*border:1px solid #FFF; border-width:1px 0 1px 1px;*/
 /*background:#FFF;*/ padding-left:5px; 
 	line-height:29px; 
	font-weight:normal;
	}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:128px; 
	w\idth:117px;
	}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background-color:#333;
	}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background-color:#999;
	}
* html .menu ul ul :hover > a.drop {
	background-color:#999;
	b\ackground:#999;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#d4e2ea;
	}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#d4e2ea;
	}
* html .menu ul ul ul a:hover {
	background:#d4e2ea;
	b\ackground:#d4e2ea;
	}

/* 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:32px;
	left:0; 
	width:128px;
/*border-top:1px solid #0089cc;*/
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:32px;
	t\op:32px;
	width:117px;
	w\idth:117px;
	background:#9ac7e8;
	}

/* position the third level flyout menu */
.menu ul ul ul{
	left:128px; 
	top:-1px; 
	width:128px;
	}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-128px;
	}

/* 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; 
	border-collapse:collapse;
	}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	/*background:#d4d8bd;*/ background-color:#333; 
	height:auto; 
	line-height:1em; 
	padding:5px 5px; 
	width:117px;
	border-width:0 1px 1px 1px;
	}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:129px;
	w\idth:111px;
	}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#FFF; 
	background:#999; 
	}
/* !!!! this is the line that kills display in ie6 if set to background images display*/
.menu :hover > a, .menu ul ul :hover > a {
	background-color:#999; 
	}
/* 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;
	}

/*menu 2*/
.menu2 {
	font-size:0.75em;
		width:805px; 
		height:32px; 
		position:relative; 
		z-index:100; 
		background-color:#649800;
		/*border-right:1px solid #FFF;*/ border-bottom:1px solid #FFF;
		font-family:arial, sans-serif;
		letter-spacing: .06em; 
		text-align: center;
		}
/* hack to correct IE5.5 faulty box model */
* html .menu2 {
	}
/* remove all the bullets, borders and padding from the default list styling */
.menu2 ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}
.menu2 ul ul {
	width:128px;
	}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu2 li {
	float:left;
	width:128px; 
	position:relative;
	}
* html .menu li {
	width:128px; 
	w\idth:117px;
	}
/* style the links for the top level */
.menu2 a, .menu2 a:visited {
	display:block;
	text-decoration:none; 
	color:#FFF; 
	width:122px; 
	height:32px; 
/*border:1px solid #FFF; border-width:1px 0 1px 1px;*/
/*background:#FFF;*/ padding-left:5px; 
	 line-height:32px; 
	 font-weight:normal;
	 }
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu2 a, * html .menu2 a:visited {
	width:128px; 
	w\idth:117px;
	}
			
/* style the top level hover */
.menu2 a:hover, .menu2 ul ul a:hover{
	color:#FFF; 
	background:#486d00;  
	height:32px;
	}
/* !!!! this is the line that kills display in ie6 if set to background images display*/
.menu2 :hover > a, .menu2 ul ul :hover > a {
	background-color:#486d00; 
	height:32px;
	}
/*end menu 2*/
/*menu 3 LHS menu */
.menu3 {
	width:175px;
	font-family:arial, sans-serif;
	letter-spacing: 0.05em;
	text-align:left;
	vertical-align: top;
	padding-bottom:5px;
	f\ont-size:0.75em;

/*border-right:1px #CCC solid;*/
}
/* hack to correct IE5.5 faulty box model */
* html .menu3 {
	width:175px; 
	w\idth:175px;
	}
/* remove all the bullets, borders and padding from the default list styling */
/*container*/.menu3 ul {
	padding:0;
	margin:0;
	list-style-type:none;
	clear:both;
	}
/*sub cont*/.menu3 ul ul {
	width:175px;
	w\idth:175px;
	}
/*sub title*/.menu3 ul ul li{
	background-color:#FFF;
	width:175px;
}
/*sub title*/.menu3 a{
	display:block;
	text-indent:10px;
	font-weight: normal;
	color: #666666;
	padding-left: 15px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
/*all text*/.menu3 li {
	width:175px;
	text-indent:12px;
	}
/*titles*/	
.menu3 ul li {
	background-color:#FFF;
	padding-top:4px;
	line-height:1.3em;
	color: #006600;
	font-weight: bold;
}
/*all titles*/* html .menu3 li {
	width:175px; 
	w\idth:117px;
	}
/* style the links for the top level */

/* style the top level hover */
/*hover subs*/
.menu3 a:hover, .menu3 ul ul li a:hover{
	color:#000; 
	background:#999;
	}
/* !!!! this is the line that kills display in ie6 if set to background images display*/
.menu3 :hover > a, .menu3 ul ul li:hover > a {
	background-color:#CCC; 
	color:#009900;
	}

/*end menu 2*/
/* END NAVIGATION MENU */




/* browser reset */
/* v1.0 | 20080212 */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
/*vertical-align: baseline;*/
/* background: transparent; */
}

/*
html{ background: url(../images/index_images/aave_spring.jpg) top center no-repeat #FFF;
}
body {
	line-height: 1;
}
*/
html {
  background: #000 url(../images/index_images/aave_spring.jpg) center center fixed no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  line-height: 1;
  text-align: center;
}

@media only all and (max-width: 1024px) and (max-height: 768px) {
  html {	
    -moz-background-size: 1024px 768px;
    background-size: 1024px 768px;
  }
}


ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0px;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0px;
	background: #FFF;
}
/* end browser reset */
/* container centre */

#container {
  margin: 0 auto;
  width: 805px;
  }

/*end container centre*/
.searchform{
	margin:0; 
	padding:0; 
	vertical-align:bottom;
}

.floatright{
	float:right;
	}
.clearleft{
	clear:left;
	}
div.quads.floatright{
	width:300px;
	}
div.quads{
	display:block;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	width:300px;
	height:100px;
	padding:4px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	}
h1.quads{
	font-size:0.8em;
	padding-bottom:2px;
	color:#333;
	clear:left;
	padding-left:4px;
}
h2.quads{
	font-size:0.7em;
	color:#486d00;
	padding-left:4px;
	}
b.quads{
	color:#000;
	}
a.quads{
	color:#0099FF;
	}
p.quads{
	font-size:0.7em;padding-left:4px;
}
img.quads{
	padding-left:4px;
	float:right;
	}
.sitemap ul{
	color:#649800;
	text-align:left;
	padding:4px;
	margin-bottom:8px;
	margin-left:4px;
	}
.sitemap li{
	text-align:left;
	list-style-type: none;
	padding-top:2px;
	}
.sitemap{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	padding:4px;
	}
.sitemap a:link{
	color:#B0B0B0;
	}
.sitemap a:visited{
	color:#B0B0B0;
	}
.sitemap a:hover{
	color:#FF9900;
	}
.catbase{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#666;
	}
a.catbase a:hover{
	color:#486d00;
	}
.catprod{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#666;
	}
/* 2010 */
.section-title {
	background-image: url("../images/vertical_gray_gradient_1x32.png"); 
	background-repeat: repeat-x;
	text-align: left;
	padding: 6px;
	border: 0px solid #CCC;
	border-top: 1px solid #CCC;
}

.rhsdiv {
	width: 600px;
	border: 0px solid green;
	padding-left: 20px;
}
.rhstitle {
	height: 1em;
	margin-top: 10px;
	margin-bottom: 2px;
	margin-left: 9px;
	width: 398px;
}
.rhsplain {
	margin-top: 10px;
	margin-bottom: 2px;
	margin-left: 9px;
	width: 398px;
}
.rhsbox {
	margin-left: 9px;
	border: 1px solid #ccc;
	clear: both;
	width: 420px;
}
.greybg {
	background-color: rgb(245, 245, 245);
}

.fleft {
	float: left;
}
.fright {
	float: right;
}
#login_state {
	margin-right: 8px;
	margin-bottom: 5px;
}


