 * {
	 margin: 0px;
	 padding: 0px;
 }
 body {
	background-color: #ffffff;
}
p {
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
	color: #3f3f3f;
	font-size: .9em;
}
h1 {
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
	color: #3f3f3f;
}
h2 {
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
	color: #3f3f3f;
}
h3 {
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
	color: #3f3f3f;
}
h4 {
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
	color: #3f3f3f;
}
.clear {
	clear: both;
}
.space {
	width: 1024px;
	height: 20px;
}
.bold {
	font-weight: bold;
}
.green {
	color: #3ab54d;
}
.blue {
	color: #136a90;
}
/******************************/
#wrapper {
	width: 1024px;
	margin: 0 auto;
	
	background: url('../images/boxes2.jpg') no-repeat bottom right;
}
#top {
	width: 100%;
	height: 123px;
	background: url('../images/topSlice.jpg') repeat-x;
}
#longNav {
	width: 100%;
	height: 33px;
	background: url('../images/navSlice.jpg') repeat-x;
}
#header {
	width: 1024px;
	height: 123px;
	margin: 0 auto;
}
#leftBar {
	width: 238px;
	float: left;
	background: url('../images/video.jpg') no-repeat top center;
}
#content {
	width: 780px;
	float: left;
}
#move {
	width: 350px;
	float: left;
}
#move img {
	margin-left: 20px;
}
#store {
	width: 350px;
	float: left;
	margin-left: 20px;
}
#store ul {
	list-style: none;
	margin-left: 20px;
}
#store li {
	padding: 3px 0;
}
#callToday {
	width: 750px;
	text-align: center;
}
/*****************************************/
#footer {
	width: 1024px;
	height: 40px;
	background: url('../images/footer.jpg') no-repeat;
}
#footer a img {
	border: none;
}
/******** CREDITS ********/
#leftFooter {
	width: 510px;
	height: 20px;
	float: left;
	text-align: left;
	font-size: .8em;
}
#leftFooter a:link, #leftFooter a:visited {
	color: #3f3f3f;
}
#leftFooter a:hover {
	color: #136a90;
}
#rightFooter {
	width: 500px;
	height: 20px;
	float: left;
	text-align: right;
	font-size: .8em;
}
/********************/
#linkFooter {
	margin: 0 auto;
	width: 1024px;
	text-align: center;
}
#linkFooter li{
	display: inline;
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
	border-right: 1px solid #3f3f3f;
	padding: 0px 9px;
}
#linkFooter ul {
	text-align: center;
	font-size: 80%;			
}
#linkFooter a:link, #linkFooter a:visited {
	text-decoration: none;
	color: #3f3f3f;
}
#linkFooter a:hover {
	color: #3f3f3f;
	text-decoration: underline;	
}
#linkFooter  a:active {
	color: #3f3f3f;
}
#linkFooter .last {
	border: none;
}
/**************** NAV ********************/
#nav {
	width: 1024px;
	height: 33px;
	margin: 0 auto;
}
#nav li{
	display: inline;
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
	padding: 0px 14px;
}
#nav ul {
	text-align: center;
	font-size: 1.2em;			
}
#nav a:link, a:visited {
	text-decoration: none;
	color: #ffffff;
}
#nav a:hover {
	color: #ccff00;
	text-decoration: none;	
}
#nav  a:active {
	color: #ccff00;
}
#nav .last {
	border: none;
}
/***********  **************/

#leftBar ul {
	list-style: none;
	margin-left: 20px;
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
}
#leftBar li {
	padding: 1px 0;
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
}
#leftBar a:link, #leftBar a:visited {
	text-decoration: none;
	color: #3ab54d;
}
#leftBar a:hover {
	color: #136a90;
	text-decoration: underline;	
}
#leftBar  a:active {
	color: #136a90;
}
/*********** SITEMAP LINKS ************/
.siteMap ul {
	list-style: none;
	margin-left: 20px;
	margin-right: 150px;
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
}
.siteMap  li {
	background: url('../images/bullet.jpg') left center no-repeat;
	padding: 8px 0px 8px 30px;
	font-family: "Myriad Pro", Myriad, Helvetica, sans-serif;
}
.siteMap  a:link, .siteMap  a:visited {
	text-decoration: none;
	font-size: 1.3em;
	color: #3ab54d;
}
.siteMap  a:hover {
	color: #136a90;
	text-decoration: underline;	
}
.siteMap   a:active {
	color: #136a90;
}