@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/base/bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #FF880E;
}
* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(../images/base/container-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: -150px;
}
.inside-wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	width: 1141px;
}
.header {
	min-height: 145px;
	height: 145px !important;
	height: 100%;
	width: 1082px;
	margin-right: auto;
	margin-left: auto;
}
.main {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 1013px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-bottom: 150px;
	position: relative;
}
.header-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/base/menu-line.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 41px;
	letter-spacing: .05em;
}
.header-menu a {
	margin-right: 1em;
	padding-right: 0.2em;
	padding-left: 0.2em;
}
.center-footer {
	background-image: url(../images/base/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: center -41px;
	height: 80px;
	width: 885px;
	margin: 0px;
	padding: 0px;
}
.center-footer img {
	padding-top: 3px;
}
.header-menu a:hover {
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-bottom-width: 5px;
	color: #FFF;
	text-align: center;
}
.header-menu a:visited {
	text-decoration: none;
	color: #FFF;
}
.activate  {
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-bottom-width: 5px;
	color: #FFF;
	text-align: center;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #F95D00;
	text-decoration: underline;
}
a:visited {
	color: #FDD009;
	text-decoration: none;
}
.footer  {
	height: 150px; /* .push must be the same height as .footer */
	font-size: 0.8em;
	width: 100%;
	position: absolute;
}
.footertext {
	min-height: 100%;
	height: 30px !important;
	height: 100%;
	width: 1013px;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.5em;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
h1 {
	font-size: 1.4em;
	color: #FFF;
	font-weight: 500;
	padding-top: 20px;
	font-family: "Adobe Garamond Pro", Garamond, "Times Roman", serif;
}
h2 {
	font-size: 1.2em;
	font-weight: 400;
	margin-bottom: 4px;
	font-family: "Adobe Garamond Pro", Garamond, "Times Roman", serif;
	color: #333;
}
h2 a {
	color: #333;
	text-decoration: none;
}
h2 a:hover {
	color: #E31315;
	text-decoration: underline;
}
h2 a:visited {
	color: #333;
	text-decoration: none;
}
input {
	font-family: "Adobe Garamond Pro", Garamond, "Times Roman", serif;
	font-size: 1.4em;
	color: #666;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #FC3;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #FC3;
}
.submit {
	font-family: "Adobe Garamond Pro", Garamond, "Times Roman", serif;
	font-size: 1.3em;
	color: #FFC119;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	border: 1px solid #FFF;
	background-color: #FF880E;
}
.table-border {
	border: 1px solid #FC6E19;
	margin: 0px;
	padding: 0px;
}
#copy {
	margin: 0px;
	padding: 0px;
	height: 100%;
	display: block;
}
#hiddentext {
	visibility: hidden;
}
.uniquelink {
	color: #C86200;
	text-decoration: underline;
}
.uniquelink a:link{
	color: #C86200;
	text-decoration: underline;
}
.uniquelink a:hover{
	color: #000;
	text-decoration: none;
}
.uniquelink a:link{
	color: #C86200;
	text-decoration: underline;
}
hr {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rss-bg {
	background-image: url(../images/base/rss-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#red  {
	color: #FF0;
}

