/*[fmt]1A90-1A0A-3*/
/*CSS Document*/
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
/*this is to ensure all spaces between stacked divs close up*/
	padding: 0;
/*this is to ensure all spaces between stacked divs close up*/
	color: #383838;
/*background-color: #FFF;*/
}
/*generic formatting start*/
a {
	color: #06F;
	font-weight: normal;
	text-decoration: none;
}
a:link, a:visited {
	color: #06F;
	text-decoration: none;
	padding: 1px 3px;
	line-height: 2;
	margin: 2px;
}
a:hover, a:active {
	color: #FFFFFF !important;
	/* [disabled]background-color:#09F;*/
}
strong {
	color: #000000;
}
.clearall {
	display: block;
	clear: both;
	width: 700px;
	overflow: auto;
}
h1, h2, h3 h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #762989;
	font-weight: normal;
	font-size: 1.6em;
	margin: 2em 8px 0;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1em;
}
h4 {
	font-size: 0.8em;
}
.imageborder {
	border: 1px solid #666666;
	padding: 2px;
	background-color: #FFFFFF;
	margin: 2px;
}
.imagefloatleft {
	border: 1px solid #666666;
	padding: 2px;
	background-color: #FFFFFF;
	margin: 2px 4px 2px 0px;
	float: left;
}
.piccaption {
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
	margin-top: -0.5em !important;
}
/*end of generic formatting*/
#wrapper {
	width: 1024px;
	margin: 0 auto;
	background-image: url(css_images/homepage_bkg.png);
	background-position: left top;
}
#masthead {
	width: 960px;
	height: 290px;
	margin: 0 auto;
	background-color: #762989;
}
#masthead .imgprintonly {
	display: none;
}
#masthead p {
	font-size: 0.9em;
	color: #EDE;
}
#masthead strong {
	color: #FFF;
	font-weight: bold;
}
#headinfo {
	width: 960px;
	height: 50px;
}
#textswitch {
	width: 307px;
	height: 50px;
	float: left;
}
#textswitch ul {
	list-style: none;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	margin: 6px 0px 0px 10px;
	padding: 0px;
	font-size: 82%;
}
#textswitch li {
/*font-size: 78% !important;*/
	font-weight: normal;
	display: inline;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
.textlarger {
	font-size: 117%;
}
#textswitch li a:link, #textswitch li a:visited {
	color: #FCF4A3;
	display: inline-block;
	text-decoration: none;
	margin: 0px;
	border: 1px solid #A989B1;
}
#textswitch li a:hover, #textswitch li a:active {
	color: #FFF !important;
	background-color: #903AA5;
	border: 1px solid #C47E7E;
}
#regnumber {
	width: 200px;
	height: 50px;
	float: left;
	position: relative;
	left: 17px;
	top: -2px;
}
#regnumber p {
	font-size: 70%;
}
#telnumber {
	width: 200px;
	height: 50px;
	float: right;
	position: relative;
	top: -5px;
	text-align: right;
}
/*see also form formatting listed further on*/
#gallery {
	width: 960px;
	height: 249px;
	clear: both;
	background-image: url(../images/dummybanner.jpg);
}
#search {
	width: 227px;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 50px;
	position: relative;
	top: -200px;
/*temporarily disable
[disabled]background-color:#DB78F3;*/
}
#navbar {
	width: 960px;
	height: 20px;
	margin: 0 auto;
	position: relative;
	top: 16px;
}
#navbar p {
	font-size: 0.8em;
	line-height: 1.2;
	margin: 2px;
	padding: 0px;
}
#navbar a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
#navbar ul {
	list-style: none;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	margin: 6px 0px 0px 10px;
	padding: 0px;
}
#navbar li {
	font-size: 78% !important;
	font-weight: normal;
	display: inline;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 2;
}
#navbar a:link, #navbar a:visited {
	text-decoration: none;
	color: #FCF4A3;
	padding: 3px;
	line-height: 2;
	margin: 2px;
	border: 1px solid #752888;
}
#navbar a:hover, #navbar a:active {
	color: #FFF !important;
	background-color: #903AA5;
	border: 1px solid #C47E7E;
}
#breadcrumb {
	width: 100%;
	color: #CC66CC;
}
.breadcrumb a {
	color: #009933;
	background-color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.breadcrumb a:link, .breadcrumb a:visited {
	color: #009933;
	background-color: #FFFFFF;
	font-weight: bold;
}
.breadcrumb a:hover, .breadcrumb a:active {
	color: #FFFFFF;
	background-color: #903AA5;
	font-weight: bold;
}
/*home page specific start*/
#homecontent, #majorpanel {
	width: 960px;
/* [disabled]background-color:#F2EBF2;*/
	padding: 0px;
	margin: 0 auto;
	position: relative;
	top: 34px;
}
#homecontent p {
	font-size: 0.8em;
	margin: 0 8px;
}
.homecontent a {
	color: #009933;
/*background-color: #FFFFFF;*/
	font-weight: normal;
	text-decoration: none;
}
#footernav img a:link, #footernav img a:visited {
	border: 1px solid #B22;
}
.homecontent a:link, .homecontent a:visited {
	color: #009933;
/*background-color: #FFFFFF;*/
	font-weight: bold;
}
.homecontent a:hover, .homecontent a:active {
	color: #FFFFFF;
	background-color: #903AA5;
	font-weight: bold;
}
#homecol1 {
	width: 615px;
	float: left;
}
#homecol1 h1 {
	color: #EDDEF1;
	margin-top: 16px;
}
#newspanel {
	width: 524px;
	border-right: 4px dotted #2F1037;
	font-size: 100%;
	position: relative;
	left: 37px;
	top: 5px;
}
#newspanel h2 {
	color: #FFF;
	font-weight: normal;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0.5em;
}
.newspanel a {
	color: #8FF9B2;
/*background-color: #FFFFFF;*/
	font-weight: normal;
	text-decoration: none;
}
.newspanel a:link, .newspanel a:visited {
	color: #FCF4A3;
/*background-color: #FFFFFF;*/
	font-weight: bold;
}
.newspanel a:hover, .newspanel a:active {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #A989B1;
}
#homecol2 {
	width: 340px;
	float: right;
	position: relative;
}
#homecol2 h2 {
	color: #EDDEF1;
	margin: 22px 0 23px 43px;
}
#homecol2 ul {
	list-style: none;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
	float: left;
	margin: 0px;
	position: relative;
	top: -13px;
/*left: -30px;*/
}
#homecol2 li {
	width: 293px !important;
	font-size: 90% !important;
	font-weight: normal;
	display: -moz-inline-box;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	float: left;
	line-height: 1px;
}
.actionbtn1 a:link, .actionbtn1 a:visited, .actionbtn2 a:link, .actionbtn2 a:visited, .actionbtn3 a:link, .actionbtn3 a:visited, .actionbtn4 a:link, .actionbtn4 a:visited, .actionbtn5 a:link, .actionbtn5 a:visited, .actionbtn6 a:link, .actionbtn6 a:visited, .actionbtn7 a:link, .actionbtn7 a:visited {
	width: 293px;
	height: 40px;
	display: block;
	list-style-type: none;
	background: url(css_images/homepage_btns.png) no-repeat left top;
	color: #DCD;
	margin: 0px;
	padding: 0px;
	text-indent: 2.9em;
}
.actionbtn1 a:link, .actionbtn1 a:visited {
	height: 40px;
	padding: 0;
	line-height: 44px;
	margin: 0px;
}
.actionbtn2 a:link, .actionbtn2 a:visited {
	height: 36px;
	background: url(css_images/homepage_btns.png) no-repeat 0% -41px;
	margin-top: 0px;
}
.actionbtn3 a:link, .actionbtn3 a:visited {
	height: 36px;
	background: url(css_images/homepage_btns.png) no-repeat 0% -77px;
}
.actionbtn4 a:link, .actionbtn4 a:visited {
	height: 36px;
	background: url(css_images/homepage_btns.png) no-repeat 0% -113px;
}
.actionbtn5 a:link, .actionbtn5 a:visited {
	height: 36px;
	background: url(css_images/homepage_btns.png) no-repeat 0% -149px;
}
.actionbtn6 a:link, .actionbtn6 a:visited {
	height: 36px;
	background: url(css_images/homepage_btns.png) no-repeat 0% -185px;
}
.actionbtn7 a:link, .actionbtn7 a:visited {
	height: 36px;
	background: url(css_images/homepage_btns.png) no-repeat 0% -221px;
}
.actionbtn1 a:hover, .actionbtn1 a:active, .actionbtn2 a:hover, .actionbtn2 a:active, .actionbtn3 a:hover, .actionbtn3 a:active, .actionbtn4 a:hover, .actionbtn4 a:active, .actionbtn5 a:hover, .actionbtn5 a:active, .actionbtn6 a:hover, .actionbtn6 a:active, .actionbtn7 a:hover, .actionbtn7 a:active {
	width: 293px;
	height: 40px;
	display: block;
	list-style-type: none;
	background: url(css_images/homepage_btns.png) no-repeat 100% 0%;
	color: #FFF;
	margin-left: -2px;
}
.actionbtn2 a:hover, .actionbtn2 a:active {
	width: 293px;
	height: 36px;
	display: block;
	list-style-type: none;
	background: url(css_images/homepage_btns.png) no-repeat 100% -41px;
	color: #FFF;
}
.actionbtn3 a:hover, .actionbtn3 a:active {
	width: 293px;
	height: 36px;
	display: block;
	list-style-type: none;
	background: url(css_images/homepage_btns.png) no-repeat 100% -77px;
	color: #FFF;
}
.actionbtn4 a:hover, .actionbtn4 a:active {
	width: 293px;
	height: 36px;
	display: block;
	list-style-type: none;
	background: url(css_images/homepage_btns.png) no-repeat 100% -113px;
	color: #FFF;
}
.actionbtn5 a:hover, .actionbtn5 a:active {
	width: 293px;
	height: 36px;
	display: block;
	list-style-type: none;
	background: url(css_images/homepage_btns.png) no-repeat 100% -149px;
	color: #FFF;
}
.actionbtn6 a:hover, .actionbtn6 a:active {
	width: 293px;
	height: 36px;
	display: block;
	list-style-type: none;
	background: url(css_images/homepage_btns.png) no-repeat 100% -185px;
	color: #FFF;
}
.actionbtn7 a:hover, .actionbtn7 a:active {
	width: 293px;
	height: 36px;
	display: block;
	list-style-type: none;
	background: url(css_images/homepage_btns.png) no-repeat 100% -221px;
	color: #FFF;
}
/*End of home page specific
start of main page formatting*/
#majorpanel {
	width: 780px;
}
#majorpanel .pagetitle {
	margin: 0px;
}
#majorpanel p {
	font-size: 0.8em;
	line-height: 1.5;
	margin: 1.2em 40px 0 210px;
	padding: 0px;
}
#majorpanel h1, #majorpanel h2, #majorpanel h3, #majorpanel h4 {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 1.8em;
	color: #000;
	width: 570px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #663399;
	margin: 1em 0 1.2em 210px !important;
}
#majorpanel h2 {
	font-size: 1.5em;
	border: none !important;
	margin-bottom: 0.5em !important;
}
#majorpanel h3 {
	font-size: 1.2em;
	border: none !important;
	margin-bottom: -0.5em !important;
}
#majorpanel h4 {
	font-size: 0.9em;
	border: none !important;
	margin-bottom: -0.5em !important;
}
.majorpanel a {
	color: #6633CC;
	font-weight: normal;
	text-decoration: none;
}
#majorpanel a:link, #majorpanel a:visited {
	color: #6633CC;
	font-weight: bold;
}
#majorpanel a:hover, #majorpanel a:active {
	color: #FFFFFF;
	background-color: #903AA5;
	font-weight: bold;
}
/*----page submenu here----*/
#submenu {
	width: 210px;
	margin: 0;
	float: left;
}
#submenu p, #submenu .plain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70% !important;
	margin: 0 0.5em 0 1em !important;
/*line-height: 1 !important;*/
	padding: 0px 0px 0px 1em !important;
/*background-image: url(css_images/arrow_right.gif);
background-repeat: no-repeat;
background-position: left center;*/
}
#submenu a:link, #submenu a:visited {
	background-image: url(css_images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 1em !important;
	margin: 0 0.5em -0.5em 0em !important;
}
#submenu a:hover, #submenu a:active {
	background-image: url(css_images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 1em !important;
	margin: 0 0.5em -0.5em 0em !important;
}
/*end of submenu*/
.clearall {
	display: block;
	clear: both;
	width: 700px;
	overflow: auto;
}
#footernav {
	float: none;
	width: 488px;
	padding: 0px;
	height: 90px;
	margin: 0;
	clear: both;
	position: relative;
	top: -27px;
	left: 11px;
}
#footernav p {
	font-size: 0.8em;
	line-height: 1.2;
	padding: 6px 0px 0px 15px;
	float: left;
	font-weight: normal;
	margin: 0px;
}
.footernav a {
	color: #FF0000;
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#footernav a:link img, #footernav a:visited img {
	color: #7D358F;
	text-decoration: none;
	border: 1px solid #FFF;
}
#footernav a:hover img, #footernav a:active img {
	border: 1px solid #3A1743;
	text-decoration: none;
}
#majorpanel ol {
	list-style-type: decimal;
	font-size: 80%;
	padding: 0px;
	list-style-position: inside;
	margin-top: 20px;
	margin-right: 70px;
	margin-bottom: 0px;
	margin-left: 150px;
	color: #000000;
}
#majorpanel ul {
	list-style-type: none;
	font-size: 80%;
	padding: 0px;
	margin-top: 20px;
	margin-right: 70px;
	margin-bottom: 0px;
	margin-left: 230px;
}
#majorpanel ul li {
	list-style-position: outside;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 10px;
	color: #000000;
	list-style-type: disc;
}
#majorpanel ol li {
	list-style-position: inside;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 10px;
	vertical-align: top;
	line-height: 1.8;
	color: #465E59;
	list-style-type: decimal;
}
#topofpage {
	width: 80px;
	height: 50px;
	clear: both;
	margin: 0 0 1em 690px !important;
}
#topofpage p {
	font-size: 70% !important;
	width: 80px;
	text-align: center;
	color: #000;
	margin: 0 !important;
	display: block;
}
#topofpage a:link, #topofpage a:visited {
	line-height: 6em;
	margin-top: 0em;
	color: #762989;
	text-decoration: none;
	background-image: url(css_images/topofpage.gif);
	background-repeat: no-repeat;
	background-position: center 0em;
	height: 50px;
	display: block;
}
#topofpage a:hover, #topofpage a:active {
	line-height: 6em;
	margin-top: 0em;
	color: #000000 !important;
	text-decoration: none;
	background-image: url(css_images/topofpage_o.gif);
	background-repeat: no-repeat;
	background-position: center 0em;
}
table.datatable {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	font-size: 90%;
}
/*.datatable {
border-collapse: collapse;
margin: 0px;
}*/
.datatable td {
	border: 1px solid #762989;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
	padding: 2px;
	margin: 0px;
}
.datatable th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding-left: 4px;
	background-color: #663399;
	vertical-align: top;
	padding-top: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #762989;
	border-right-color: #762989;
	border-left-color: #762989;
}
.datatable caption {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 0.9em;
	color: #762989;
	text-align: left;
	padding-left: 16px;
	padding-bottom: 2px;
	margin-left: 10%;
}
/*form formatting start*/
input.formtxt {
	color: #000000;
	background: #DE9FF9;
	border: 1px solid #FFFFFF;
	width: 200px;
	padding: 0px;
	margin: 0px 0px 2px;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
}
input.searchtxt {
	font-size: 90%;
	color: #FFF;
	text-align: left;
	font-style: normal;
	background-color: #A989B1;
	line-height: 1;
	border: 1px solid #D5D8F7;
	vertical-align: middle;
	margin-left: 10px;
	padding-top: 2px;
	width: 130px;
	height: 1.6em;
}
input.formbutton, input.formbutton {
	font-size: 90%;
	color: #FFFFFF;
	text-align: center;
	line-height: 0.9;
	vertical-align: middle;
	margin: 0px;
	text-decoration: none;
	padding: 2px;
	width: 44px;
	border: 1px solid #FFFFFF;
	background-color: #48A943;
	height: 22px;
}
input.searchbutton {
	border: 1px solid #FFFFFF;
	background-color: #903AA5;
	color: #FFFFFF;
	height: 1.7em;
	padding: 0px 3px;
	margin: 0px;
	position: relative;
	top: 2px;
}
.textarea {
	background-color: #DE9FF9;
	color: #000000;
	width: 200px;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 100%;
	border: 1px solid #FFFFFF;
}
form p {
	margin: 5px;
	padding: 5px 0px 2px;
	text-align: left;
}
form p label {
	font-size: 100%;
	width: 100px;
	margin-right: 0.5em;
	margin-left: -200px;
	display: block;
	padding: 0px;
	float: left;
}
fieldset {
	width: 60%;
	border: 1px solid #762989;
	margin-left: 200px;
}
legend {
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #762989;
	padding: 2px 6px;
	margin-left: 20px;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 90%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
/*-----------search results----------------*/
#searchresults {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
}
#searchresults a {
	color: #000;
}
#searchresults a:link, #searchresults a:visited {
	color: #6633CC;
}
#searchresults a:hover, #searchresults a:active {
	color: #FFFFFF !important;
	background-color: #CC99FF !important;
}
#searchresults .resulttitle {
	color: #000000;
	font-size: 100%;
}
#searchresults .resulttext {
	color: #666666;
	font-size: 100%;
}
#searchresults .resulturl {
	color: #999999;
}
#searchresults .resultinfo {
	color: #993399;
}
#searchresults .hittitle {
	color: #339933 !important;
	font-size: 200% !important;
}
#searchresults .hittext {
	color: #9933CC;
	font-weight: bold;
/*this is the search word/phrase and is hightlighted in title and text extract--------------*/
}
/*-----------------end of search results----------------------*/
#credit {
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 30px;
}
#credit p {
	font-size: 70%;
	line-height: 1.2;
	text-indent: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: right;
	color: #666666;
}
.credit a {
	color: #999999;
	font-weight: normal;
}
.credit a:link, .credit a:visited {
	color: #999999 !important;
	font-weight: bold !important;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
.credit a:hover {
	color: #6666CC !important;
}
