/******global******/

* {
	margin: 0;
	padding: 0;
}

html {
	font-size:100%;
}

body {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	background: #6ead44 url(../../im/gradient_bg.jpg) 0 0 repeat-x;
	color: #505153;	
}

h1 {
	height: 65px;
	margin: 4px 0 0 17px;
}

h3 {
	font-size: 14px;
	margin-bottom: 6px;
}

p {
	font-size: 11px;
	margin-bottom: 1.2em;
}

a img {
	border: none;
}

a:link, a:visited {
	color: #505153;
}

a:hover {
	text-decoration: none;
	}
	
:focus {
	-moz-outline-style: none;
} /*firefox hack removes dotted-outline*/

#wrapper {
	background: #7fb448 url(../../im/bg.gif) top left no-repeat;
	width: 923px; 
	height: 534px;
	padding: 88px 0 0 80px;
	margin: 0 auto;
}

/******navigation******/

#nav {
	list-style-type: none;
	height: 16px;
	width: 609px;
	position: relative;
	z-index: 2;
}

#nav li {
	margin: 0 13px;
	float: left;
	position: relative;
}

#nav a {
	text-indent: -9999px;
}

#nav a:hover {
	background-position: 0 -16px;
}

#nav li ul a {
	text-indent: 0;
}

#nav li ul {
	width: 183px;
	position: absolute;
	left: -10000px;
	list-style-type: none;
	top: 16px;
	margin-left: -14px;
	border-top: 1px solid #ffffff;

}
		
#nav li:hover ul, #nav li.sfhover ul {
	display: block;
	left: 0;
}
		
#nav li li a {
	text-transform: uppercase;
	font-weight: bold;
	font-size:11px;
	padding: 2px 0 2px 8px;
	width: 175px;
	height: 16px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	background-color: #666868;
	border: 1px solid #ffffff;
	border-top: none;
	/*margin-left: -13px;*/
}

#nav li li a:hover {
	background-color: #3c3c3d;
	clear: both;
}

/*pseudo-class allowing main nav to be remain 
 * focused when focus is on drop-down nav*/
#nav :hover > a, #nav ul ul :hover > a {
		background-position: 0 -16px;
		}

#home {
	width: 34px;
	height: 16px;
	background: url(../../im/nav-home.gif) top left no-repeat;
	display: block;
}

#aboutUs {
	width: 59px;
	height: 16px;
	background: url(../../im/nav-aboutus.gif) top left no-repeat;
	display: block;
}

#storeDir {
	width: 107px;
	height: 16px;
	background: url(../../im/nav-storedir.gif) top left no-repeat;
	display: block;
}

#information {
	width: 78px;
	height: 16px;
	background: url(../../im/nav-info.gif) top left no-repeat;
	display: block;
}

#press{
	width: 39px;
	height: 16px;
	background: url(../../im/nav-press.gif) top left no-repeat;
	display: block;
}

#contactUs{
	width: 73px;
	height: 16px;
	background: url(../../im/nav-contactus.gif) top left no-repeat;
	display: block;
}


/******'where you are' nav******/

#homePage #home {
	width: 34px;
	height: 16px;
	background: url(../../im/nav-home.gif) 0 -16px no-repeat;
	display: block;
} 

#infoPage #information {
	width: 78px;
	height: 16px;
	background: url(../../im/nav-info.gif) 0 -16px no-repeat;
	display: block;
}

#pressPage #press{
	width: 39px;
	height: 16px;
	background: url(../../im/nav-press.gif) 0 -16px no-repeat;
	display: block;
}

#contactUsPage #contactUs{
	width: 73px;
	height: 16px;
	background: url(../../im/nav-contactus.gif) 0 -16px no-repeat;
	display: block;
}

#aboutPage #aboutUs {
	width: 59px;
	height: 16px;
	background: url(../../im/nav-aboutus.gif) 0 -16px no-repeat;
	display: block;
}

#storeDirPage #storeDir {
	width: 107px;
	height: 16px;
	background: url(../../im/nav-storedir.gif) 0 -16px no-repeat;
	display: block;
}

/******main body content******/

#content {
	width: 840px;
	height: 407px;
	background-color: #3c3c3e;
	border: 1px solid #ffffff;
	position: relative;
	z-index: 1;
}

#content a img {
	border: 1px solid #ffffff;
}

#content a:hover img {
	border: 1px solid #00b14c;
}

#masthead {
	width: 596px;
	height: 407px;
	float: left;
	margin-right: 24px;
	background: url(../../im/content-bg.gif) no-repeat;
	z-index:1;
}

#contentPane {
	width: 517px;
	height: 300px;
	background-color: #b8babb;
	margin: 4px 0 0 17px;
	font-size:12px;
	padding-bottom:10px;
	padding-right:20px;
	
	/*position: absolute;*/
	/*z-index: 0;*/
}

#contentPane_store {
	width: 537px;
	height: 300px;
	font-size:12px;
	/*position: absolute;*/
	/*z-index: 0;*/
}

#sideNav {
	float: right;
	list-style-type: none;
	margin: 14px 10px 0 0;
	position: relative;
}

#sideNav li {
	margin-top: 14px;
}

#sideNav li:first-child{
	margin-top: 0;
}

#searchBar {
	position: absolute;
	top: 355px;
	left: 620px;
	}
	
#socialMedia {
		position: absolute;
		top: 368px;
		right: 184px;
		z-index: 5;
}

#socialMedia a img {
	border: none;
	float: left;
	margin-right: 2px;
}

#socialMedia a:hover img {
	border: none;
}

#footer {
	margin: 18px 102px 0 0;
	float: right;
	/*clear: both;*/
}

.text {
	border: 1px solid #5f5f5f;
	background-color: #ffffff;
	padding: 1px;
	margin: 14px 4px 0 42px;
}

.image {
	height: 17px;
	width: 17px;
	position: relative;
	top: 3px;
}

p.sidelink {
	text-align: right;
	text-transform: uppercase;
	color: #ffffff;
	width: 120px;
	margin-right: 4px;
	float: left;
	font-size: 0.9em;
}

.imageBox {
	float: left;
	margin-right: 10px;
	clear: both;
}

.press {
	float: left;
	width: 420px;
	margin-bottom: 10px;
	
}