BODY {		
		background: black url("emerald-light.gif"); 
		background-repeat: no-repeat; 
		text-align : center;
		/* margin-top : 50px; */
		vertical-align : middle;
		color: #CCFF99;	
				font-family: arial;
		}

#testimonial {
/*		width : 120px;
		margin-right : auto;
		margin-left : auto;
		margin-top : 70px;
		padding : 5px;
		text-align : left;
		float: right;
		border: 3px;
		border-style: double;
		border-color: #CCFF99;
		font-size: 12px;
*/


background:transparent url(city.jpg) repeat-y scroll 0 0;
border:1px dotted #330000;
color:white;
float:right;
font-size:12px;
margin-left:15px;
margin-right:auto;
margin-top:40px; /* 70px */
margin-bottom:15px;
padding:10px;
width:108px;

	}

#content {
		width : 596px;
		margin-right : auto;
		margin-left : auto;
		margin-top : 30px;
		padding : 5px;
		text-align : left;
	}

#content .center { text-align: center; }

div#rss {
		padding: 0px;
		text-align: top;
		}

td {
		border: 1px;
		color: white;
		vertical-align: top;
	}

ul	{
		margin:	0;
		padding-left: 4px;
		font-family: arial;
		font-size: 11px;
		color: #CCFF99;	
		list-style: none;
		font-weight: bold;
	}

li.bullet	{
		margin:	0;
		padding-left: 4px;
		font-family: arial;
		font-size: 11px;
		color: #CCFF99;	
		list-style: square;
		list-style-position: inside;
		font-weight: bold;
	}

div#rssicon {
		font-family:	arial;
		font-size:		11px;
		float:			right;	
		}

a	{
		padding: none;
		color: #CCFF99;	
	}

a.morelink{
		font-family:	arial;
		font-size:		11px;
		float:			right;	
		}

p	{
		font-family: arial;
		font-size: 12px;
		color: #CCFF99;	
		padding-left: 5px;
	}

li.feed {
		padding-left: 2px;
		}

ul.services {
		padding-left: 2px;
		}

p.copyright {
		font-family: arial;
		font-size: 11.2px;
		color: #339933;	
		padding-left: 5px;
		text-align: center;
		}


div#footer {
    background-image:  url(footer.jpg);
    background-repeat: no-repeat;
    height: 148px;
    width: 566px;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding-top: 20px;
	padding-left: 35px;
	color: #CCFF99;	
	}

p.footer {
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding-top: 0px;
	color: #CCFF99;	
	margin: 5px;
	}

a.footer {
	text-decoration: none;
	}

img {
		border-style: none;
	}

h2	{ 
		font-family: arial;
		font-size:	16px;
		color: #CCFF99;	
		padding-left: 5px;
	}

h1	{ 
		font-family: arial;
		font-size:	17px;
		text-transform: uppercase;
		color: #CCFF99;	
		padding-left: 5px;
	}

h2.homepage	{ 
		font-family: arial;
		font-size:	16px;
		text-transform: uppercase;
		color: #CCFF99;	
		padding-left: 5px;
	}

h1.homepage	{ 
		font-family: arial;
		font-size:	16px;
		color: #CCFF99;	
		text-transform: none;
		padding-left: 5px;
	}


h3	{ 
		font-family: arial;
		font-size:	16px;
		color: #CCFF99;	
		padding-left: 5px;
	}


.hidden
{
display: none;
}

#prevNext
{
margin-bottom: -2.5em;
}

#prevNext img
{
position: relative;
z-index: 2;
cursor: pointer;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/slide_show.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* common styling */
/* set up the overall width of the menu div and the margins */
.menu2 {
font-family: verdana, arial, sans-serif; 
width:673px;
height:31px;
background:#fff;
padding:0;
margin:0 auto; 
position:relative;
z-index:1;
border-bottom:20px solid #333;
margin-bottom:650px;
}
/* position the instructions using a dl */
.menu2 dl {
font-family:verdana, arial, sans-serif;
font-size:0.9em;
position:absolute;
width:270px;
top:160px;
left:50px;
}
.menu2 dl dt {font-size:1.2em; margin-bottom:2em; font-weight:bold;}
.menu2 dl dd { padding:0; margin:0; line-height:1.7em; margin-bottom:2em;}
.menu2 dl dd:first-letter {font-weight:bold;}

/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu2 ul {
padding:0; 
margin:0;
list-style-type: none;
border:0;
}
/* float the list so that the items are in a line */
.menu2 ul li {
display:block;
float:left;
width:51px;
height:31px;
}
/* style the links to be 50px wide by 31px high with a right border 1px solid white. Set the background color and the font size. */
.menu2 ul li a, .menu2 ul li a:visited {
display:block; 
float:left;
text-align:center; 
text-decoration:none; 
width:50px; 
height:31px; 
color:#ddd;
border-right:1px solid #fff;
background:#333; 
line-height:30px; 
font-size:11px;
}

/* clear the float at the end of each line of four slides */
span.clr {display:block; clear:both; width:0; height:0; font-size:0; line-height:0;}

/* make the dropdown ul invisible */
.menu2 ul li ul {
display: none;
}

/* remove the table styling */
table {
border-collapse:collapse;
margin:0; 
padding:0;
}


hr {
  border : 0;
  height : 15px;
  background : url(line.jpg) 50% 0 no-repeat;
  margin : 1em 0;
}

/* --- IE hack --- */
* HTML hr,
*:first-child+html hr {
  display : list-item;
  list-style-image : url(line.jpg);
  list-style-position : inside;
  border : 1px solid #fff;
  width : 0;
  height : 0;
  margin-bottom : .5em;
}
/* --- end hack --- */


/* specific to non IE browsers */
/* set the background and foreground color of the main menu li link on hover */
.menu2 ul li:hover a{
color:#fff; 
background:#000;
cursor:default;
}

/* make the sub menu ul visible and position it beneath the first list item */
.menu2 ul li:hover ul {
text-align:left;
display:block; 
position:absolute; 
top:31px; 
left:0;
}

/* make the sub menu ul li the full width with padding and border. */
.menu2 ul li:hover ul li {
cursor:pointer;
width:483px;
height:483px;
border:20px solid #000;
border-width:20px 5px;
background:#ddd url(slide/linen.jpg); 
color:#fff;
padding:82px 90px;
cursor:default;
}

/* style the background and foreground color of the submenu links */
.menu2 ul li:hover ul li a {
background:#333;
width:118px;
height:118px;
border:1px solid #ddd;
border-color:#888 #000 #000 #888;
}


/* keep the large image hidden */
.menu2 ul li:hover ul li a em {
display:none;
}
/* add a border to the horizontal slide and position it centrally using a top margin */
.menu2 ul li:hover ul li a.horiz span img {
border:1px solid #888;
margin-top:21px;
}
/* add a border to the vertical slide and position it centrally using a top margin */
.menu2 ul li:hover ul li a.vert span img {
border:1px solid #888;
margin-top:9px;
}

.menu2 ul li:hover ul li a:hover {
background:#000;
}


/* make the active links zero size so the active dotted border does not show through the large image */
.menu2 ul li:hover ul li a:active, .menu2 ul li:hover ul li a:focus {background:#aaa; height:0; width:0; border:0;}
.menu2 ul li:hover ul li a:active em, .menu2 ul li:hover ul li a:focus em {background:#bbb; height:0; width:0; padding:0; margin:0; border:0;}


/* make the large image visible and set the border, position them using position absolute centrally over the slides */
/* horizontal large image styling */
.menu2 ul li:hover ul li a.horiz:active em, .menu2 ul li:hover ul li a.horiz:focus em {display:block; background:#ddd; position:absolute; left:15px; top:100px; width:640px; height:480px; z-index:200; z-index:500; cursor:default; border:1px solid #fff;}
.menu2 ul li:hover ul li a.horiz:active em img, .menu2 ul li:hover ul li a.horiz:focus em img {border:0;}
/* vertical large image styling */
.menu2 ul li:hover ul li a.vert:active em, .menu2 ul li:hover ul li a.vert:focus em {display:block; background:#ddd; position:absolute; left:95px; top:23px; width:480px; height:640px; z-index:200; z-index:500; cursor:default;  border:1px solid #fff;}
.menu2 ul li:hover ul li a.vert:active em img, .menu2 ul li:hover ul li a.vert:focus em img {border:0;}


/* for overlay effect */
/*
p.overlay
{
margin: 0;
padding: 0 1em;
font-size: 1.5em;
position: relative;
top: -50px;
line-height: 50px;
height: 50px;
background: black;
opacity: .7;
filter:alpha(opacity=70);
}
*/