/*Home Page Layout*/
body {
	margin:0;
	background-color:#B49A0C;
}
#page-border {
	border:solid 1px #7B171F;
	border-bottom:none;
}
/*submenu header*/
.submenuBar {
	background-color:#181D45;
	margin:0;
	color:#fff;
	height:14px;
	vertical-align:middle;
	text-align:right;
	padding:2px;
	font-size: 10px;
	border-bottom: 1px solid #FFFFFF;
}
.submenuBar a {
color:#fff;
text-decoration:none;
}
/*global header*/
#main-header {
	border-collapse:collapse;
	background-color:#7B171F;
	margin:0px;padding:0px;
	width:100%;
	border-bottom:solid 1px #fff;
}
#main-header .right {
	background-image: url(../images/home/header_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align:right;vertical-align:bottom;padding:0;margin:0;
}
#main-header img {margin:0; padding:0;}
/*Tabs*/
#tabs { margin:0;padding:5px 0 5px 0;}
#tabs a {
	color:#fff;
	padding:5px 8px 5px 8px;
	text-decoration:none;
	background: url(../images/home/tabRight_1.gif) no-repeat right top;
}
#tabs a:hover {color:#8C8EA2;}
.footer {
	background-image: url(../images/hr_colors.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding:4px;
	font-size:10px;
}
.main-content {
	margin:0;
	padding: 15px;
	background: #fff url(../images/home/bodyBckg.jpg) repeat-x;
}
/*full screen pages: About Us, Service Locator */
.fullpage {width:90%;}
.fullpage img {border:solid 1px #900;}
/*2 column table layout: service state, local events*/
.twoColumn {
	width: 100%;
}
.twoColumn td {vertical-align:top;padding:2px;}
.twoColumn td.left {
	width: 200px;
	padding-right: 15px;
}
.twoColumn td.right {

}
.box{
border:solid 1px #ccc; margin-bottom:5px;
}
.box div { /*text within the box*/
	padding:3px;
}
.scrolling div {height:150px;overflow:auto;}


