﻿/*************/
/*  CONTENT  */
/*************/
/* PAGETITLE */
.main h1.pagetitle {
	padding: 10px 0 7px 20px;
	color: rgb(102, 102, 102);
	font-weight: bold;
	text-align:center; 
	font-weight: bold;
	font-size: 150%;
}
/* HEADING */
.content h1 {
	margin: 0;
	padding: 7px 20px 5px 20px;
	border-bottom: solid 1px rgb(215,215,215);
	color: rgb(75,75,75);
	font-weight: bold;
	font-size: 150%;
}
.content h2 {
	position: relative;
	z-index: 1;
	margin: 0 10px 0 10px;
	padding: 10px 35px 5px 5px;
	border-top: solid 1px rgb(215,215,215);
	color: rgb(75,75,75);
	font-weight: bold;
	font-size: 120%;
}
.content h3 {
	margin: 1.0em 0 0.5em 0;
	padding: 0 20px 0 20px;
	color: rgb(75,75,75);
	font-weight: bold;
	font-size: 110% /*IE6*/;
}
.content h3.line {
	margin: 0 20px -0.3em 20px;
	padding: 1.0em 0 0 0;
	border-top: solid 1px rgb(215,215,215);
}
.content h4 {
	margin: 1.0em 0 -0.3em 0;
	padding: 0 20px 0 20px;
	color: rgb(75,75,75);
	font-weight: bold;
	font-size: 105%;
}
/* PARAGRAPH TEXT */
.content p {
	margin: 1.0em 1.0em 1.0em 1.0em;
	color: rgb(0,0,0);
	line-height: 1.3em;
	font-size: 130%;
	text-align: justify;
}
.content p.details {
	margin: -0.2em 0 1.0em 0;
	line-height: 1.0em;
	font-size: 110%;
}
.content blockquote {
	clear: both;
	margin: 0 30px 0.6em 30px;
	font-size: 90%;
}
/* LIST */
.content ul {
	margin: 1.4em 0 1.0em 0;
	padding: 0em 20px 0em 20px;
	list-style: none;
}
.content ul li {
	margin: 0 0 0.5em 1em;
	padding: 0 0 0 12px;
	line-height: 1.3em;
	font-size: 115% /*IE6*/;
	list-style-image: url('../img/smallBullett.jpg');
}
.content ol {
	margin: 1.4em 0 1.0em 0;
	padding: 0 20px 0 50px /*IE6*/;
}
.content ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0.3em 3px;
	line-height: 1.3em;
	font-size: 115% /*IE6*/;
}
.content ul.indent {
	padding: 0 50px 0 50px;
}
.content ol.indent {
	padding: 0 20px 0 80px;
}

.content table {
	width:95%;

}

.content table th.top {
	height: 3.5em;
	padding: 0 7px 0 7px;
	empty-cells: show;
	text-align: left;
	color: rgb(255,255,255);
	font-weight: bold;
	font-size: 110% /*IE6*/;
}
.content table th {
	height: 3.0em;
	padding: 2px 20px 2px 7px;
	text-align: left;
	color: rgb(80,80,80);
	font-weight: bold;
	font-size: 110% /*IE6*/;
}
.content table td {
	height: 3.0em;
	background-color: transparent;
	text-align: left;
	font-size: 110% /*IE6*/;
	width: 50%;
}
.content p.caption {
	clear: both;
	margin: 0.5em 0 2.0em 0;
	text-align: left;
	color: rgb(80,80,80);
	font-size: 110% /*IE6*/;
}
/* CONTACT FORM */

.contactform fieldset {
	padding: 0 /*IE6*/;
	margin: 0 0 20px 0;
	border: solid 1px rgb(220,220,220);
}
.contactform fieldset legend {
	margin: 0 0 20px 5px /*IE6*/;
	padding: 0 2px 0 2px;
	color: rgb(80,80,80);
	font-weight: bold;
	font-size: 131%;
}
.contactform label.left {
	float: left;
	width: 100px;
	margin: 0 0 0 10px;
	padding: 2px;
	font-size: 100%;
}
/*.contactform select.combo {width:281px; padding:2px; border:solid 1px rgb(200,200,200); font-size:100%;}*/
.contactform input.field {
	width: 276px;
	padding: 2px;
	border: solid 1px rgb(200,200,200);
	font-size: 100%;
}
.contactform textarea {
	width: 276px;
	padding: 2px;
	border: solid 1px rgb(200,200,200);
	font-size: 100%;
}
.contactform input.button {
	float: left;
	width: 9.0em;
	margin-left: 118px /*IE6*/;
	padding: 2px /*IE6*/;
	background: rgb(230,230,230);
	border: solid 1px rgb(150,150,150);
	text-align: center;
	color: rgb(150,150,150);
	font-size: 100%;
}
.contactform input.button:hover {
	cursor: pointer;
	border: solid 1px rgb(80,80,80);
	background: rgb(220,220,220);
	color: rgb(80,80,80);
}
/* LOGIN FORM */
.content .loginform p {
	clear: both;
	margin: 0;
	padding: 0;
}
.content .loginform fieldset {
	width: 160px;
	border: none;
}
.content .loginform label.top {
	float: left;
	width: 125px;
	margin: 0 0 2px 0;
	font-size: 110%;
}
.content .loginform label.right {
	float: left;
	width: 125px;
	margin: 5px 0 0 0;
	padding: 0 0 0 3px /*IE6*/;
	font-size: 110%;
}
.content .loginform input.field {
	width: 158px;
	margin: 0 0 5px 0;
	padding: 0.2em 0 0.3em 0 /*IE6*/;
	border: solid 1px rgb(200,200,200);
	font-size: 110%;
}
.content .loginform input.checkbox {
	float: left;
	margin: 2px 0 0 -3px /*IE6*/;
	border: none;
}
.content .loginform input.button {
	float: left;
	width: 5.0em;
	margin: 10px 0 5px 0;
	padding: 1px;
	background: rgb(230,230,230);
	border: solid 1px rgb(150,150,150);
	text-align: center;
	color: rgb(150,150,150);
	font-size: 110%;
}
.content .loginform input.button:hover {
	cursor: pointer;
	border: solid 1px rgb(80,80,80);
	background: rgb(220,220,220);
	color: rgb(80,80,80);
}
/* SEARCH FORM (1-Column / 2-Column / 3-Column)*/
/*.content .searchform {width:918px; margin:1.0em 10px 0 20px;}*/
.content .searchform fieldset {
	border: none;
}
.content .searchform input.field {
	float: left;
	width: 158px;
	padding: 3px 0 3px 0;
	border: 1px solid rgb(200,200,200);
	font-size: 120%;
}
.content .searchform input.button {
	clear: both;
	float: left;
	width: 3.0em;
	margin-top: 0.5em;
	padding: 1px;
	background: rgb(230,230,230);
	border: solid 1px rgb(150,150,150);
	text-align: center;
	color: rgb(150,150,150);
	font-size: 120%;
}
.content .searchform input.button:hover {
	cursor: pointer;
	border: solid 1px rgb(80,80,80);
	background: rgb(220,220,220);
	color: rgb(80,80,80);
}
/* MEDIA PLAYER */
.content .videoplayer {
	width: 908px;
	height: 532px;
	margin: 10px 20px 10px 20px;
	border: solid 5px rgb(175,175,175);
}
.content .audioplayer {
	width: 908px;
	height: 20px;
	margin: 10px 20px 10px 20px;
	border: solid 5px rgb(175,175,175);
}
/****************/
/*  SUBCONTENT  */
/****************/
/* HEADING -- Standard icon */
.subcontent h1 {
	margin: 0;
	padding: 7px 20px 7px 20px;
	border-bottom: solid 1px rgb(215,215,215);
	color: rgb(75,75,75);
	font-weight: bold;
	font-size: 130% /*IE6*/;
}
.subcontent h2 {
	padding: 10px 35px 5px 5px;
	border-top: solid 1px rgb(215,215,215);
	color: rgb(75,75,75);
	font-weight: bold;
	font-size: 120%;
}
.subcontent h3 {
	margin: 1.0em 0 -0.3em 0;
	padding: 0 20px 0 20px;
	color: rgb(75,75,75);
	font-weight: bold;
	font-size: 110%;
}
.subcontent h3.line {
	margin: 0 20px -0.3em 20px;
	padding: 1.0em 0 0 0;
	border-top: solid 1px rgb(215,215,215);
}
.subcontent h4 {
	margin: 1.0em 0 -0.3em 0;
	padding: 0 20px 0 20px;
	color: rgb(75,75,75);
	font-weight: bold;
	font-size: 105%;
}
.subcontent p {
	margin: 1.0em 1.0em 1.0em 1.0em;
	color: rgb(0,0,0);
	line-height: 1.3em;
	font-size: 100%;
	text-align: justify;
}
.subcontent p.details {
	margin: -0.2em 0 1.0em 0;
	line-height: 1.0em;
	font-size: 100%;
}
.subcontent blockquote {
	clear: both;
	margin: 0 30px 0.6em 30px;
	font-size: 90%;
}
/* LIST */
.subcontent ul {
	margin: 1.4em 0 1.0em 0;
	padding: 0 20px 0 20px;
	list-style: none;
}
.subcontent ul li {
	margin: 0 0 0.3em 2px;
	padding: 0 0 0 12px;
	line-height: 1.3em;
	font-size: 115% /*IE6*/;
	list-style-image: url('../img/smallBullett.jpg');
}
.subcontent ol {
	margin: 1.4em 0 1.0em 0;
	padding: 0 20px 0 50px /*IE6*/;
}
.subcontent ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0.3em 3px;
	line-height: 1.3em;
	font-size: 115% /*IE6*/;
}
.subcontent ul.indent {
	padding: 0 50px 0 50px;
}
.subcontent ol.indent {
	padding: 0 20px 0 80px /*IE6*/;
}
/* SEARCH FORM */
.subcontent .searchform {
	width: 230px;
	margin: 10px 20px 0 20px;
}
.subcontent .searchform fieldset {
	border: none;
}
.subcontent .searchform input.field {
	float: left;
	width: 158px;
	padding: 0.2em 0 0.3em 0 /*IE6*/;
	border: 1px solid rgb(200,200,200);
	font-size: 120%;
}
.subcontent .searchform input.button {
	clear: both;
	float: left;
	width: 3.0em;
	margin-top: 0.5em;
	padding: 1px;
	background: rgb(230,230,230);
	border: solid 1px rgb(150,150,150);
	text-align: center;
	color: rgb(150,150,150);
	font-size: 120%;
}
.subcontent .searchform input.button:hover {
	cursor: pointer;
	border: solid 1px rgb(80,80,80);
	background: rgb(220,220,220);
	color: rgb(80,80,80);
}
/****************/
/*  LEFTCONTENT  */
/****************/
/* HEADING -- Standard icon */
.leftcontent h1 {
	padding: 7px 20px 7px 20px;
	border-bottom: solid 1px rgb(215,215,215);
	color: rgb(75,75,75);
	font-weight: bold;
	font-size: 130% /*IE6*/;
}
.leftcontent h2 {
	padding: 10px 35px 5px 5px;
	border-top: solid 1px rgb(215,215,215);
	color: rgb(75,75,75);
	font-weight: bold;
	font-size: 120%;
}
.leftcontent h3 {
	margin: 1.0em 0 0.em 0;
	padding: 0 20px 0 20px;
	color: rgb(75,75,75);
	font-weight: bold;
	font-size: 110% ;
}
.leftcontent h3.line {
	margin: 0 20px -0.3em 20px;
	padding: 1.0em 0 0 0;
	border-top: solid 1px rgb(215,215,215);
}
.leftcontent h4 {
	margin: 1.0em 0 -0.3em 0;
	padding: 0 20px 0 20px;
	color: rgb(75,75,75);
	font-weight: bold;
	font-size: 105%;
}
.leftcontent p {
	margin: 1.0em 1.0em 1.0em 1.0em;
	color: rgb(0,0,0);
	line-height: 1.3em;
	font-size: 100% /*IE6*/;
	text-align: justify;
}
.leftcontent p.details {
	margin: -0.2em 0 1.0em 0;
	line-height: 1.0em;
	font-size: 100% /*IE6*/;
}
.leftcontent blockquote {
	clear: both;
	margin: 0 30px 0.6em 30px;
	font-size: 90%;
}
/* LOGIN FORM */
.subcontent .tx-newloginbox-pi1 {
	width: 200px;
}
.subcontent .tx-newloginbox-pi1 h3 {
	font-size: 110% /*IE6*/;
}
.subcontent .tx-newloginbox-pi1 fieldset {
	width: 200px;
	border: none;
}
.subcontent .tx-newloginbox-pi1 label {
	float: left;
	width: 90px;
	font-size: 90% /*IE6*/;
}
.subcontent .tx-newloginbox-pi1 input {
	width: 80px;
	font-size: 100% /*IE6*/;
}
/**********/
/* IMAGES */
/**********/
/*.main img {clear:both; float:left; margin:3px 15px 7px 0;  border:solid 3px rgb(200,200,200);}
.main img.center {clear:both; float:none; display:block; margin:0 auto;  border:solid 3px rgb(200,200,200);}
.main img.right {clear:both; float:right; margin:3px 0 7px 10px; border:solid 3px rgb(200,200,200);}*/
/*********/
/* LINKS */
/*********/
/* Text links */
.main a {
	color: rgb(70,122,167);
	font-weight: bold;
	text-decoration: none;
}
.main a:hover {
	color: rgb(42,90,138);
	text-decoration: underline;
}
/*.main a:visited {
	color: rgb(42,90,138);
}*/

