/* beck-layout-basics.css*/

/*
Beck Layout Basics
--------------------------------------------------
--------------------------------------------------
*/

html {
	min-height: 100%;
	height: 100%;
}
body {
	height: 100%;
	padding-right: 2em;
	padding-left: 2em;
}
/* -------------------------------------------------- */
/* STICKY FOOTER CODE! (http://ryanfait.com/sticky-footer/) */
/*
* {
	margin: 0;
}
html, body {
	height: 100%;
}
*/
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -85px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 85px; /* .push must be the same height as .footer */
}
/* -------------------------------------------------- */
#hd {
	padding-top: 2em;
}
#sectionFooter {
	font-size: 77%;
	border-top: 2px solid;
/*	
	width: 750px;
	margin: 0em auto 0 auto;
	padding: 1em;
*/
}
#contactForm {
	text-align: left;
	clear: both;
	padding: 0 0 0 0;
	display: none;
}
/* -------------------------------------------------- */
.theFade
{
	background-position: left bottom;
	background-repeat: repeat-x;
	background-attachment: fixed;
}
.theReverseFade
{
	background-position: left top;
	background-repeat: repeat-x;
	background-attachment: fixed;
}
.alert
{
	margin: 1em 0 1em 0;
	border: 1px;
	border-style: solid;
	padding: .5em .75em .5em .75em;
}
.highlight
{
	margin: 1em 0 1em 0;
	border: 1px;
	border-style: solid;
	padding: .5em .75em .5em .75em;
}
.sectionRegister, .sectionLogin
{
	float: left;
	text-align: center;
	margin: 1em 0 0 1em;
}
.sectionRegister h4, .sectionLogin h4
{
	margin-bottom: .5em;
}
.sectionRegister p, .sectionLogin p
{
	margin-top: .5em;
}
.footerLeft {
	text-align: left;
	line-height: 1.7em;
	padding-top: 1em;
}
.footerRight {
	text-align: right;
	line-height: 2em;
	padding-top: 1em;
}
.content {
	padding: 1em 1em 0 2em;
}
/* -------------------------------------------------- */
h1
{
	font-size: 197%;
	border-bottom: 2px solid;
	padding-bottom: .25em;
}
h2 {
	font-size: 167%;
}
h3 {
	font-size: 146.5%;
}
h4 {
	font-size: 116%;
}
p {
	margin-bottom: 2em;
}
ol {
	list-style: decimal inside;
	margin: 0;
	padding: 0;
	margin-top: 1em;
}
ol li {
	margin-top: .5em;
	margin-bottom: 1.25em;
}
ul {
	list-style-type: disc;
	margin: 0;
	padding: 0;
	margin-top: 1em;
}
ul li {
	margin: 0 1em .75em 1em;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
}
hr {
	margin: 10px 0px 15px 0px;
	border: 1px;
	border-style: solid;
}
fieldset
{
	margin: 0 0 2em 0;
	border: 1px;
	border-style: dashed;
	padding: 1em 1em 1em 1em;
}
legend
{
	padding: 0 .5em 0 .5em;
	margin: 0 0 0 -.5em;
}
strong {
	font-weight: bold;
}
/* -------------------------------------------------- */
table.numTable {
	font-size: 93%;
}
table.numTable tr td {
	padding-bottom: 1em;
}
table.numTable tr td table {
	margin-top: .5em;
}
th.numClass {
	padding: 0px 15px 0px 15px;
	vertical-align: top;
}
div.content div {
	margin-bottom: 2em;
}
/* -------------------------------------------------- */
div#eServicesHeader
{
	border-bottom: 2px solid black;
	margin-bottom: .25em;
}
div#eServicesHeader div h1 {
	border-bottom: 0px solid;
	padding: 0;
	margin-top: 5px;
}
/* -------------------------------------------------- */
div#headerSiteLinks {
	margin: 0;
	padding: 0;
	float: right;
}
div#headerSiteLinks ul {
	list-style: none inside;
	margin: 0;
	padding: 0;
	width: 275px;
	text-align: right;
}
div#headerSiteLinks li
{
	margin: 0;
}
div#headerSiteLinks li a
{
	font-size: 85%;
	letter-spacing: 1px;
	text-decoration: none;
}
/* -------------------------------------------------- */
span#koTitle {
	text-transform: uppercase;
	margin-right: .125em;
}
span#koTitle span {
	font-size: 77%;
	font-weight: bold;
	text-decoration: overline;
}


/* START WebNative Admin Fixes */
/* -------------------------------------------------- */

/* These are to address some bad CSS coding on my part. */
ul li.selected {
	padding-left: 0em;
	text-indent: 0em;
}
div#top-nav ul li, div#sub-nav ul li, div#page-nav ul li {
	padding-left: 0em;
	text-indent: 0em;
}

/* This will hide the Database tab from the SubAdmin users. */
div#top-nav li.venadm {
	display: none;
}

/* -------------------------------------------------- */
/* END WebNative Admin Fixes */

