body {	
	background: #383838 url(../images/bluebusiness-blue-background.jpg) repeat-x top left;
	text-align: center;
}

h1 {
	font-size: 2em; /* 24px */
	line-height: 1.5em;
	font-weight: normal;
	color: #333333;
}

h2 {
	line-height: 1.5em;
	font-size: 1.50em;
	font-weight: normal;
	font-style: italic;
	color: #333333;
}

/* main grid */

.main-container {	
	margin: 0px auto;
	text-align: left;
	
	width: 877px;
	overflow: hidden;	
}

/* HEADER */

.header {
	height: 130px;
	overflow: visible;
}

/* logo */

.header h1 {
	margin: 0px;
}

.bluebusiness-logo {
	float: left;
	display: block;
	width: 469px;
	height: 100px;
	margin-top: 5px;
	display: inline;
	
	background: url(../images/bluebusiness-logo.png) no-repeat;
}

a.bluebusiness-logo:focus {
	background-color: transparent;
}

.bluebusiness-logo span {
	display: none;
}

/* header-menus */

.header-menus {
	float: right;
	height: 36px;
	padding-left: 10px;
	background: url(../images/header-menus-left.png) no-repeat left top;
}

.header-menus-inner {
	height: 36px;
	background: url(../images/header-menus-right.png) no-repeat right top;
	padding-right: 10px;
}

.header-menus ul {	
	overflow: hidden;
	height: 36px;
	padding: 0px 10px;
	background: url(../images/header-menus-tile.png) repeat-x left top;
	
	list-style-type: none;
	margin: 0px;
}

.header-menus ul li {
	float: left;
	padding-right: 10px;
	padding-top: 10px;
	
	line-height: 1em;
}

.header-menus ul li:last-child {
	padding-right: 0px;
}

.header-menus ul li a {
	padding: 5px 5px 5px 12px;
	background-position: left center;
	background-repeat: no-repeat;
	
	color: #fff;
	text-decoration: none;
}

.header-menus ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

.mail-icon {
	background-image: url(../images/mail-icon.gif);
}

.user-icon {
	background-image: url(../images/user-icon.gif);
}

/* MENUBAR */

.menubar {
	position: relative;
	height: 43px;
	padding-left: 7px;
	background: url(../images/menubar-left.png) no-repeat left top;
}

.menubar-inner {
	height: 43px;
	overflow: hidden;
	padding-right: 7px;
	background: url(../images/menubar-right.png) no-repeat right top;
}

.menubar ul {
	width: 100%;
	padding: 2px 0px;
	overflow: hidden;
	background: url(../images/menubar-tile.png) repeat-x left top;
	
	list-style-type: none;
	margin: 0px;	
}

.menubar ul li {
	float: left;
	overflow: hidden;
}

.menubar ul li a {	
	display: block;
	float: left;
	padding: 12px 37px;
	
	font-weight: bold;	
	color: #222222;
	font-size: 1.17em; /* 14px */
	text-decoration: none;		
	line-height: 1em;
}

.menubar ul li a:hover {
	background-color: #89b9d0;
	
	color: #000;
	padding: 12px 37px;
	text-decoration: none;	
}

.menubar ul li.current-item a {	
	background-color: #a2bbc7;
	color: #000;
}

/* PROMO BANNER */

.banner {
	overflow: hidden;
	margin-top: -10px;
	background-image: url(../images/bluebusiness-banner-background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	right: 50px;
}

.banner-inner {
	height: 234px;
	padding: 30px 30px 0px 30px;
	background-image: url(../images/big-lights2.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/* welcome message */

.welcome-message {
	float: left;
	width: 500px;
	color: #fff;
}

.welcome-message h1 {
	font-size: 2.5em;
	line-height: 1.7em;
	color: #bdeaff;
	margin: 0px;
}

.welcome-message p {
	font-size: 1.50em; /* 18px */
	margin: 0em 0em 0.5em;	
}

.welcome-message .more-button {
	display: block;
	width: 221px;
	height: 38px;
	margin-top: 20px;
	background: url(../images/bigbluebutton.png) no-repeat left top;
	
	font-size: 1.50em; /* 18px */
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 2em;
	
	opacity: 0.6;
}

.welcome-message .more-button:hover {
	color: #fff;
	opacity: 1;
	
	text-decoration: none;
}

/* latest projects */

.latest-projects {
	float: right;
	width: 230px;
	padding-top: 0px;
	overflow: visible;
	height: 200px;
}

.latest-projects h1 {
	font-size: 2.00em; /* 24px */	
	color: #bdeaff;
}

.latest-projects a img {

}

.latest-projects a span {
	display: block;
	font-size: 0.92em; /* 11px */
	padding-bottom: 10px;
}

.latest-projects-items {
	width: 250px;
	height: 190px;
	overflow: hidden;
	margin: 0px;
	border: 0px solid #fff;
	left: 250px;
}

.latest-projects a {
	color: #fff;
	opacity: 0.8;
}

.latest-projects a:hover {
	opacity: 1;
	color: #fff;
}

.latest-projects .more-button {
	float: right;
	display: block;
	width: 96px;
	height: 27px;
	margin-top: 15px;
	background: url(../images/smallbluebutton.png) no-repeat left top;
		
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 2em;
	
	opacity: 0.6;
}

.latest-projects .more-button:hover {
	color: #fff;
	opacity: 1;
	
	text-decoration: none;
}

/* FOOTER */

.footer {
	border-top: 1px solid #000;
	background-color: #131313;
	text-align: center;
	overflow: visible;
}

.footer-inner {	
	position: relative;
	width: 877px;
	overflow: hidden;
	margin: -0px auto;
	padding: 20px 0px;
	top: -1px;
	border-top: 10px solid #fff;
	background-color: #0b0b0b;
	
	text-align: left;
}

/* footer legal */

.footer-legal {	
	float: right;
	margin-right: 20px;
	display: inline;
	padding-top: 60px;
	background: url(../images/bluebusiness-footer-logo.jpg) no-repeat top right;
	
	color: #5d5d5d;
	font-size: 0.83em; /* 11px */
	text-align: right;
}

.footer-legal p {
	margin: 0px;
}

/* footer menus */

.footer {
	
}

.footer ul {
	list-style-type: none;
	margin: 0px;
}

.footer a {
	font-size: 0.92em; /* 11px */
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer strong {
	display: block;
	padding-bottom: 5px;
	
	color: #c7c7c7;
	font-size: 1.17em; /* 14px */
	font-weight: normal;
}

.footer ul {
	float: left;
	width: 130px;
	padding-left: 30px;
}

.footer .current-item {
	font-weight: bold;
	text-decoration: underline;
}

.footer ul li {
	line-height: 1.3em;
}

/* CONTENT */

.content {
	width: 807px;
	overflow: visible;
	height: 965px;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: left top;
}

.main-column {
	float: left;
	width: 530px;
}

.right-column {
	float: right;
	width: 230px;	
}

.content h1 {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ededed;
}

.content .latest-news ul {
	list-style-type: none;
	margin: 0px;
}

.content .latest-news h2 {
	margin: 0px;
}

.content .latest-news ul li {
	padding: 0px;
	line-height: 1em;
}

.content .latest-news a {
	float: left;
	clear: both;
	padding-left: 10px;
	background: url(../images/blue-arrows.jpg) no-repeat left 5px;
	margin-top: 10px;
	display: inline;
	line-height: 1.2em;
}
	
.content .latest-news a:focus {
	color: #0097d8;
}

.content .latest-news em {
	display: block;
	clear: both;
	padding: 5px 0px 10px 10px;
	
	font-size: 0.92em; /* 11px */
	color: #a0a0a0;
}

.content .story {
	overflow: hidden;
	padding-bottom: 20px;
}

.content .align-right {
	float: right;
	margin-left: 10px;
	display: inline;
}

/* animated innerfade */

.innerfade-title{
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 290;
    width: 100%;
    background: #00a7ee url(img/title-bg.html);
    height: 34px;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: .8;
    border-top: 1px solid white;
}
.innerfade-title h2{
    color: white;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    font-style: italic;
    line-height: 34px;
}
.mycontrolboxclass{
    position: absolute;
    right: 35px;
    top: 20px;
}

/* dreamweaver fix */

.menubar {
	overflow: hidden;
}

.header-menus-inner {
	width: 105px;
}

.header-menus-inner a {	
	white-space: nowrap;
}
