@charset "UTF-8";
/* CSS Document */

a:link {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-size: 100%;
}
a:visited {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
}
a:hover {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
}
a:active {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
}

/* ePosim Custom Added */

.sidebar
{
	background-color: #ffffff;
	background-image: url(backgroundGray.jpg);
	background-repeat: repeat-y;
	border-right-width: 3px;
	border-bottom-width: 10px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

.leftHeader
{
	background-color: #525252;
	color: #FFFFFF;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	border: thin solid #000000;
	padding: 2px;
	text-transform: uppercase;
}

/* end ePosim Custom Added */

.h1_Holiday {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #F00;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bolder;
	font-style: italic;
	text-transform: uppercase;
	text-decoration: underline overline;
}
.h1_Blue {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #36C;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bolder;
	font-style: italic;
	text-transform: uppercase;
}
.h1 {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bolder;
	font-style: italic;
	text-transform: uppercase;
}
.h1_subheading {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #555555;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: lighter;
	font-style: italic;
}
.h2 {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #555555;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bolder;
	font-style: italic;
}
.h2_subheading {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: lighter;
	font-style: italic;
}
.h3 {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #009;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bolder;
	font-style: italic;
	letter-spacing: 10em;
}
ul.circle {
	list-style-type: circle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style: italic;
	color: #333333
	;
	list-style-position: inside;
	}
.chartTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #666666;
	font-style: normal;
	list-style-type: circle;
	font-weight: bold;
	text-align: left;
}
.chartCorner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	font-style: normal;
	list-style-type: circle;
	font-weight: bold;
	background-color: #CCC;
	padding: 3px;
	border: thin solid #333;
}
.chartColumns {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	font-style: normal;
	list-style-type: circle;
	font-weight: bold;
	background-color: #CCC;
	padding: 3px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
}
.chartRows {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	font-style: normal;
	list-style-type: circle;
	font-weight: bold;
	background-color: #CCC;
	padding: 3px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
.chartInformation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
	font-style: normal;
	list-style-type: circle;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	padding: 5px;
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #333333;
}
.bodyTextItalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	color: #333333;
	font-style: italic;
}
.smartAlec {
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #555555;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: lighter;
	font-style: italic;
	letter-spacing: 2px;
}
body {
	padding: 0;
	text-align: center;
	min-width: 900px;
	background-color: #ffffff;
	background-image: url(HookBackground.jpg);
	background-repeat: no-repeat;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif, small;
	font-size: 70%;
	margin-top: 40;
}
#wrapper {
	text-align: left;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#banner {
	background-image:url(hookbanner.jpg);
	background-repeat: no-repeat;
	height: 127px;
	width: 900px;
	margin-top: 35px;
	}
#navBar {
	height: 34px;
	width: 900px;
	}
#mainImage {
	height: 376px;
	width: 900px;
}
#seeThru1 {
	height: 376px;
	width: 40px;
	float: left;
	visibility:hidden;
	margin-bottom: 35px;
}
#textOne {
	text-align: left;
	background-image: url(background3.jpg);
	position: relative;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	width: 290px;
	z-index: 1;
	padding-top: 25px;
	float: left;
	height: auto;
	background-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-left: 0px;
	padding-left: 35px;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	}
#textTwo {
	width: 518px;
	z-index: 2;
	float: right;
	background-image: url(backgroundFlies.jpg);
	height: 376px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 35px;
}
#overText2 {
	z-index: 3;
	background-image:url(background4.jpg);
	background-repeat: repeat-y;
	height: 240px;
	width: 350px;
	text-align: left;
	margin-top: 25px;
	float: right;
	padding-right: 35px;
	padding-bottom: 6px;
	padding-left: 5px;
	visibility: visible;
	overflow: visible;
	position: relative;
	top: 25px;
	border: .5px solid #666666;
	margin-left: -450px;
	left: -100px;
	margin-right: -24px;
	background-color: #FFFFFF;
}
#Area {
	z-index: 4;
	height: auto;
	width: 115px;
	text-align: left;
	float: right;
	visibility: visible;
	overflow: visible;
	position: relative;
	top: 36px;
	left: -342px;
	margin-left: -495px;
	margin-top: 25px;
}
#Conditions {
	z-index: 4;
	height: auto;
	width: 125px;
	text-align: left;
	float: right;
	visibility: visible;
	overflow: visible;
	position: relative;
	top: 36px;
	left: -209px;
	margin-left: -495px;
	margin-top: 25px;
}
#Flies {
	z-index: 4;
	height: auto;
	width: 155px;
	text-align: left;
	float: right;
	visibility: visible;
	overflow: visible;
	position: relative;
	top: 36px;
	left: -52px;
	margin-left: -495px;
	margin-top: 25px;
}
#bottomBlock {
	height: auto;
	width: 900px;
	z-index: 1;
	float: left;
	text-align: left;
	margin-top: 50px;
	}
#hotBlock {
	height: auto;
	width: 900px;
	z-index: 1;
	float: left;
	text-align: left;
	margin-top: 50px;
	}
#overText3 {
	z-index: 3;
	height: auto;
	width: 350px;
	text-align: left;
	margin-top: 25px;
	float: right;
	visibility: visible;
	overflow: visible;
	position: relative;
	top: 25px;
	border: 1px solid #666666;
	margin-left: -450px;
	margin-right: -24px;
	left: 450px;
	background-image: url(background4.jpg);
	background-repeat: repeat;
	padding: 35px;
}
body2 {
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 900px;
	background-color: #ffffff;
	background-image: url(HookBackground.jpg);
	background-repeat: no-repeat;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif, small;
	font-size: 70%;
}
p {
	font-size: 115%;
	margin top: 10px;
}
