<!--
 
.shadetabs{
padding: 1px 0;
margin-left: 0;
margin-top: 2px;
margin-bottom: 0;
font: bold 8pt Verdana;
color: #003366;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.shadetabs li{
display: inline;
margin: 0;
text-decoration: none;
padding: 3px 3px;
margin-right: 3px;
color: #5A5F64;
font-size: 11px;
border-bottom-color: #EEEED1;
border-top: 1px solid #4b4b4b;
border-left: 1px solid #4b4b4b;
border-right: 1px solid #4b4b4b;
background:#D0DCDC;

}
.shadetabs li a{text-decoration: none;}
.shadetabs li #pgoff li a{
text-decoration: none;
padding: 3px 3px 3px 3px;
margin-right: 3px;
color: #5A5F64;
font-size: 11px;
border-bottom-color: #EEEED1;
border-top: 1px solid #4b4b4b;
border-left: 1px solid #4b4b4b;
border-right: 1px solid #4b4b4b;
background:#D0DCDC;
text-decoration: none;
}

.shadetabs li #pgon li a{
text-decoration: none;
padding: 3px 3px 3px 3px;
margin-right: 3px;
color: #5A5F64;
font-size: 11px;
border-bottom-color: #EEEED1;
border-top: 1px solid #4b4b4b;
border-left: 1px solid #4b4b4b;
border-right: 1px solid #4b4b4b;
background:#fff;
text-decoration: none;
}
.shadetabs li.pgon{
border-bottom-color: #EEEED1;
border-top: 1px solid #000033;
border-left: 1px solid #000033;
border-right: 1px solid #000033;
color: #000033;
font-size: 11px;
text-decoration: none;
background:#fff;
 
}
.shadetabs li a:hover{
text-decoration: none;
color: #6699cc;

}

.ws{ /*style of tab content oontainer*/
border: 1px solid #cccccc;
width: 100%;
margin: 0;
padding-top: 0px;
text-indent: 5px;
background-color: #ffffff;
  
} 
.ws li
{ /*style of website plans oontainer*/

 text-indent: 25px;
} 
.ws p
{ /*style of website plans oontainer*/

 text-indent: 15px;
} 
.ws h3
{ /*style of website plans oontainer*/

margin-bottom: 1em;
padding-top: 0px;
background-color: #f2f2f2;
 text-indent: 25px;
 font: Verdana;
}   
.sformc{
display:none;
}
 
@media print {
.sformc {
display:block!important;
}
}

.hide{
	visibility: hidden;
	display: none;
	}
	#dhtmlgoodies_slideshow{
		width:100%;	/* Total width of slideshow */


	}
	
	#previewPane{
		border:1px solid #CCCCCC;
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;
		
		/* CSS HACK */
		height: 432px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#galleryContainer{
		
		height:100px;	/* Height of the images + 2 */
		border:1px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=65);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
	
.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 100%;
height: 400px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;

}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
visibility: hidden;
width: 100%;
margin-top: 0;
background: #82D1FC;
background: url(fadedblue.png) repeat-x;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 100%;
margin-top: 6px;
text-align: center; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
border-bottom: 1px solid #cccccc;
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: 1px solid black;
color: #2e6ab1;
padding: 3px 3px 3px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #ffff99;
color: black;
}

.glidecontenttoggler a:hover{
background: #2e6ab1;
color: black;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}
	//-->
		