body, html { margin: 0; padding: 0; }

body { 
	background: #9DC5DF; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0069aa;
	}


a:link,
a:visited,
a:hover { color: #0069aa; text-decoration: none; font-weight: bold }
a:hover { text-decoration: underline }
	
	a.linkNormal { font-weight: normal !important; color: #9DC5DF; }
	
a img { border: 0; }	

form { margin: 0; }

.error { color: #B71A1F; font-weight: bold }
.waste { color: #B71A1F; font-weight: bold }

/* ids -------------------------------------------------------------------------------------------------------------------------------------- */

#headerWrapper { 
	background: #fff url(img/int/header_bgr.gif) top center repeat-x;
	height: 115px;
	}
	
	#headerWrapper #header { 
		margin: 0 auto;
		width: 760px; height: 115px;
		background: url(img/int/top.gif) top left no-repeat;
		}

		#headerWrapper.sub { 
			height: 130px;
			}
			
			#headerWrapper.sub #header { 
				height: 130px;
				}

#layoutWrapper { 
	background-color: #fff; 
	float: left; width: 100%;
	}
	
	#layout { 
		margin: 0 auto;
		width: 760px;
		}
		
		/* homepage ------------------------------------------------------------------------------------------------------------------------ */
		
		#triadWrapper {
			float: left; width: 755px; 
			border-left: 5px solid #fff;
			border-top: 5px solid #fff;
			background: url(img/int/triple_home_y_bgr.gif) repeat-y;
			border-bottom: 5px solid #fff;
			}
			
			#triadWrapper div.triad { 
				float: left; width: 252px;
				}
				
				#triadWrapper div.triad div.copy { float: left; width: 225px; padding-left: 10px; text-align: justify;  line-height: 16px; }
				
				#triadWrapper div.triad div.copy h2 { margin: 0; margin-bottom: 10px; padding: 0; font-size: 12px; text-transform: uppercase }
				#triadWrapper div.triad div.copy p { margin: 0;  }
				
				#triadWrapper div.triad3 { width: 251px; }
			
			#triadEnd { 
				float: left; width: 750px; height: 15px; clear: both;
				background: url(img/int/triple_home_y_btm.gif) no-repeat top left; 
				}
		
		#homeBoxesWrapper { 
			float: left; width: 755px; height: 150px;;
			border-left: 5px solid #fff;
			border-bottom: 5px solid #fff;
			border-top: 5px solid #fff;
			background: url(img/int/homeboxes.gif) no-repeat;
			padding-top: 5px;
			}
			
			#homeBoxesYouWeWrapper { float: left; width: 515px; }
			#homeboxWeload { 
				float: left; width: 360px; height: auto; 
				padding: 10px; padding-top: 30px;  
				line-height: 17px; text-align: justify  
				}
				#homeboxWeload h1 { display: none; }
				#homeboxWeload p { margin: 0; }
			
			#homeboxTestimonials { float: left; width: 220px; height: 55px; padding-left: 0; padding-right: 10px; padding-top: 30px; line-height: 17px; text-align: justify;  }
			#homeboxTestimonials p { margin: 0; margin-bottom: 15px; }
			
			#homeBoxesYouWeWrapper a { font-weight: normal !important }
			
			#homeboxWeload { margin-top: 0px; }
			#homeboxYouload { margin-top: 10px; }
		
		/* subpages ------------------------------------------------------------------------------------------------------------------------ */
		
		#subpageHeader { 
			width: 750px; height: 150px; margin: 0 auto;
			background: url(img/subheaders/subpage_wwd.jpg) no-repeat;
			}
			
			#subpageHeader h2 {
				float: left;
				margin-left: 15px !important; margin-left: 7px;
				margin-top: 125px; 
				font-size: 14px; font-weight: bold;
				}
		
		#subpageWrapper  { 
			width: 750px; margin: 0 auto;
			padding: 15px 0;
			line-height: 16px;
			text-align: justify;
			}
			
			#subpageWrapper #textColumn { 
				float: left; width: 520px; clear: both;
				margin-left: 15px !important; margin-left: 7px;
				min-height: 200px;
				text-align: justify;
				}
				
				#textColumn p { 
					margin-top: 0; 
					margin-bottom: 15px;
					text-align: justify; }
			
			#subpageWrapper #rightColumn { 
				float: left; width: 200px; 
				margin-left: 15px !important;
				}
				
        #subpageWrapper #rightColumn #bookOnlineBadge {
          background: url('img/badge_red_bookonline.gif');
          width: 200px; height: 70px;
          display: block;
          }
          
          #bookOnlineBadge:hover { text-decoration: none; }
          
          #bookOnlineBadge h2 {
            overflow: hidden;
            text-indent: -100em;
          }
          
          #bookOnlineBadge p {
            color: #fff;
            font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
            font-weight: normal;
            font-size: 9px;
            padding: 0px 20px 0px 14px;
          }
        
			#subpageWrapper #formColumn { 
				float: left; width: 350px; 
				margin-left: 15px !important;
				margin-bottom: 10px;
				}
				
				#formColumn .roundcont { 	
					width: 370px;
					}
					
					#formColumn label { width: 350px; clear: both; float: left; padding: 5px 0;  }
					#formColumn label span { width: 100px; padding-right: 10px;  }
					#formColumn label input.txt, 
					#formColumn label select, 
					#formColumn label textarea { width: 230px !important; }
					#formColumn label textarea { height: 100px; }
					
					#formColumn label input.chk { float: left; margin: 0; padding: 0;  margin-right: 10px; }


/* rounded corners --------------------------------------------------------------------------------------------------------- */

.roundcont {
	width: 520px;
	background-color: #F2F7FB;
	}

	
	.roundtop { 
		background: url(img/int/tr.gif) no-repeat top right; 
		}
	
	.roundbottom {
		background: url(img/int/br.gif) no-repeat top right; 
		clear: both;
		}
		
	.roundContainer { 
		padding: 10px;
		}
		
		.roundContainer h3 {
			color: #B71A1F;
			margin: 0; padding: 0;
			font-size: 12px;
			padding-bottom: 10px;
			}
			
	img.corner {
		width: 5px;
		height: 5px;
		border: none;
		display: block !important;
		}
		
		
		/* forms --------------------------------------------------------------------------------------------------- */
		
		label.wide { 
			float: left; width: 500px; display: block;
			padding-bottom: 10px;
			text-align: left;
			}
			label span.txt { 
				float: left; width: 150px; display: block;
				}
				
			div#zipCheck {  }
				
				div#zipCheck p { margin: 0; padding-left: 150px; padding-top: 10px; }
				
			input.txt,
			#formColumn label textarea {
				width: 250px;
				font-weight: bold;
				color: #0069AA;
				font-size: 11px;
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
				background-color: #D6E7F2;
				border: 1px solid #9DC5DF;
				}
				
			select.txt {
				width: 100px;
				font-weight: bold;
				color: #0069AA;
				font-size: 11px;
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
				background-color: #D6E7F2;
				border: 1px solid #9DC5DF;
				}
				
		label.checkbox  { 
			float: left; width: 250px; display: block;
			padding-bottom: 10px;
			text-align: left;
			}
			label.checkbox input { float: left;  }
			label.checkbox span { 
				float: left; width: 220px; display: block; margin-left: 10px;
				}
				
		input.btn { 
			font-weight: bold;
			color: #0069AA;
			font-size: 10px;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			background-color: #D6E7F2;
			border: 1px solid #9DC5DF;
			width: auto;
			padding: 3px 10px;
			}
				
		
#footerWrapper { 
	float: left; height: 100px; width: 100%;
	
	}

	#footer { 
		width: 750px; height: 100px; 
		margin: 0 auto;
		background: url(img/int/footer_bgr.gif) 0 0 no-repeat;
		text-align: center;
		}
		
		#footer p { margin: 0; font-size: 10px;  line-height: 18px; }
		
		#footer p.f1 { padding-top: 10px; color: #cedfea; } 
		#footer p.f1 a { font-weight: normal !important } 
		#footer p.f2 { padding-top: 18px; color: #4E97C4; } 
		#footer p.f2 a { font-weight: normal !important } 
		
		
		#footer p.f2 a:link, 
		#footer p.f2 a:visited, 
		#footer p.f2 a:hover { color: #4E97C4 !important; text-decoration: none; }
		#footer p.f2 a:hover { text-decoration: underline; }


h1#logo { 
	float: left; width: 310px; height: 80px; margin: 0; padding: 0;
	font-size: 10px;
	}
	
	h1#logo a { float: left; width: 310px; height: 75px; text-indent: -999px; }
	
	ul#topMenu { 
		float: left; 
		width: 510px !important; width: 510px; 
		height: 20px; 
		overflow: hidden;
		margin: 0; padding: 0;
		padding-left: 248px !important;
		padding-left: 250px;
		list-style: none;
		}
		
		ul#topMenu li { 
			float: left; height: 20px;
			margin: 0; padding: 0; 
			background-color: #fef;
			}
			
			ul#topMenu li a { display: block; height: 20px; text-indent: -999px; }
			
			ul#topMenu li#m1 				{ width: 54px; background: url(img/int/mnu/m_home.gif) no-repeat 0 0; }
			ul#topMenu li#m1 a:hover 		{ background: url(img/int/mnu/m_home.gif) no-repeat 0 -20px; }
			ul#topMenu li#m1.active 		{ background: url(img/int/mnu/m_home.gif) no-repeat 0 -40px; }
			ul#topMenu li#m1.active a:hover { background: url(img/int/mnu/m_home.gif) no-repeat 0 -60px; }
			
			ul#topMenu li#m2 				{ width: 71px; background: url(img/int/mnu/m_about.gif) no-repeat 0 0; }
			ul#topMenu li#m2 a:hover 		{ background: url(img/int/mnu/m_about.gif) no-repeat 0 -20px; }
			ul#topMenu li#m2.active 		{ background: url(img/int/mnu/m_about.gif) no-repeat 0 -40px; }
			ul#topMenu li#m2.active a:hover { background: url(img/int/mnu/m_about.gif) no-repeat 0 -60px; }
			
			ul#topMenu li#m3 				{ width: 81px; background: url(img/int/mnu/m_what.gif) no-repeat 0 0; }
			ul#topMenu li#m3 a:hover 		{ background: url(img/int/mnu/m_what.gif) no-repeat 0 -20px; }
			ul#topMenu li#m3.active 		{ background: url(img/int/mnu/m_what.gif) no-repeat 0 -40px; }
			ul#topMenu li#m3.active a:hover { background: url(img/int/mnu/m_what.gif) no-repeat 0 -60px; }
			
			ul#topMenu li#m4				{ width: 84px; background: url(img/int/mnu/m_how.gif) no-repeat 0 0; }
			ul#topMenu li#m4 a:hover 		{ background: url(img/int/mnu/m_how.gif) no-repeat 0 -20px; }
			ul#topMenu li#m4.active 		{ background: url(img/int/mnu/m_how.gif) no-repeat 0 -40px; }
			ul#topMenu li#m4.active a:hover { background: url(img/int/mnu/m_how.gif) no-repeat 0 -60px; }
			
			ul#topMenu li#m5				{ width: 141px; background: url(img/int/mnu/m_franch.gif) no-repeat 0 0; }
			ul#topMenu li#m5 a:hover 		{ background: url(img/int/mnu/m_franch.gif) no-repeat 0 -20px; }
			ul#topMenu li#m5.active 		{ background: url(img/int/mnu/m_franch.gif) no-repeat 0 -40px; }
			ul#topMenu li#m5.active a:hover { background: url(img/int/mnu/m_franch.gif) no-repeat 0 -60px; }
			
			ul#topMenu li#m6 				{ width: 74px; background: url(img/int/mnu/m_cont.gif) no-repeat 0 0; }
			ul#topMenu li#m6 a:hover 		{ background: url(img/int/mnu/m_cont.gif) no-repeat 0 -20px; }
			ul#topMenu li#m6.active 		{  background: url(img/int/mnu/m_cont.gif) no-repeat 0 -40px; }
			ul#topMenu li#m6.active a:hover { background: url(img/int/mnu/m_cont.gif) no-repeat 0 -60px; }
			
			ul#topMenu li#m7 				{ width: 86px; background: url(img/int/mnu/m_book.gif) no-repeat 0 0; }
			ul#topMenu li#m7 a:hover 		{ background: url(img/int/mnu/m_book.gif) no-repeat 0 -20px; }
			ul#topMenu li#m7.active 		{ background: url(img/int/mnu/m_book.gif) no-repeat 0 -40px; }
			ul#topMenu li#m7.active a:hover { background: url(img/int/mnu/m_book.gif) no-repeat 0 -60px; }

	#subMenu { 
		float: left; width: 535px; height: 30px; overflow: hidden;
		margin: 0; padding: 0;
		line-height: 35px;
		padding-left: 211px; padding-right: 10px;
		text-align: right;
		color: #c7eaff;
		font-size: 10px;
		}
		
		#subMenu a:link, 
		#subMenu a:visited, 
		#subMenu a:hover { color: #0069aa; text-decoration: none; font-weight: normal }
		#subMenu a:hover { text-decoration: underline; }
			
			#subMenu a.active { font-weight: bold !important }





/* all the little things */

.footerBigger { font-size: 11px; color: #0069aa }
.red { color: #b71a1f; white-space: nowrap }

#layoutWrapper ul { 
	margin: 10px 0; margin-left: 10px;
	padding: 0;
	list-style: url(img/bullet.gif);
	}
	
	#layoutWrapper ul li { 
		margin: 10px 0; margin-left: 20px;
		padding: 2px 0;
		}

#layoutWrapper ol { margin: 20px 0; padding: 0; padding-left: 30px; }


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash #subpageHeader h2 {
	visibility: hidden;
	font-size: 12px;
	height: 20px;
	}

	
.sIFR-hasFlash div.copy h2 {
	visibility: hidden;
	font-size: 12px;
	padding-bottom: 5px;
	height: 18px;
	}

	/*
	.sIFR-hasFlash #subpageHeader { 
			width: 750px; height: 150px; margin: 0 auto;
			background: url(img/subheaders/subpage_wwd.jpg) no-repeat;
			}
			
			#subpageHeader h2 {
				float: left;
				margin-left: 15px !important; margin-left: 7px;
				margin-top: 125px; 
				font-size: 14px; font-weight: bold;
				}
*/



/* calendar ---------------------------------------------------------------------------------------------------------- */
	
	#testdiv, #testdiv td, #testdiv div { 
		font-size: 8px !important;
		font-family: Tahoma, Arial, Helvetica, sans-serif !important;
		}
		
	#testdiv1 table { 
		border: 1px solid #9DC5DF !important;
		}
	
	.TESTcpYearNavigation,
	.TESTcpMonthNavigation {
		background-color: #D6E7F2;
		text-align: center;
		vertical-align: middle;
		text-decoration: none;
		color: #0069AA;
		font-weight: bold;
		}
	
	.TESTcpDayColumnHeader,
	.TESTcpYearNavigation,
	.TESTcpMonthNavigation,
	.TESTcpCurrentMonthDate,
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDate,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDate,
	.TESTcpCurrentDateDisabled,
	.TESTcpTodayText,
	.TESTcpTodayTextDisabled,
	.TESTcpText {
		padding: 1px;
		font-size: 9px !important;
		}
		
		.TESTcpMonthNavigation, .TESTcpMonthNavigation a {
			padding: 1px;
			background-color: #9DC5DF;
			color: #fff !important;
			}
	
	TD.TESTcpDayColumnHeader {
		text-align: right;
		border: solid thin #D6E7F2;
		border-width: 0 0 1px 0;
		background: #D6E7F2;
		}
	
	.TESTcpCurrentMonthDate,
	.TESTcpOtherMonthDate,
	.TESTcpCurrentDate {
		text-align: right;
		text-decoration: none;
		}
	
	.TESTcpCurrentMonthDateDisabled,
	.TESTcpOtherMonthDateDisabled,
	.TESTcpCurrentDateDisabled {
		color: #D0D0D0 !important;
		text-align: right;
		text-decoration: line-through;
		}
	

	.TESTcpCurrentMonthDate {
		color: #D6E7F2;
		font-weight: bold;
		}
	
	.TESTcpCurrentDate {
		color: #B71A1F !important;
		font-weight: bold;
		}
	
	.TESTcpOtherMonthDate { 
		color: #9DC5DF !important; 
		}
	
	TD.TESTcpCurrentDate {
		color: #0069AA;
		background-color: #F2F7FB;
		border: solid 1px #F2F7FB;
		}
	
	TD.TESTcpCurrentDateDisabled {
		border-width: 1px;
		border: solid thin #FFAAAA;
		}
	
	
	TD.TESTcpTodayText,
	TD.TESTcpTodayTextDisabled {
		border: solid thin #D6E7F2;
		border-width: 1px 0 0 0;
		background: #D6E7F2;
		}
		
		A.TESTcpTodayText,
		SPAN.TESTcpTodayTextDisabled { 
			height: 20px; 
			}
	
		A.TESTcpTodayText {
			color: #0069AA;
			font-weight: bold;
			}
	
		SPAN.TESTcpTodayTextDisabled { 
			color: #D0D0D0; 
			}
	
	.TESTcpBorder {
		border: #D6E7F2 solid 1px !important;
		}
		
		.TESTcpBorder table { 
			width: 150px;
			}
		
		
		
		
		
		
		
		
