@charset "utf-8";

/**
	Convenience Retailing
	Created by: The Connextion
	Copyright 2008
*/

/**
	Generic Definitions
*/
* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
	background: #4c5fa9;
	color: #222;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

.clear { clear: both; }

/*---end Generic Definitions */

/**
	Typography Definitions
*/
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	padding: 5px 0px 3px 35px;
}

h2 { }

h3 { }

h4 { }

a:link {
	color: #222;
	text-decoration: none;
}

a:visited {
	color: #222;
	text-decoration: none;
}

a:hover {
	color: #222;
	text-decoration: none;
}

a:active {
	color: #222;
	text-decoration: none;
}

/*---end Typography Definitions */

/**
	Layout Definitions 
*/
.wrapper {
	width: 993px;
	margin: 0 auto;
}

.header {
	margin: 0 auto;
	height: 168px;
	background: url("/img/header.jpg") no-repeat top left;
}

.content { background: url("/img/bg.jpg") repeat-y; }

.content h2 {
  padding-left: 35px;
}

.content p {
	padding: 5px 35px 5px 35px;
	line-height: 1.8em;
}


.content #directions_panel {
	margin: 5px 35px 0px 35px;
}

.content table, .content dl, .content dl dd, .content .image {
  margin-left: 35px;
}


.footer {
	height: 51px;
	background: url("/img/footer.jpg") no-repeat top left;
}

.copyright {
	float: left;
	padding: 13px 0px 0px 35px;
}

.connext {
	float: right;
	padding: 5px 20px 0px 0px;
}

/*---end Layout Definitions */

/**
	Location Boxes 
*/
.locations { height: 270px;}

.greenspring {
	background: url("/img/greenspring_shell.jpg") no-repeat top left;
	width: 267px;
	height: 251px;
	margin-left: 35px;
	float: left;
}

.columbia { 
	background: url("/img/columbia_sunoco.jpg") no-repeat top left;
	width: 265px;
	height: 251px;
	float: right;
	margin-right: 60px;
}

.dorsey { 
	background: url("/img/dorsey_hall_sunoco.jpg") no-repeat top left;
	width: 265px;
	height: 251px;
	float: right;
	margin-right: 35px;
}
#info { padding-left: 2px; }
/*---end Location Boxes */

/**
	Nav Definitions 
*/
.nav {
	float: right;
	height: 51px;
	padding: 125px 30px 0px 0px;
	margin: 0px auto;
	background: url("/img/menu.jpg") top left no-repeat;
}

.nav ul li {
	list-style: none;
	display: inline;
	padding: 5px;
}

.nav ul li a.current {
  padding-bottom: 6px;
  border-bottom: 4px solid black;
}


a.glow {
  text-align: center; 
  background-color: #eeeeee; 
  display: block; 
  width: 200px; 
  padding: 8px; 
  border: 1px solid orange;
  margin: 5px; 
}

a.glow:hover {
  background-color: yellow;
}

/*---end Nav Definitions */
