@charset "utf-8";
body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#page {
	width: 980px;
	padding-left: 20px;
}

#rightcolumn {
	float: right;
	background-image: url(images/right.jpg);
	width: 340px;
	background-repeat: repeat-y;
}

#rightcontent {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 240px;
}

#rightcontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #660000;
	font-size: 18px;
	margin: 0;
	margin-top: 20px;
	padding: 0;
}

#rightcontent a {
	color: #663333;
}

#rightend {
	background-image: url(images/end.jpg);
	height: 56px;
}

#header {
	background-repeat: no-repeat;
	height: 100px;
}

#menubalk {
	background-color: #660000;
	height: 130px;
	border-bottom: 3px solid #eef2f5;
	border-top: 3px solid #eef2f5;
	position: absolute;
	top: 100px;
	width: 100%;
}

#menuimg {
	float: left;
}

#visualcontent {
	margin-top: 140px;
	padding-left: 5px;
	margin-right: 350px;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #660000;
	font-size: 32px;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #660000;
	color: #ffffff;
	font-size: 12px;
	margin: 0;
	margin-bottom: 5px;
	margin-top: 25px;
	padding: 1px;
	clear: left;
}

#content p {
	
	line-height: 1.6;
}





#menu {
	width: 100%;
	background: #660000;
	float: left;
	margin-bottom: 20px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	border-right: 1px solid #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}

#menu a, #menu h2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 2px 3px;
}

#menu h2 {
	color: #ffffff;
}

#menu a {
	color: #ffffff;
	background: #660000;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

#menu a:hover {
	color: #000000;
	background: #eef2f5;
}

#menu li {
	position: relative;
}

#menu ul ul {
	position: absolute;
	padding-left: 2px;
	padding-right: 10px;
	left: -7px;
	z-index: 500;
	width: auto;
	border: 0;
}

#menu ul li ul li {width: 150px;}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

.fixture {
	border-bottom:1px solid #CCCCCC;
	margin-bottom: 2px;
	margin-top: 20px;
}