@charset "UTF-8";
/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family:arial, sans-serif;
	font-size:small;
	color:#CCC;
	background-color: #000;
	background-image: url(images/bgPtn.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
a:link {
	color: #CF9;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9;
}
a:hover {
	text-decoration: none;
	color: #CC0;
	border: 1px solid #CF0;
}
a:active {
	text-decoration: none;
	color: #CF9;
}

p {
	line-height:1.75em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-left: 22px;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F60;
	text-decoration: none;
	letter-spacing: .1em;
	word-spacing: 0.1em;
}
h2 {
	color: #690;
	font-weight: normal;
	line-height: 2em;
}
h3 {
	font-weight: normal;
	color: #0C0;
}
h6 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 36px;
	color: #690;
	text-decoration: none;
	letter-spacing: .1em;
	word-spacing: .1em;
}

div#container {
	position:relative; /* center, not in IE5 */
	width:1024px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/*	bottom: 6px;*/
	/*	div layer corner radius */	
	-moz-border-top-right-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	background-image: url(images/2012HDRbg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	background-color: #000;
}
#countdowner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 2em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	position: absolute;
	left: 66px;
	top: 155px;
	padding-right: 44px;
	padding-left: 44px;
	visibility: hidden;
}
#footercaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #336;
	text-decoration: none;
	letter-spacing: .2em;
	word-spacing: 0.2em;
	position: absolute;
	height: 22px;
	width: 100%;
	bottom: 0px;
	visibility: visible;
}
#container #footer #footercaption div a {
	color: #339;
}

div#header {
	background-position: 0% 0px;
	height: 222px;
	/*	div layer corner radius */	
	-moz-border-top-right-radius: 8px;
	-moz-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	background-image: url(images/2012HDRbg.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	padding-right: 11px;
	padding-left: 11px;
}
	div#header p {
	font-style:italic;
	font-size:1.1em;
	margin:0;
	color: #FFF;
	}

div#content {
	padding-right: 6em;
	padding-bottom: 119px;
	padding-left: 244px;
}

div#footer {
	position:absolute;
	bottom:0px;
	color: #FFF;
	background-color: #000;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 119px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	visibility: visible;
}
	
.left_column{
	position: absolute;
	width: 180px;
	left: 11px;
	top: 244px;
	/*	div layer corner radius */	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 11px;
	border: 1px solid #369;
	text-align: left;
	visibility: hidden;
}
#container #content .left_column p {
	text-align: left;
	font-style: italic;
	font-weight: bold;
	line-height: 2em;
}
#mailForm {
	padding: 22px;
	visibility: hidden;
}

