@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a:link {
	color: #008000;
	text-decoration: underline;
}

a:visited {
	color: #008000;
	text-decoration: underline;
}

a:hover {
	color: #F60;
	text-decoration: underline;
}

a:active {
	color: #F60;
	text-decoration: underline;
}

h1 {
	font-size: 16px;
	color: #008000;
	text-align: center;
}
h2 {
	font-size: 16px;
	color: #008000;
	text-align: center;
}
hr {
	margin: 4px auto 17px;
	color: #008000;
	width: 60%;
}


p {
	font-size: 12px;
	line-height: 16px;
	color: #333;
}

ul {
	margin: 0;
	padding: 0 0 12px 35px;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}

form {
	margin: 0;
	padding: 0;
}

.thrColFixHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */

} 
.thrColFixHdr #header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
} 

.thrColFixHdr #navbar {
	background-color: #000;
	color: #FFF;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 18px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: 600;
} 

.thrColFixHdr #navbar a:link {
	color: #FFF;
	text-decoration: none;
}

.thrColFixHdr #navbar a:visited {
	color: #FFF;
	text-decoration: none;
}

.thrColFixHdr #navbar a:hover {
	color: #0F0;
	text-decoration: none;
}

.thrColFixHdr #navbar a:active {
	color: #0F0;
	text-decoration: none;
}

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	background-color: #FFF;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-top: 0px;
	margin: 0px;
}

.thrColFixHdr #sidebar1 p {
    margin: 0;
    padding: 0;
}

.thrColFixHdr #sidebar1 img {
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 14px;
	margin-left: auto;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-top: 0px;
	margin: 0px;
}

.thrColFixHdr #sidebar2 p {
    margin: 0;
    padding: 0;
}

.thrColFixHdr #sidebar2 img {
    display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 14px;
	margin-left: auto;
}

.thrColFixHdr #mainContent {
	margin-bottom: 15px;
	margin-left: 215px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #093;
	border-left-color: #093;
	border-left-width: 1px;
	width: 438px;
} 

.thrColFixHdr #mainContent h1 {
	margin: 0;
	padding: 10px 0 4px 0;
}

.thrColFixHdr #mainContent h2 {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

.thrColFixHdr #mainContent p {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sitemapLeftColumn {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	padding: 7px 30px 0 0;
	margin: 0 20px 0 0;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #008000;
	border-right-color: #008000;
	border-bottom-color: #008000;
	border-left-color: #008000;
}
#sitemapLeftColumn h1 {
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
}

#sitemapRightColumn {
	float: left; /* since this element is floated, a width must be given */
	padding: 7px 0 0 0;
	margin: 0;
	width: 190px;
	font-weight: normal;
}

.thrColFixHdr #mainContent #ufo1 {
background: url(images/bg.jpg) no-repeat; 
padding:20px 20px 20px 20px;	
font-family:Arial, Helvetica, sans-serif; 
font-size:16px; 
font-weight:bold; 
margin-bottom:2px;
	
}

.thrColFixHdr #mainContent #contactForm {
	margin: 0;
	padding: 0;
}

.thrColFixHdr #mainContent #contactForm p {
	padding: 0 0 10px 0;
	margin: 0;
}

.thrColFixHdr #mainContent #contactForm h1 {
	margin: 0;
	padding: 0 0 5px 0;
}

.thrColFixHdr #mainContent #aboutPage p {
	padding: 0 0 12px 0;
	margin: 0;
}

.thrColFixHdr #mainContent #aboutPage h1 {
	margin: 0;
	padding: 0 0 10px 0;
}

.thrColFixHdr #mainContent #videoGallery p {
	padding: 0;
	margin: 0;
}

.thrColFixHdr #mainContent #videoGallery h1 {
	margin: 0;
	padding: 0 0 10px 0;
}

.thrColFixHdr #mainContent #shipping {
	margin: 0;
	padding: 0;
}
.thrColFixHdr #mainContent #shipping p {
	padding: 0 0 15px 0;
	margin: 0;
}
.thrColFixHdr #mainContent #shipping h1 {
	margin: 0;
	padding: 0 0 6px 0;
}

.shippingTable {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0 auto 15px auto;
	padding: 0;
	display: block;
	border-collapse: collapse;
}
.shippingTable td {
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 8px;
	border: 2px solid #008000;
	margin: 0;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.thrColFixHdr #lowerLeftThird {
	float: left; /* since this element is floated, a width must be given */
	width: 270px;
	background-color: #FFF;
	padding-right: 12px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0;
} 

.thrColFixHdr #lowerLeftThird p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 15px;
}

.thrColFixHdr #lowerLeftThird img {
	margin: 0;
	padding: 0 0 5px 0;
}

.thrColFixHdr #lowerMiddleThird {
	float: left;
	width: 280px;
	padding-right: 10px;
	padding-left: 12px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0;
} 

.thrColFixHdr #lowerMiddleThird p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 15px;
}

.thrColFixHdr #lowerMiddleThird img {
	margin: 0;
	padding: 0 0 5px 0;
}

.thrColFixHdr #lowerRightThird {
	float: left; /* since this element is floated, a width must be given */
	width: 270px;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}

.thrColFixHdr #lowerRightThird p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 15px;
}

.thrColFixHdr #lowerRightThird img {
	margin: 0;
	padding: 0 0 5px 0;
}

.thrColFixHdr #footer {
	padding-top: 20px;
	clear: both;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.thrColFixHdr #copyrightNotice {
	font-size: 9px;
	background-color: #000;
}

.thrColFixHdr #copyrightNotice a:link {
	color: #F60;
	text-decoration: underline;
}

.thrColFixHdr #copyrightNotice a:visited {
	color: #F60;
	text-decoration: underline;
}

.thrColFixHdr #copyrightNotice a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

.thrColFixHdr #copyrightNotice a:active {
	color: #F60;
	text-decoration: underline;
}

.thrColFixHdr #copyrightNotice p {
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #CCC;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	text-align: center;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.classSchedule {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border-collapse: collapse;
}
.classSchedule th {
	font-weight: bold;
	color: #FFF;
	background-color: #008000;
	text-align: left;
	padding: 4px;
	border: 1px solid #000;
}
.classSchedule td {
	padding: 4px 4px 6px 4px;
	border: 1px solid #000;
}
#Slideshow {
	margin: 0 auto;
	padding: 0px;
	width: 398px;
}
