@charset "utf-8";
/* CSS Document */

<style type="text/css">


.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 100%;
	height: 30px;
	background: #000000 url(images/bg-bubplastic.gif) top left repeat-x;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: -50px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 30px;
	padding-left: 5px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 30px;
	padding-top: 5px;
	padding-right: 15px;
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
	padding-left: 5px;
}
/* END BUBBLE PLASTIC VERTICAL MENU */



/* AQUA HOVER */
.bubplastic.aqua ul li a:hover,
.bubplastic.aqua ul li.highlight a {
	background-color: transparent;
}
.bubplastic.aqua ul li a:hover span.menu_ar,
.bubplastic.aqua ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-aqua.gif) top right no-repeat;
}

#test li {
	display: block;
	border: solid 1px red;
}                    
                    


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
}
.oneColFixCtrHdr {
	background-repeat: repeat-y;
	background-position: center;
	background-color: #022204;
	background-image: url(images/bgGreen.gif);
}
#container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}
#header {
	background-color: #FFF;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
}
#header .Right {
	padding-top: 20px;
	padding-right: 10px;
}

img { border:none;}
#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 */
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#mainContent h1 img {
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #585A2B;
}

.bottomBox {
	width: 850px;
	background-color: #FFF;
	height: 200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.bottomBox .box a {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.bottomBox .box a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #FF0;
	text-decoration: none;
	font-weight: bold;
}


.bottomBox .box {
	height: 147px;
	width: 195px;
	display: block;
	float: left;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: center;
	margin: 0px;
	background-image: url(images/bottomBlockBG.jpg);
}
.bottomBox .boxL {
	height: 187px;
	float: left;
	text-align: left;
	background-image: url(images/bottomL.png);
	width: 19px;
}
.bottomBox .boxR {
	height: 187px;
	float: left;
	text-align: right;
	background-image: url(images/bottomR.png);
	width: 19px;
}

</style>

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
#footer {
	background-color: #333;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
}


#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.Left {
	float: left;
}
.Right {
	float: right;
}
#footer p a {
	color: #F90;
}
#container hr {
	color: #006328;
}
#mainContent h2 {
	color: #330;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom-width: medium;
	border-bottom-style: outset;
	border-bottom-color: #000;
}
.botRight {
	float: right;
	padding-top: 280px;
	width: 1000px;
	margin-left: -40px;
}
#topMenu  {
	width: 960px;
	clear: both;
	margin-left: 25px;
}
#topMenu ul {
	background-color: #003;
	margin-top: 0px;
	height: 20px;
	display: block;
	margin-left: -10px;

}
#topMenu ul li {
	display: inline;
	list-style-type: none;
}
#topMenu ul li a {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	background-color: #999;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 2px;
	padding-left: 3px;
	padding-right: 3px;
}
#topMenu ul li a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	background-color: #000;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 2px;
	padding-left: 3px;
	padding-right: 3px;
}
.RightList {
	float: right;
}
