/* CSS Document */
/* CSS Document */
A
{
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
}
A:link
{
	font-family: arial;
	color: #000000;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: underline;
}
A:hover
{
	color:#000066;
	font-weight: normal;
	font-size: 9pt;
	text-decoration: underline;
}
A:visited
{
	font-family: arial;
	color: #000066;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: noe;
}
A:active
{
	font-family: arial;
	color: #000000;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}
A.map
{
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
A:link.map
{
	font-family: arial;
	color:#000099;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}
A:hover.map
{
	color:#000099;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: underline;
}
A:visited.map
{
	font-family: arial;
	color:#000099;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
A:active.map
{
	font-family: arial;
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
body.content
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color:#020301;
}
body
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color:#cccccc;
}
table.mainbody
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color:#ffffff;
	
	border-color: #000000;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
}
img
{
    border: 0px;
}
img.center
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
IMG.displayed
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.whatever
{
	left: 100px;
	position: absolute;
	top: 150px;
}
ul.service
{
	list-style: none;
	padding: 1px 0px 0px 0px;
	line-height: 0em;
	margin-left: 0em;
	margin-top: 1em;
	margin-bottom: 0em;
	list-style-image: url(images/list_logo.gif);
	border-bottom: solid 1px green;
	width: 170px;
}
li.service
{
    list-style: none;
    line-height: 1.3em;
    margin-top: 0px;
    margin-left: 0em;
    padding: 0px 0px 0px 0px;
}
ul.menu1
{
margin-left: 0px;
display: inline;
margin-top: 10px;
}
ul.menu1 li
{
padding-right:6px;
padding-left:0px;
border-left: 1px solid #c0c0c0;
display: inline;
}
ul.menu1 li.first
{
border-left: none;
display: inline;
}
TD
{
	color: #000000;
	font-weight: normal;
	font-family: arial;
	font-size: 9pt;
}
TD.services
{
    color: #000000;
	font-weight:normal;
	font-family: arial;
	font-size: 9pt;
	font-weight: normal;
}
.leftcol 
{
    font-weight: bold;
    text-align: right;
    width: 400px;
}    
table.main
{
  clear: both;
  border-color: #c0c0c0;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  background-color: #fafafa;
}
table.top
{
  clear: both;
  border-color: #c0c0c0;
  border-width: 0px 0px 1px 0px;
  border-style: none none solid none;
  background-color: #ffffff;
}
table.bottom
{
  clear: both;
  border-color: #c0c0c0;
  border-width: 1px 0px 0px 0px;
  border-style: solid none none none;
  background-color: #dedede;
}
input.btn
{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
}
INPUT
{
	background: #FFFFFF;
	color: #000000;
	font-family: verdana,helvetica;
	font-size: 10pt;
}
SELECT
{
	background: #FFFFFF;
	color: #000000;
	font-family: verdana,helvetica;
	font-size: 9pt;
}
TEXTAREA
{
	background: #FFFFFF;
	color: #000000;
	font-family: verdana,helvetica;
	font-size: 8pt;
}
h1
{
	color: #000000;
	font-family: arial;
	font-size:20px;
	letter-spacing: 0px;
	text-decoration:underline;
}
h2
{
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: 0px;
	
}
OPTION.scroll
{
	background-color: #C0C0C0;
	color: #000000;
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
}
OPTION.scroll2
{
	background-color: #000000;
	color: #FFFFFF;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
}

form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000000;
  border-bottom-color:#c0c0c0;
  border-top-color:#c0c0c0;
  border-left-color:#c0c0c0;
  border-right-color:#c0c0c0;
  border-width: 1px;
  border-style: solid;
  padding: 5px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.2em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
	color:#000000;
	font-family:Arial;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	font-size:10px;
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}


form.listings fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000000;
  border-bottom-color:#c0c0c0;
  border-top-color:#c0c0c0;
  border-left-color:#c0c0c0;
  border-right-color:#c0c0c0;
  border-width: 1px;
  border-style: solid;
  padding: 5px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form.listings fieldset legend {
	font-size:1.2em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
	color:#000000;
	font-family:Arial;
}

form.listings label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	font-weight:bold;
}

form.listings fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:none;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form.listings p {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:350px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 0px 0px 0px 10px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	font-size:15px;
	padding: 3px 0px 0px 0px;
	float:left;
}

form.listings input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea.listings { overflow: auto; }

form.listings small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form.listings .required{font-weight:bold;} /* uses class instead of div, more efficient */

form.listings br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

