﻿/*
    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.65em; color: #1D476C; margin: 0 0 .25em 0;}
h2		{font-size: 1.15em; margin: 0 0 1em 0;}
h3		{font-size: 1em; margin: 0 0 1em 0;}
p		{font-size: .85em; margin: 0 0 1em 0;}

body {
	font-family: Arial, sans-serif;
	background: url(++resource++images/page_background.jpg);
	margin: 0;
	padding: 0;
}

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

}

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

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

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


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

#tabnavbar {
	border 0;
	height: 1.5em;
	position: relative;
	z-index:0;
	background: #1D476C;
	text-align:right;
}

#tabnavbar a {
	font-weight:bold;
	padding: 0em 1em 0em 1em;
	line-height: 1.5em;
	border-left: 2px solid white;
	text-decoration:none;220px 
}

#tabnavbar a:first-child {
	border-left: 0px;
}
#tabnavbar a.active-menu-item {
	background: white;
	color: #1D476C;
}
#tabnavbar a.active-menu-item:hover {
	background: white;
}

#tabnavbar a.inactive-menu-item {
	background: #1D476C;
	color: white;
}

#tabnavbar a.inactive-menu-item:hover {
	background: white;
	color: #1D476C;
}



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

#middle {

	background: #fff url(++resource++images/gradient_background.png) repeat-x;
	padding-bottom: 20px;
}

#sidebar {
	width: 230px;
	float:left;
}

#sidebar img {
	margin: 5px 10px 5px 20px;
}

#sidebar div.vertical-spacer {
	height:100px;
}

#sidebar p {
	margin-left:15px;
	font-size: .80em;
	font-style: italic;
	color: #474747;
	text-align: center;
	padding: 5px;
}

#sidebar h2 {
	margin-left:15px;
	font-size: 1.15em;
	font-style: bold;
	color: #783D0F;
	text-align: center;
	padding: 5px;
}

#sidebar form {
	margin-top: 5x;
	margin-left: 5px;
	font-size: 11px;
 	border: 1px solid #1D476C;
	text-align: center;
 	padding: 5px;
 	clear: left;
}

#sidebar a {
	font-weight: bolder;
	text-decoration: none;
	color: #474747;
	font-size: .85em;
	font-weight: bolder;
	float:left;
	clear:left;
	margin-left:50px;
	margin-top:1em;
}

#sidebar a.active-menu-item {
	color: #783D0F;
}

#sidebar a:hover {
	color: #783D0F;
}

#content {
	margin-left:260px;
	margin-right:40px;
	padding-top:20px;
}

div#spacer{
	clear:both;
	height:1px;
}

#content p {
	font-size: .85em;
	text-align: left;
}

#content img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 15px 0;
	vertical-align: top;
	border-style: none;
}

#content p img {
	margin-left: 0;
	margin-right: 30pt;
	padding: 0;
	float: left;
	vertical-align: bottom;
	border-style: none;
}

#content span.media_logos {
	text-align: center;
	display: block;
}

#content span.media_logos a{
	margin-left:1em;
	margin-right:1em;
}

#content span.media_logos img{
	display: inline;
}

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

#content td {
	border: solid thin;
	text-align: center;
	vertical-align: top;
	margin: 5px;
}

#content ul li {
	text-align: left;
	font-size: .85em; 
	margin: 0 .25em 1em 0;
}

#content ul ul {  
	margin-top: 10px;  
}

#content ol li {
	margin-top: 15px;
	font-size: .80em;
	text-align: center;
	list-style: none;
}

#content ol li img {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	vertical-align: bottom;
	border-style: none;
}

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

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

/* ===== footer ===== */

#footer {
	background: #ccc;
}

#footerleft {
	height: 80px;
	float: left;
	margin: 0;
	padding: 0;
	background: #ccc;
}

#footerleft ul{
	width:180px;
	margin:0 20px 0 10px;
	padding:0;
}

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

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

#footerright {
	height: 100%;
	margin-left:220px;
	background: #ccc;
	padding: 2% 2%;
}

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

#footer 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;
}

/* ===== misc ===== */

table.workshopusage{border:1px solid black; margin-left: 1em; float:left;}

div.mouseover{text-decoration: underline;
              color:black;
              width:9em;}

#content div#policy ol li {
	margin-top: 15px;
	margin-right: 15px;
	font-size: .80em;
	text-align: left;
	list-style: decimal;
}

.hidden{visibility:hidden;
        position:absolute;
        margin-top:-18em;
        margin-left:0px;
        width:40em;
        text-align:left;
        background: white;
        border:2px solid black;}