body {

	font-family: Verdana, Arial, sans-serif;

	background-color: white;

	margin: 0px;

	padding: 0px;
	font-size: 11px;
}

body.homepage {
	background-position: 0;
	background-repeat: repeat;
	background-color: black;
}
.homepage #pagefooter {
	bottom: 0px;
	position: absolute;
}

.homepage #flashcontainer {
	right: 0px;
	left: 0px;
	bottom: 130px;
	top: 0px;
	position: absolute;
}

.homepage #flashcontent {
	background-position: center top;
	background-image: url(../img/banner-background.jpg);
	height: 100%;
	width: 100%;
}

img {
	border-width: 0px;
}

#debug, .cake-sql-log {
	margin-right: auto;
	margin-left: auto;
	width: 75%;
	background-color: #cccccc;
	margin-top: 50px;
	font-family: monospace;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clearboth {
	clear: both;
}

#pageheader {
	width: 100%;
}

#pageheader #flashheader {
	background-position: center top;
	background-repeat: repeat-x;
	background-color: black;
	background-image: url(../img/banner-background.jpg);
	height: 60px;
	width: 100%;
}

#pageheader #top-menu {
	margin-top: 10px;
	color: gray;
	text-transform: uppercase;
	text-align: center;
}

#pageheader #top-menu a {
	text-decoration: none;
	color: gray;
}

#pagecontent {
	margin-bottom: 40px;
}

#pagefooter {
	background-color: white;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100%;
	text-align: center;
}

#content {
}

#panelcontainer {
	margin-left: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 870px;
}

.panel {
	min-height: 391px;
}

.panel-small {
	background-position: center top;
	background-repeat: no-repeat;
	float: left;
	width: 290px;
	height: 391px;
	background-image: url(../img/panel-small.jpg);
}

.panel-big {
	float: left;
	height: 391px;
	width: 870px;
	margin: auto;
	background-image: url(../img/panel-big.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.panel-result {
	margin: auto;
}

.panel-faq {
}

.panelcontent {
	color: #bfbfbf;
}

.paneltitle {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	width: 230px;
	font-size: 22px;
	text-transform: uppercase;
	text-align: center;
	overflow: hidden;
	
	white-space: nowrap;
}

.paneltext {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 15px;
}

.panel-small .panelcontent {
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 30px;
}

.panel-big .panelcontent {
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 33px;
}

.dove .dove-image {
	margin-bottom: 35px;
	text-align: center;
}

.dove .dove-menu {
	margin-right: auto;
	margin-left: auto;
	height: 25px;
	position: relative;
	width: 230px;
}

.dove .dove-menu .dove-prev {
	position: absolute;
	left: 0px;
	top: 0px;
}

.dove .dove-menu .dove-next {
	position: absolute;
	right: 0px;
	top: 0px;
}

.dove .dove-name {
	left: 26px;
	top: 0px;
	width: 178px;
	position: absolute;
	font-size: 19px;
	text-transform: uppercase;
	text-align: center;
}

#dovecontainer .dove-error {
	text-align: center;
	font-size: 13px;
	color: #ff6666;
}

#dovecontainer .dove-count {
	margin-top: 10px;
	text-align: center;
	font-size: 9px;
}

.panel input.greyback {
	padding: 4px;
	color: gray;
	font-size: 20px;
	font-family: "Courier New", Courier, Monaco, monospace;
	margin-bottom: 10px;
	border-width: 0px;
	width: 222px;
	background-color: #f2f2f2;
}

.panel textarea.greyback {
	max-height: 250px;
	max-width: 220px;
	padding: 5px;
	height: 250px;
	color: gray;
	font-size: 20px;
	font-family: "Courier New", Courier, Monaco, monospace;
	border-width: 0px;
	width: 220px;
	background-color: #f2f2f2;
}

.panel .submit {
	margin-top: 20px;
	text-align: center;
}

.panel .submit input {
	text-transform: uppercase;
}

#counter-MessageString {
	text-align: center;
}

.charcount-limit {
	color: #ff6666;
}

.panel .press-text {
	color: gray;
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
}

.panel .press-text a {
	text-transform: uppercase;
	color: black;
}

.panel .faq-title {
	color: black;
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
}

.panel .faq-text {
	margin-bottom: 40px;
	color: gray;
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
}

.panel .colofon-text {
	height: 390px;
	color: gray;
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
}

.colofon-text a {
	color: #000000;
}

.panel .result-text-success {
	color: gray;
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
}

.panel .result-text-error {
	color: #ff8080;
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
}

.panel-result .send-again {
	padding-top: 120px;
	width: 870px;
	text-align: center;
}

.panel-result .send-again a {
	font-size: 14px;
	text-decoration: none;
	color: gray;
}

.error-message {
	text-align: center;
	color: #ff8080;
}

.panel-result .panelcontent {
	padding-top: 90px;
}

#about-menu {
	color: #ed1c24;
	padding-bottom: 30px;
	text-align: center;
}

#about-menu a {
	text-decoration: none;
	color: #ed1c24;
}

#map {
	height: 330px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.update-title {
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}

.update-container {
	position: relative;
	height: 100px;
	width: 230px;
	overflow: hidden;
}

.update-container div {
	color: #ed1c24;
	text-align: center;
}

#siteclosed {
	bottom: 154px;
	width: 100%;
	position: absolute;
	z-index: 0;
	background-color: white;
}

#siteclosed .siteclosedtext {
	margin-bottom: 30px;
	margin-top: 50px;
	text-align: center;
	margin-right: 50px;
	margin-left: 50px;
/* 	width: 600px; */
	font-size:15px;
	color: #B2B2B2;
}

#siteclosed .siteclosedtext a {
	color: #ed1b24;
	text-decoration: none;
}


