body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #02245c;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 12px;
    color: #000;
    line-height: 18px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #bd1830;
    text-decoration: underline;
}
a:hover, a:active {
    color: #d27280;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper1 {
	background: transparent url(../_images/bg.jpg) center top repeat-y;
}
#wrapper2 {
	background: transparent url(../_images/bg-wrapper.jpg) center top no-repeat;
}
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	padding-top: 115px;
}

/* ----------------------------------- */
/* MENU
/* ----------------------------------- */
#menu {
	background: url(../_images/menu.jpg) 0 0 no-repeat;
	width: 900px;		/* Width of entire image */ 
	height: 54px;		/* Height of buttons */
	margin: 0 0 1px 0;
	z-index: 10;
}
#menu span {
	display: none;
}
#menu li, #menu a {
	height: 54px;		/* Each button must have the same height, define it here */ 
	display: block;
}
#menu li {
	float: left;
	list-style: none;
	_display: inline;		/* fixes IE/Win double margin float bug (safe) */
}

/* margin-left - you will need to adjust this value to "center" your nav, if needed */ 
/* width - width of each button, they will each most likely be unique */ 
#menu-home 			{ width: 120px; }
#menu-about 		{ width: 134px; }
#menu-schedule 		{ width: 134px; }
#menu-contact	 	{ width: 149px; }
#menu-testimonials 	{ width: 165px; }
#menu-gallery 		{ width: 198px; }

/* Changed values should match sum of "width" numbers specified above */ 
#menu-home a:hover 			{ background: transparent url(../_images/menu.jpg) 0px -54px no-repeat; }
#menu-about a:hover  		{ background: transparent url(../_images/menu.jpg) -120px -54px no-repeat; }
#menu-schedule a:hover 		{ background: transparent url(../_images/menu.jpg) -254px -54px no-repeat; }
#menu-contact a:hover 		{ background: transparent url(../_images/menu.jpg) -388px -54px no-repeat; }
#menu-testimonials a:hover	{ background: transparent url(../_images/menu.jpg) -537px -54px no-repeat; }
#menu-gallery a:hover 		{ background: transparent url(../_images/menu.jpg) -702px -54px no-repeat; }

/* second-level lists */
#menu li ul { 
  position: absolute;
  background: #bd2443;
  width: 175px;
  left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-bottom: 10px;
	z-index: 10; 
}

#menu li:hover ul, #menu li.sfHover ul { /* lists nested under hovered list items */
  left: auto;
}

#menu li.sfHover ul {
  left: auto;
}

#menu ul li, #menu ul li a {
	height: auto;
	width: 170px;
}
#menu ul li a, #menu ul li a:hover {
	background: none;
	padding: 3px 15px;
}
#menu ul li a:link, #menu ul li a:visited {
	color: #FFF;
}
#menu ul li a:hover, #menu ul li a:active {
	color: #CCC;
}

/* ----------------------------------- */
/* CONTENT
/* ----------------------------------- */
#main {
	background: transparent url(../_images/header.jpg) 0 0 no-repeat;
}
	#main h2 {
		color: #02245c;
		font-size: 18px;
		font-weight: normal;
	}

#welcome {
	width: 416px;
	margin-left: 35px;
	padding-top: 30px;
	float: left;
	display: inline;
}
	#welcome h1 {
		height: 40px;
		text-indent: -3000px;
		background: transparent url(../_images/header/welcome.gif) 0 0 no-repeat;
		margin-bottom: 40px;
	}
	p.emphasis {
		font-size: 14px;
	}

#watch-video {
	width: 409px;
	float: right;
}
	#watch-video h2 {
		margin-right: 25px;
	}
	#watch-video li {
		font-size: 14px;
		font-weight: bold;
		padding-left: 20px;
		background: transparent url(../_images/check.gif) 0 2px no-repeat;
		margin-bottom: 5px;
		list-style: none;
	}
	
	#client-quote-home blockquote {
		width: 822px;
		height: 94px;
		background: transparent url(../_images/quote.jpg) 0 0 no-repeat;
		margin: 25px 0 0 35px;
	}
		#client-quote-home blockquote p {
			margin-left: 255px;
			padding-top: 20px;
			color: #a9162c;
		}
		#client-quote-home blockquote p span {
			font-size: 11px;
			display: block;
			color: #be818a;
			font-style: italic;
		}

#banner {
	height: 97px;
	background: transparent url(../_images/banner.jpg) 0 0 no-repeat;
	z-index: 1;
}	

#content {
	width: 525px;
	float: left;
	margin-left: 35px;
	display: inline;
}
	#sub-menu {
		margin-bottom: 30px;
	}
	#content h1 {
		height: 27px;
		margin: 25px 0 0 0;
		font-size: 30px;
		line-height: 30px;
		color: #02245c;
	}
	/*
	#about h1 { background: transparent url(../_images/header/about.gif) 0 0 no-repeat; }
	#schedule h1 { background: transparent url(../_images/header/schedule.gif) 0 0 no-repeat; }
	#contact h1 { background: transparent url(../_images/header/contact.gif) 0 0 no-repeat; }
	#testimonials h1 { background: transparent url(../_images/header/testimonials.gif) 0 0 no-repeat; }
	#gallery h1 { background: transparent url(../_images/header/gallery.gif) 0 0 no-repeat; }
	*/
	
	#content li {
		margin-left: 25px;
	}
	#content hr {
		border: 1px solid #999;
		margin-bottom: 15px;
	}
	#content img.photo {
		float: right;
		padding: 2px;
		border: 1px solid #bd1830;
		margin-left: 15px;
	}

#side {
	width: 292px;
	float: right;
}
	#side p {
		font-size: 14px;
		margin-right: 25px;
	}
	#side blockquote {
		background: transparent url(../_images/quotation.gif) 0 0 no-repeat;
		padding-left: 25px;
		margin-right: 25px;
	}
		#side blockquote p {
			font-size: 12px;;
			color: #a9162c;
		}
		#side blockquote p span {
			font-size: 11px;
			display: block;
			color: #be818a;
			font-style: italic;
		}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	width: 960px;
	margin: 0 auto;
	padding-top: 45px;
	background: transparent url(../_images/footer.jpg) 0 0 no-repeat;
}
	#footer p {
		color: #FFF;
	}
	#footer a:link, #footer a:visited {
		color: #FFF;
	}
	#footer a:hover, #footer a:active {
		color: #CCC;
	}

/* ----------------------------------- */
/* FORM
/* ----------------------------------- */
#contact-form td {
	border-bottom: 1px solid #EFEFEF;
	vertical-align: top;
	padding: 5px 0;
}
input, select, textarea {
	color: #000;
}

label.error {
	display: block;
	color: #FF0000;
	font-weight: bold;
}
input.error {
	border: 2px solid #FF0000;
}