@charset "utf-8";
/* CSS Document */
body {
	background-color:#acacac;
	background-image:url(../images/bg.jpg);

}
#container {
	background-color:#FFFFFF;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	width: 908px;
	border: 4px solid #00467f;
	padding: 4px;
}
#flash {
	z-index:0;
}

/******Google Search******/
#GS {
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	width: 908px;
}
#GS form{
	float: right;
}

#cse-search-results {
	margin-left:15px;
}

/* dark blue #00467f
	light blue #008fbb
	*/
/******************header**************/
#title {
	color:#00467f;
	height: 110px;
}
#title .logo1{
	float:left;
}
#title .logo2{
	float:right;
}
#title h1, #title h2, #title h3 {
	margin: 0px 0px 5px 0px;
	text-align:center;
	position:relative;
}
#title h1{
	font-size:30px;
}

#title h2, 	#title h3{
	top: -10px;
	position: relative;
}

#title .title_text{
	float:left;
	position:relative;
	width: 500px;
	left: -150px;
}
/**************************NAVBAR**************/
#navbar{
	margin-top:30px;
	background-color: #008fbb;
	text-align:center;
	height: 21px;
	width:899px;
	z-index:1;
	border: 2px solid #00467f;
	font-size:14px;
}
#navbar .box {
	height:21px;
	width:300px;
	background-color:#00467f;
	float:right;
}
#navbar .blueT {

	float:right;
}
#navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 70px;
	float: left;
}
#navbar a, #navbar h2 {
	font-weight:bold;
	text-decoration:none;
	text-align: center;
	vertical-align: middle;
	display: block;
	margin: 0;
	padding: 2px 3px;
}

#navbar h2 {
	color: #fff;
	text-transform: uppercase;
}

#navbar a {
	color:#FFFFFF;
	text-decoration: none;
}
#navbar a:hover {
	background-color:#00467f;
}
#navbar li {position: relative; height:100%;}

#navbar ul ul {
	background-color:#008fbb;
	position: absolute;
	z-index: 500;
	border: thin solid #00467f;
	width: auto;
	padding-left: 2px;
	padding-right: 2px;
}

#navbar ul ul,
#navbar ul li:hover ul ul,
#navbar ul ul li:hover ul ul
{display: none;}

#navbar ul li:hover ul,
#navbar ul ul li:hover ul,
#navbar ul ul ul li:hover ul
{display: block;}
/****************main content*********/
#main{
	clear:both;
	padding-top:10px;
}
/*************boxes******/
.box {
	background-color:#FFFFFF;
	margin-bottom:10px;
}
.box .box1{
	border: 2px solid #000000;
}
.box .box2 {
	border: 2px solid #00467f;
}
.box .content{
	padding:5px;
}
.box .title {
	background-color:#00467f;
	color:#FFFFFF;
	margin:0px;
	padding: 2px 0px 2px 5px;
}
.box .title a {
color:#FFFFFF;
}
.box .title h4 {
	margin:0px;
}
.box .bluebox {
	height:20px;
	width:300px;
	background-color:#00467f;
	float:right;
	color:#FFFFFF;
}
.box .whiteT {
	float:right;
}
/*************footer***********/
#footer{
	clear:both;
	text-align:center;
}

/*********Products*********/
#products li {
	list-style-type: none;
	padding-left: 10px;
}
#products .highlighted, #products .highlighted a {
	color:#FFFFFF;
	background-color: #00467f;
}
#products a:hover {
	font-weight:bold;
}
#products table {
	width:100%;
}

#products table .lh {
	width:25%;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #00467f;
}
#products table .lh2 {
	width:25%;
}

#products table .c {
	width:50%;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #00467f;
}

#products table .rh {
	text-align:center;

}
#products table .rh p {
	text-align:left;
}
/********contacts*************/
.contact {
	border: 2px solid #00467f;
	margin-top:20px;
	width: 80%;
}