﻿@import url(layout.css);
body {
	color: #000;
	font-family: "Arial Rounded MT Bold";
	font-size: small;
	font-style: normal;
	background-color: #fff;
	background-image:url('');
	background-repeat:repeat-y;
	background-position:center top;
	padding:0px;
	margin:0px auto;
}
#container {
	width: 887px;
	margin-top:45px;
	margin-left:auto;
	margin-right:auto;
	background-color: #fff;
	position: relative;
}
#masthead {
	text-align: right;
	width: 100%;
	background-color: #c5d5e5;
}
#page_content {
	position:relative;
	width: 100%;
}
#column_l {
	position:relative;
	width:500px;
	margin: 10px 355px 0 0;
	padding: 0;
	background-color: #fff;
	float:left;
}
#map_dir {
	width:540px;
}
#map_canvas {
	width:100%;
	height:500px;
}
#directionsPanel {
	float:left;
	width:100%;
	height:100%;	
}
#google_lf {
	width:120px;
	height:600px;
	float:right;
	margin:3px;
}
#google_vr {
	width:260px;
	height:260px;
	margin-left:auto;
	margin-right:auto;	
}
#google_pl {
	width:470px;
	height:65px;
}
#google_cl {
	width:470px;
	height:70px;
	margin-left:auto;
	margin-right:auto;
}
#google_cr {
	width:300px;
	height:250px;
	margin-left:auto;
	margin-right:auto;
}
#column_r {
	float:right;
	width: 330px;
	margin:50px 0 0 0;
	padding: 10px;
	background-color: #FFFFFF;
	position:absolute;
	right: 0px;
	top:0px;
	height: 400px;
	text-align: center;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead h1 {
	font-weight: normal;
	color: #FFFFFF;
	text-transform: uppercase;
	display: inline;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
#map_canvas {
	width:500px;
	height:500px;
}
#column_l li {
	margin-top:15px;
	margin-bottom:15px;
	list-style-type:none;
}
.nav a {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	width: 100px;
	padding: 5px;
	background-color: #000000;
	text-align: center;
	margin:0;
}	
	.nav li li a {
  /* style for links on pop-up menus */
}
.nav li li li a {
	/* style for second level menu links */
}
.nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
}
.nav {
	background-color: #000000;
	margin:0;
	padding:0;
	line-height: 1;
}
.nav  li {
	margin:0 !important;
	padding:0 !important;
	list-style-type: none; /* remove bullets */
	float: left; /* place buttons side by side */
  position: relative;
}
.nav ul {
	margin:0px;
	padding:0px;
	left:0px;
	top:1.72em;
	display:none;
}		
	/* list items in pop-up subnav */
.nav ul li {
	float: none; /* so links line up one above the other for drop-downs */
}
	/*3rd level menu position*/
.nav ul ul {
	position: absolute;
	left: 10.8em; /* change when you change width of links */
	top: -1px;
	z-index: 99;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
.nav ul ul li {
	z-index: 100;
}
/* look for buttons that have menus */
.nav .sub {
	background-image:url('../superfish/images/arrow_down.png');
  background-repeat: no-repeat;
  background-position: 2px 3px;
}

.nav .subsub {
	background-image: url('../superfish/images/arrow_left.png');
  background-repeat: no-repeat;
  background-position: 4px 7px;
}
	
	
/* Styles for Content */
h1 {
	font-size: 1em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
#home_body p:first-letter {
	font-size: 1.5em;
	vertical-align:baseline;
}
#offer {
	font-size:1.2em;
	font-weight:500;
	color: #469;
	margin-top:-2px
}
#amazon {
	
	width: 500px;
	height: 436px;
}
#presentation {
	padding: 10px;
	width: 468px;
	height: 336px;
}


/* Styles for Footer */
#footer {
	clear:left;
	background-color: #FFFFFF;
	padding-bottom: 5px;
}

#footer p {
	font-size: x-small;
	text-align: center;
	color: #47b;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #47b;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

