/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.staffarea_img {
	position: absolute;
	left: 23px;
	top: 117px;
	width: 174px;
	height: 40px;
	background: url(../imgs/staff-area.jpg);
}

.topmenubar {
	height: 38px;
	background: url(../imgs/bar-bg.gif) bottom;
	padding-top: 4px;
}

.content_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 100%;
	border-bottom: thin solid #E4E4E4;
	margin-top: 5px;
	margin-bottom: 10px;
}

.content_title {
	font-size: 140%;
	color: #9D9D9D;
	margin: 0;
	height: 40px;
	font-weight: bold;
}

.content_time {
	padding-right: 10px;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #9D9D9D;
	margin: 0;
	margin-bottom: 5px;
	font-weight: normal;
}

h4 {
	font-size: 120%;
	font-weight: bold;
	color: #0FA788;
}

#my_content p, #my_content ul, #my_content table, #my_content form, .content_time {
	line-height: 1.6em;
	font-size: 13px;
}

a {
	color: #0000FF
}

img {
	border: 0
}

.dottedline {
	width: 98%;
	height: auto;
	border-bottom: thin dotted #CCC;
}

.qs_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	font-weight: bold;
}

.footer_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	cursor: default;
}

.footer_links a {
	color: #999;
	text-decoration: none;
}

.footer_links a:hover {
	color: #0FA788;
	text-decoration: underline;
}

#my_content ul {
	list-style: none;
}

#my_content ul div {
	position: relative;
	left: -38px;
	display: block;
	margin-bottom: 6px;
	color: #666;
}

#my_content ul li {
	margin-left: -38px;
	padding-left: 20px;
	background: url(../imgs/blob.gif) no-repeat 0 7px;
	margin-bottom: 6px;
}

td.banner_stretch {
	background: url(../imgs/banner-bg.jpg) repeat-x left top;
	width: 100%;
}

a.easynav_back, a.easynav_next {
	display: block;
	width: 79px;
  	height: 38px;
}

a.easynav_back {
	background: url(../imgs/button-back.gif) no-repeat;
  	background-position: 0px 0px;
}

a.easynav_next {
	background: url(../imgs/button-next.gif) no-repeat;
  	background-position: 0px 0px;
}

a.easynav_back:hover {
	background: url(../imgs/button-back.gif) no-repeat;
  	background-position: 0px -38px;
}

a.easynav_next:hover {
	background: url(../imgs/button-next.gif) no-repeat;
  	background-position: 0px -38px;
}

.img_gallery {
	background-color: #CCC;
	border:1px solid #999;
}

.img_gallery td {
	width: 120px;
	background-color: white;
}

.altrowcolor1 {
	background-color: #ECFFFD;
}

.altrowcolor2 {
	background-color: #FFFFFF;
}

.altrowcolor1 td, .altrowcolor2 td {
	border-bottom: 1px solid #CCC;
}

form.onlineforms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EEE;
	padding: 10px;

}

form.onlineforms .fadedtext {
	font-size: 11px;
	color: #666;
}