/*#############################################################################
#
# File:	common.css
#
#   ©2003-2020	www.JonWilde.net
#
#	This file and its contents are protected under U.S. copyright law. Any
#	unauthorized alteration, distribution, or reproduction will be prosecuted
#	to the maximum possible extent of the law.
#
#   Jon Wilde (info@jonwilde.net)
#
###############################################################################


/* Elements */
* {
	margin: 0;
	padding: 0;
}

html, body {
	color: #000;
	height: 100%;
	background-color: #254d9c;
}

div {
	text-align: left;
	font-family: 	verdana, arial, sans-serif;
	font-size: 		11px;
}

h1 {
	text-align: left;
	font-family: 	verdana, arial, sans-serif;
	color:			#000;
	font-size: 		18px;
	font-weight:	bold;
	margin:		0px 0px 10px;
}

h2 {
	text-align: left;
	font-family:	verdana, arial, sans-serif;
	color:			#000;
	font-size: 		15px;
	font-weight:	bold;
}

h3 {
	text-align: left;
	font-family:	verdana, arial, sans-serif;
	color:			#000;
	font-size: 		13px;
	font-weight:	bold;
	padding:		0px;
	margin-bottom:	10px;
}

h4 {
	text-align:		left;
	font-family:	verdana, arial, sans-serif;
	color:			#000;
	font-size: 		13px;
	font-weight:	bold;
	padding:		0px;
	margin:			0px;
}

p {
	text-align: left;
	margin:	0 0 20px;
	font-family: 	verdana, arial, sans-serif;
	color:		#000;
	font-size: 	24px;
	line-height:	1.5em;
}

label	{
	font-family: 	verdana, arial, sans-serif;
	color:		#000;
	font-size: 	12px;
}

ul {
	font-family:	verdana, arial, sans-serif;
	color:			#000;
	font-size:		12px;
	line-height:	1.3em;
}

a		{
	text-decoration: underline;
	color:		#000;
}

a:hover	{
	text-decoration: underline;
	color:		#F93;
}

hr		{
	color:			#33C;
	border-style: 	solid;
	margin:			15px 0 15px 0;
}

img {
	border-width: 0px;
}

dl {
	margin: 0px;
	padding: 5px 0 5px 0;
}

textarea {
	font-family:	arial, sans-serif;
	color:			#000;
	font-size:		11px;
}


/* Common Classes */

.center {
	display: block;
	text-align:	center;
}

.right {
	display: block;
	text-align: right;
}

.wmark	{
	color:		#CCC;
	font-size:	9px;
	text-align:	center;
	margin:		20px;
}

.small {
	font-size: 80%;
}

.hidden {
	display: none;
}

.middle	{
	vertical-align: middle;
}

/* Page IDs */

#page {
	display: grid;
	width: 100%;
	height: 100%;
	background: url(../images/tetonsPaint.jpg);
 	background-size: cover;
 	background-position: center center;
}

#pageHead {}

#pageMain {
	min-width: 500px;
}


#contentLeft {
	float: left;
	width: 40%;
	min-width: 200px;
	min-height: 200px;
}


#contentRight {
	float: left;
	width: 60%;
	min-width: 300px;
	min-height: 200px;
	display: table;
}

#contentRight div {
	display: table-cell;
	vertical-align: middle;
}

#pageFoot {
	clear: both;
}

.padSides {
	margin: 0px 20px;
}



/* Main Navigation Menu */

.headBorder {
	background-color: #33C;
	margin: 2px 0px 2px 0px;
	height: 7px;
	width: 800px;
}

#navigateHead {
	width: 800px;
	background-color: #E4E4E4;
	text-align: center;
}

#navigateHead ul {
	margin: 0px;
	padding: 0px;
	height: 25px;
	list-style: none;
}

#navigateHead li {
	float: left;
	display: inline;
	margin: 0px 10px;
}

#navigateHead a {
	display: block;
	width: 105px;
	height: 20px;
	padding-top: 3px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	text-align: center;
	border: 1px solid #E4E4E4;
	font-size:		12px;
	text-decoration: none;
}

#navigateHead a:hover {
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: center -23px;
	border: 1px solid #999;
	cursor: pointer;
	color: #F60;
}

#navigateFoot {
	padding: 6px;
	background-color: #33C;
	height: 19px;
	text-align: center;
	vertical-align: middle;
	color:		#FFF;
	font-size: 	10px;
}

#navigateFoot a {
	color:		#FFF;
}

#navigateFoot a:hover {
	color:		#F93;
}

#navigateFoot span {
	margin: 0 1em;
}


/* Buttons */

.buttonContainer {
	text-align: right;
}
.buttonContainerLeft {
	position: absolute;
	float: left;
}
.button, .buttonDisabled {
	font-size: 11px;
	text-align: center;
	margin-top: 10px;
	padding: 3px;
	width: 70px;
}

.button {
	border: 1px solid #33C;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
}

.button:hover {
	background-position: center -23px;
	cursor: pointer;
	border-color: #F60;
}

.buttonDisabled {
	border: 1px solid #666;
	color: #666;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
}


/* Error Page Content */
#error {
	color: #000000;
	width: 500px;
}

.errorHead {
	color: #B00;
	font-weight: bold;
}

.errorFoot {
	margin-top: 40px;
	font-size: 10px;
	width: 300px;
	border: 1px #000 solid;
	background-color: #EEE;
}
