﻿/* Oriole.css

Author: Peter H Fewster
Updated: March 30, 2010
*/

body {
	margin: 0 0 14px 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #222;
	background: #fff1d8 url('../images/OrioleTheme.jpg') repeat-x;
}

/* common elements
------------------------------- */

p {
	font-size: 12px;
	line-height: 150%;
	padding: 0 0 10px 0;
	margin: 0;
}

h1, h2, h3 {
	color: #222;
	margin: 0;
	font-weight: bold;
}

h1 {
	font-size: 26px;
	padding: 10px 0 40px 0;
}

h2 {
	font-size: 18px;
	padding: 14px 0 14px 0;
}

h3 {
	font-size: 14px;
	padding: 14px 0 14px 0;
}
	
img	{
	display: block;
	border: 0;
}

hr	{
	clear: both;
	width: 850px;
	margin: 8px 0;
	height: 1px;
	border-top: 1px #fea606 dashed;
	border-bottom: 0 transparent none;
}
	
ol, ul {
	margin-top: 2px;
}
	
li {
	font-size: 12px;
	line-height: 150%;
}

blockquote {
	margin: 10px 30px;
}

/* links
------------------------------- */

a {
	font-weight: bold;
	color: #231e65;
}
	
a:visited, a:link {
	text-decoration: none;
}
	
a:hover {
	text-decoration: underline;
	color: #23651e;
}

/* tables
------------------------------- */

table {
	font-size: 12px;
	margin: 0 0 20px 0;
	border-collapse: collapse;
	border: 1px #999 dotted;
}

th {
	background: #eee;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	vertical-align: top;
	border: 1px #999 dotted;
	padding: 3px;
}
	
td {
	background: #fff;
	line-height: 150%;
	text-align: center;
	vertical-align: middle;
	border: 1px #999 dotted;
	padding: 3px;
}

th.tablenumber {
	text-align: right;
}

td.tablenumber {
	text-align: right;
}
	
/* forms
------------------------------- */

.submit {
	margin-top: 20px;
}

.formbox {
	float: left;
	margin: 0 10px 10px 0;
}
	
form {
	margin-top: 0;
}

input {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 1px;
}

input.text {
/*	background-color: transparent; */
}

textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 1px;
/*	background-color: transparent; */
}

select {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
/*	background-color: transparent; */
}

button {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 1px;
}

legend {
	font-family: verdana, arial, sans-serif;
	padding: 0 0 10px 0;
	font-size: 14px;
}

/* general items
------------------------------- */

.MissionStatement {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 16px;
}

.MissionDetails {
	font-size: 14px;
	padding-bottom: 14px;
}

.footnote {
	font-size: 10px;
}

img.pointer {
	display: inline;
	vertical-align: baseline;
	margin: 0 4px 0 10px;
}

img.example {
	border: 1px #999 dotted;
}

img.thumb {
	padding: 2px 10px 0 0;
	float: left;
}

.illustration {
	float: left;
	margin: 0 20px 10px 0;
}

.endillustration {
	clear: both;
}

.goto {
	margin-top: 10px;
}

.goto a {
	color: #fff;
	font-weight: normal;
	padding: 4px 6px;
	background: #231e65;
}
	
.goto a:visited, a:link {
	text-decoration: none;
}
	
.goto a:hover {
	text-decoration: none;
	background: #23651e;
}

.note {
	margin: 10px 0 16px 0;
	padding: 6px 6px 0 6px;
	border: 1px #999 dotted;
	background: #fff;
}

.pseudobutton {
	color: #fff;
	font-weight: normal;
	padding: 2px 4px;
	background: #231e65;
}

.alert {
	color: #c00;
}

.declaration {
	margin-bottom: 0;
}

.description {
	margin-top: -10px;
	margin-left: 30px;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

.associate ol {
	margin: 5px 0;
	padding: 0;
}

.associate li {
	list-style: none;
	font-size: 16px;
	margin-left: 0;
	padding: 2px 0;
}

.associate label {
	clear: both;
	display: block;
	float: left;
	text-align: left;
	width: 100px;
}

/* Gallery
------------------------------- */

.DesignBox {
	float: left;
	width: 240px;
	border: 0;
	margin: 10px 20px 20px 20px;
}

.DesignPreview {
	text-align: center;
}

img.DesignPointer {
	display: inline;
	vertical-align: baseline;
	margin: 0 4px 0 0;
}

h4.DesignName {
	text-align: center;
	font-size: 14px;
	padding: 0 0 10px 0;
	margin: 0;
}

.endDesignTheme {
	clear: both;
}

/* wrap all the divisions
------------------------------- */

#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
  	width: 850px;
	text-align: left;
}

/* title used for printing
------------------------------- */

#titleprint {
	display: none;
}

/* header - includes topper, title & menu
------------------------------- */

#header {
	height: 170px;
	width: 850px;
}

/* topper - empty so decorations at top of background can be seen
------------------------------- */

#topper {
	height: 33px;
	width: 850px;
}

/* title - contains Title.jpg
------------------------------- */

#title {
	height: 100px;
	width: 850px;
}

/* menu
------------------------------- */

#menu {
	clear: left;
	height: 37px;
	width: 850px;
	padding-left: 1px;
	color: #222;
}

#menu .tabInactive {
	float: left;
	width: 102px;
	height: 37px;
	margin-right: 6px;
	background: transparent url('../images/MenuInactive.jpg');
}

#menu .tabActive {
	float: left;
	width: 102px;
	height: 37px;
	margin-right: 6px;
	background: transparent url('../images/MenuActive.jpg');
}

#menu p {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}

#menu a {
	color: #000;
}
	
#menu a:visited {
	text-decoration: none;
}
	
#menu a:link {
	text-decoration: none;
}
	
#menu a:hover {
	text-decoration: underline;
	color: #23651e;
}

#menu .endtab {
	clear: both;
}

/* main & content contain the page's unique content
------------------------------- */

#main {
	float: left;
	width: 850px;
}

#content {
	margin: 30px 0 10px 0;
	padding: 0;
}

/* footer
------------------------------- */

#footer {
	clear: left;
	width: 850px;
}

#footer p {
	font-size: 9px;
	color: #222;
	padding: 0 0 10px 0;
	text-align: center;
}