p {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #003366;
	text-decoration: none;
	margin-right: 0;
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 20px;
	line-height: 12px;
}
		
		p, ul {
	font-size: 13px;
	line-height: 20px
} 
		
		p a, li a { color: #39c; text-decoration: none }
		
		p.intro { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding: 20px 0 30px 0; text-align: center; width: 100% }
		
		a:focus { outline:none }
		
		img { border: 0 }
		
		h3 {
	border-bottom: 1px solid silver;
	margin-bottom: 5px;
	padding-bottom: 3px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000033;
	text-decoration: none;
	line-height: 23px;
}
		
		body {
	background-image:url(images/bg.jpg);
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	background-color: #83ac1c;
		}
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	width: 700px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border: 0px;
	text-align: right;
	clear: both;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {
	width: 100%;
	height: 20px;
	background: #fff;
	overflow: hidden;
}

		.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	border: 5px none #39c;
	width: 490px;
	clear: both;
	float: right;
	margin-top: 16px;
	margin-right: 45px;
	margin-bottom: auto;
	margin-left: auto;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0;
	top: 0;
	width: 500px;
	list-style-type: none;
	-moz-user-select: none; /* Stops the panels from highlighting/selecting, which I found problematic in Firefox. Also stops the CSS from validating though. Oh well. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left; /* Also specified in  .stripViewer  above */
	height: 100%;
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 5px;
	width:500px;
	float:right;
	color: #003399;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin-top: -15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 100%;
		}
		
		.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
	width: 100%;
		}
		
		.stripNav ul li {
	float: left;
	width:124px;
	height:47px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
	margin-top: -2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
		}
		
		.stripNav a { /* The nav links */
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
		}
		
		.stripNav a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
	background-image: url(images/hover-ani.gif);
	height: 47px;
	width: 124px;
		}

		
		.stripNav a.current {
	color: #006699;
	font-family: "Times New Roman", Times, serif;
	height: 47px;
	width: 124px;
	background-color: #FFFFFF;
	background-image: url(images/hover.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;
	line-height: 30px;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: none;
			height: 0px;
			width: 0px;
		}
		
		.stripNavL {
	left: 0;
	color: #FFFFFF;
		}
		
		.stripNavR {
			right: 0;
		}
		#logo{
	height: 63px;
	width: 346px;
	padding: 0px;
	margin-top: -8px;
	margin-bottom: 0px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	right: 0px;
	left: 180px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	top: 0px;
		}
		
.h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #0089B7;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: silver;
	text-transform: uppercase;
	background-color: #C5E2F1;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}
    #bee {
	height: 160px;
	width: 200px;
	padding: 0px;
	clear: both;
	position: relative;
	right: 0px;
	left: 400px;
	background-image: url(images/bee.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	visibility: visible;
	overflow: visible;
	z-index: 1000;
}
  
#footer {
	height: 25px;
	width: 95%;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 45px;
	background-color: #567108;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #A2C135;
	line-height: 25px;
	margin-top: 0px;
	text-decoration: none;
	background-position: center;
	text-indent: 5px;
}
.footer{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #A3C236;
	text-decoration: none;
	vertical-align: middle;
}
#footer_right{
	float: right;

}
a.footer{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #A3C236;
	line-height: 10px;
	padding-right: 2px;
	padding-left: 2px;
}

a.footer:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}


/*  star new dowp */
@charset "utf-8";
/* CSS Document */



#row1
{
	width: 460px;
	padding: 2px;
	height: 100px;
	background-image: url(images/blue-hover.png);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	line-height: 14px;

}
#row2
{
	width: 460px;
	margin: 0px;
	padding: 0px;
	height: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/blue-hover.png);

}

#row3 {
	width: 460px;
	margin: 0px;
	padding: 2px;
	height: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/blue-hover.png);
	background-repeat: repeat;
}
#row4 {
	width: 460px;
	margin: 0px;
	padding: 2px;
	height: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/blue-hover.png);
}
#row5 {
	width: 460px;
	height: 100px;
	background-image: url(images/blue-hover.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 14px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-indent: 4px;
}
#row6 {
	width: 460px;
	margin: 0px;
	padding: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 100px;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(images/blue-hover.png);
}
#row7 {
	width: 460px;
	margin: 0px;
	padding: 2px;
	height: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/blue-hover.png);
}

a.tab{
	display:block;
	width:460px;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #003366;
	text-align: left;
	text-indent: 6px;
	vertical-align: middle;
	height: 20px;
	border: 1px none #FFFFFF;
	padding: 2px;
	text-transform: none;
	background-image: url(images/white.png);
	background-repeat: repeat;
	font-style: normal;
	font-variant: normal;
	margin-top: 2px;
}
a.tab:hover{
	display:block;
	width:460px;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	text-indent: 6px;
	vertical-align: middle;
	height: 20px;
	padding: 2px;
	background-image: url(images/blue-hover.png);
	background-repeat: repeat;
	text-transform: none;
	font-variant: normal;
	margin-top: 2px;
}

.loginboxdiv
{
 margin:0;
 height:24px;
 width:250px;
 background:url(images/inputfill.png) no-repeat bottom;

}
.messagediv
{
 margin:0;
 height:135px;
 width:250px;
 background:url(images/msgfill.png) no-repeat bottom;
}
.msgbox
{
overflow: auto;
  border: none;
	background:none;
	border:none;
	width:250;
	height:135px;
	margin:0;
	padding: 2px 7px 0px 7px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight: normal;
	color: #003366;
}

.loginbox
{
	background:none;
	border:none;
	width:250;
	height:24px;
	margin:0;
	padding: 2px 7px 0px 7px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight: normal;
	color: #003366;
}
#tnx {
	height: 277px;
	width: 551px;
	margin-top: 50px;
	margin-bottom: 0px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/thankyou.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	color: #003366;
	text-decoration: none;
	position: relative;
	left: 100px;
	line-height: 20px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 100px;
}

