/*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:#E00E2B;}
a:hover {color:#C90006;}

textarea {font-family:tahoma, sans-serif;}

p {
	margin:0 0 15px 0;
	}

strong {
	font-weight:bold;
	color:#498fa9;
	}
	
em {
	font-style:oblique;
	}
	
h3 {
	font-size:13px;
	font-weight:bold;
	margin:0;
	}

/*MinuteMan Press CSS*/
body {
	background:#fff;
	color:#747877;
	font:12px arial, verdana, sans-serif;
	line-height:1.3;
	}
	
#container {
	position:relative;
	margin:0 auto;
	width:855px;
	}
	
#wrap {
	float:left;
	width:825px;
	border-top:10px solid #498fa9;
	background:url(../images/border.gif) repeat-y;
	padding:5px 15px;
	padding-bottom:15px;
	}
	
#header {
	float:left;
	width:835px;
	padding:0 10px;
	margin-bottom:5px;
	}
	
#header h1 {
	float:left;
	width:215px;
	color:#898989;
	font-size:30px;
	margin:20px 0 0 10px;
	}
	
#header h1 img {
	vertical-align:middle;
	padding-right:10px;
	}
	
#header h1 a {
	text-decoration:none;
	color:#898989;
	}
	
#header ul#nav {
	float:right;
	width:505px;
	margin-top:10px;
	margin-bottom:10px;
	}
	
#header ul#nav li {
	float:left;
	font-size:14px;
	}
	
#header ul#nav li a {
	color:#005E9C;
	border-right:1px solid #a39d86;
	padding:0 20px;
	text-decoration:none;
	}
#header ul#nav li a last{
	color:#a39d86;
	border: none;
	padding:0 20px;
	text-decoration:none;
}	
#header h2 {
	float:right;
	color:#498fa9;
	font-size:12px;
	font-style:oblique;
	margin-right:25px;
	text-align:right;
	}
	
#header h2 strong {
	font-size:26px;
	font-style:normal;
	color:#498fa9;
	}
	
#left {
	float:left;
	width:250px;
	}
	
.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;
	/*list-style-image:url(../images/bullet.gif);*/
	background:url(../images/bullet.gif) left center no-repeat;
	margin:5px 0;
	padding:5px 0;
	padding-left:25px;
	}
	
#left ul li a {
	color:#005E9C;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	}
	
#left ul li a:hover {
	color:#5f5f5f;
	}
	
#left p {
	margin:30px 8px;
	}
#left h3 {
	margin:0px 10px;
        font-size: 16px;
	color:#498fa9;
	}
#left h2 {
	margin:0px 17px;
        font-size: 21px;
	color:#498fa9;
	}
	
#left p a.more {
	float:right;
	text-align:right;
	}
	
#left p.address {
	margin-top:15px;
	background:url(../images/contact.gif) no-repeat;
	padding-top:50px;
	}
	
#left p.address strong {
	font-size:24px;
	}
	
#left p.address {
	color:#498fa9;
	font-weight:bold;
	}
	
#right {
	float:left;
	width:534px;
	margin-left:30px;
	}
	
#right h1 {
	background:#498fa9;
	color:#fff;
	font-size:16px;
	padding:5px;
	font-weight:bold;
	margin:10px 0;
	}
	
#right h2 {
	color:#498fa9;
	font-weight:bold;
	font-size:14px;
	margin:10px 0;
	}
	
#right form {
		float:right;
		background:url(../images/formbg.gif) left bottom no-repeat;
		width:216px;
		/*padding-top:32px;*/
		height:200px;
		font-size:11px;
		margin-left:10px;
		}
		
#right form label {
	float:left;
	width:80px;
	padding-left:5px;
	}
	
#right form input, #right form textarea {
	float:left;
	margin-bottom:2px;
	width:120px;
	font-size:11px;
	}
	
#right form input.submit {
	float:right;
	background:#498fa9;
	color:#fff;
	width:auto;
	margin-right:10px;
	}

#right form input {
	font-size:10px;
	}
	
#right ul li {
	margin-left:15px;
	list-style-type:square;
	}
	
.cta {
	width:495px;
	background:url(../images/cta-bg.gif) repeat-y;
	float:left;
	color:#fff;
	font-size:17px;
	font-weight:bold;
	padding:0 15px;
	}
	
.cta a {
	color:#fff;
	}
	
#footer {
	float:left;
	width:823px;
	background:#f1f1f1;
	border:1px solid #c8c8c8;
	border-top:1px solid #e8e8e8;
	border-bottom:10px solid #498fa9;
	padding:15px;
	text-align:center;
	font-size:11px;
	}
	
.float-left {
	float:left;
	}
	
.float-right {
	float:right;
	margin:0 0 5px 5px;
	}
	
.clear {
	clear:both;
	}
