﻿@import url(layout.css);
body {
	font-size: small;
	font-family: "Trebuchet MS";
	font-style: normal;
	background:gray url('../images/bg.png') repeat;
	height:100%;
}
#container {
	margin: 0 auto;
	background: url(../images/bkgd_tile.png) top;
	background-repeat: repeat-y;
}
#masthead {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	width: 650px;
	background-color: #cde;
	margin-bottom: 0px;
	margin-top: 0px;
}
#navigation {
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
}
#column_l {
	width: 420px;
	height:100%;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
}
#column_r {
	width: 200px;
	height:100%;
	margin: 0;
	float: right;
	background-color: #cccccc;
	position: relative;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	text-align: center;
	background-color: #000000;
	background-image:url('../images/bg_fotter.png');
	background-repeat:repeat-x;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px 0px 2px 0px;
	width:1080px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #BF0D1A;
	color: #000000;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	background-color: #961B1E;
	border: 1px solid #f2f2f2;
	color: #000000;
}
#navigation a:hovercurrent {
	background-color: #961B1E;
	border: 1px solid #f2f2f2;
	color: #000000;
}

/* Styles for Content */
h1 {
	color: #CF1B2A;
	font-size: 2.0em;
	margin-top: 5px;
	font-family: "Trebuchet MS";
}
h2 {
	color: #CF252A;
	font-size: 1.75em;
	font-family: "Trebuchet MS";
}
h3 {
	color: #CF252A;
	font-size: 1.5em;
	font-family: "Trebuchet MS";
}
h4 {
	color: #CF252A;
	font-size: 1.25em;
	font-family: "Trebuchet MS";
}
h5 {
	color: #CF252A;
	font-size: 1em;
}
h6 {
	color: #965;
	font-size: 0.5em;
}
big {
	color: #965;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: small;
	text-align: justify;
	margin: 0;
	padding: 5px;
	font-family: "Trebuchet MS";
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 100%;
	height: 33px;
	margin-left: 10px;
	padding: 0;
	background: #000000 url('../images/menudefault.png') repeat-x;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 33px;
	padding-left: 35px;
	float: left;
	text-transform: capitalize;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 33px;
	padding-top: 5px;
	padding-right: 35px;
	cursor: pointer;
}
.bubplastic.gray ul li a:hover,
.bubplastic.gray ul li.highlight a {
	background: transparent url('../images/menuactive.png') repeat-x;
}
.bubplastic.gray ul li a:hover span.menu_ar,
.bubplastic.gray ul li.highlight a span.menu_ar {
	background: transparent url('../images/menuactive.png') repeat-x;
}

/* END BUBBLE PLASTIC HORIZONTAL MENU */


#test li {
	display: block;
	border: solid 1px red;
}