/* Chris's Base Style Sheet, http://www.eeoh.com.au/chris/ */
/* fonts */
body {
	color: #333;
	font-size: 0.83em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em; }
h1 {
	color: #c51037;
	font-size: 2em;
	font-weight: normal; }
h2 {
	color: #c51037;
	font-size: 1.5em;
	font-weight: normal; }
h3 {
	color: #c51037;
	font-size: 1.17em;
	font-weight: normal; }
h4 {
	font-size: 1em; }
h5 {
	font-size: 0.83em; }
h6 {
	font-size: 0.75em; }
h1,  h2,  h3,  h4,  h5,  h6 {
	font-family: "American Typewriter";
	line-height: normal; }
pre {
	font-size: 1.1em;
	font-family: Courier, "Courier New", Monaco, monospace;
	line-height: 1.1em; }
/*margins*/
p,  ol,  ul,  table {
	margin: 0 0 0.8em; }
h1 {
	margin-top: 0;
	margin-bottom: 0.1em; }
h2, h3, h4, h5, h6 {	margin-top:    1.6em;
	margin-bottom: 0.1em; }

h1+h2, h2+h3, h3+h4, h4+h5, h5+h6 {
	margin-top: 0.5em; }
ol,  ul {
	padding: 0 0 0 2.5em;
	list-style-position: outside; }
ol ol,  ol ul,  ul ol,  ul ul {
	margin-top: 0;
	margin-bottom: 0; }
p+ol,  p+ul {
	margin-top: -0.6em; }
blockquote {
	margin-right: 2.5em;
	margin-left: 2.5em; }
/*tables*/
table {
	margin-right: auto;
	margin-left: auto;
	border-collapse: separate;
	border-spacing: 1px;
	empty-cells: hide;
	table-layout: auto; }
td {
	background-color: #ddd;
	text-align: left;
	vertical-align: middle;
	margin: 0;
	padding: 4px; }
th {
	font-weight: bold;
	background-color: #bbb;
	text-align: center;
	vertical-align: middle;
	padding: 4px; }
/*links*/
a {
	color: #c51037;
	text-decoration: underline; }
a:hover {
	color: #046 ; }
/*basic html*/
img {
	vertical-align: bottom;
	border-style: none;
	display: inline; }
/*layout*/
body {
	background-color: #4a4d50;
	margin: 0;
	padding: 0; }
#wrapper {
	background-color: #f6f6f6;
	background-image: url(../images/paperTexture.png);
	position: relative;
	width: 760px;
	margin-right: auto;
	margin-left: auto; }

#header {
	background-color: black;
	position: relative;
	height: 60px; }

#header h3 {
	display: none; }

#logo {
	position: absolute;
	top: 0;
	right: 0; }

#navigation1 {
	font-size: 15px;
	font-family: "American Typewriter";
	position: absolute;
	left: 7px;
	bottom: 4px; }

#navigation1 ul {
	margin-bottom: 0;
	list-style-type: none;
	padding-left:    0; }

#navigation1 li {
	padding-right: 10px;
	display: inline; }

#navigation1 a {
	color: #fff;
	text-decoration: none;
	line-height: 23px;
	padding-right: 2px;
	padding-left: 2px; /* required for IE */ }
#navigation1 a.current {	border-bottom: 2px solid #fff; }
#navigation1 a:hover {
	border-bottom: 2px solid #c51037;
	
		 }

#navigation2 {
	font-size: 15px;
	font-family: "American Typewriter";
	position: relative;
	margin-right: 7px;
	margin-left: 7px; }

#navigation2 ul {
	margin-bottom: 0;
	list-style-type: none;
	padding-left:    0; }

#navigation2 li {
	padding-right: 10px;
	display: inline; }

#navigation2 a {
	color: #000;
	text-decoration: none;
	line-height: 23px;
	padding-right: 2px;
	padding-left: 2px; /* required for IE */ }
#navigation2 a.current {	border-bottom: 2px solid #000; }

#navigation2 a:hover {
	border-bottom: 2px solid #c51037; }
#navigation3 {
	font-size: 14px;
	font-family: "American Typewriter";
	line-height: 22px;
	text-align: center;
	position: relative;
	margin-top: 9px;
	margin-right: 7px;
	margin-left: 7px;
	order-top-style: solid; }
#navigation3 ul {
	margin-bottom: 0;
	padding-top: 1px;
	padding-bottom: 1px;
	list-style-type: none;
	padding-left:    10px;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	display: inline; }
#navigation3 li {
	padding-right: 10px;
	display: inline; }

#navigation3 a {
	color: #000;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px; /* required for IE */ }
#navigation3 a.current {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000; }

#navigation3 a:hover {
	border-top: 2px solid #c51037;
	border-bottom: 2px solid #c51037; }
#content {
	margin: 20px 40px 40px; }

#footer {
	font-size: 0.83em;
	text-align: center;
	clear: both;
	padding: 10px; }

/*user classes*/
.hidden {
	display: none; }
.largeType {
	font-size: 1.17em; }
.smallType {
	font-size: 0.83em; }
.fineType {
	font-size: 0.75em;
	line-height: 1.5em; }
.floatRight {
	float: right;
	clear: right;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 8px; }
.photoRight {
	background-color: #fff;
	margin-top:    4px;
	margin-bottom: 4px;
	margin-left:   8px;
	float:         right;
	clear:         right;
	padding: 3px;
	border: solid 1px #acacac; }

.floatLeft {
	margin-bottom: 4px;
	float:         left;
	clear: left;
	margin-top: 4px;
	margin-right: 8px; }
.leftColumn { 
	position: relative; 
	width: 48%; 
	float: left;
	clear: both; }
.rightColumn { 
	position: relative; 
	width: 48%; 
	float: right; 
	clear: right; }
/*form elements*/
input {
	display: block;
	float: left;
	margin-bottom: 10px; }
textarea {	display:       block;
	margin-bottom: 10px;
	float:         left; }
textarea.fullwidth {
	width: 100%;	 }
label {
	display: block;
	width: 19%;
	float: left;
	text-align: right;
	padding-right: 3px;
	line-height: 1.6em; }
.leftColumn label, .rightColumn label { 
	width: 40%; }
label.inline {
	width: auto;
	padding-left: 15px;
	padding-right: 2px; }
label.radioCheck {
	width: auto;
	padding-left: 2px;
	padding-right: 15px; }
br {
	clear: left; }
input.submit {
	margin: 4px; }
/* 2009-03-13 New Classes */
#navigation1 a.admin {
	color: #c51037;
	text-decoration: none;
	line-height: 23px;
	padding-right: 2px;
	padding-left: 2px; /* required for IE */ }
#navigation1 a.admin:hover {
	border-bottom: 2px solid #c51037;}
#navigation1 a.admincurrent {
	color: #c51037;
	text-decoration: none;
	line-height: 23px;
	padding-right: 2px;
	padding-left: 2px;
    border-bottom: 2px solid #fff; }
#navigation1 a.admincurrent:hover {
	border-bottom: 2px solid #c51037;}
a.aTable {
	color: #c51037;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12;
	text-decoration: underline; }
a.aTable:hover {
	color: #046 ; }
input.buttonAdmin {
    color: #c51037;
    background-color: #eee;
    margin: 0;}
input.buttonAdminInverse {
    color: #eee;
    background-color: #c51037;
    margin: 0;}
input.buttonAdminDisabled {
    color: #cccccc;
    background-color: #eee;
    margin: 0px;}
input.checkbox {
    color: #c51037;
    margin: 0px;}
input.txtAdmin {
    color: #c51037;
    width: 300px;
    margin: 0;}
select.selAdmin {
    color: #c51037;}
table.tableBorder {
	border-collapse:collapse;
	border-spacing: 0px;
    margin: 0;}
table.tableBlank {
	border-collapse:collapse;
	border-spacing: 0px;
    margin: 0;}
td.tdBlank {
	background-color: transparent;
	color: #c51037;
	font-family: "American Typewriter";
    padding-left: 0px;
    padding-right: 4px;
    padding-top: 0px;
    padding-bottom: 4px;
	border-spacing: 0px;
	font-weight: normal;
    margin: 0px;}
td.tdBorder {
	background-color: transparent;
    border-color: #c51037;
    border-style: solid;
    border-width: 1px;
    padding: 4px;
	border-spacing: 0px;
    margin: 0;}
td.tdBorderToggle {
	background-color: transparent;
    border-color: #c51037;
    border-style: solid;
    border-width: 1px;
    padding: 4px;
    margin: 0;}
td.tdBorderToggle:hover {
	background-color: #c5889B;
    border-color: #e01037;
    border-style: solid;
    border-width: 1px;
    padding: 4px;
	border-spacing: 0px;
    margin: 0;}
td.tdLabelAdmin {
	color: #c51037;
	font-size: 16px;
	font-weight: normal;
	font-family: "American Typewriter";
    padding-left: 0;
    padding-right: 4px;
    padding-top: 0;
    padding-bottom: 4px;
	border-spacing: 0px;
	background-color: transparent;
    margin: 0px;}
td.tdPreview {
	color: #333;
	font-size: 12;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: transparent;}
textArea.textAreaAdmin {
    color: #c51037;
    height: 75px;
    width: 305px;
    margin: 0px;}
