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

/* ================================================================ 
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/black-anywidth-centered.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.
=================================================================== */

html, body, div, ul, ol, dd, dl, dt, li, h1, h2, h3, h4, h5, p, a, form {
	margin: 0;
	padding: 0;
	outline: none;
}

img {border:none;}

body {
	color: #666;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	
}

a {
	text-decoration: none;
	color: #666;	
}
a:hover {
	color:#003366;
}

#wrapper {margin:10px auto; background:url(../images/back.jpg) repeat-y; width:960px;}

#container {margin:0 auto; padding:0px 0 0 0; width:960px;}

#header {background:url(../images/header.jpg) no-repeat; width:960px; height:120px;vertical-align:middle;}

#mainContent {margin:0 auto; background:url(../images/backfade6.jpg) repeat-x; width:862px; height:635px;}

#textMainContent {
	position: relative;
	width: 860px;
	margin: 0px 0 0 0px;
	border: 0px solid;
	float: none;
}

#textContent {padding-left:52px;padding-top:20px;width:550px;margin-right:250px;}

#textContent h1 {
		font-family: Arial, Helvetica, Verdana, Sans-serif;
		font-size: 24px;
		line-height:30px;
		color: #666;
		/*text-transform: uppercase;*/
		font-weight: normal;
		/*letter-spacing: 1px;*/
		margin: 0 0 0 10px;
	}

#textContent h2 {
		font-family: Georgia, serif;
		font-size: 18px;
		line-height:30px;
		font-style: italic;
		color: #666;
		/*text-transform: uppercase;*/
		font-weight: normal;
		/*letter-spacing: 1px;*/
		margin: 0 0 0 10px;
	}
	
#textContent2 {float:right; margin-top:20px; padding-left:15px;padding-top:20px;width:220px;}	

#textContent2 h3 {
		font-family: Arial, Helvetica, Verdana, Sans-serif;
		font-size: 10px;
		line-height:20px;
		color: #666;
		font-weight: normal;
		letter-spacing: 1px;
		padding:0px;
	}
	

#low {margin:0 auto; background:url(../images/low.jpg) repeat-y; width:960px; height:90px;}

#low p {font-family: Georgia, serif;
		font-size: 10px;
		line-height:12px;
		color: #666;
		font-weight: normal;
		text-align:center;
		/*margin: 0 0 0 10px;*/
		}

#menu { margin:0 auto; background:url(../images/backoff.gif) repeat-x; border-top:1px solid #c9c9c9; text-align:center; width:750px; height:66px; }

#menu table {border-collapse:collapse; width:0; height:0; margin:-1px;}
#menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left;position:relative;}
#menu ul {display:inline-block;} 
#menu ul.level1 {padding-right:2px; background:url(../images/divide.gif) no-repeat right top;}
#menu li {float:left;}
#menu ul div {position:absolute; left:-9999px; top:-32000px;}

#menu a {display:block; font:normal 14px/39px arial,sans-serif; color:#777; height:39px; text-decoration:none;padding:0 14px; text-align:center;}
#menu ul.level1 li.level1-li a.level1-a {float:left; background:url(../images/divide.gif) no-repeat left top;}
#menu ul.level1 li.level1-li a.level1-a:hover {background:url(../images/hover-nosub.gif) no-repeat left top; border:0; color:#000; position:relative;}
#menu ul.level1 li.level1-li a.level1-a.drop:hover {background:url(../images/hover.gif) no-repeat left top;}
#menu ul.level1 li.level1-li:hover {position:relative;}
#menu ul.level1 li.level1-li:hover > a {background:url(../images/hover.gif) no-repeat left top; color:#fff;}

#menu ul.level1 li.level1-li a.level1-a:hover b {display:block; width:1px; height:1px; overflow:hidden; position:absolute; right:-1px; top:38px; background:#111;}
#menu ul.level1 li.level1-li:hover > a b {display:block; width:1px; height:1px; overflow:hidden; position:absolute; right:-1px; top:38px; background:#FF0;}

#menu ul :hover div {left:0; top:39px; background:#eaeaea; border:1px solid #eaeaea; border-width:0 1px 1px 1px;}
#menu ul :hover div ul {border:1px solid #989898; border-width:0 1px 1px 1px; padding-bottom:5px;}
#menu ul :hover div ul li {float:none; height:25px;}
#menu ul :hover div ul li a {display:block; height:25px; text-align:left; font:normal 13px/25px arial,sans-serif;}
#menu ul :hover div ul li a:hover {color:#fff;}