﻿body {
	background-position: center top;
	background-color: #FFF;
	margin: 0px auto 0px auto;
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
}
#header {
	height: 105px;
	position: relative;
}
#header a, #header a:visited {
	color: #CCCCCC;
}
#companyname {
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	font-size: 36px;
}
#slogan {
	color: #C0C0C0;
	margin-left: 30px;
}
#menubar.MenuVert {
	border-width: 1px;
	border-color: #C0C0C0;
	background-color: #FFF;
	height: 216px;
	border-bottom-style: solid;
}
.container {
	background-color: #ffffff;
}
#header #headerleft {
	padding: 18px;
}
#header #headerright {
	position: absolute;
	bottom: 1em;
	right: .5em;
	color: #FFFFFF;
	text-align: right;
	
}
.MenuVert ul { 
	padding: 10px 0;
}
.MenuHoriz {
	background-color: #005695;
	line-height: 1.7em;
}
.MenuHoriz ul {
	margin: 0;
	padding: 0;
	background-color: #005695;
}
.MenuHoriz li {
	float: left;
	color: White;
	border-right: 1px solid #fff;
	list-style: none;
}
.MenuHoriz li a {
	padding: .2em 1em;
	background-color: #005695;
	color: White;
	text-decoration: none;
}
.MenuHoriz li a:hover {
	background-color: #145170;
	color: #fff;
}
.MenuVert li { 
	height: 36px;
	background: #FFF url(images/li-line.gif) no-repeat bottom left; 
	list-style: none;
}
.MenuVert li a { 
	display: block;
	line-height: 36px; 
	text-decoration: none;
}
.MenuVert li a:hover { 
	font-weight: bold;
	text-decoration: none;
}
#footer {
	background-position: bottom;
	text-align: center;
	border-top-color: #C0C0C0;
	border-top-width: 1px;
	border-top-style: solid;
	background-color: #f6f6f6;
	background-image: url('images/footerblend.jpg');
	background-repeat: repeat-x;
	padding-bottom: 18px;
}
#sitemap {
	margin: 0px auto 0px auto;
	padding: 10px 0;
}
#sitemap li {
	margin: 0px .5em 0px .5em;
	line-height: 36px;
	list-style: none;
	display: inline;
}
.mainContent {
	padding: 1em;
	min-height: 300px;
}
.title {
	font-weight: bold;
	color: #505050;
	height: 26px;
	margin: 0px;
	padding: 5px;

}
.blog {
	margin: 0 .5em;
}
.blog .title {
	background-image: url('images/hbg.gif');
	background-repeat: repeat-x;
	margin-bottom: .5em;
}
.blog .content {
	padding: 0 .5em;
}
.blog .foot {
	border-top: dotted 1px #CCCCCC;
	text-align: right;
	padding-right: 1em;
}
#featuredSection {
	border: solid 1px #C0C0C0;
	padding: 1em;
	background-color: #f3f3f3;
	margin: 0 1em;
}
#featuredSection ul {
	margin: 0 0 0 .75em;
	padding: 10px 0;
	text-align: center;
}
#featuredSection ul li {
	margin: 0px .5em 1em .5em;
	list-style: none;
}
.right {
	text-align: right;
}
