@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCCCCC;
}
#contact_container {
	border: 1px solid #333333;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #018D8E;
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
table {
	border: 1px solid #333333;
}
a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #018D8E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #018D8E;
	text-decoration: none;
}
a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #018D8E;
}
a:visited {
	color: #018D8E;
	text-decoration: none;
}
ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #018D8E;
}
li {
}
.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
} 
.twoColFixRtHdr #header {
	height: 175px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #navbar {
	padding: 0px;
	width: 100%;
	height: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 227px;
	padding: 0px;
	height: 400px;
	margin-top: 35px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
.twoColFixRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 227px;
	padding: 0px;
	margin-top: 35px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
.twoColFixRtHdr #mainContent {
	color: #018D8E;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
} 
.twoColFixRtHdr #mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #018D8E;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #mainContent a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #018D8E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #018D8E;
	text-decoration: none;
}
.twoColFixRtHdr #mainContent a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #018D8E;
}
.twoColFixRtHdr #mainContent a:visited {
	color: #018D8E;
	text-decoration: none;
}
.twoColFixRtHdr #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
.twoColFixRtHdr #mainContentFront {
	color: #018D8E;
	text-decoration: none;
	margin-top: 35px;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-top: 0px;
} 
.twoColFixRtHdr #mainContentFront h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
}
.twoColFixRtHdr #mainContentFront a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #018D8E;
}
.twoColFixRtHdr #mainContentFront a:visited {
	color: #018D8E;
	text-decoration: none;
}
.twoColFixRtHdr #mainContentFront p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
.twoColFixRtHdr #footer {
	height: 15px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #94D6BF;
	font-size: 10px;
	color: #666666;
	text-align: right;
	position: relative;
} 
.twoColFixRtHdr #footer a {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.twoColFixRtHdr #footer a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: right;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
.twoColFixRtHdr #copyright {
	margin: 0px;
	position: absolute;
	height: 12px;
	width: 250px;
	text-align: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	left: 0px;
	top: 0px;
}
.twoColFixRtHdr #website_design {
	margin: 0px;
	position: absolute;
	height: 12px;
	width: 250px;
	text-align: right;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	top: 0px;
	right: 0px;
}
.twoColFixRtHdr #special_offer {
	padding: 0px;
	height: 100px;
	width: 350px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixRtHdr #special_offer a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#procedure_select {
	background-color: #FFFFFF;
	background-image: url(../images/procedure_select_bckgrd.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 55px;
	width: 480px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: center;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #procedure_select #text {
	margin: 0px;
	padding: 0px;
	color: #018D8E;
}
.twoColFixRtHdr #procedure_select #form {
	padding: 0px;
	width: 280px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.tablemainheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #018D8E;
	text-align: left;
}
.tablesubheading {
	font-weight: bold;
}

.paginationstyle{ /*Style for demo pagination divs*/
width: 250px;
text-align: center;
padding: 2px 0;
margin: 10px 0;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: 1px solid black;
color: navy;
background-color: white;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
background-color: #FEE496;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
background-color: yellow;
}
.eventdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
}
.indent_bullet {
	color: #94D6BF;
	list-style-type: circle;
	left: 20px;
}
#map_canvas {
	border: 1px solid #000000;
	padding: 0px;
	height: 500px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 11px;
	left: 0px;
	top: 0px;
}
#map_toggle {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	color: #333333;
	text-align: center;
}
#map_toggle a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixRtHdr #table {
}
#buttons table{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
#buttons a{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
.textarea_no_resize {
	resize: none;
	width: 275px;
}
.textfield {
	width: 275px;
}

