@charset "utf-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000E46;
}
#container  {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #003333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}
#header  #head   {
	background-color: #00AB65;
	height: 75px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/common/header.gif);
	vertical-align: top;
	padding-right: 25px;
	padding-top: 5px;
}
#header {
	width: 780px;
}

#header  #nav   {
	background-color: #989999;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear: both;
	height: 17px;
	text-align: center;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.jumpMenu2 {
	font-size: 10px;
	width: 150px;
	float: right;
	background-color: #008A53;
	color: #FFFFFF;
}
#nav  #navTable    {
	text-align: center;
}

#footer  {
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #00ab65;
	text-align: center;
	font-size: x-small;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


#title        {
	font-size: large;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bolder;
	color: #FFFFFF;
	width: 330px;
	padding-left: 20px;
	background-color: #00AB65;
}
#oneCol {
	float: left;
	width: 740px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}


/* 2 Column layout*/

#rightCol {
	float: right;
	width: 360px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#leftCol {
	float: left;
	width: 340px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

/* Form text */

.formText {
	font-weight: normal;
	font-size: 10px;
}
#mainContent  {
	float: left;
	width: 780px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right bottom;
}

#mainContentHome {
	float: left;
	width: 780px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/home/home3.jpg);
	height: 440px;
}
#mainContentAbout {
	float: left;
	width: 780px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../images/bg/ist2_6631227.jpg);
	height: 440px;
}
#mainContentFacilities {
	float: left;
	width: 780px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../images/bg/ist2_2574851.jpg);
	height: 670px;
}


#mainContentTownMap {
	float: left;
	width: 780px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../images/bg/ist2_6413485.jpg);
	height: 445px;
}


#mainContentOpen {
	float: left;
	width: 780px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/bg/ist2_5867011-shopaholic.jpg);
}
#mainContent440 {
	float: left;
	width: 780px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 440px;
}
#mainContentLinks {
	float: left;
	width: 780px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../images/bg/ist2_5413892.jpg);
}
.noLinkDecoration {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
}


.subHead {
	color: #FFFFFF;
	width: 100%;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #00AB65;
	line-height: 1.2em;
}
.subHeadStores {
	color: #FFFFFF;
	width: 50%;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #00AB65;
	line-height: 1.2em;
}

.subHeadFind {
	color: #FFFFFF;
	width: 97%;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #00AB65;
	line-height: 1.2em;
}

.authorXsmall {
	font-size: 9px
}
.titleArticles {
	font-size: large;
	font-weight: bold;
	line-height: 1em;
}
.dateArticles {
	font-size: x-small;
}


.bodyTextArticles {

}



#adminNav {
	font-weight: bold;
	background-color: #00AB65;
	color: #FFFFFF;
	padding: 3px;
}
#adminNav a {
	color: #FFFFFF;
	text-decoration: none;
}
#cpTable {
	color: #FFFFFF;
	font-size: x-small;
}
#cpTable a {
	color: #00AB65;
}
