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

body {
	width:900px;
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	background: #000000;
	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: #FFF;
	background-color: #000;
}

img
{
	border-style: none;
	cursor: auto;
	border: 0;
}

.oneColLiqCtrHdr #container {
	/*width: inherit;*/  /* this will create a container 80% of the browser width */
	width: 1200px;
	background: #000000; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	/*text-align: left;*/  /*this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.oneColLiqCtrHdr #header {
	background: #000000;
	/*padding: 0 10px 0 20px; */
	/* 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: left;
}

.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
						
.oneColLiqCtrHdr #mainContent {
	width:1200px;
	margin:0px auto;
	padding-top:0px;
	padding-bottom:75px;
	/*vertical-align: middle;*/
	position: relative;
	background-color: #000000;
	/*background-position: center center;*/
	background-position: center;
	top: auto;
	text-align: center;
}

.oneColLiqCtrHdr #footer {
	clear:both;
	position:relative;
	/*padding-top:75px;*/
	background:#000000;
	font-size: 0.8em;
	text-align: center;
}

body, td, th {
	color: #FFF;
}
h1 {
	color: #999;
	font-size: 2.5em;
}
h2 {
	color: #FFF;
	font-weight: bold;
	font-size: 0.9em;
}
p {
	color: #FFF;
	/*font-weight: bold;*/
	font-size: 1.3em;
}

a{
	color: #FFFFFF;
	text-decoration: none;
}

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

a.hidden {
	text-decoration: none;
	color: #000000;
	cursor:default;
}


/* NAVIGATION */
ul#menuList {
	margin: 0px;
	padding: 0px;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#menuList li {
	float: left;
	margin: 0;
	padding: 0;
	margin-right:20px;
	position: relative;
	text-align: left;
	font-size: 0.8em;
	font-weight: normal;
}

ul#menuList2 {
	margin: 0px;
	padding: 0px;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
	
}
ul#menuList2 li {
	float: left;
	margin: 0;
	padding: 0;
	margin-right:70px;
	position: relative;
}

ul#menuList3 {
	margin: 0px;
	padding: 0px;
	float:left;
	width: 100%;
	list-style: none;
	padding-top:0px;
}

ul#menuList3 li {
	float: right;
	margin: 0;
    padding-right: 300px;
	position: relative;
}

ul#menuList4 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#menuList4 li {
	margin: 0;
	padding: 0;
	margin-right:20px;
	text-align: center;
	padding-top: 100px;
	font-size: 0.8em;
	font-weight: normal;
}

ul#menuList5 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style: none;
	font-size: 0.8em;
}
ul#menuList5 li {
	margin: 0px;
	padding: 0px;
	margin-right:5px;
	margin-left:5px;
	text-align: center;
}

.c_name {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #9bda79;
	background-repeat: repeat;
	text-align: left;
	/*vertical-align: top;*/
	padding-top: 71px;
}

ul#menuList6 {
	margin: 0px;/*140px;*/
	padding: 0px;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#menuList6 li {
	margin: 0px;
	padding: 0px;
	margin-right:20px;
	text-align: center;
	padding-top: 0px;
	font-size: 0.8em;
	font-weight: normal;
}
