/*------------------------------------
Elevate Rebrand - based on re-energeize templates
Global Stylesheet

Author / Atomic Crayon, gels
website / www.atomiccrayon.com
-------------------------------------*/

/* keeps footer at bottom*/
html, body {
	height: 100%;
	}
body {
	margin: 0;
	padding: 0;
	}
#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\""; /*the voice-family hack can be used to hide any number of declarations from IE4.x, IE5.x, and Opera*/
	voice-family: inherit;
	height: auto;
	}
html>body #container {
	height: auto;
	}
#padder {
	padding-bottom: 120px;
	margin:0 auto;
	width:770px;
	}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height:100px;
}
/* END FOOTER TRICK*/



body {
	font:14px Arial, Helvetica, sans-serif;
	line-height:1.4;
	background-repeat:repeat-x;
	background-position:center 105px;
	background-color:#fff;
	}
img#print {
	display:none;
	}

a {
	text-decoration:none;
	}
a:hover, .text a:hover {
	color:#616161!important;
	}
h1, h2, h3, h4, h5, h6 {
	position:relative;
	margin:0;
	color:#000;
	}
h1 {
	font-size:18px;
	margin:20px 0 8px 0;
	}
h2 {
	font-size:15px;
	}
h3, h4 {
	margin:15px 0 -5px 0;
	}
.text h3 {
	font-size:14px;
	margin:15px 0 10px 0;
	}
.text h4 {
	font-size:13px;
	border-top:1px solid #bababa;
	border-bottom:1px solid #bababa;
	color:#666;
	padding:2px 0;
	margin:0 0 10px 0;
	}
h4 {
	margin-top:8px;
	}
h5, h6 {
	font-size:11px;
	font-style:italic;
	}
img {
	float:left;
	margin:10px 15px 10px 15px;
	}
div, span, ul, ul li, ol, ol li, form, input {
	position:relative;
	}
ul, ul li, ol, ol li {
	padding:0;
	margin:0;
	position:relative;
	}
ul, ul li {
	list-style:none;
	line-height:1.2;
	}	

ul li {
	background-position:0 3px;
	background-repeat:no-repeat; 
	padding:0 0 0 10px;
	margin:0 0 6px 0;
	height:1%;
	}
ol li {
	list-style-type:decimal;
	margin:0 0 6px 22px;
	padding:0;
	}
ol, ul {
	margin:0 0 0 20px;
	}	

fieldset {
	border:0;
	margin:0;
	padding:0;
	}

.clear {
	clear:both;
	}

/* MAIN structure
---------------------------*/
.page { 
	width:770px;
	margin:-105px auto 0 auto;
	padding:0;
	}
.header { 
	width:100%;
	height:185px;
	margin:0 0 20px 0;
	padding:121px 0 0 0;
	}
.home .header {
	height:185px;
	}
.footer {
	text-align:center;
	border-top:1px solid #dfdddd;
	background:#f0f6f9;
	}


/* HEADER
---------------------------*/
a#home span {
	position:absolute;
	left:-9000px;
	}
a#logo { 
	position:absolute;
	display:block;
	width:160px;
	height:66px;
	margin:20px 0 0 0;
	z-index:3;
	}
a#logo span {
	position:absolute;
	left:-9999px;
	}
a#home { 
	position:absolute;
	display:block;
	width:384px;
	height:44px;
	margin:225px 0 0 25px;
	overflow:hidden;
	}
.home a#home {
	margin:300px 0 0 25px;
	}
.header {
	background-position:180px 131px;
	background-repeat:no-repeat;
	}	
	
.header img {
	position:relative;
	}
.header .intro {
	width:180px; 
	height:130px;
	top:30px;
	color:#fff;
	font-size:11px;
	background-position:top left;
	background-repeat:no-repeat;
	}
.header .intro p {
	position:absolute;
	left:-9999px;
	}
.header .intro a { 
	position:absolute;
	width:80px;
	height:15px;
	bottom:-5px;
	right:15px;
	overflow:hidden;
	}
.header .intro a span { 
	position:absolute;
	left:-9999px;
	}


/* content 
---------------------------*/
.text, .sidebar { 
	position:relative;
	float:left;
	}
.text {
	width:540px;
	margin:0 0 0 35px;
	height:1%;
	}
.text .small {
	font-size:11px;
	}
.text p { margin:12px 0; }

.text .quote {
	margin:0 25px 0 35px;
	font-size:12px;
	font-style: italic;
	}
.text .quote#source {
	text-align: right;
	}

.emphasize strong {
	
	font-weight:normal;
	font-style:italic;
	}
.sidebar { 
	width:165px;
	font-size:11px;
	line-height:1.3;
	padding:0 0 0 15px;
	height:1%;
	color:#626262;
	}
.sidebar h3 {
	margin-left:-15px;
	}
.sidebar h4 {
	font-size:11px;
	}
.sidebar h3.news {
	border-top:1px solid #ccc;
	padding:15px 0 0 0;
	margin-top:20px;
	}
.sidebar p {
	margin:10px 0; /*rick, was 5px*/
	}
.sidebar strong {
	display:block;
	}
.sidebar ul, .sidebar ol {
	margin:0;
	}
.sidebar h3 {
	background-position:bottom left;
	background-repeat:no-repeat;
	height:15px;
	}
.sidebar h3 a {
	display:block;
	height:15px;
	width:80px;
	}
.sidebar h3 span {
	position:absolute;
	left:-9999px;
	}
.linksmall a {
	font-weight:bold;
	font-style:italic;
	font-size:11px;
	padding:0 0 0 13px;	
	}
.linksmall a:hover {
	color:#616161!important;
	}


/* tables */

table, td, th {
	border:0;
	}

table {
	width:100%;
	margin:6px 0 20px 0;
	}

table#dates {
	width:348px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}

#dates th {
	text-align:left;
	font-size:14px;
	}

td, th {
	padding:5px;
	white-space:normal;
	text-align:center;
	font-size:12px;
	}

a.register {
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
	padding:2px 0;
	border:1px solid #ccc;
	}

a.register:hover {
	background:#ebebeb;
	}

table td p {
	margin:0;
	}


	
/* footer 
---------------------------*/
.footer a, .footer a:hover {
	text-decoration:none;
	margin:0 3px;
	color:#333!important;
	}
.footer strong, .footer p, .footer {
	color:#373737;
	}
.footer div { 
	display:block;
	width:770px;
	height:80px; 
	margin:0 auto;
	padding:8px 0 0 0;
	font-size:11px;
	}
.footer p span {
	margin:0 8px;
	}
.footer a:hover {
	color:#7ac142;
	}
.form, .form li {
	list-style:none!important;
	background:none!important;
	}
.footer ul, .footer ul li {
	margin:0;
	padding:0;
	list-style:none;
	background:none!important;
	}
.footer ul {
	margin:0 0 0 260px;
	}
.footer ul li, .footer ul li a { 
	position:relative;
	display:block;
	float:left;
	width:111px;
	height:33px;
	margin:0 40px 0 0;
	overflow:hidden;
	}
.footer ul li a:hover {
	margin:0;
	}

.footer ul li a span {
	position:absolute;
	left:-9999px;
	}



/* sIFR
---------------------------*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/*---- Header styling ---*/
.sIFR-active .text h1 {
  visibility: hidden;
  font-size: 21px;
  line-height:1em;
  margin:10px 0 0 0;
}
.sIFR-active .text h2 {
  visibility: hidden;
  font-size: 15px;
  line-height:1em;
}

/* FORM
---------------------------*/

form {
	margin:0;
	}
input {
	border:1px solid #717477;
	margin:5px 0 0 0;
	padding:3px;
	font-size:10px;
	color:#105e90;
	}
textarea {
	border:1px solid #717477;
	padding:3px;
	font-size:12px;
	}
input.submit {
	display:block;
	border:0;
	margin:10px 0 0 78px;
	}

.form, .form li {

	padding:0;
	margin:0;
	list-style:none;
	}

.form li { 
	display:block;
	min-height:40px;
	height:auto!important;
	height:40px;
	}

label { 
	display:block;
	width:135px;
	margin:6px 0 0 0;
	font-size:12px;
	font-variant:small-caps;
	}
.form label {
	float:left;
	}
.form input {
	width:180px;
	}

.form .textarea textarea {
	width:180px;
	}