* { margin:0px; padding:0px; }
body { background:url(../../Images/body_back.gif) repeat;font-size:12px; color:#444;font-family:Arial, Helvetica, sans-serif; }
#everything { width:900px;margin:0px auto;border:1px solid darkred;overflow:hidden;background:#fff; }
.green { color:darkgreen; }
.red { color:darkred; }
.small { font-size:11px; }
.pageTitle { font-size:14px; color:darkgreen;font-weight:bold; }
.pageSubTitle { font-size:12px;color:darkred;font-weight:bold; }
a {color:#0000FF;}
a:visited {color:#0000FF;}
.noright { border-right:0px !important; }
.nobottom { border-bottom:0px !important; }
.icon { margin-right:10px; }
/*******************************************************************************************************************
Header Styles
********************************************************************************************************************/

#header { 
	margin:0px auto;
	background:#f7f3cd url(../../Images/home_header.png) no-repeat;
	width:900px;
	height:433px;
	float:left;
	overflow:hidden;
	padding-bottom:10px;
	}
#topNav { 
	position:relative;
	float:right;
	left:-245px;
	top:5px;	
	}
	#topNav li { 
		float:left;
		list-style:none;
		cursor:pointer;
		background:url(../../Images/top_back.png) repeat-x;
		height:25px;
		border-right:1px solid #cb5049;
		}
		#topNav li.topend { 
			background:none;
			border-right:0px;
			}
			#topNav li a {
				color:#cb5049;
				font-size:14px;
				font-family:Georgia, "Times New Roman", Times, serif;
				font-weight:normal;
				text-align:center;
				position:relative;
				top:3px;
				padding:0 10px;
				text-decoration:none;
				}
				/*#topNav #topContact  { 
			display:block;
			width:110px;	
			height:27px;
			text-indent: 10000px; 
			overflow: hidden; 
			background: url(../../Images/nav/top_contact.png) top left no-repeat;
			}
			#topNav  #topContact:hover{ background-position: bottom left; }
			#topNav  #topContact.active{ background-position:bottom left; }
			
			#topNav #topDirection  { 
				display:block;
				width:100px;
				height:27px;
				text-indent: 10000px; 
				overflow: hidden; 
				background: url(../../Images/nav/top_directions.png) top left no-repeat;
			}
			#topNav  #topDirection:hover{ background-position: bottom left; }
			#topNav  #topDirection.active{ background-position:bottom left; }
			
			#topNav #topOrder  { 
				display:block;
				width:110px;
				height:27px;
				text-indent: 10000px; 
				overflow: hidden; 
				background: url(../../Images/nav/top_order.png) top left no-repeat;
			}
			#topNav  #topOrder:hover{ background-position: bottom left; }
			#topNav  #topOrder.active{ background-position:bottom left; }*/
	
#homeLeft { 	
	float:left;
	width:224px;
	position:relative;
	left:30px;
	}
	#homeLeft .logo { 
		padding-bottom:5px;
		z-index:1000;
		float:left;
		position:relative;
		border:0px;
		left:-4px;
		}
		#mainNav {  
			position:relative;
			float:left;
			top:-10px;
			}
			#mainNav li { 
				list-style:none;
				cursor:pointer;
				float:left;
				z-index:1000000;
				border-bottom:1px solid #cb5049;
				width:145px;
				padding-bottom:5px;
				margin:0 0 5px 0px;
				}
				#mainNav li a {
					color:#cb5049;
					font-size:15px;
					font-family:Georgia, "Times New Roman", Times, serif;
					font-weight:normal;
					text-align:center;
					position:relative;
					top:3px;
					padding-left:15px;
					text-decoration:none;
					}
					#mainNav li a:hover { 	background:url(../../Images/active.jpg) no-repeat; }
#homeCenter { 
	width:475px;
	margin:36px 0 25px 0;
	float:left;
	}

/* Slideshow Container style rules.*/
#slideshow {
	margin:0 auto;
	width:475px;
	height:320px;
	position:relative;
	}
	#slideshow #slidesContainer {
		margin:0 auto;
	  	width:475px;
	  	height:320px;
	  	overflow:auto; /* allow scrollbar */
	  	position:relative;	
		}
		#slideInner {
			width:1431px !important;
			}
			#slideshow #slidesContainer .slide {
	  			margin:0 auto;
			 	width:455px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
				height:320px;
				}	
/* Slideshow controls style rules.*/
.control {
	display:block;
	width:19px;
	height:19px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
	}
	#leftControl {
		top:335px;
		left:610px;
		background:transparent url(../../Images/left_control.png) no-repeat 0 0;
		}
		#rightControl {
			top:335px;
			right:0;
			left:630px;
			background:transparent url(../../Images/right_control.png) no-repeat 0 0;
			}	
/* Slideshow Slides style rules.*/			
.slide { 
	float:left;
	padding:3px 0 0 2px;
	}
	.slide .slideFlash { 
		width:216px;
		float:left;
		position:relative;
		}
		.slide .slideText { 
			float:left;
			width:215px;
			padding:25px 0 0 25px;
			}
			.slide .slideText p { 
			font-size:12px;
			line-height:1.3em;
			padding-top:5px;
			}
			.slide .slideText a { 
			color:#c00;
			text-decoration:none;
			}
			.slide .slideText h3 {
				font-size:28px;
				font-family:Georgia, "Times New Roman", Times, serif;
				color:#00873e;
				font-weight:normal;
				}
/* Slideshow Navigation*/				
.slideNav { 
	position:relative;
	margin-top:0px;
	float:left;
	}
	.slideNav span {
		height:46px;
		float:left;
		border-right:1px solid #fff;		
		}
		.slideNav a { 
			font-size:13px;
			color:#fff;
			padding:0 20px;
			position:relative;
			top:18px;
			float:left;
			outline:none;
			text-decoration:none;
			}
			.slideNav a.active { 
				color:gold;
				}


#homeContent { 
	width:100%;
	margin:0px auto 0px  auto;
	float:left;
	}
	 .midbar { 
		background:#eb484b;
		height:5px;
		width:100%;
		}
		#homeContent div.homeBlock {
			width:224px;
			float:left;
			position:relative;
			border-right:1px solid #c4b79a;
			min-height:425px;
			background:url(../../Images/homeBlock_back.jpg) no-repeat bottom left;
			}
			#homeContent div.homeBlock div.homeArticle {
				padding:0px 20px;
				padding-top:15px;
				}
				#homeContent div.homeBlock div.homeArticle h3 a {
					font-size:13px;
					color:green;
					float:left;
					width:100%;
					text-decoration:none;
					line-height:14px;
					position:relative;
					top:0px;
					height:25px;
					margin-bottom:10px;
					}
					.Imageframe { 
						float:left;
						background:url("../../Images/polaroid.png") no-repeat scroll 0 0 transparent;
						padding:8px;
						position:relative;
						width:186px;
						height:153px;
						}
						.homeArticle-Image { 
							width:169px;
							border:1px solid #eee;
							height:135px;
							}
							.Imageframe em {	
								color:#333333;
								display:block;
								font:italic 100% Georgia,"Times New Roman",Times,serif;
								text-align:center;
								font-size:11px;
								padding:5px 0  0 0;
								width:169px;
								}				
								.homeArticle-Text { 
									float:left;
									font-size:12px;
									
									line-height:14px;
									overflow:hidden;
									width:100%;							
									}
									.homeArticle-Link a { 
										color:#c00;
										position:absolute;
										bottom:0px;
										height:15px;
										left:20px;
										text-decoration:none;
										padding:10px 0;
										float:left;
										width:100%;
										}
table#homeDaily { 
	float:left;
	width:100%;
	background:#feffef;
	border:3px double #eee;
	border-bottom:1px solid #eee;
	}
	table#homeDaily tr:hover { 
		background:#d8f8e7;
		}
		table#homeDaily  tr.spacer:hover { 
			background:#fff;
			}
			table#homeDaily  th { 
				color:darkred;
				padding:3px;
				}
				table#homeDaily  th.date { 
					font-size:12px;
					}
					table#homeDaily  td { 
						padding:3px;
						}
						table#homeDaily  td.item { 
							width:100%;
							padding:5px;
							font-style:italic;
							font-size:11px;
							}
							td.item span.dailyTitle { 
								font-weight:bold;
								font-size:12px;
								font-style:normal;
								}
							
#homeBottom {  
	width:100%;
	margin:0px auto;
	float:left;
	background:#f7f3cd;
	font-size:12px;
	}
	#homeBottom .homeBlock-bottom {
		float:left;
		width:224px;
		position:relative;
		border-right:1px solid #c4b79a;
		/*background:url(../../Images/homeBlock_back.jpg) repeat-x bottom left;*/
		}
		#homeBottom .homeBlock-bottom.triple  {
			width:672px;
			float:left;
			}		
			#homeBottom a { 
				color:#c00;
				}
				#homeBottom div.homeArticle {
					padding:10px 0 0 20px;
					min-height:70px;
					font-size:11px;
					border-right:1px solid #c4b79a;
					}
					#homeBottom .homeBlock-bottom.triple  .homeArticle {
						float:left;
						position:relative;
						width:315px;
						}
						#homeBottom div.homeBlock-bottom div.homeArticle strong {
							font-size:13px;
							color:green;
							padding:0 0 10px 0;
							float:left;
							width:100%;
							text-decoration:none;
							line-height:14px;
							}
							.footerBar {
								background:#006400;
								padding:3px 20px;
								color:white;
								float:left;
								width:632px;
								font-size:11px;
								float:left;
								}
								.footerBar p { 
									float:left;
									position:relative;
									}
									.footerBar span { 
										width:90px !important;
										text-align:center;
										float:left;
										position:relative;
										}
										.footerBar.foundation a {
											color:#fff !important;
											text-decoration:none;
											}
