/**
 * 8-1/2 x 11 Productions CSS Stylesheet
 *
 * @copyright Jeffry Fawcett 2008
 *
 * COLOR REFERENCE
 *
 * #DCDCDC - Light Grey
 * #828282 - Dark Grey
 */

body {
	font-family: "times new roman", times, serif;
	margin: 0;
	font-size: 70%;
	background-color: #fff;
	text-align: center;
}

body.sample {
	background-color: navy;
}

a:link, a:visited {
	font-weight: bold;
	color: #004B96;
	text-decoration: none;
}

a:hover {
	color: #00A5C6;
}

a.sideNav:link, a.sideNav:visited {
	font-family: verdana, geneva, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 80%;
}

a.image:link, a.image:visited, a.image:hover, a.image:active {
	text-decoration: none;
	color: #fff;
}

a.selected:link, a.selected:visited, a.selected:hover {
	font-family: verdana, geneva, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 80%;
	color: #009664;
	}

ul {
	text-indent: 0;
	margin: 0px;
	padding-left: 13px;
}

ol {
	text-indent: 0;
	margin: 0px;
	padding-left: 23px;
}

h2 {
	background-color: #DCDCDC;
	font-family: verdana, geneva, sans-serif;
	font-style: italic;
	font-weight: normal;
	padding: 5px 0 5px 10px;
	margin: 1.5em 1em 0 0;
	font-size: 1.3em;
	}

#halfHeight {
	font-size: 50%;
}

#page {
	width: 750px;
	vertical-align: top;
	text-align: left;
	margin: 0 auto;
}

#header {
	text-align: left;
	height: 235px;
	float: left;
}

#headerPubs {
	text-align: left;
	height: 150px;
	float: left;
}

#headerLeft {
	text-align: left;
	width: 225px;
	margin: 20px 0 0 25px;
	float: left;
}

#headerRight {
	text-align: left;
	width: 450px;
	float: left;
	margin: 20px 0 0 0;
}

#menuNav {
	text-align: right;
	float: right;
}

#pageNav {
	font-weight: bold;
	font-size: 1.2em;
	float: left;
	width: 50%;
}

#content {
	width: 100%;
	height: 100%;
	float: left;
	text-align: left;
}

#contentCenter {
	width: 510px;
	margin: 0 0 0 225px;
	height: 100%;
	float: left;
	text-align: left;
}

#contentRight {
	width: 540px;
	margin: 40px 0 0 0;
	height: 100%;
	float: left;
	text-align: left;
}

#pageRight {
	width: 540px;
	margin: 0 0 0 0;
	height: 100%;
	float: left;
	text-align: left;
}

#contentLeft {
	width: 200px;
	margin: 40px 0 0 10px;
	height: 100%;
	float: left;
	text-align: left;
}

#pageLeft {
	width: 200px;
	margin: 0 0 0 10px;
	height: 100%;
	float: left;
	text-align: left;
}

#pubRight {
	width: 400px;
	margin: 0 0 0 0;
	height: 100%;
	float: left;
	text-align: left;
}

#pubLeft {
	width: 310px;
	margin: 0 0 0 10px;
	height: 100%;
	float: left;
	text-align: left;
}

#footer {
	width: 100%;
	padding: 75px 0 15px 0;
	text-align: center;
	float: left;
	font-size: 1.2em;
}

#leftNoIndent {
	padding: .75em 1em 0 0;
	font-size: 1.6em;
}

#pubNoIndent {
	padding: .5em 1em 0 0;
	font-size: 140%;
}

#textCenter {
	text-align: center;
}

#pubIndent {
	padding: .5em 1em 0 1em;
	font-size: 140%;
}

#leftIndent {
	padding: .75em 1em 0 1em;
	font-size: 1.6em;
}

#hangingIndent {
	padding: 0 1em 0 1.5em;
	text-indent: -0.75em;
	font-size: 1.6em;
}

#leftContact {
	margin: 0 0 0 50px;
	color: #828282;
	font-family: verdana, geneva, sans-serif;
	font-weight: bold;
	font-style: italic;
	width: 120px;
	font-size: 90%;
	float: left;
}

#rightContact {
	margin: 0 0 0 0;
	width: 250px;
	float: left;
}

#sampleLeft {
	width: 190px;
	text-align: left;
	float: left;
}

#sampleLeft a {
	font-weight: normal;
}

#sampleRight {
	width: 305px;
	text-align: left;
	float: right;
}

#closeButton a {
	border: 2px solid #828282;
	padding: 0.4em 0.3em 0.3em 0.3em;
	margin: 1em 0 0 0;
	background-color:#DCDCDC;
	color: #000;
	font-family: verdana, geneva, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	font-style: italic;
}

#closeButton a:hover { 
	border: 2px solid DCDCDC;
	background-color: #828282;
	color: #fff;
}

#openButton a {
	border: 2px solid #828282;
	padding: 0.4em 0.3em 0.3em 0.3em;
	margin: 1em 0 1em 0;
	background-color:#DCDCDC;
	color: #000;
	font-family: verdana, geneva, sans-serif;
	font-size: 70%;
	font-weight: normal;
	font-style: italic;
}

#openButton a:hover { 
	border: 2px solid DCDCDC;
	background-color: #828282;
	color: #fff;
}

#sample {
	padding: 5px 0 0 0;
	margin: 0 auto;
	vertical-align: top;
	font-size: 1.6em;
}

.halfWidth {
	width: 50%;
	float: left;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.small {
	font-size: 93%;
}

.large {
	font-size: 108%;
}

.colorDarkBlue {
	color: #00008C;
}

.colorBlue {
	color: #0087BE;
}

.colorGrape {
	color: #820082;
}

.colorDeepGreen {
	color: #006000;
}

.colorGreen {
	color: #008000;
}

.colorRed {
	color: #FFEEF4;
}

.colorOrange {
	color: #E63200;
}

.bgPaleYellow {
	background-color: #FFE169;
}

.bgEarthRed {
	background-color: #FFEEF4;
}

.bgEarthBrown {
	background-color: #FFCD9B;
}

.bgEarthBlue {
	background-color: #AFC3FF;
}

.bgEarthGreen {
	background-color: #78F0BE;
}

.bgEarthLavender {
	background-color: #E6E6F0;
}

.bgCream {
	background-color: #FAFAF0;
}

.bgEarthAqua {
	background-color: #C8FFFF;
}

.bgDeepBlue {
	background-color: #006ED2;
}

.bgPaleBlue {
	background-color: #A0B4FF;
}

.separator {
	color: #007000;
}

.direction {
	font-size: 130%;
}
