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

body {
	font:11px Verdana, Geneva, sans-serif;
	padding:0px 0px 0px 0px;
	line-height:normal;
	margin:0px;
	background:#808080;
}
a {
	text-decoration:none;
}

#outerouter {
	margin: 20px auto;
	margin-bottom:0px;
	width:800px;
	padding-right:18px;
	background:url(/images/rightshadow1.jpg) top right no-repeat;
}
#outer {
	background:url(/images/topBanner.jpg) #FFF top center no-repeat;
	
}

#leftBar {
	float:left;
	width:86px;
	margin:4px;
	
}

#rightBar {
	float:right;
	width:140px;
	padding-top:59px;
}

#mainouter {
	
}

#mainContent {

	margin-top:110px;
	padding:25px 20px 0px 20px;
	
	
	margin-bottom:0px;
	clear:both;
}
#mainContent p {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}

#rightContent {
	

}

#menu {
	margin:35px 17px 0px 26px;
	border:1px solid #d5b0cd;
	border-bottom:none;
}


#header {	
	line-height:23px;
	color:#3d3d3d;
	padding:0px 0px 0px 0px;
}
.topHeader {
	margin-top:15px;
	color:#6d6d6d;
	font-size:13px;
	font-weight:bold;
	width:500px;
	margin-left:23px;
	padding:8px;
	background:none;
}

#header a {
	color:#3d3d3d;	
}

#footerouter {
	width:800px;
	margin:0px auto;	
	padding-right:18px;
	background:url(/images/rightshadow1.jpg) bottom right no-repeat;	
	
}
#botshaddow {
	margin:0px auto;
	width:818px;
}

#footer {
	background:url(/images/footer.jpg) top left #fff no-repeat;
	padding:10px 10px 45px 10px;
	font-weight:bold;
	margin:0px;
	color:#fff;
}
#footer a {
	
	color:#fff;
	text-decoration:none;
}

#footer p{
	padding:0px;
	margin:0px;
}


/* DROP DOWN MENUS */
/* ================================================================ 
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/latest-flyout.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.Tmenu {
	margin:35px 17px 0px 26px;
	border:1px solid #d5b0cd;
	padding:0px;
	border-bottom:none;
	position:relative;
	
	
}
 
.Tmenu ul {font-size:14px; margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left; text-align:center;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	background:#fff; }
 
.Tmenu li {margin:0; padding:0; list-style:none; 
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;}
	
.Tmenu li {/*display:inline-block; display:inline;*/ display:block;}
.Tmenu ul ul {position:absolute; left:-9999px;}
.Tmenu ul .toplevel {font-size:14px; position:absolute; left:0; top:0;  text-align:center;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8; color:#5c208b;}
	
.Tmenu ul .toplevel a {display:block; padding:0 20px 0 10px; width:184px;}
 
.Tmenu a {display:block; font:normal 14px verdana,arial,sans-serif; line-height:28px; text-decoration:none;padding:0 20px 0 10px;text-align:center;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	border-bottom:1px solid #d5b0cd;
	color:#5c208b;
	} 
 
.Tmenu ul li:hover > ul {left:100%; margin-top:-23px; margin-left:-1px;}
 
.Tmenu a:hover ul,
.Tmenu a:hover a:hover ul, 
.Tmenu a:hover a:hover a:hover ul {left:100%;}
.Tmenu a:hover ul ul, 
.Tmenu a:hover a:hover ul ul {left:-9999px;}
 
.Tmenu li a:hover {background:#dcbcd4;} 
.Tmenu li:hover > a {background:#dcbcd4;}
.Tmenu li a.fly { color:#5c208b;}
.Tmenu li a.fly:hover {background:#dcbcd4;} 
.Tmenu li:hover > a.fly {background:#dcbcd4;}
 
.Tmenu table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-7px; margin-left:-1px;}
 




