@charset "UTF-8";
/* screen styles for The Ohio Petroleum Marketers &amp; Convenience Store Association (OPMCA) */
/* Developed by TCS Software */
/* Built April 2010 */

/* default resets */

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: top;
}
		
:focus {
	outline: 0;
}
body {
	line-height: 1;
	}

/* 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: "" "";
}

.imgleft {
	margin:0 15px 8px 0;
	float:left;
	}

.imgright {
	margin:0 0 8px 15px;
	float:right;
	}

.imgcenter {
	text-align:center;
	display:block;
	}

.clearboth {
	clear:both;
	}

.clearleft {
	clear:left;
	}

.clearright {
	clear:right;
	}

#tcspromo {
	float:right;
	}



/* sitewide structural styles */

body {
	text-align:center;
	color:#000;
	font:normal normal 1em Arial, Helvetica, sans-serif;
	line-height:1.3em;
	background:#f2f3f3 url(images/back_body.png) top center repeat-x;
	}
	
#frame {
	margin:0 auto;
	text-align:left;
	width:850px;
	padding:0;
	background:#fff url(images/back_frame.jpg) top left no-repeat;
	overflow:hidden;
	}	
	
h1 {
	margin:40px;
	padding:0;
	}
	
ul {
	list-style:none;
	padding:0;
	margin:150px 20px 20px 40px;
	overflow:hidden;
	}
	
li {
	margin:0;
	padding:0;
	display:block;
	float:left;
	}

li a {
	display:block;
	padding:8px 16px;
	margin:0 50px 0 0;
	border:2px solid #666;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	background:#000 url(images/back_button.png) top left repeat-x;
	}
	
li.mpact2011 a {
	display:block;
	padding:8px 16px;
	margin:0 80px 0 0;
	border:none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	background-color:transparent;
	background-image:none;
	}
	
li a, li a:visited {
	text-decoration:none;
	color:#ccc;
	}
	
li a:hover {
	text-decoration:none;
	color:#fff;
	border-color:#ccc;
	}
	
#footer {
	background-color:#000063;
	padding:10px 20px;
	color:#fff;
	}

#footer address {
	font-size:.9em;
	font-style:normal;
	line-height:1.3em;
	margin:0;
	padding:0;
	}
	
#footer a, #footer a:hover, #footer a:visited {
	color:#fff;
	}

