﻿body 
{
	background-color: #000000;
	margin: 0;
    padding: 20px 0px 0px 0px;
	border: #000000 0px solid;
	background-image: url(images/background.jpg);
	background-attachment: fixed;
	text-align: center;
}

.leftGoogle
{
	border-right: solid 1px Gray;
	background-image: none;
	background-color: Black;
	vertical-align: top;
	padding-top: 50px;
}

.rightGoogle
{
	border-left: solid 1px Gray;
	background-image: none;
	background-color: Black;
	vertical-align: top;
	padding-top: 50px;
}

.menuTable 	
{ 
	width: 652px;
	border-top: #000000 0px solid;
	border-left: #000000 0px solid;
	border-right: #000000 0px solid;
	border-bottom: #000000 0px solid;
}

.menuItem		
{ 
	font-size: 11px;
	font-family: arial, verdana, helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	cursor: hand;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	display: block;
	white-space: nowrap;
	width: 99%;
	border: #666666 1px solid; 
}

a.menuItem:link 	
{ 
	background-image: url("images/divMenu.gif");
	background-color: #000000;
	color: #FFFFFF; 
    text-decoration: none;
}

a.menuItem:visited 	
{ 
	background-image: url("images/divMenu.gif");
	background-color: #000000;
	color: #FFFFFF; 
	text-decoration: none;
}

a.menuItem:active 	
{ 
	background-image: url("images/divMenu.gif");
	background-color: #000000;
	color: #FFFFFF; 
	text-decoration: none;
}

a.menuItem:hover 	
{  
	background-image: url("images/divMenuMouseOver.gif");
	background-color: #0000CC;
	color: #FFFFFF;
	border: #999999 1px solid; 
	text-decoration: none;
}

#thephoto 
{
	visibility: hidden;
}

.relaxTable
{
	width: 600px; 
	text-align: left; 
	vertical-align: top; 
	color: Gray; 
	table-layout: fixed;
}

.relax
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
    color: White;
}

.paragraphIntro
{
	color: White; 
	font-size: 18px; 
	font-family: Arial;
	font-weight: bold;
}

.paragraphText
{
	color: rgb(175,175,175);
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}

.thumbnail
{ 
	border: #FFFFFF 1px solid; 
	cursor: hand; 
}	

a:hover .thumbnail
{ 
	border: #FFCC66 1px solid; 
	cursor: hand; 
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50; 
}

.footer 
{
	color:#999999;
	font-family:arial;
	font-size:10px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
}

.featureHeader
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: Black;
	background: #96B3DB;
	background-image: url(images/featureHeader.gif);
	height: 30px;
}

.featureItem1
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: Black;
	background-color: #FFDA72;
	font-size-adjust: none;
	font-stretch: normal;
	background-image: url(images/featureItem.gif);
}

.featureItem2
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: Black;
	background-color: #FFFFCC;
	font-size-adjust: none;
	font-stretch: normal;
}

#dhtmltooltip
{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px 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);
}

#dhtmlpointer
{
	position: absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

a:link	
{	
	text-decoration: none;
	color: #33CC00;
}	
		
a:visited	
{	
	text-decoration: none;
	color: #33CC00;
}	
		
a:hover	
{	
	text-decoration: underline;
	color: #FF94E4;
}

.link2:link
{
	text-decoration: none;
	color: Green;
}

.link2:visited
{
	text-decoration: none;
	color: Green;
}

.link2:hover
{
	text-decoration: underline;
	color: #FF47D1;
}
