/*
    ETHOS web site CSS

*/

/* ===== initializing ===== */

body, div, h1, h2, h3, h4, hr, img {margin: 0;}

/* ===== global styles ===== */

.center		{text-align: center;}
.left		{text-align: left;}
.bold		{font-weight: bold;}
.ital		{font-style: italic;}
.uline		{text-decoration: underline;}
h1		{font-size: 1.75em; color: #1D476C; margin: 0 0 .25em 0;}
h2		{font-size: 1.5em; margin: 0 0 1em 0;}
h3		{font-size: 1em; color: #1D476C; text-align: center; margin: .25em;}
p		{font-size: .85em; margin: 0 0 1em 0;}

html {
	height: 100%;
}

body {
    font-family: Arial, sans-serif;
    background: url(pics/page_background.jpg);
    margin: 0;
    padding: 0;
    height: 100%;
}

#main {
	width: 80%;
	float: left;
	margin-left:10%;
	clear: none;
	border: 2px solid #ccc;
}

/* ===== masthead ===== */

#masthead {
	height: 100px;
	background: #fff url(pics/masthead_allGov2.png) no-repeat;
	background-position: right;
}

#logo {
	margin: 10px 0 0 10px;
	vertical-align: top;
}


/* ===== menu ===== */

#tabnavbar {
	width: 100%;
	height: 1.5em;
	position: relative;
	z-index:0;
	background: #1D476C;
}

#tabsmenu {
	float: right;
	list-style: none;
	margin: 2px 0;
	font-weight: bolder;
}

#tabsmenu li {
	float: right;
	margin: 0;
	color: white;
}

#tabsmenu li a {
	color: white;
	padding: 0 20px;
	text-decoration: none;
}

#tabsmenu li a:hover {
	background: #1D476C;
}

.active {
	background: white;
}

.not-active {
	background: #1D476C;
}

/* ===== middle ===== */

#middle {
	float: left;
	width: 100%;
	background: #fff url(pics/gradient_background.png) repeat-x;
	height: 100%;
}

#sidebarbottom{
	width: 200px;
	height: 300px;
	float: left;
	margin: 1%;
}

#sidebar {
	width: 200px;
	height: 100%;
	float: left;
	margin: 1%;
}

#sidebar img {
	margin: 5px 15px;
	vertical-align: top;
	border-style: none;
}

#sidebar div.vertical-spacer {
	height:100px;
}
#sidebar p {
	font-size: .80em;
	color: #474747;
	font-weight: bolder;
	text-align: center;
	padding: 3px;
}

#sidebar a {
	color: #783D0F;
	font-weight: bolder;
	text-decoration: underline;
}

#sidebar form {
	font-size: .70em;
	color: #fff;
	font-weight: bolder;
	text-align: center;
	margin: 5px;
}

#content {
	min-height: 100%;
	margin: 2% 4%;
}

#content img {
	border-style: none;
	padding: 0 10px 0 0;
}

#content hr {
	height: 2px;
	margin: 20px 0 20px 0;
	background-color: #1D476C;
}

#content a {
	color: #783D0F;
	font-weight: bolder;
	text-decoration: underline;
}

#content .licol {
	float: left;
	width: 200px;
}

#content .imglicol {
	float: left;
	width: 200px;
}
/* ===== footer ===== */

#footer {
	width: 100%;
	clear: both;
	background: #ccc;
}

#footerleft {
	width: 235px;
	height: 80px;
	float: left;
	margin: 0;
	padding: 0;
	background: #ccc;
	border-right: 2px solid #474747;
}

#footerleft ul li {
	font-weight: bolder;
	font-size: .70em;
	list-style: none;
	margin: -10px 50px 20px -15px;
	float: left;
	width: 60px;
}

#footerleft ul li a {
	color: #474747;
	text-decoration: none;
}

#footerright {
	width: 76%;
	height: 100%;
	margin-left: 20%;
	background: #ccc;
	padding: 1% 2%;
}

#footerright img {
	margin: 0 20px;
	vertical-align: middle;
	border-style: none;
}

#footer hr {
	height: 10px;
	background-color: #1D476C;
}

#bcmark {
	width: 80%;
	float: left;
	margin-left:10%;
	border-width: 0 2px 2px 2px;
	border-style: solid;
	border-color: #ccc;
	clear: both;
	background: #fff;
}

#bclogo {
	width: 20%;
	height: 100%;
	float: left;
}

#bclogo img {
	vertical-align: top;
}

#bcstate {
	width: 80%;
	height: 100%;
	float: left;
}

#bcstate img {
	float: right;
	margin-top: 25px;
}

#bcmark hr {
	height: 10px;
	background-color: #1D476C;
}

#copyright {
	width: 100%;
	clear: both;
	background: #1D476C;
}

.legal {
	font-size: .70em;
	font-weight: bolder;
	color: white;
	text-align: center;
	margin: 0;
}

