@charset "utf-8";
div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, di, dd, dt, img {
	margin: 0px;
	padding: 0px;
}

body {
	background: #222222;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	font-family: Tahoma, Geneva, sans-serif;


}
#menu-list {
	list-style-type: none;
	margin: .2em 0 .2em 1%;
	width: 100%;
	padding-left: 2%;
}
#menu-list ul {
	margin: 0 4.6% 0 0;
	padding: 0;
	list-style-type: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	float:left;
	width: 12%;
}
#menu-list li {
	padding: 0px;
	float:left;
	width: 90px;
	position: relative;
}

#menu-list li li{
	position: relative;
	cursor: default;
	width: 120px;
	left: 2px;
}


#menu-list li li li{
	width: 120px;
	position: relative;
	left: 7px;

}


#menu-list a {
	display: block;
	width:100%;
	border: 1px solid 000000;
	text-decoration: none; /*lets remove the link underlines*/
	color: #FFF;
	background-color: #000;
	padding: .3em;
	text-align: center;
	

}
#menu-list li li a {
	background-color: #4B4B4B;
	border: 1px solid 000000;
}

#menu-list a:link, #menu-list a:active, #menu-list a:visited {
	color: #FFF;
}

#menu-list a:hover {
	background: #333;
	color: #ffffff;
	text-align: center;
} 

#menu-list ul ul {
	position: absolute;
	z-index: 500;
	left: -0.13em;
	width: 90px;
}
#menu-list h3 {
	font-size: 1em;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	cursor: default;
}


#menu-list ul ul ul {
	position: absolute;
	top: 0px;
	left: 100%;
	width: 100px;
}

div#menu-list ul ul {
display: none;
}

div#menu-list ul li:hover ul
{display: block;}

div#menu-list ul ul,
div#menu-list ul li:hover ul ul,
div#menu-list ul ul li:hover ul ul
{display: none;}

div#menu-list ul li:hover ul,
div#menu-list ul ul li:hover ul,
div#menu-list ul ul ul li:hover ul
{display: block;}

#container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: Justify; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #000000;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
	margin: 0px;
	height: 70px;
}
#menu {
	height: 1.8em;
	z-index: 500;
}
#seperator {
	height: 2px;

	background-color: #666;
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
}
#mainContent p {
	padding: 0px;
	margin-top: 0.7em;
	font-size: .85em;
}

#mainContent h1 {
	font-size: 1.2em;
	margin-top: 15px;
}
#mainContent h2 {
	font-size: 1.2em;
	margin-top: 15px;
	text-align: center;
	font: Tahoma;
}
#mainContent h4 {
	font-size: .95em;
}


#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 12px;
}
#EBK {
	position: absolute;
	top: 30px;
	left: 10%;
	padding-left: 20px;
}
#KSVA {
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	right: 10%;
	top: 20px;
}
#form1 {
	margin-left: 30%;
	margin-right: 22%;
	padding: 3em;
}
#form1 p {
	font-size: 1em;
}

#form1 h4 {
	line-height: 2.5em;
}
#submit {
	left: 30%;
	position: relative;
	width: 100px;
	font-size: 20px;
}
#ratetable {
	left: 35%;
	width: 30%;
	position: relative;
	margin-left: 0%;
}
#ratetable table tr td {
	text-align: center;
}
#ratetable table tr td h1 {
	font-size: medium;
	line-height: normal;
	font-weight: bold;
	text-align: center;
}
#ratetable table tr td h2 {
	font-size: 0.95em;
	margin-bottom: 0.5em;
	line-height: 1em;
	text-align: center;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
}
#ratetable table tr td h3 {
	font-size: .8em;
	margin-bottom: 0.5em;
	line-height: 30px;
	text-align: left;
	font-weight: normal;
	margin-left: 1em;
	font-family: Tahoma, Geneva, sans-serif;
}
#FlashID {
}
#ratetable table tr td h2 {
	font-size: 0.95em;
	margin-bottom: 0.5em;
	line-height: 1em;
	text-align: center;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
}
#ratetable table tr td h3 {
	font-size: .8em;
	margin-bottom: 0.5em;
	line-height: 30px;
	text-align: left;
	font-weight: normal;
	margin-left: 1em;
	font-family: Tahoma, Geneva, sans-serif;
	
}
.oneColLiqCtrHdr #container #mainContent #gallery2 div p a {
	color: #FF0;
	text-decoration: none;
}
