body {
	background-color: #dddddd;
	margin:0 auto;
	font-family:  Arial, sans-serif;
	font-size:90%;
	line-height: 1.2;
	color: #333333;
	
	}
	
	
h1{font-size:23px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight:lighter;
	padding-top:0px;
	margin-top:0px;}
	
	#xmas{
	margin-top:0px;
	font-weight:lighter;
	font-size:23px;
	color:#310952;
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;}
	
	#toppara{
	padding-left:10px;padding-right:30px;padding-top:0px}

	
	#xmasboxtop{
	width:250px;
	background-image:url(../Images/xmasback.gif);
	color:#FFFFFF;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	border:solid 1px #8C0A0E;
	margin-top:20px;
}
	
	
	#xmasbox{
	width:250px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.2;
	color: #310952;
	padding-top:5px;
	padding-bottom:8px;
	padding-right:10px;
	padding-left:10px;
	margin-bottom:19px;
	border-left:solid 1px #8C0A0E;
	border-right:solid 1px #8C0A0E;
	border-bottom:solid 1px #8C0A0E;
	}
	#xmasboxtop2{
	width:860px;
	height:43px;
	background-image:url('/Images/xmasback.gif');
	color:#FFFFFF;font-weight:lighter;
	font-size:16px;
	line-height: 1.3;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	border:solid 1px #8C0A0E;
	margin-top:0px;
	margin:auto;}
	
	
	#xmasbox2{
	width:880px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.2;
	color: #310952;
	padding-top:5px;
	padding-bottom:8px;
	padding-right:10px;
	padding-left:10px;
	margin-bottom:19px;
	border-left:solid 1px #8C0A0E;
	border-right:solid 1px #8C0A0E;
	border-bottom:solid 1px #8C0A0E;
	}
	
h2{font-size:17px; color: ; font-weight:lighter;margin-bottom:1px;padding-right:10px}

h3{font-size:15px; color: #310952; font-weight:lighter;margin-bottom:1px;}	



.norm {font-size:x;90%;font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
padding-left:10px;
padding-right:10px}

A:link {color:#000099;text-decoration: none}
A:visited {text-decoration: none}
A:hover{text-decoration: underline}


.footpar{
width:654px;

font-size:12px;
line-height:1.5;
padding:10px;
text-align:center;
}

	
div.table{
padding-left:3px;
padding-right:3px;
padding-top:3px;
padding-bottom:3px;
font-size:10px;

font-weight:lighter;
font-family:Arial, Helvetica, sans-serif;}


.style19 {color: #FFFFFF}
.style7 {font-family: Arial, Helvetica, sans-serif}
.style45 {font-size: 16px}
.style47 {font-size: 16px; color: #310952; font-weight: bold; }
.style48 {
	font-size: 26px;
	color: #310952;
	font-weight: bold;}
.style49 {color: #000000}
.style50 {font-size: 11px;color:#000000;}
.styletitle {font-size: 16px; color: #000000; font-weight: bold; }
.activglass {font-size:17px; color: #310952; font-weight:lighter;margin-bottom:0;}
.style51{font-family:  Arial, sans-serif;font-size:90%;line-height: 1.2;color: #333333;}
.testimonial{padding-right:10px}
	


.gallerycontainer{
position: relative;
font-family:  Arial, sans-serif;
	font-size:90%;
	border:none;
	height:324;
	
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;

}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: none;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1010px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
width:450;
height:324;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding-left: 5px;
padding-right:1px;
padding-top:5px;

}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 350px; /*position where enlarged image should offset horizontally */
z-index: 0;
}




#info {height:900px;}
 

 
/* ================================================================ 
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/menus/flyout2.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
z-index:1000;
font-size:90%;

margin:0px 0px 8px 15px;
 /* this page only */
}
 
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
vertical-align: bottom; /* This fixes the IE5 Win gap! */

}



/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background:#dcdcdc;
height:26px;
width:150px;
border:1px dotted #373737;
margin:0







}


 
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse ; top:0; left:0; z-index:100; font-size:1em; border:}
 
/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:26px;
line-height:25px;
width:149px;
color:black;
text-indent:5px;







}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#d4d8bd; width:150px; w\idth:149px;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#949e7c;}
 
.menu :hover > a {
color:fff; 
background:#d1d1d1;
}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:150px; 


}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}
 
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

