/*CSS RESET*/
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, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
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: "" "";
}

/*Restyle!*/

a {color:#979280;}
a:hover {color:#444;}

textarea {font-family:tahoma, sans-serif;}

p {
	margin:0 0 15px 0;
	}

strong {
	font-weight:bold;
	color:#7F561B;
	}
	
em {
	font-style:oblique;
	}
	
h3 {
	font-size:13px;
	font-weight:bold;
	margin:0;
	}

/*MinuteMan Press CSS*/
body {
	background:#7F561B;
	color:#747877;
	font:12px arial, verdana, sans-serif;
	line-height:1.3;
	padding:10px 0;
	}
	
#container {
	position:relative;
	margin:0 auto;
	width:966px;
	margin-bottom:10px;
	}

img.top {
	width:966px;
	float:left;
	}
	
#wrap {
	float:left;
	width:936px;
	background:url(../images/contentbg.jpg) repeat-y;
	padding:5px 15px;
	padding-bottom:15px;
	}
	
#header {
	float:left;
	width:935px;
	padding:0 10px;
	margin-bottom:10px;
	}
	
#header h1 {
	float:left;
	color:#8a8a8a;
	text-indent:-2222px;
	font-size:12px;
	margin:10px 0 0 10px;
	padding-top:10px;
	height:75px;
	width:350px;
	background:url(../images/logo.png) center top no-repeat;
	}
	
#header h1 a {
	text-decoration:none;
	color:#7F561B;
	font-size:30px;
	}
	
#header h2 {
	float:right;
	color:#8a8a8a;
	font-size:14px;
	font-weight:bold;
	margin-right:25px;
	text-align:right;
	}
	
#header h2 strong {
	font-size:30px;
	font-style:normal;
	color:#7F561B;
	}
	
#left {
	float:left;
	width:240px;
	margin-left:10px;
	}
	
.left {
	background:url(../images/left-bg.gif) repeat-y;
	float:left;
	width:250px;
	}
	
#left ul {
	margin:10px;
	margin-bottom:20px;
	}
	
#left ul li {
	border-bottom:1px solid #eaeaea;
	margin:5px 0;
	padding:5px 0;
	}
	
#left ul li a {
	color:#a8a8a8;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	}
	
#left ul li a:hover {
	color:#5f5f5f;
	}
	
#left p {
	margin:30px 8px;
	}
	
#left ul.hours {
	border-top:5px solid #7F561B;
	}
	
#left ul.hours li h2, #left ul li h2 {
	font-size:19px;
	}
	
#left ul.hours strong {
	width:120px;
	float:left;
	}
	
#left p.address {
	margin-top:15px;
	border-top:5px solid #7F561B;
	border-bottom:1px solid #eaeaea;
	padding:10px 0;
	color:#8b8b8b;
	font-weight:bold;
	}
	
#left p.address strong {
	font-size:27px;
	}

	
#right {
	float:left;
	width:651px;
	margin-left:20px;
	}
	
#right ul#nav {
	float:left;
	margin-bottom:3px;
	width:651px;
	background:url(../images/navbg.gif) no-repeat;
	padding:8px 0 2px 0;
	}
	
#right ul#nav li {
	float:left;
	font-size:14px;
	list-style-type:none;
	margin:0;
	}
	
#right ul#nav li a {
	color:#fff;
	padding:0 20px;
	background:url(../images/navsep.gif) right no-repeat;
	text-decoration:none;
	float:left;
	padding:10px 20px;
	}
	
#right ul.nav1 a.one, #right ul.nav2 a.two, #right ul.nav3 a.three, #right ul.nav4 a.four, #right ul.nav5 a.five, #right ul.nav6 a.six {
	font-weight:bold;
	}
	
#right h1 {
	color:#7F561B;
	font-size:22px;
	padding:5px;
	font-weight:bold;
	margin:10px 0;
	}
	
#right h2 {
	color:#8b8b8b;
	font-weight:bold;
	font-size:14px;
	margin:10px 0;
	}
	
#right form {
		float:right;
		background:url(../images/formbg.gif) repeat-y;
		width:223px;
		font-size:12px;
		margin-left:10px;
		color:#fff;
		}
		
#right form h2 {
	font-size:16px;
	font-weight:bold;
	margin-left:5px;
	color:#fff;
	}
		
#right form label {
	float:left;
	width:210px;
	margin-bottom:2px;
	margin-left:5px;
	}
	
#right form input, #right form textarea {
	float:left;
	margin-bottom:5px;
	margin-left:5px;
	width:210px;
	font-size:11px;
	}
	
#right form input.submit {
	float:right;
	background:#8b8b8b;
	color:#fff;
	width:auto;
	margin-right:5px;
	}

#right form input {
	font-size:10px;
	}
	
#right ul li {
	margin-left:15px;
	list-style-type:square;
	}
	
.cta {
	width:613px;
	border:1px solid #dbddde;
	background:#fff;
	float:left;
	color:#fff;
	font-size:17px;
	font-weight:bold;
	padding:4px;
	text-align:center;
	}
	
.cta p {
	background:#7f561b;
	padding:15px;
	margin:0;
	}
	
.cta a {
	color:#fff;
	}
	
#footer {
	float:left;
	width:966px;
	padding:15px;
	text-align:center;
	font-size:11px;
	color:#fff;
	}
	
#footer p, #footer ul {
	margin:0;
	}
	
#footer ul {
	width:966px;
	margin:0 auto;
	}
	
#footer ul li {
	display:inline;
	margin:0 5px;
	}
	
#footer a {
	color:#fff;
	}
	
.float-left {
	float:left;
	}
	
.float-right {
	float:right;
	margin:0 0 5px 5px;
	}
	
.clear {
	clear:both;
	}
