/* Styles for /baseten3/home3.htm and all linked pages therein */

/* General layout */

body {
	background: rgb(170,170,170);
	display: block;
	margin: 0px;
	padding: 0px;
}

header {
	background: rgb(0,0,0);
	background-image: url(logo3b.png);
	background-position: left top;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 5px 0px rgb(0,0,0);
	color: rgb(255,255,255);
	height:  120px;
	width: 100%;
}

header h1 {
	display: block;
	font-size: 3em;
	margin: 0px 0px 0px 130px;
	padding: 0px;
}

header h2 {
	display: block;
	font-size: 1.75em;
	margin: 0px 0px 0px 130px;
	padding: 0px;
}

aside {
	display: none;
}

nav.horizontalNAV ul {
	background: rgb(0,0,0);
	color: rgb(255,255,255);
	float: left;
	margin: -35px 0px 0px 130px;
	padding: 0px;
	width: 89%;
}

nav.horizontalNAV ul li {
	display: block;
	float: left;
	width: 16.666%;
}

nav.horizontalNAV ul li a:hover {
	box-shadow: 4px 4px 4px rgb(0,0,0);
	background: rgb(255,255,255);
	color: rgb(0,0,0);
}

nav.horizontalNAV ul li a {
	box-shadow: 4px 4px 4px rgb(0,0,0);
	color: rgb(255,255,255);
	display: block;
	font-family: sans-serif;
	font-size: 1.35em;
	list-style-type: none;
	padding: .2em 0px .2em 0px;
	text-align: center;
	text-decoration: none;
}

nav.horizontalNAV ul li ul {
	display: none;
}

nav.horizontalNAV ul li:hover ul {
	box-shadow: 6px 6px 6px rgb(0,0,100);
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 14.5%;
}

nav.horizontalNAV ul li:hover ul li {
	float: none;
	font-size: 1em;
	width: 100%;
}

section {
	color: rgb(255,255,255);
	background: rgb(170,170,170);
	background-image: url(back2.png), url(mbor.png);
	background-position: top left, top left;
	background-repeat: no-repeat, repeat-x;
	float: left;
	font-size: 1.2em;
	height: 78%;
	padding: 0px;
	text-align: center;
	width: 75%;
}

section a {
	color: rgb(50,50,200);
	text-decoration: none;
}

section a:hover {
	color: rgb(250,0,0);
}

section a:active {
	color: rgb(200,200,0);
}

section h4 {
	display: none;
}

section h1 {
	background: rgb(10,10,80);
	border-radius: 0px 0px 30px 30px;
	box-shadow: 0px 10px 10px rgb(100,100,100);
	display: block;
	margin-bottom: 0px;
	margin-left: 33.333%;
	margin-right: 0px;
	margin-top: 0px;
	padding: .3em;
	width: 66.666%;
}

section h1 a {
	color: rgb(0,0,100);
	text-decoration: none;
}

section h2 {
	background: rgb(0,0,0);
	border-radius: 30px 30px 0px 0px;
	box-shadow: 5px 10px 10px rgb(100,100,100);
	display: block;
	margin-bottom: 0px;
	margin-left: 36%;
	margin-right: 1%;
	padding: .15em;
}

section ul {
	margin-left: 37%;
	margin-right: 1%;
	margin-top: 10px;
}

section ul li {
	background: rgb(100,100,100);
	border: rgb(50,50,50) solid 4px;	
	border-radius: 20px;
	box-shadow: 2.5px 5px 5px rgb(100,100,100);
	color: rgb(255,255,255);
	list-style-type: none;
	margin-bottom: 10px;
}

section ul li a {
	color: rgb(255,255,255);
	display: block;
	font-family: sans-serif;
	font-size: 1.25em;
	padding: .3em;
	text-align: center;
	text-decoration: none;
}

section p {
	background: rgb(200,200,200);
	border-radius: 0px 0px 25px 25px;
	box-shadow: 5px 10px 10px rgb(100,100,100);
	color: rgb(0,0,0);
	display: block;
	font-size: 1.25em;
	font-family: sans-serif;
	margin-left: 36%;
	margin-right: 1%;
	margin-top: 0px;
	padding: 1em;
	text-align: justify;
}

section table {
	border: rgb(0,0,0) solid 1px;
	border-collapse: collapse;
	box-shadow: 5px 10px 10px rgb(100,100,100);
	margin-left: 36%;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	width: 63%;
}

section table thead {
	display: block;
	margin: 0px;
	padding: 0px;
}

section table thead tr {
	display: block;
	margin: 0px;
	padding: 0px;
}

section table thead tr th {
	background: rgb(50,50,100);
	border-bottom: rgb(0,0,0) solid 1px;
	color: rgb(255,255,255);
	float: left;
	font-family: sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0px;
	padding: .75em 0px .75em 0px;
	width: 25%;
}

section table thead tr td {
	background: rgb(130,130,175);
	border-bottom: rgb(50,50,100) dotted 1px;
	border-right: rgb(50,50,100) dotted 1px;
	float: left;
	font-family: sans-serif;
	font-size: 1.5em;
	display: block;
	margin: 0px;
	padding: .75em 0px .75em 0px;
	text-align: center;
	width: 24.9%;
}

section table thead tr td:last-of-type {
	border-right: none;
}

section table tbody {
	display: block;
	margin: 0px;
	padding: 0px;
}

section table tbody tr {
	display: block;
	margin: 0px;
	padding: 0px;
}

section table tbody tr th {
	background: rgb(50,50,100);
	color: rgb(255,255,255);
	float: left;
	font-family: sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0px;
	padding: .75em 0px .75em 0px;
	width: 25%;
}

section table tbody tr td {
	background: rgb(175,175,200);
	border-right: rgb(50,50,100) dotted 1px;
	float: left;
	font-family: sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0px;
	padding: .75em 0px .75em 0px;
	text-align: center;
	width: 24.9%;
}

section table tbody tr td:last-of-type {
	border-right: none;
}

section h3 {
	display: none;
}

section img {
	margin: 0px 1% 0px 36%;
}

article.quotes {
	background-color: rgb(170,170,170);
	background-image: url(mbor.png);
	background-position: top left;
	background-repeat: repeat-x;
	display: block;
	height: 78%;
	margin-left: 75%;
	padding: 0px;
	width: 25%;
}

article.quotes h1 {
	color: rgb(0,170,170);
	display: block;
	font-size: 2em;
	height: 10%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

article.quotes h2 {
	color: rgb(20,50,50);
	display: block;
	font-family: sans-serif;
	font-style: italic;	
	margin: 0px auto 0px auto;
	padding: 3px;
	width: 80%;
}

article.quotes p {
	color: rgb(20,50,50);
	display: block;
	font-family: sans-serif;
	margin: 0px auto 0px auto;
	padding: 5px;
	text-align: right;
	width: 78%;
}

footer {
	color: rgb(255,255,255);
	background: rgb(0,0,0);
	float: left;
	font-family: sans-serif;
	font-size: 0.8em;
	font-variant: small-caps;
	text-align: center;
	width: 100%;
}