@charset "UTF-8";
/* --- CSS Document for main SSG dessign --- */

body {
	margin: 0px;
	color: #666;
	font-size: 12px;
	font-family: Arial;
	font-family: Arial, Verdana, Univers;
/*	background-color: #545454; */
	background-image: url(../images/page_bkgd.jpg);
	background-repeat: repeat-x;
}


h1 {
	color: #4F6179;
	font-size: 24px;
	font-weight: normal;
	margin: 3px 0px 25px 0px;
}
h2 { color: #333333; font-size: 17px; font-weight: normal; margin: 0px 0px 15px 0px; }

a          { color: #ba7007; }
a:visited  { color: #ba7007; }
a:hover    { color: #000; }



.container {
/* Size of page */
	width: 980px;
	margin-left: auto;
	margin-right: auto;
/*	background-image: url(../images/content_bkgd.jpg);  */
 	background-image: url(../images/content_bkgd_tile.jpg); 
	background-repeat: repeat-y;
}


/* BANNER AREA */
.bannerArea {
	width: 980px;height: 145px;
	background-color: #4971a2;
	background-image: url(../images/banner_bkgd.jpg);
	background-repeat: no-repeat;
}

.bannernav {
	padding-top: 10px;
	padding-right: 40px;
	float: right;
	color: white;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.bannernav a {
	color: white;
	text-decoration: none;
}

.bannernav a:visited {
	color: black;
}
.bannernav a:hover {
	color: #0000EE;
}

.toplogo {
	margin-left: 70px;
	padding-top: 20px;
}

.content {
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../images/content.jpg);
/*	background-image: url(../images/content_bkgd_tile.jpg); */
	background-repeat: no-repeat;
}


/* LEFT NAVIGATION */


.leftnavigation {
	width: 192px;
	margin: 0px 0px 0px 0px;
	padding-left: 8px;
	float: left;
	list-style-type: none;
}

.leftnavigation a{
	margin-left: 0px;
	width: 156px;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	float: left;
/* This sets the color of the nav font */
/*   color: #364957; */
    color: #228B22;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(../images/nav_normal.jpg);
/*	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat; */
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-bottom: 1px solid #999;
}

.leftnavigation a:visited{
	color: #364957;
}
.leftnavigation a:hover{
	color: #ffffff;
/*	background-image: url(../images/nav_down.jpg); */
	background: transparent url(../images/bg-bubplastic-h-aqua.gif) top left no-repeat;
}


/* CONTENT AREA */

.contentleft {
	width: 550px; 
/*	width: 440px */
	padding-left: 30px;
	padding-right: 20px;
	float: left;
}

.contentright {
	border-left: solid;
	border-color: #737a90;
	border-width: 1px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	width: 140px;
}

.imageright {
	margin-top: 10px;
	margin-left: 10px;
	float: left;	
}
.imageleft {
	margin-right: 10px;
	float: left;
}


/* FOOTER AREA */

.footerArea {
	width: 980px;height: 88px;
	background-color: #cfcfcf;
	background-image: url(../images/footer_bkgd.jpg);
	background-repeat: no-repeat;
	
}

.copyright {
	border-top: solid;
	border-color: #737a90;
	border-width: 2px;
	margin-left: 210px;
	margin-right: 30px;
	padding-top: 12px;
	
	color: #666666;
	font-size: 10px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}


/* BUBBLE PLASTIC VERTICAL MENU */

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

.bubplastic.vertical {
	width: 125px;
	margin: 0px;
	padding: 0px;
	display: block;
}

.bubplastic.vertical ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bubplastic.vertical ul li {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent url(../images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.vertical ul li a {
	display: block;
	margin: 0;
	width: 100%;
	padding-left: 35px;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
	background: transparent url(../images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.vertical ul li a span.menu_ar {
	display: block;
	margin: 0;
	width: 100%;
	height: 22px;
	padding-top: 5px;
	padding-right: 35px;
	background: transparent url(../images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC VERTICAL MENU */

/* AQUA HOVER */
.bubplastic.aqua ul li a:hover,
.bubplastic.aqua ul li.highlight a {
	background: transparent url(../images/bg-bubplastic-h-aqua.gif) top left no-repeat;
}
.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;
}

