/*CSS Document*/

/*Reset Styles!*/

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clear {
	clear:both;
	}
	
p {
	margin:10px 0;
	}
	
h1 {}
h2 {}
h3 {}
	
	
a {color:#003399;}	
a:hover {color:#000;}


em {
	font-style:oblique;
	}
	
strong {
	font-weight:bold;
	}
	
blockquote {
	margin:50px;
	}
	
body {
	background:#f8dbde;
	color:#6d6d6d;
	font:12px verdana, arial, tahoma, sans-serif;
	margin:15px 0;
	}
	
#container {
	position:relative;
	margin:0 auto;
	width:850px;
	}
	
#header {
	width:805px;
	float:left;
	}
	
#header #logo {
	float:left;
	width:365px;
	height:52px;
	background:url(graphics/logo.jpg) no-repeat;
	padding-left:30px;
	padding-top:20px;
	font-size:28px;
	color:#828282;
	}
	
#header #logo a {color:#828282; text-decoration:none; font-family:georgia, serif;}	
	
#header .tagline  {
	float:right;
	width:400px;
	text-align:right;
	margin-top:40px;
	font:12px georgia, times, 'times new roman', serif;
	color:#828282;
	}
	
#header .tagline small {
	font:8px arial, verdana, sans-serif;
	}
	
#header .header {
	width:805px;
	background:url(graphics/header.jpg) no-repeat;
	height:236px;
	float:left;
	}
	
#header .about {
	background:url(graphics/about.jpg) no-repeat;
	}
	
#header .services {
	background:url(graphics/services.jpg) no-repeat;
	}
	
#header .contact {
	background:url(graphics/contact.jpg) no-repeat;
	}	
	
#header .testimonials {
	background:url(graphics/testimonials.jpg) no-repeat;
	}	
	
#header .specials {
	background:url(graphics/specials.jpg) no-repeat;
	}		
	
#header .menu {
	float:left;
	width:165px;
	margin-top:55px;
	}
	
#header .menu ul {
	margin-left:15px;
	}
	
#header .menu ul li {
	border-bottom:1px solid #efeded;
	color:#666666;
	padding:3px 0 3px 10px;
	}
	
#header .menu ul li a {
	color:#666;
	text-decoration:none;
	}
	
#header .menu ul li a:hover {
	color:#3d8bde;
	}
	
#header .menu ul li a.active {
	color:#3d8bde;
	}
	
#header .banner
{
	float:left;
        width: 446px;
        margin-top:7px;
        margin-left: 4px;
        padding: 0;
}
#header .location {
	float:right;
	width:155px;
	padding:0 7px;
	color:#fff;
	text-align:center;
	font-size:12px;
	margin-top:25px; 
	font-weight:bold;
	margin-right:5px;
	line-height:20px;
	}
	
#header .location h2 {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	}
	
#header .location strong {
	font-size:14px;
	color:#efdce4;
	font-size:16px;
	}
	
#content {
	float:left;
	background:url(graphics/content-b.jpg) repeat-y;
	width:805px;
	line-height:140%;
	
	}
	
#content p {
	margin:20px 10px;
	}	
	
#left {
	float:left;
	width:570px;
	margin-left:10px;
	padding:10px;
	}
	
#left ul {
	margin:15px 0;
	}
	
#left ul li {
	list-style-type:disc;
	margin-left:15px;
	}
	
#left h1, h2, h3 {
	color:#3d8bde;
	font-family:georgia, times, 'times new roman', serif;
	line-height:140%;
	}
	
#left h1 {
	font-size:22px;
	border-bottom:1px solid #ac3052;
	padding-bottom:6px;
	margin-bottom:4px;
	}
	
#left h2 {
	font-size:18px;
	}
	
#left h1 small {
	font-size:16px;
	}
	


#left p.open, p.cta {
	color:#3d8bde;
	font:16px Arial, serif;
font-weight: bold;
	}
	
p.cta strong {
	color:#ac3052;
	}	
	
#right {
	float:right;
	width:170px;
	margin-right:8px;
	}

#right h1
{
	color: #fff;
font-weight: bold;
padding-top: 20px;
border-bottom: dotted 1px #fff;
}
#right a
{
	color: #fff;
}
	
#footer {
	float:left;
	width:800px;
	color:#e5d244;
	font-size:10px;
	margin:10px 0 0 5px;
	}

#footer p strong {
	color:#666;
	}
	
#footer a {
	color:#3d8bde;
	text-decoration:none;
	font-weight:bold;
	padding:0 10px;
	}
	
#footer a:hover {
	color:#000;
	}
	
img.float-right {
	float:right;
	margin:0 0 5px 5px;
	}

	
.jsvalidation{
	float:left;
	clear:both;
	font: 10px arial, sans-serif; 
	margin-left: 0px; 
	color: red; 
	background:transparent; 
	text-align: left; 
}

.itemStatus {
  height: 1px; width: 1px; position: absolute; overflow: hidden; top: -10px;
}
