@charset "utf-8";
html, p, img, form {
	margin: 0px;
	padding: 0px;
}

html {
	min-height: 100%;
	height:auto;
	background-image: url(../pictures/siteBackground2.png);
	background-repeat: repeat-x;
	background-color: #F6F1F0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding: 0px;
	height:100%;
	background-image: url(../pictures/siteBackground.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
object:focus {
	-moz-outline-style: none;
}
ul,ol {
	list-style-position: outside;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul {
	list-style-type: square;
}
ol {
	margin-left: 10px;
}


li {
	padding-left: 0px;
	margin-left: 15px;
	margin-bottom: 5px;
}

table {
	border-collapse:collapse;
}

td {
	vertical-align:top;
	padding: 0px;
}
th {
	padding: 0px 0px 0px 0px;
	vertical-align:top;
}

a {
	color:#004029;
	text-decoration: none;
	font-weight: bold;
	background-color: inherit;
}

a:hover {
	color: #e2007a;
	background-color: inherit;
	}
	
button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 100%;
	color: #FFF;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer;
	margin: 10px 0px 1px;
	background-color: #B42171;
	border: 1px solid #7F002F;
}
label {
	display: block;
	font-size: 10px;
	vertical-align: text-bottom;
	margin-bottom: 5px;
}
h1 {
	font-size: 16px;
	color: #004029;
	background-image: url(../pictures/header.png);
	background-repeat: no-repeat;
	background-color: inherit;
	margin: 0px;
	height: 36px;
	width: 472px;
	padding-top: 17px;
	overflow: hidden;
	padding-left: 30px;
	padding-right: 30px;
}
h2 {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #004029;
}
h3 {
	font-size: 14px;
	color: #7F9902;
	margin-top: 0px;
	margin-bottom: 5px;
}

#header {
	background-image: url(../pictures/flashBack.png);
	background-repeat: no-repeat;
	height: 210px;
	width: 100%;
	margin-bottom: 20px;
}

#container {
	width: 969px;
	margin-right: auto;
	margin-left: auto;
}
#column1 {
	float: left;
	width: 248px;
}
#column2 {
	float: left;
	width: 532px;
	background-image: url(../pictures/pageTop.png);
	background-repeat: no-repeat;
	background-position: 0px 53px;
}
#column3 {
	float: left;
	width: 189px;
}
#presenterPanelForm {
	background-image: url(../pictures/panel2.png);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 50px 0px 0px;
	width: 248px;
	height: 64px;
}
#presenterPanelForm .textField {
	background-color: transparent;
	display: block;
	margin: 0px 0px 0px 35px;
	padding: 0px;
	height: 15px;
	width: 103px;
	font-size: 11px;
	color: #7F002F;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#presenterPanelForm button {
	display: block;
	height: 20px;
	width: 248px;
	padding: 0px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	vertical-align: top;
	margin: 22px 0px 0px;
}
#submenu {
	height: 300px;
	width: 969px;
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
}

#facebook {
	background-image: url(../pictures/facebook.png);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	padding-left: 35px;
	height: auto;
	width: 320px;
	top: 100px;
	right: -320px;
	position: fixed;
}
#facebook div:first-child {
	background-color: #FFF;
}


ul.menuLeft {
	background-image: url(../pictures/panel1Top.png);
	background-repeat: no-repeat;
	width: 248px;
	padding-top: 20px;
	list-style-type: none;
	margin-top: 0px;
}
ul.menuLeft li {
	background-image: url(../pictures/panel1Item.png);
	background-repeat: no-repeat;
	padding-left: 45px;
	color: #884931;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}
ul.menuLeft li a {
	color: #FFF;
}
ul.menuLeft li.menuFooter {
	background-image: url(../pictures/panel1Foot.png);
	height: 10px;
	background-color: transparent;
	background-position: left bottom;
}
table.groupSwitch {
	margin-right: auto;
	margin-left: auto;
	font-family: "Courier New", Courier, monospace;
	margin-bottom: 10px;
}
table.groupSwitch td {
	padding-right: 5px;
}
table.groupSwitch .separator {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #786556;
}
table.groupSwitch .inactive {
	font-weight: bold;
}
table.groupSwitch a {
	font-weight: normal;
	color: #060;
}
table.groupSwitch a:hover {
	color: #CC0000;
}
ul.errError {
	padding: 5px;
	border: 1px solid #FF0000;
	font-size: 11px;
	margin-bottom: 10px;
}
ul.errError li.errItemError {
	color: #FF0000;
}
ul.errError li.errItemWarning {
	color: #FF9900;
}
ul.errError li.errItemNotice {
	color: #666666;
}

.pageContents {
	background-image: url(../pictures/pageBack.png);
	background-repeat: repeat-y;
	margin-top: 11px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
	min-height: 354px;
}
.pageFooter {
	background-image: url(../pictures/pageFoot.png);
	background-repeat: no-repeat;
	width: 532px;
	padding-top: 15px;
	font-size: 10px;
}
.pageFooter a {
	color: #94AD30;
	font-weight: normal;
}
.pageFooter a:hover {
	color: #708425;
}

.news {
	padding-bottom: 20px;
}
.news a {
	background-image: url(../pictures/arrowsGreen.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	display: block;
	height: 15px;
	width: 50px;
	padding-left: 15px;
	color: #7F9902;
	font-size: 10px;
}
.news p {
	margin-bottom: 5px;
	line-height: 150%;
}
.docContent {
	line-height: 150%;
	text-align: justify;
}
.search {
	padding: 0px 0px 10px 110px;
	font-size: 10px;
	color: #ACB971;
	background-image: url(../pictures/icnResults.png);
	background-repeat: no-repeat;
	min-height: 70px;
	cursor: pointer;
}
.search:hover {
	color: #e2007a;
}

.search h3 a {
	color: #000;
}
.search:hover a {
	color: #e2007a;
}
.newsletter {
	background-image: url(../pictures/panel4.png);
	background-repeat: no-repeat;
	height: 92px;
	width: 153px;
	color: #FFF;
	padding-left: 25px;
	padding-top: 18px;
	padding-right: 10px;
	cursor: pointer;
	margin-bottom: 10px;
}
.newsletter b {
	font-size: 12px;
}

.newsletter p {
	padding-bottom: 5px;
	font-size: 10px;
}
.newsletter h4 {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.grid td {
	padding-right: 20px;
}
.textField , .textFieldError{
	font-size: 16px;
	width: 200px;
	border: 1px solid #CCC;
	color: #666;
	padding: 3px;
}
.textFieldError {
	color: #F00;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
}
.message {
	font-size: 14px;
	background-image: url(../photos/Exclamation.gif);
	background-repeat: no-repeat;
	padding-left: 200px;
	min-height: 200px;
	line-height: 150%;
}
.pink {
	color: #B42171;
}
.galleryFiles th {
	padding-right: 15px;
	padding-bottom: 10px;
}
.galleryFiles tr td {
	font-size: 11px;
	padding-bottom: 10px;
	cursor: pointer;
}
hr.footer {
	padding-top: 10px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #e2007a;
	width: 200px;
	margin: 0px auto 10px 0px;
	display: block;
}
.location {
	background-image: url(../pictures/icnPoint.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;
	cursor: pointer;
	padding-bottom: 10px;
}
.location h4 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 12px;
}
.partners {
	float: left;
	height: 120px;
	width: 170px;
	margin-right: 9px;
	cursor: pointer;
}
.partners .thumbnail {
	text-align: center;
	height: 80px;
}
.partners p {
	background-image: url(../pictures/icnPoint.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e2007a;
	padding-left: 15px;
	margin-top: 5px;
	padding-top: 3px;
}
.gallery {
	overflow: hidden;
	padding-top: 15px;
}
.gallery .item {
	float: left;
	height: 85px;
	width: 85px;
	margin-right: 14px;
	margin-bottom: 14px;
	border: 5px solid #b42171;
	background-repeat: no-repeat;
	background-position: center center;
}
.active {
	cursor: pointer;
}
.billboard {
	background-image: url(../pictures/background.png);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	text-align: center;
	color: #FFF;
	vertical-align: middle;
	font-size: 12px;
}
.billboard .billboardTitle {
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 5px;
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-bottom: 5px;
}
.billboard .billboardScreen {
	border: 2px solid #FFF;
	position: relative;
	display: inline-block;
	background-repeat: no-repeat;
	background-color: #000;
}
.billboard .billboardClose {
	background-image: url(../pictures/pictClose.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 29px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.billboard .billboardArrowLeft , .billboard .billboardArrowRight{
	height: 40px;
	width: 40px;
	position: absolute;
	top: 50%;
	left: -45px;
}
.billboard .billboardArrowRight {
	right: -45px;
	left: auto;
}

.billboard .billboardArrowLeft div {
	height: 40px;
	width: 40px;
	margin-top: -50%;
	background-image: url(../pictures/arrowLeft.png);
	background-repeat: no-repeat;
	position: absolute;
	cursor: pointer;
}
.billboard .billboardArrowRight div {
	height: 40px;
	width: 40px;
	margin-top: -50%;
	background-image: url(../pictures/arrowRight.png);
	background-repeat: no-repeat;
	position: absolute;
	cursor: pointer;
}
.billboard .billboardDescription {
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

