/* CSS Document */

body {
background-color: #C3DEBF;
}

.title
{
font-size: 64px;
font-family: Lucida Console;
font-style: italic;
text-shadow: #FF0000 -3px -3px 10px;
border-bottom: groove 6px #428A88;
}

.tagline
{
color: #3F5818;
}
div#copydiv
{z-index:700
position:relative;
}

.copy
{
font-size: 10px;
color: #999999;
z-index: 700;
position:relative;
}

#logo
{
z-index: -100;
}

/*BB3333*/

/*hovering*/

div#hov{
z-index:400;
}

div#hov p#slide
{z-index: 500;
}

div#hov p#slide span {
	display: none;
	
}

div#hov p#slide span#mail
{
	font-size: 18px;
	font-family: Courier;
	font-variant: small-caps;
	font-style: oblique;
	font-weight: bolder;
	text-shadow: #000000 -2px 2px 6px;
	color: #F9A12E;
	text-align: center;
	z-index: 100;
	display: inline;
	
	position:relative;
	top: -425px;
	left: 40px;
}

div#hov p#slide span#mail span#hider
{
display:none;
}

div#hov p#slide span#mail:hover span#hider
{
display:block;
z-index:150;
position:absolute;
top:50px;
left:150px;}

div#hov p#slide span#mail:hover span#hider span#line1
{
display:inline;
z-index:150;
white-space: nowrap;
font-family: Verdana;
background-color: #1FDB1F;
border-top-style:outset;
border-right-style:outset;
border-bottom-style:none;
border-left-style:outset;
}

div#hov p#slide span#mail:hover span#hider span#line2
{
display:inline;
z-index:150;
white-space: nowrap;
font-family: Verdana;
background-color: #B471D1;
border-top-style:none;
border-right-style:outset;
border-bottom-style:outset;
border-left-style:outset;}

div#services
{
position:relative;
top:-575px;
}

table#servicetable
{visibility:visible;
}

table#servicetable tr td
{
vertical-align:top;
font-family:"Lucida Console";
text-shadow: #FFFFFF -1px -3px 10px;
}

table#servicetable tr td ul
{
font-style:italic;
font-size:20px;
font-weight:900;
}
table#servicetable tr td ul li
{
text-shadow: #999999 -1px -3px 10px;
font-style:normal;
font-size:17px;
font-weight:550;
color:#775588;
}
	
table#servicetable tr td ul#maconly li.maconly
{

list-style-image:url(/grfx/a_bullet.png);
}