

/* @group Global Styles */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.gif);
}

form {
	margin: 0px;
}

input.message {
	border: 2px solid #ded8d1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #ded8d1;
}

textarea.message2 {
	border: 2px solid #ded8d1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #ded8d1;
	width: 100%;
}

p {
	margin: 0px;
}

.pagecontainer {
	padding: 27px 18px 18px 36px;
}

.panelcontainer {
	padding: 10px 25px 10px 10px;
	width: 540px;
}

.hoverborder {
	cursor: pointer;
	border: 1px solid #383f3f;
}


/* @end */

/* @group News Styles */

.newspanelcontent {
	border-left: 1px solid #6e7777;
	padding-left: 20px;
	color: #fefefe;
	font: 85%/150% "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 480px;
}

.newslinehoriz {
	background: url(../images/news_dothoriz.gif) repeat-x;
	margin-bottom: 30px;
	margin-top: 30px;
	width: 100%;
}

.newspic {
	float: right;
	margin-left: 25px;
	margin-bottom: 10px;
}

.newspaneldates {
	padding-right: 21px;
	width: 120px;
	text-align: right;
}

#newspanel {
	background-color: #3f4545;
	text-align: left;
}



/* @end */

/* @group About Styles */

.aboutpanelcontent {
	color: #fefefe;
	font: 85%/175% "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 620px;
	padding-left: 12px;
}

/* @end */

/* @group Nav Styles */

.navelement {
	margin-bottom: 3px;
	background-color: #292b2b;
	border: 1px solid #292b2b;
	cursor: pointer;
	text-align: left;
}

.navelement:hover {
	border: 1px solid #97131b;
	cursor: pointer;
	margin-bottom: 3px;
	background-color: #292b2b;
	text-align: left;
}

.navselected {
	background-color: #1d2121;
	border: 1px solid #1d2121;
	text-align: left;
}

.navsecondlevel {
	margin-bottom: 3px;
	background-color: #2c2f2f;
	border: 1px solid #2c2f2f;
	text-align: left;
}
.navsecondornament {
	background: url(../images/navdrop_ornbg.gif) repeat-y;
}


/* @end */

/* @group Video Styles */

.videonavcontainer {
	padding: 6px 5px;
	margin: 6px 5px;
}

.videothumb {
	background-color: #292b2b;
	border: 1px solid #292b2b;
	cursor: pointer;
	text-align: left;
	padding: 4px;
}

.videothumb:hover {
	border: 1px solid #97131b;
	cursor: pointer;
	background-color: #292b2b;
	text-align: left;
	padding: 4px;
}


/* @end */