* {
	padding:0px;
	margin:0px;
}
/***********************************************
Misc.
***********************************************/
tabl {
	font-size: 12px;
}

td {
	font-size:12px;
}

.tabl {
   font-size: 12px;
}

P {
	font-size : 12px;
	padding-top:10px;
}

div {
	font-size : 12px;
}

h1 {
	font-size:16px;
	color:#0082A8;
}

h2 {
	font-size:14px;
}

h4 {
	font-size:14px;
}

.h4 a, a:visited {
	font-size:14px;
	text-decoration:none;
}

.h4 a:hover {
	font-size:14px;
	text-decoration:underline;
}

.blog {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#789754;
text-transform:uppercase;
}

/***********************************************
Body Tags
***********************************************/
body {
	background-attachment:fixed;
	background-image:url(../images/layout/backgroundFaded.jpg);
	background-repeat:repeat-x;
	background-color:#DFE7D8;
	color: #000000; 
	font-size: 12px; 
	font-family: Tahoma, Verdana, Arial;
}
/***********************************************
Headers & Footers
***********************************************/
#topBanner {
	position:relative;
	width:720px;
	height:120px;
	background-image:url(../images/layout/topBanner.gif);
	background-repeat:no-repeat;
	z-index:4;
	color:#0082A8; 
	font-size: 12px; 
	font-family: Tahoma, Verdana, Arial;
}

#topTagLine {
	width:720px;
	height:0px;
	text-align:right;
}
/***********************************************
Containers
***********************************************/
#outerBorder {
	width:720px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	padding:0px;
	text-align:center;
	border:10px solid #FFFFFF;
	background-color:#FFFFFF;
}

#container {
	width:720px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	padding:0px;
	text-align:center;
	background-color:#FFFFFF;
}

#footer {
	width:720px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	padding:0px;
	text-align:center;
}

#contentTable {
	background-image:url(../images/layout/contentBackground.jpg);
	background-repeat:repeat-y;
	border-bottom-color:#00A3B4;
	border-bottom-style:solid;
	border-bottom-width:1px;
	width:673px;
}

#bigPicture {
	padding:5px 0px 7px 7px;
	width:175px;
	height:173px;
}

#topPhotos {
	padding:5px 0px 0px 5px;
	text-align:left;
}

#specialEvents {
	background-color:#FFFFFF;
	border-top-color:#00A3B4;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-color:#00A3B4;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-right-color:#00A3B4;
	border-right-style:solid;
	border-right-width:1px;
	padding:5px;
	width:175px;
	height:105px;
}

#topNavBar {
	padding-top:85px;
}
/***********************************************
Content
***********************************************/
#blogdiv {
position:absolute;
top:46px;
right:69px;
}

#content {
   position:relative;
	text-align:left;
	padding:5px;
}

#storeDirectoryNav {
	text-align:left;
	padding:10px;
}

#top_nav {
	padding-left:20px;
}

#top_nav a, a:visited {
	color:#00A3B4;
	font-size:12px;
	text-decoration:none;
}

#top_nav a:hover {
	text-decoration:underline;
}

#extraPadding td {
	padding:3px;
}

#textGreen {
	color: #799754;
}

#textBlue {
	color: #0082A8;
}
/***********************************************
A Tags
***********************************************/
a, a:visited {
	color: #0082A8; 
	font-size: 12px; 
	font-family: Tahoma, Verdana, Arial;
	text-decoration: none;
}

a:hover { 
	font-size: 12px; 
	color: #0082A8;
	text-decoration: underline; 
}

#homepageLinks a {
	color: #799754; 
	font-size: 12px; 
	font-family: Tahoma, Verdana, Arial;
	text-decoration: none;
}

#homepageLinks a:hover { 
	font-size: 12px; 
	color: #799754; 
	text-decoration: underline; 
}
