/* MENU BEGIN */

/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position: relative;
	float:right;
	padding-right: 16px;
	}

#menuh
	{
	font-size: 10px;
	width:100%;
	float:right;
	}
		
#menuh a
	{
	display:block;
/*	border: 1px solid #555;  */
	white-space:nowrap;
	margin:0;
	padding: 0.35em 1em 0.3em 1em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: #b81137;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #000;
	text-decoration:none;
	}	
	
#menuh a.top_parent  /* attaches down-arrow to all top-parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #000;
	color: #fff;
	}

#menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	
	
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #000;
	color: #b81137;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
/*    padding-bottom: 0.25em; */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 0em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

/* MENU END */

body{
margin:0;
padding:0;
background-color: #cccccc;
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
font-size: 75.01%;
line-height: 1.2em;
}

img {
   border: 0;
}

#maincontainer{
width: 800px;
margin: 0 auto;
}

#header{
height:100px;
width: 800px;
}

#linkbar{
height: 21px;
clear: left;
width: 100%;
background-image: url(../images/link_back.gif);
background-repeat: no-repeat;
}

#mainflashspace{
height:360px;
}


#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 400px;
}

#leftcolumn{
float: left;
width: 400px;
margin-left: -800px;
background: #cccccc;
}

#centercontentwrapper{
float: left;
width: 100%;
margin: 0;
background-image: url(../images/back.gif);
background-repeat: repeat-y;
}

#centercontentcolumn{
margin-left: 44px;
}

#centerleftcolumn{
float: left;
width: 44px;
margin-left: -800px;
background-color: #cccccc;
}

#footer{
clear: left;
width: 100%;
color: #737a7f;
font-size: 75%;
text-align: center;
padding: 18px 0;
}

#superfooter{
clear:left;
width: 100%;
/* background-color: #000; */
height: 1px;
}

a.roll
{
	display:block;
	width:400px;
	overflow:hidden;
}

a:hover.roll
{
	display:block;
	text-indent:-400px;
	}

a.roll2
{
	display:block;
	width:44px;
	overflow:hidden;
}

a:hover.roll2
{
	display:block;
	text-indent:-44px;
	}



a,
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #b81137; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #b88137;             
}


a:hover {
   text-decoration: none;
   background-color: #b81137;
   color: #fff;
}

p {
line-height: 1.6em;
padding: 0 80px 1px 103px;
}

p.none {
line-height: 1.6em;
padding: 0 80px 1px 0px;
}

p.footer {
line-height: 1.4em;
padding: 0;
}

b.red {
color: #b81137;
font-size: 108%;
}


b.blue {
color: #426e9c;
font-size: 108%;
}

b.orange {
color: #f05123;
font-size: 108%;
}

b.gray {
color: #516570;
font-size: 108%
}

b.green {
color: #93a746;
font-size: 108%
}

b.purple {
color: #875e8f;
font-size: 108%
}

b.brown {
color: #847550;
font-size: 108%
}

.graybar{
padding-top: 3px;
padding-left: 103px;
height: 18px;
color: #fff;
width: 653px;
background-color: #7f7f7f;
margin-bottom: 2em;
}

.graybar a,
.graybar a:link 
.graybar a:active {
   text-decoration: none;
   background-color: inherit; 
   color: #fff; 
}

.graybar a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #fff;             
}


.graybar a:hover {
   text-decoration: none;
   background-color: #b81137;
   color: #fff;
}


#centercontentcolumn ul
	{
	list-style:square;
/*	list-style-position:outside; */
	margin-left: 134px;
	padding: 0.5em;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 1.0em;
	}

#centercontentcolumn li
	{
	position:relative;
/*    min-height: 1px; */
    padding-bottom: 0.5em;
	display:list-item;
	}

#centercontentcolumn ol
	{
	margin-left: 134px;
	padding: 0.5em;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 1.0em;
	list-style-type: decimal;
	margin-right: 80px;
	}


/* pop up window */

		.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: #000;
			z-index:1001;
			-moz-opacity: 0.9;
			opacity:.90;
			filter: alpha(opacity=90);
		}
		.white_content {
			display: none;
			position: absolute;
			top: 25%;
			left: 21%;
			width: 50%;
			height: 50%;
			padding: 26px;
			border: 22px solid #a9ba68;
			background-color: white;
			z-index:1002;
			overflow: auto;

		}
		
		#light p{
		padding: 0;
		}