@charset "utf-8";
/* CSS Document */

html, body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #cccccc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 100%;
	background:url(bgleft.jpg), url(bgright.jpg);
	background-position: top left, top right;
	background-attachment:fixed, fixed;
	background-repeat:no-repeat, no-repeat;
}
div #main {float:right}
.main #container { 
	position:relative;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 1260px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(bg2.gif) repeat-y;
	
	height:auto !important;
	height: 100%;
	
	min-height:100%; /* real browsers */

	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.main #header { 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.main #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.main #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.main #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.main #mainContent {
	margin: 0px 330px 0px 230px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 15px 10px 20px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.main #footer {
	position:absolute;
	width:1258px;
	bottom:0; /* stick to bottom */
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.main #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 10px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




/* ================================================================ 
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-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:1260px; height:30px; position:relative; z-index:100; clear:both;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:1261px; w\idth:1260px;}
/* 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:149px; }
/* 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:149px;position:relative; border:0px 0px 1px 0px solid #89a286;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:138px; height:30px; padding-left:10px; line-height:29px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(arrow888888.png) no-repeat 130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#89a286 url(arrow222222.png) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#89a286 url(arrow222222.png) no-repeat 130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#c4df5d;}
/* 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:30px;left:-1px; width:149px;}
/* 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:149px; top:-1px; width:149px;}
.menu ul ul ul.first{top:0px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* 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 a {border:0;}
.menu ul ul a, .menu ul ul a:visited {background:#c4df5d; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px; border:1px solid #89a286;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu a:active, .menu ul ul a:hover, .menu ul ul a:active{color:#000;}
.menu :hover > a, .menu :active > a, .menu ul ul :hover > a, .menu ul ul :active > a {color:#000;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul li:active ul,
.menu ul a:hover ul, .menu ul a:active ul{visibility:visible;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul, .menu ul :active ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul, .menu ul :active ul :active ul{ visibility:visible;}

</style>
