@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-size: 87.5%; /* Base font size: 14px */
	line-height: 1.429;
	margin: 0;
	padding: 0;
	text-align: left;
	background-image: url(/images/limestonebg.jpg);
	font-family: Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: disc;
	margin-left: 15px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1 {
	font-size: 1.8em;
	color: #7D110C;
	font-weight: bold;
	font-family: 'Brawler', serif;
	padding-top: 5px;
	padding-bottom: 5px;
}
h2 {
	font-size: 1.571em;
	color: #7D110C;
	font-weight: bold;
	font-family: 'Brawler', serif;
	padding-top: 5px;
	padding-bottom: 5px;
}	/* 22px */
h3 {
	font-size: 1.429em;
	color: #7D110C;
	font-weight: bold;
	font-family: 'Brawler', serif;
	padding-top: 5px;
	padding-bottom: 5px;
}	/* 20px */
h4 {
	font-size: 1.286em;
	color: #7D110C;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}	/* 18px */
h5 {
	font-size: 1.143em
}	/* 16px */
h6 {
	font-size: 1em
}	/* 14px */
#wrapper {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
#nav {
	height: 50px;
	background-image: url(/images/menubg.png);
	color: #FFF;
}
#content {
	width:940px;
	z-index:2;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#alert {
	width:940px;
	z-index:2;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding: 15px;
	font-size: 12px;
}
#footer {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	clear: both;
}
#footer {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
}
#youtube {
	float: right;
	padding-top: 5px;
}
#hidden {
	display: none;
}

#quotes {
	list-style: none;
	width: 560px;
	cursor: pointer;
	float: right;
	padding-bottom: 5px;
	background-color: #f8f3d2;
	margin-top: 5px;
}
#testimonials {
	list-style: none;
	width: 940px;
	cursor: pointer;
	float: left;
}
.quote {
	font-size: 36px;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#quotes blockquote {
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 45px;
	padding-left: 45px;
	background-image: url(/images/quote.png);
	background-repeat: no-repeat;
}
#testimonials blockquote {
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 15px;
	padding-left: 15px;
	background-repeat: no-repeat;
	list-style-image: url(/images/webmaillogo.gif);
	list-style-type: circle;
}

#quotes cite {
	list-style: none;
	margin-top: 0;
	padding-left: 30px;
}
#testimonials cite {
	list-style: none;
	margin-top: 0;
	padding-left: 30px;
}

html {
	overflow-y: scroll;
}
.underline {
	text-decoration: underline;
}
#newbaby p {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 14px;
	color: #7D120A;
	background-color: #FF0;
}
#youtube {
	padding-left: 15px;
}
#content p {
	padding-right: 5px;
	padding-left: 5px;
}
#testimonials ul li {
	color: #7D0F0D;
	background-color: #F8F3D3;
	width: 880px;
	padding: 15px;
	list-style-type: none;
	text-align: left;
	font-size: 16px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#twitter {
	float: left;
	max-width: 300px;
	margin: 20px 0px 0px 125px;
	padding: 0;
}