* {
	margin: 0px;
	padding: 0px;
}
body {
	background:#037379;
	margin: 0px;
	padding: 0px;
	text-align: center; /* Used for centering pages in IE */
}
p, h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
/* You may use pixels or ems for text sizing. li typeface and size must match rest of content. */
p, div#content li {
	font-size: .8em;
	line-height: 1.6;
}
h1 {
	font-family: Times, Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px #666 dotted;
	padding-left: 0px;
	font-size:  1.8em;
	color: #157d83;
}
address {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color:white;
	padding-left: 5px;
	padding-top: 0px;
}
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #143578;
}
a:visited {
}
/* All links must inclde some typeopy of hover interactivity */
a:hover {
	font-weight: normal;
}
a:active {
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper {
	width: 990px;
	margin: 0px auto;
	background-image:url(images/link-nav.gif)
}
div#backgroundimage {
	position: relative;
	float: right;
	margin-left: 0px;
	width: 990px;
	background-image:    url(images/back.jpg);
	background-repeat: repeat;
	background-position: right top;
	margin-top: 0px;
}
div#content {
	float: left;
	width: 920px;
	margin-left:29px;
	font-family: arial;
	font-size: 16px;
	text-align: left;
	margin-top: -9px;
	display:inline;
}
ul.listcolumn {
	width: 350px;
	float: left;
	list-style-image: url(images/arrow.gif);
	margin:0;
	padding:0px 0 0 20px;
}
ul.listcolumn li {
	padding:0 0 0px 0;
}
ul.listcolumn2 {
	width: 605px;
	float: left;
	list-style-image: url(images/arrow.gif);
	margin:0;
	padding:0px 0 0 20px;
}
ul.listcolumn li {
	padding:0 0 0px 0;
}

div#bttn {
	float:right;
	
}


/* ----------------- CUSTOM CLASSES ----------------- */


img.right {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 15px 3px 8px;
	border: solid 1px #ccc;
}
.left {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 120px;
}

img.right2 {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 15px 3px 8px;
	border: solid 1px #fff;
}
br.clearboth {
	clear: both;
}
div#disclaimer {
	width: 100%px;
	margin: 20px 0px 2px 0px;
	text-align: left;
	padding: 2px 0px 8px 6px;
	color: #ffffff;
	background: #13599e;
	border: 1px dotted #000;
}
div#footer {
	float: left;
	margin: 0px auto 0px auto;
	width: 990px;
	height: 90px;
	background-image: url(images/footer.jpg);
}
div#copyright a:hover {
	text-decoration: overline;
}
 div#owner a:link, {
font-size: 9px;
 color:black;
 font-family:Arial, Helvetica, sans-serif;
 text-decoration: underline  font-weight: normal;
}
div#owner a:hover {
	color: #0580d7;
}
div#contactbutton {
	position:absolute;
	width:220px;
	top:9px;
	left:758px;
	z-index: 1;
	line-height: 1.6;
}
div#video {
	position:absolute;
	top:177px;
	left:22px;
	z-index: 1;
	border: 1px solid #eeeeee;
}
div#flash {
	position:absolute;
	top:142px;
	left:14px;
	z-index: 1;
}
div#header {
	position: relative;
	width: 990px;
	height: 527px;
	margin: 0px;
	padding: 0px;
	background-image:    url(images/bg-header.jpg);
}
div.cols {
	width: 220px;
	float: left;
}
div.cols ul {
	margin-left: 0;
	padding-left:0;
}


/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */


.ddsmoothmenu {
	background: #414141; /*background of menu bar (default state)*/
	margin-bottom: 0px;
	margin-left:12px;
	z-index: 2;
}
.ddsmoothmenu ul {
	z-index:100;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
/*Top level list items*/
.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block;
	background: #414141; /*background of menu items (default state)*/
	color: white;
	padding: 8px 10px;
	border-right: 1px solid #000000;
	color: #2d2b2b;
	text-decoration: none;
	font: normal 13px Verdana;
	margin-top: 109px;
}
* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
	color: white;
}
.ddsmoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: black;
	color: white;
}
.ddsmoothmenu ul li a:hover {
	background: #242424; /*background of menu items during onmouseover (hover state)*/
	color: white;
}
.ddsmoothmenu ul li a.current {
	background: #242424; /*background of menu items during onmouseover (hover state)*/
	color: white;
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	top: 0;
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	font: normal 11px Verdana;
	width: 150px; /*width of sub menus*/
	padding: 6px;
	margin: 0px;
	border-top-width: 0;
	border-bottom: 1px solid gray;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu {
	height: 1%;
} /*Holly Hack for IE7 and below*/
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute;
	top: 12px;
	right: 7px;
	margin-top: 109px;
}
.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}
/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: silver;
}
.toplevelshadow { /*shadow opacity. Doesn't work in IE*/
	opacity: 0;
}
/* ----------------------------  NAVIGATION (UTILITY) ----------------------------  */
div#utility {
	float:left;
	margin-left: 130px;
	margin-top: 60px;
	display: inline;
}
ul#utilitynav {
	margin: 0px;
	padding: 5px;
	list-style-type: none;
}
ul#utilitynav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
}
ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 10px;
	text-decoration: underline;
	color: #ffffff;
	text-align: center;
	display: block;
	width: auto;
	padding: 5px;
	margin: 0px;
}
ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	color: #ffffff;
	text-decoration: none;
}
div#copyright {
	width: 990px;
	margin: 0px auto;
	padding-top: 8px;
	font-size: 11px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	padding: 4px;
}
div#copyright img {
	border: none;
}
div#copyright a:link, div#copyright a:visited {
	color: white;
	text-decoration: none;
}
div#copyright a:hover {
	color: white;
	text-decoration: underline;
}

div#fb {
	position: absolute;
	top: 20px;
	right: 110px;
	z-index: 100 !important;
}
div#schedule {
	width: 500px;
	height: 100px;
	clear: left;
	float: left;
	margin-left: 50px;
}

