@charset "utf-8";
/*
	CSS Document 
	Layout
*/

BODY
{	color:#000;
	background-color:#000000;
	background-image:url(images/backblur_content.gif);
	background-repeat:repeat-y;
	background-position:top;
	margin:0px;
}

.center	{ text-align: center;}
.left	{text-align: left;}
.right	{text-align: right;}

/* Formatting for Block-level Boxes */

/* Contains Top, Leftbox, Rightbox, and Mainpage */
#content
{ background: transparent url(images/content_bg.gif) 292px 0px repeat-y;
	color: #fff;
	display:block;
	width:1000px;
	margin-left:auto;
	margin-right:auto;	
}
#top {
	display:block;
	height:102px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;	
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}
#leftbox {
	color: #fff;
	display:block;
	width:292px;
	margin: 0;
	padding: 0 0 25px 0;
	background-image:url(images/leftsidepix.jpg);
	background-repeat:repeat-y;
	float:left;
}

/* Contains Mainpage */
#rightbox { color: #000;
	display:block;
	min-height: 600px;
	h/eight: 600px;
	width:708px;	
	margin: 0;
	padding-bottom: 50px;
	float:right;
	background: url(images/url.gif) right bottom no-repeat;
}
#mainpage { color:#000;
	display:block;
	width:705px!important;
	width:703px;
	
	background-color:#FFFFFF;

}

/* Hack for IE v.6 */
.llinkhack {
	_margin-bottom:-15px;
}














#left
{	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	display: block;
	font: bold 14px/20px Arial, Helvetica, sans-serif;
	float: left;
	margin: 0;
	padding: 0;
	width: 292px;	
	
}

#menu
{	display: block;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	top: 146px!important;
	top: 159px;
	left: 150px!important;
	left: 142px;
	width: 142px;	
}

#menu ul ul
{	text-align: left;
	z-index: 100;	
}

/* remove all the bullets, borders and padding from the default list styling */
#menu ul
{	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 142px;
	text-align: right;
}


/* hack for IE5.5 */
* html #menu ul
{	margin-left: -16px;
	ma\rgin-left: 0;
}

/* position relative so that you can position the sub levels */
#menu li
{	border-bottom: 1px solid #fd7c04;
	position: relative;
}

/* get rid of the table */
#menu table
{	border-collapse: collapse;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 100;
}

/* style the links */
#menu a, 
#menu a:visited
{	color: #fff;
	background: #000;
	display: block;
	line-height: 20px;
	overflow: visible;
	padding: 5px;
	text-decoration: none;
	width: 131px;
}


/* hack for IE5.5 */
* html #menu a, * html #menu a:visited
{	width: 141px;
	w\idth: 140px;
}

/* style the link hover */
* html #menu a:hover
{	background: #fd7c04;
	color: #ff0;
}

#menu :hover > a
{	background: #fd7c04;
	color: #ff0; 
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul
{	left: 142px!important;
	_left: 150px;
	position: absolute;
	top: 0; 
	visibility: hidden;
}

/* 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;
}









#nav
{	background-image: url(images/navbar.jpg);
	display: block;
	height: 43px;
	width: 706px!important;
	width: 707px;
}

#nav ul
{	display: inline;
	float: right;
	height: 32px;
	margin: 0;
	padding: 0;
} 

#nav ul li
{	border-left: 1px solid #000;
	display: inline;
	font: normal 22px/32px Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0 0 0 -5px!important;
	margin: 0 0 0 -7px;
	padding: 0;
}

#nav ul li.first
{	border: none; }

#nav a, #nav a:visited
{	background: transparent;
	color: #000;
	display: inline;
	height: 32px;
	margin-left: 0;
	padding: 0px 10px 0 10px;
	text-decoration: none;
}

#nav a:hover
{	background: orange;
	color: #fff;
	display: inline;
	padding: 0px 10px 0 10px;
	text-decoration: none;
}
