/* text formatting */

h1, h2, h3, h4, h5, h6, p {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	color:#333333;
	font-weight: lighter;
	font-size:1.0em;
	margin-bottom:10px;
}

h2 {
color:#333333;
font-weight:lighter;
margin-bottom:15px;
}

h3 {
	font-size:1.3em;
	font-weight:lighter;
}

h4 {
	font-size:0.9em;
	font-weight: bold;
}

h5 {
	font-size:0.75em;
	padding-left: 0px;
	padding-bottom: 2px;
	color:#333333;
	margin-bottom:5px;
}
h6 {
	font-size:0.7em;
	padding-left: 0px;
	padding-bottom: 2px;
	color:#333333;
	margin-bottom:5px;
}

p {
	margin:0 0 10px 0;
	font-size: 0.7em;
	color: #333333;
}

p a{
	color: #333333;
	text-decoration:underline;
}

p a:hover{
	color: #333333;
	text-decoration:none;
}

ul {
display:block;
padding-bottom:10px;
}

li {
list-style-type:disc;
list-style-position:outside;
color:#333333;
margin: 0 0 0 10px;
font-size: 0.7em;
padding-bottom:2px;

}

.listContent {
list-style-type:circle;
/*list-style-position:outside;*/
/*color:#6500AD;*/
color: #333333;
padding: 0;
text-indent: 0;
margin: 5px 0px 5px; /*10px;*/
font-family: Arial, Helvetica, sans-serif;
font-size: 0.7em;
}

.banner-hdr {
color:#ffffff;
font-weight:lighter;
margin-bottom:0px;
font-family: Arial, Helvetica, sans-serif;
font-size:1.5em;
}

.section-hdr {
color:#333333;
font-weight:normal;
margin-bottom:10px;
font-family: Arial, Helvetica, sans-serif;
}


.mt-2 {
margin-top:2px;
}

.mt-5 {
margin-top:5px;
}

.mt-10 {
margin-top:10px;
}

.mb-2 {
margin-bottom:2px;
}

.mb-5 {
margin-bottom:5px;
}

.mb-8 {
margin-bottom:8px;
}

.mb-10 {
margin-bottom:10px;
}

.mb-12 {
margin-bottom:12px;
}

.mb-15 {
margin-bottom:15px;
}
.mb-20 {
margin-bottom:20px;
}
.mb-25 {
margin-bottom:25px;
}


.mr-2 {
margin-right:2px;
}

.mr-5 {
margin-right:5px;
}

.mr-10 {
margin-right:10px;
}

.mr-12 {
margin-right:12px;
}

.mr-15 {
margin-right:15px;
}


.ml-2 {
margin-left:2px;
}

.ml-5 {
margin-left:5px;
}

.ml-10 {
margin-left:10px;
}

.ml-12 {
margin-left:12px;
}

.ml-15 {
margin-left:15px;
}

.bodytext {
line-height:18px;
}


.morelink {
text-decoration:none;
color:#6500AD;
margin-top:5px;
}

.morelink a{
text-decoration:none;
color:#6500AD;
margin-top:5px;
}

.morelink a:hover{
text-decoration:underline;
color:#E79934;
margin-top:5px;
}


.sm-morelink {
text-decoration:none;
color:#6500AD;
margin-top:5px;
font-family:Arial, Helvetica, sans-serif;
}

.sm-morelink a{
text-decoration:none;
color:#6500AD;
margin-top:5px;
}

.sm-morelink a:hover{
text-decoration:underline;
color:#E79934;
margin-top:5px;
}

.newstitle{
text-decoration:none;
color:#6500AD;
margin-bottom:2px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}


.newstitle a{
text-decoration:none;
color:#6500AD;
margin-bottom:2px;
}

.newstitle a:hover{ 
text-decoration:underline;
color:#6500AD;
margin-bottom:2px;
}


.news-sum {
font-family:Arial, Helvetica, sans-serif;
color:#333333;

}

.smgrey {
color:#666666;
font-family:Arial, Helvetica, sans-serif;

text-decoration:none;
}

.smgrey a{
color:#666666;
text-decoration:underline;
}

.smgrey a:hover{
color:#666666;
text-decoration:none;
}

.type-space {
	letter-spacing: 3px;
}

.footer-text {
	margin:10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:none;
	font-size: 0.7em;
}

.footer-text a{
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#6500AD;
	text-decoration:none;
}

.footer-text a:hover{
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#E79934;
	text-decoration:none;
}
.lineBreak {
	margin-bottom: 15px;
	border-bottom: 1px dotted #CCCCCC;
}


/* -- Additional CSS ---- */
samp {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

/* -- register.aspx -- */
.tblDataEntry {
	margin-top: 20px;
	font-size: 8pt;
	padding: 2px 0;
}
.tblDataEntry td {
	text-align: left;
}
.tblDataEntry textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.tblDataEntry select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}



/* -- searchEvents.ascx -- */

#tblSearchBox {
	font-size: 8pt;
}
#tblSearchBox td {
	padding: 1px 0px;
}
.ddlSearch {
	font-size: 7pt;
	width: 138px;
}
.txtBxSearch {
	font-size: 7pt;
	width: 103px;
}

/* -- Event Listings -- */
#tblEventDetail {
	margin: 0;
}
#tblEventDetail th {
	text-align: left;
	font-weight: normal;
}
#tblEventDetail td {
	padding-top: 10px;
}

/* -- Display Data -- */
.tblDisplayData {
	margin: 0;
}
.tblDisplayData th {
	text-align: left;
	font-weight: normal;
}
.tblDisplayData td {
	padding-top: 2px;
}

/* -- separators -- */
.separatorDotted {
	clear: both;
	margin: 5px 0 15px;
	border-bottom: 1px dotted #CCCCCC;
}
.separatorDotted2 {
	clear: both;
	margin: 15px 0 15px;
	border-bottom: 1px dotted #CCCCCC;
}

/* -- Instructions for Adding Maintenance Items -- */
ul#listInstructions {
	margin-left: 5px;
	padding-left: 0px;
}
ul#listInstructions li {
	list-style-type: circle;
	color: #666666;
	line-height: 14px;
}

.margBot0 { margin-bottom:0px; }

/* --------------- Sub Menu ---------------  */

ul#menu {
  width: 130px;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  list-style-type: none;
  display: none;
  text-align: left;
  margin: 0;
  padding: 5px;
}


ul#menu li {
  font-family: Arial, Helvetica, sans-serif;
  font-size:1.2em;
  color: #f55500;
  list-style-type: none;
}

ul#menu ol li {
  font-family: Arial, Helvetica, sans-serif;
  font-size:small;
  list-style-type: none;
}

ul#menu a, a:active {
  color: #f55500;
  text-decoration: none;
}

ul#menu a:hover {
  color: #faaa80;
}

/* --------------- Site Map---------------  */

ul#site-map {
  width: 520px;
  margin:0px;
  padding: 0px;
}

ul#site-map li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  color: #000000;
  list-style-type: none;
  list-style-position: outside;
}

ul#site-map a {
  font-family: Arial, Helvetica, sans-serif;
  font-size:1.3em;
  color: #8555b0;
  text-decoration: none;
}

ul#site-map a:active {
  font-family: Arial, Helvetica, sans-serif;
  font-size:1.3em;
  color: #8555b0;
  text-decoration: none;
}

ul#site-map a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size:1.3em;
  color: #c2aad8;
}

ul#site-map1 {
  width: 520px;
  margin:0px;
  padding: 0px;
}

ul#site-map1 li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  color: #000000;
  list-style-type: disc;
  list-style-position: inside;
}

ul#site-map1 a {
  font-family: Arial, Helvetica, sans-serif;
  font-size:1;
  color: #8555b0;
  text-decoration: none;
}

ul#site-map1 a:active {
  font-family: Arial, Helvetica, sans-serif;
  font-size:1;
  color: #8555b0;
  text-decoration: none;
}

ul#site-map1 a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size:1;
  color: #c2aad8;
}
