/* CSS Document */
body {
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	color:#006699;
	font-size:2em;
	font-weight:bold;
	margin:20px 0;
	line-height:1em
}
h2 {
	color:#003366;
	font-size:1.6em;
}
h3 {
	margin-bottom:1em;
	padding:0.4em 0.5em 0.5em 0.5em;
	color:#fff;
	background-color:#006699;
}
h4{
	color:#006699;
	margin-bottom:0px
}
h5{
	color:#003366;
	font-size:13px;
	margin:3px 0 10px 0;
	font-weight:bolder
}
a, a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#006699;
	border-bottom:1px dotted #006699;
	outline:none
}
a:hover{
	color:#0099cc	
}
p{
	font-size:0.8em
}
#wrapper {
	background: url(../_images/bg_wrapper.png) repeat-x;
	
}
#container { 
	width: 1024px;
	margin: 0px auto;
	color: #333;
	line-height: 130%;
	font-size:0.9em;
	background:url(../_images/bg_container.png) repeat-y;
}
#banner{
	background-image:url(../_images/banner.png);
	height:200px;
	margin:0;
	padding:0
}
/***************Top Navigation*********************/
.navbar{
	padding: 20px 0 5px 183px;
	margin: 0px 0 0 0;
	font:12px;
	font-weight:bold;
	border-bottom: 1px solid gray;
	list-style-type: none;
	text-align: left;
}
.navbar li{
	display: inline;
	margin: 0;
}
.navbar li a{
	margin:0 0 -3px 0;
	text-decoration: none;
	padding: 5px 7px 7px 7px;
	border: 1px solid gray;
	border-bottom: none;
	background-image:url(../_images/nav.png);
	color: #fff;
}
.navbar li a:visited{
	color: #fff;
}
.navbar li a:hover{
	background-image:url(../_images/nav_selected.png);
	color: #003366;
	padding: 5px 7px 7px 7px;
}
.navbar li a:active{
	color: black;
}
.navbar li.selected a{ /*selected tab effect*/
	position: relative;
	padding: 8px 7px 7px 7px;
	background-image:none;
	background-image:url(../_images/nav_selected.png);
	color: #003366;
}
.navbar li.selected a:hover{
	padding: 8px 7px 7px 7px;
	color::#006699
}
.navbar li.selected a:visited{
	color:#003366
}
/**************leftNavMenu******************/
#leftcontainer{	
	width:178px;
	padding:0;
	margin:0;
	float:left
}
.menuheader{
	background-image:url(../_images/leftnav_header.png);
	background-repeat:no-repeat;
	width:178px;
	height:100px;
	margin-top:-1px;
}
.menu ul {
	padding:0;
	list-style:none;
	border-bottom:1px solid #fff;
	margin:0
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#eee; 
	width:158px;
	font-weight:bold;
	padding:10px;
	border-top:1px solid #fff;
}
.menu ul li a:hover {
	background:#0099cc;
	color:#fff
}
/*CONTENT*/
#content{
	margin-left: 178px;
	margin-top:0px;
	padding: 0em 1em 3em 15px;
	min-height:750px;
}

.landing ul, .landing ul * {
	padding:0;
	margin:0;
	list-style:none;
}
.landing ul li {
	margin:0 10px 8px 0;
	display:inline-block;
	}
.landing ul li a, .landing ul li a:visited{
	width:10em;
	background-image:url(../_images/bg_landings.png);
	background-repeat:repeat-x;
	background-color:#ccc;
	padding:0.5em;
	border:3px solid #ccc;
	text-align:center;
	color:#003366;
	font-size:1.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	display:inline-block;
}
.landing ul li a:hover{
	color:#fff;
	background-image:none;
	background-color:#0099cc;	
	border-color:#24a9d5
}
#content ul {
	list-style-type:square;
	font-size:0.8em;
	line-height:1.6em;
}
#content img {
	margin:0 5px  5px 0;
	display:inline
}
#content a img{
	border:5px solid #003366;
	padding:3px;
	filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
}
#content a:hover img{
	border-color:#0099cc;
	filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
}
#content table{
	width:100%;
	margin-bottom:0.5em
}
#content table td{
	padding:0.3em;
	border-bottom:solid 1px #eee;
	vertical-align:text-top
}
#content table th{
	text-align:left;
	font-weight:bold;
	font-size:1.1em;
	border-bottom:solid 2px #ccc;
	border-top:solid 2px #ccc;
	padding:0.3em;
	color:#333
}
#breadcrumbs{
	font-size:10px;
	border-bottom:dashed 1px #ccc;
	padding:3px 0;
	color:#666666;
}
#breadcrumbs img{
	margin:0 5px
}

#boiler{
	height:120px;
	width:700px;
	background-image:url(../_images/home.png);
	margin:10px 0 5px 0px;
	padding:0;
}
.block {
	border:#003366 1px dashed;
	float:left;
	margin:10px 10px 0 2px;
	padding:5px;
	text-align:center;
	height:150px
}
.block h5 {
	font-size:14px;
	background-color:#efefef;
	margin:0;
	padding:0 0 2px 0
}
.clearit {
	clear:both
}
.data img{
	margin:20px
}
.floatRight {
	float:right;
	margin:10px 0 0 20px
}
.floatLeft {
	float:left;
	margin:0px 10px 0 0px
}
#aboutLeft, #aboutRight {
	width:220px;
	height:auto;
	font-size:10px;
	white-space:nowrap;
	font-style:italic;
	font-weight:bold
}
#aboutLeft {
	float:left;
	margin:0 45px 10px 0;
	}
#aboutRight {
	float:right;
	margin:0 20px 0 0;
}

.suppliers{
	margin:-10px 0 0 40px;
}
.blurb {
	color:#003366;
	font-size:1.2em;
	font-weight:bold;
	font-style:italic;
	margin:0 0 0 0;
}
#flash{
	width:600px;
	height:60px;
	margin-left:50px;
	padding:0;
	z-index:0
}

#content table.tblContact {
	width:350px;
	border-collapse:collapse;
	border-top:1px solid #eee
	
}
#content table.tblContact th{
	border-width:1px;
	border-color:#eee;
	vertical-align:text-top;
	font-size:1em;
	background:#f7f7f7
}
hr {
	color:#003366;
	border:1px solid #006699;
	background:#003366
}
#map {
	float:right;
	border:1px solid #ccc;
	width:425px
}
#map h4 {
	margin:0 0 0 0;
	padding:3px;;
	background-color:#f7f7f7;
	border-bottom:solid 1px #ccc
}
#map a{
	font-size:0.8em;
	font-weight:bold
}
.new {
	color:#FF0000;
	font-weight:bold
}
/**********End of Content**************/
#footer {
	background:url(../_images/navbg.png) repeat-x #003366 top;
	padding:10px 0 20px 10px;
}
#footer ul {
	text-align:center;
	margin: 0 ;
	color: #fff;
	font-size:10px;
	padding:10px
}
#footer ul li {	
	list-style:none;
	display:inline;
}
#footer ul li a{
	color:#FFCC33;
	font-weight:bold;
	padding:3px 7px 5px 7px;
}
#footer a:hover {	
	color:#fff
}
#empire {
	margin-right:10px;
	color:#fff;
	font-size:0.7em;
	float:right;
	padding:10px 0 5px 0
}
#empire a {
	color:#ff6600;
	font-weight:bold;
}
