@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/site_bg.jpg);
	margin: 0;
	text-align:center;
	vertical-align: top;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-top: 0px;
	padding-top: 15px;

}

a:link, a:visited {
	color:#000000;

}

#index-headings {
	text-align:center;
}

#index-headings a{
	color:#FFFFFF;
}

#index-headings a:hover {
	text-decoration:none;
}

#index-headings a:visited {
	color:#FFFFFF;
}

#container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-left:auto;
	margin-right:auto;
}#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;

}
#logo {
	padding-left: 12px;
}
.topbtns {
	padding-left: 10px;
	padding-bottom: 30px;
}


.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 100%;
	height: 44px;
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 40px;
	padding-left: 15px;
	float: left;
	text-transform: capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.bubplastic.horizontal ul li a:visited {
	display: block;
	height: 40px;
	padding-left: 15px;
	float: left;
	text-transform: capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 32px;
	padding-top: 10px;
	padding-right: 35px;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: right top;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */



/* BUBBLE PLASTIC VERTICAL MENU */

.bubplastic.vertical {
	width: 175px;
	margin: 0;
	padding: 0;
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.rightcontent {
	width: 175px;
	margin: 0;
	padding: 0;
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.rightcontent ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0px;
}
.rightcontent ul li {
	display: block;
	float: left;
	width: 175px;
	margin: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom:dotted;
	border-color:#000000;
	border-width:1px;
}

.rightcontent ul li a {
	display: block;
	margin: 0;
	padding-left: 0px;
	text-transform: capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #162D57;

}

.rightcontent ul li a span.menu_ar {
	display: block;
	margin: 0;
	width: 100%;
	height: 22px;
	padding-top: 5px;
	padding-right: 35px;
	
	cursor: pointer;
}

.titleright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-left: 0px;
	font-weight:bold;
	margin: 0px;
}

.title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-left: 10px;
	font-weight:bold;
	margin-top: 10px;
}

.bubplastic.vertical ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 16px;
}
.bubplastic.vertical ul li {
	display: block;
	float: left;
	width: 155px;
	margin: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom:dotted;
	border-color:#000000;
	border-width:1px;

}

.bubplastic.vertical ul li a {
	text-decoration: none;
	color:black;

}

.bubplastic.vertical ul li a:hover {
	text-decoration:none;
	color:#FF0000;
}

.bubplastic.vertical ul li a span.menu_ar {
	display: block;
	margin: 0;
	width: 100%;
	height: 22px;
	padding-top: 5px;
	padding-right: 35px;
	
	cursor: pointer;
}
/* END BUBBLE PLASTIC VERTICAL MENU */



/* AQUA HOVER */
.bubplastic.aqua ul li a:hover,
.bubplastic.aqua ul li.highlight a {
	background-color: transparent;
	background-image: url(../images/nav_bg_a.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bubplastic.aqua ul li a:hover span.menu_ar,
.bubplastic.aqua ul li.highlight a span.menu_ar {
	background-color: transparent;
	background-image: url(../images/nav_bg_a.gif);
	background-repeat: repeat-x;
	background-position: right top;
}


/* BLUE HOVER */
.bubplastic.blue ul li a:hover,
.bubplastic.blue ul li.highlight a {
	background: transparent url(../images/bg-bubplastic-h-blue.gif) top left no-repeat;
}
.bubplastic.blue ul li a:hover span.menu_ar,
.bubplastic.blue ul li.highlight a span.menu_ar {
	background: transparent url(../images/bg-bubplastic-h-blue.gif) top right no-repeat;
}


/* GRAY HOVER */
.bubplastic.gray ul li a:hover,
.bubplastic.gray ul li.highlight a {
	background: transparent url(../images/bg-bubplastic-h-gray.gif) top left no-repeat;
}
.bubplastic.gray ul li a:hover span.menu_ar,
.bubplastic.gray ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-gray.gif) top right no-repeat;
}


/* LIME HOVER */
.bubplastic.lime ul li a:hover,
.bubplastic.lime ul li.highlight a {
	background: transparent url(../images/bg-bubplastic-h-lime.gif) top left no-repeat;
}
.bubplastic.lime ul li a:hover span.menu_ar,
.bubplastic.lime ul li.highlight a span.menu_ar {
	background: transparent url(../images/bg-bubplastic-h-lime.gif) top right no-repeat;
}


/* ORANGE HOVER */
.bubplastic.orange ul li a:hover,
.bubplastic.orange ul li.highlight a {
	background: transparent url(../images/bg-bubplastic-h-orange.gif) top left no-repeat;
}
.bubplastic.orange ul li a:hover span.menu_ar,
.bubplastic.orange ul li.highlight a span.menu_ar {
	background: transparent url(../images/bg-bubplastic-h-orange.gif) top right no-repeat;
}


/* PINK HOVER */
.bubplastic.pink ul li a:hover,
.bubplastic.pink ul li.highlight a {
	background: transparent url(../images/bg-bubplastic-h-pink.gif) top left no-repeat;
}
.bubplastic.pink ul li a:hover span.menu_ar,
.bubplastic.pink ul li.highlight a span.menu_ar {
	background: transparent url(../images/bg-bubplastic-h-pink.gif) top right no-repeat;
}


/* PURPLE HOVER */
.bubplastic.purple ul li a:hover,
.bubplastic.purple ul li.highlight a {
	background: transparent url(../images/bg-bubplastic-h-purple.gif) top left no-repeat;
}
.bubplastic.purple ul li a:hover span.menu_ar,
.bubplastic.purple ul li.highlight a span.menu_ar {
	background: transparent url(../images/bg-bubplastic-h-purple.gif) top right no-repeat;
}


/* RED HOVER */
.bubplastic.red ul li a:hover,
.bubplastic.red ul li.highlight a {
	background: transparent url(../images/bg-bubplastic-h-red.gif) top left no-repeat;
}
.bubplastic.red ul li a:hover span.menu_ar,
.bubplastic.red ul li.highlight a span.menu_ar {
	background: transparent url(../images/bg-bubplastic-h-red.gif) top right no-repeat;
}

#test li {
	display: block;
	border: solid 1px red;
}
#content {
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 0px;
	font-size: 18px;
}
#submenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
#submenu h1 {
	font-size: 16px;
	color: #D31E11;

}
td {
	vertical-align: top;
}
.emphasis {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
}
.red {
	color: #D31E11;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#homebg {
	background-image: url(../images/home_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.homesubs a:link, .homesubs a:visited {
	color:#FF0000;
	font-weight:normal;
}
.borderright {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.legal {
	font-size: 12px;
}
.footer {
	color: #FFFFFF;
	font-size: 12px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
}

.footer a:link, .footer a:visited{
color:#FFFFFF;
}
#navlist {
}

#sidebar #navlist .uberlink {

background-position: 0% 50%;
color:#E90729 !important;
font-weight: bold;
cursor: default;
}

.ss_bg{
background: url(../images/ss_bg.jpg);
width:455px;
height:279px;
position:relative;
}

.ss_bg_padding{
width:455px;
height:279px;
padding-left:20px;
padding-top:19px;
}
