/* CSS Document */


body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
	color:#000000;
}

table{
text-align:left;
}

td.nav_bg{
	background:url(/images/nav_bg.gif);
	background-repeat:no-repeat;

}

td.bg_blank{
	background:url(/images/bg_main_blank.gif);
	background-repeat:no-repeat;

}

td.bg_bottom{
	background:url(/images/bg_bottom.gif);
	background-repeat:no-repeat;

}
.prices{
	color:#900;
	font-size:14px;
	font-weight:bold;
	
}

#home_text_container{
	vertical-align:top;
	margin:40px 7px 0 0;
	float:right;
	background:transparent url(/images/transparent_bg_black.png) repeat;
	width:450px;
	padding:20px 20px 5px 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}

	#home_text_container h1{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#FFC;
		font-size:28px;
		width:410px;
		padding-left:10px;
	}
	
	#home_text_container li{	
		list-style:circle;
		color:#FFF;
		font-size:13px;
		font-weight:bold;
		line-height:2;
		width:410px;
		padding-left:10px;
		
	}
	
	#home_text_container h3{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#FFC;
		font-size:13px;
		font-style:italic;
		width:410px;
		padding-left:10px;
	}
	
	#home_text_container p{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#fff;
		font-weight:bold;
		font-size:13px;
		width:410px;
		padding:10px 0px 0px 10px;
	}
	
}

.prices_other{
	color:#666;
	
}
h2.txt_white_big{
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
		padding:0px;
	margin:0px;

}
.sup{
vertical-align:super;
font-size:50%
}
h1{
	font-size:18px;
	font-weight:bold;
	color:#003366;
	padding:0px;
	margin:0px;
}



h3{
	font-size:13px;
	color:#993300;
	font-weight:bold;
	padding:0;
	margin:0;
}
h3.testimonials{
	font-size:14px;
	color:#993300;
	font-weight:bold;
	padding:3px 0px;
	margin:0;
}



h4{
	font-size:11px;
	color:#993300;
	padding:0;
	margin:0;
	line-height:2;
}


.txt_grey{
	color:#666666;
}

p{
margin-top:5px;
line-height:1.5;
}

p.quotes{
font-size:13px;	
margin-top:5px;
line-height:1.5;
}

p.quotes{
	
margin-top:5px;
line-height:1.5;
}

div#testimonials-leads{
	width:500px;
	padding:10px;
	margin-left:20px;
	background-color:#eaeaea;
	border:#ccc 1px solid;
	color:#333;
	margin-bottom:15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


div#services{
	width:330px;
	padding:10px;
	background-color:#eaeaea;
	border:#ccc 1px solid;
	color:#333;
	margin-bottom:15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
div#services, #testimonials-leads ul li{
	font-size:13px;
	line-height:2;

}
div#services, #testimonials-leads p.quotes{
	font-weight:normal;
	margin:1px;
	padding:1px;
	font-size:13px;
	color:#000;
	text-align:justify;

}

div#services, #testimonials-leads p{
	font-weight:bold;
	padding:5px 0px 0px 0px;
	font-size:13px;

}


	

p.txt_bold{
	font-weight:bold;
	margin:1px;
	padding:1px;
}

a.link_big{
color:#00409F;
}

a.link_big:visited{
color:#00409F;
}
a.link_big:hover{
color:#00409F;
text-decoration:underline;
}

/*Menu Navigation CSS STuff */

#main-menu {
	list-style:none;
	margin:auto;
	padding:0;
	width:825px; }
	
	#main-menu a {
		font-size:14px;
		color:#216120;
		font-weight:bold;
		text-decoration:none;
		display:block;
		outline:none;
		padding:6px 40px 6px 0px;

		}
		
	#main-menu a.sub_link {
		background-image:url(/images/menu_arrow.png);
		background-position:right bottom;
		background-repeat:no-repeat;

		}	

	
	#main-menu li {
		float:left;
		position:relative;	
		z-index:40;}

	#main-menu ul.sub-menu {
		background-color:#fff;
		border:1px solid #ccc;
		display:none;
		left:0px;
		position:absolute;
		padding:0;}
		
		#main-menu ul.sub-menu ul.sub-menu {
			left:165px;
			top:0; }

		
		#main-menu ul.sub-menu li {
			display:block;
			float:none;
			position:relative;
			text-align:left;
			width:165px;}
		
		#main-menu ul.sub-menu a {
			font-size:12px;
			font-weight:bold;
			line-height:2;
			color:#216120;			
			margin:1px;
			padding:0.2em 0.5em;
			text-transform:none;
			text-shadow:none;
			white-space:nowrap; 
			width:151px; }

			#main-menu ul.sub-menu a:hover {
				background-color:#eaeaea;
				color:#333; }


/* end of menu */


/* Start lightbox stuff */
/* Start lightbox stuff */

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 15%;
	left: 20%;
	width: 650px;
	height: 275px;
	padding: 3px;
	border:#CCCCCC 8px solid;
	background-color: white;
	text-align: left;
	z-index:199;
	overflow: auto;	
	background-image:url(/images/bg_popup.gif);
	background-repeat:repeat-x;
}

.leightbox_2 {
	color: #333;
	display: none;
	position: absolute;
	top: 15%;
	left: 20%;
	width: 650px;
	height: 450px;
	padding: 3px;
	border:#CCCCCC 8px solid;
	background-color: white;
	text-align: left;
	z-index:199;
	overflow: auto;	

}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:198;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}


.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }

/* End lightbox stuff */
/* End lightbox stuff */


/* MFP LIST -----------------------------------------------------------------------*/

ul.mfplist{
  list-style-type: none;
  margin-left: 0px;
  margin-top: 0px;
  padding-left: 0px;
}

ul.mfplist div {
  float: left; 
  width: 72%; 
  background-color: #EAEAEA;
}


table.mfp-details td{
	border-bottom:#CCC 1px solid;
	padding-top: 12px;
	padding-right: 6px;
}

table.mfp-details p{
	color:#666;
	font-size:11px;
	width: 300px;
	font-weight:normal;
	margin-top:0;
	margin-bottom:0;
}


table.mfp-details p.discount{
	color:#333;
	font-size:14px;
	width: 425px;
	font-weight:normal;
	margin-top:0;
	margin-bottom:0;
	padding:10px;
}

table.mfp-details p.header{
	width:100px;
	font-weight:bold;
}


table.mfp-details h2{
	text-align:center;
	color:#333;
	line-height:1.5;
	font-size:18px;
}

table.mfp-details h1{

	line-height:1.5;
	font-size:16px;
}

table.mfp-details ul li{
	color:#333;
	list-style:circle;
	line-height:2;
	font-size:14px;
}

table.mfp-details .msrp{

	color:#900;
	font-size:14px;
}


/* END MFP LIST -----------------------------------------------------------------------*/


#msg {
display:none; 
position:absolute; 
z-index:200; 
background:url(/images/msg_arrow.gif) left center no-repeat; 
padding-left:7px
}

#msgcontent {
display:block; 
background:#f3e6e6; 
border:2px solid #924949; 
border-left:none; 
padding:5px; 
min-width:150px; 
max-width:250px
}


/* Blog
------------------------------------------------------------------------------------------ */

h2.blog_post_title {
	color:#999; 
	font-size:14px;
}

h4 a.story_title {
	text-decoration:none; }

h4 a.story_title:hover{
	text-decoration:underline; }

p.blog_date {
	color:#666;
	font-size:11px;
	font-style:italic;
	margin:0;
	padding:0px 0px 10px 0px; }
	
div.post_container {
	border-bottom:#CCC 1px solid; }
	
	
#side-menu{
	padding:10px;
	margin:10px;
}

#side-menu ul{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	list-style:none;
	line-height:1.5;
	padding-left:20px;
}

#side-menu li a{
	color:#036;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;

	
}

p.heading {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	
	
}

#side-menu .cats{
	line-height:2.5;
}

#page-body{
	padding:15px;
}

#page-body a.story_title{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333;
}

#page-body h4{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

#page-body a{
	color:#036;
}

#page-body p{
	line-height:1.5;
}

#page-body li{
	line-height:1.5;
	margin-bottom:10px;
}



/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	height:263px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}

	#slideshow #slidesContainer #roll {

	  height:350px;

	}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  height:263px;
}

	#slideshow #slidesContainer .roll {
  	height:350px;
	}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:41px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:70px;
  left:-50px;
  background:transparent url(images/slide-arrow-left.png) no-repeat 0 0;
}
#rightControl {
  top:70px;
  right:-40px;
  background:transparent url(images/slide-arrow-right.png) no-repeat 0 0;
}
/*---------------------------------------- Holdiay Event Page --------------------*/

h3.holiday{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	font-size:15px;
	color:#000;
	padding:3px 0px;
	margin:0;
}

h1.holiday{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	font-weight:bold;
	color:#003366;
	padding:0px;
	margin:0px;
}

p.holiday{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:12px;
	color:#000;
	padding:0px;
	margin:0px;
}


