/***************************/
/*    The Clay Station     */
/*   Copyright (c) 2005    */
/***************************/
/* Created August 22, 2005 */
/* Revision History:       */
/*                         */
/* 8-25-05:                */
/*                         */
/*                         */
/*                         */
/***************************/



h1 {font-family: Arial;
    color: #666666;
    text-align: center}

/* h1 {letter-spacing: -3px} */

h2 {font-family: Arial;
    color: #666666;
    text-align: left}

h3 {font-family: Arial;
    color: #666666;
    text-align: right}

h4 {font-family: Arial;
    color: #666666;
    font-size: 12pt}

h5 {
font-family: Arial;
color: red;
size: 14pt
}


/* First Line Indent */
/* p {text-indent: 1cm} */

/* Justify paragraphs */
p {text-align: justify}

/* Always Bold in Paragraphs */
/* p {font-weight: bold} */

/* Make sure always Arial */
p  {font-family: Arial}

/* p.sansserif {font-family: sans-serif} */
/* p {font: italic small-caps 900 12px arial} */

/* I like this red line! */
/* p {border-bottom: medium solid #ff0000} */


body
{
font-family: Arial
/* background-repeat: no-repeat; */
background-position: 0px 0px
}

/* Highlights Image by making it full intensity */
/* Usage:
/* <A href="index.htm" class="opacityit"><IMG src="images/elements/BizCardRev01a.gif" height="75" border="0"></A> */

/* Image Opacity Reduce Intensity */
.opacityit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-moz-opacity: 0.4;
}

/* Image Opacity Full Intensity */
.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

/* Cool Tool Tip CSS Code */

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

/* added 10-22-05 */

#dropmenudiv{
position:absolute;
background-color: #E3FFB0;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #C7FF5E;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}