@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
}
.twoColFixRtHdr #container {
	width: 960px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 


h1 {
	text-align: center;
	font-size: 1.6em;
	line-height: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-style: normal;
	letter-spacing: 0.2em;
} 

h2 {
	text-align: center;
	font-size: 1.2em;
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
} 

p {
	text-align: justify;
	line-height: 1.3em;
}
li {
	list-style-position: outside;
}

.twoColFixRtHdr #header {
	background-color: #EEFC05; /* color to match logo (temp- later make more advance logo-header) */
	position: relative; /* attributes take from another website to fix header problems (do not fully understand) */
	z-index: 8000;
}
.twoColFixRtHdr #header a,
						a:link,
						a:visited,
						a:active
						a:hover
						a:focus {
	color: #EEFC05; /* color to match the header background so that link will not have a boarder */
}


#main-nav {
	margin: 0px;
	padding: 0px;
	background: #328FC6;
	line-height: 1em;
	overflow: hidden;
}


#main-nav ul {
	list-style: none;
	text-align: center;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 2em;
	margin: 0;
	}
#main-nav li {
	display: inline;
	padding: 0px 10px;
}
/* Main nav links */
#main-nav a,
#main-nav a:link,
#main-nav a:visited,
#main-nav a:active{
	color: #FFFFCC;
	text-decoration: none; /* no underline */
}

#main-nav a:hover,
#main-nav a:focus
{
	color: #00157E;
	background: #FFFFCC;
}



.twoColFixRtHdr #container #mainmenu {
	float: left;
	width: 950px;
	background-color: #000000;
	padding-top: 10px;
	padding-left: 10px;
}
#mainmenu h1 {
	line-height: 1.5em;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #CCCCCC;
	letter-spacing: 0em;
	font-size: 1.2em;
}
#mainmenu a {
	margin: 1px 0 0 0;
	color: #FFFF00;
	font-weight: bold;
	font-size: .7em;
}
#mainmenu li {
	font-weight: bold;
	list-style-position: outside;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: -10px;
}
#mainmenu p {
	margin: 0 0 10px 0;
	font-size: 0.7em;
	text-align: left;
	color: #CCCCCC;
}
.twoColFixRtHdr #container #mainmenu .video {
	padding-left: 25px;
	padding-top: 10px;
	padding-right: auto;
}

#showcase {
	float: left;
	width: 465px;
	height: 355px;
	padding-top: 15;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
#showcasesubpage {
	float: left;
	width: 458px;
	height: 170px;
	padding: 5px;
}
.FeaturedItems {
	float: left;
	width: 150px;
	color: #0066CC;
	height: 340px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	overflow: hidden;
}
.FeaturedItemsSubPage {
	float: left;
	width: 140px;
	height: 170px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#FeatureMenu {
	margin-top: 5px;
	margin-left: 0px;
	text-align: left;
	color: #000000;
}


.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding: 0 5px 0 10px;
	background-color: #FFFF66;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.twoColFixRtHdr #sidebar1 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	text-align: justify;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
}

.twoColFixRtHdr #sidebar1 img {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin: 0;

}

.twoColFixRtHdr #sidebar1 h3 {
	line-height: 1.4em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	text-align: center;
}

.twoColFixRtHdr #mainContent {
	margin-right: 216px;
} 



.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
a:link {
	color: #000099;
}
a:visited {
	color: #993366;
}
a:hover {
	color: #316AC5;
}

#mainContent #intro {
	background-color: #66CCFF;
	padding: 25px;
}

#map {
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 7px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.style3 {font-family: Geneva, Arial, Helvetica, sans-serif}

#teaser {
	width: 655px;
	padding: 10px 0;
	background-image: none;
	background-repeat: no-repeat;
}
#teaser dl{
	float: left;
	width: 650px;
	margin: 5px 0px;
	padding: 0;
	display: inline; /* fixes IE/Win double margin bug */
}
#teaser dt {
	float: right;
	width: 480px; /* fixes IE/Mac float elements wider than container */
	margin: 0;
	padding: 0;
	text-align:left;
	font-size: 1.4em;
	letter-spacing: 1px;
	line-height: 1.5em;
	color: #000000;
	background-color: #0099FF;
	font-family: Helvetica, Arial, sans-serif;
}
#teaser dd {
	margin: 0 0 0 168px;
	padding: 0px;
	font-size: 1em;
	line-height: 1.5em;
	color: #666;
	text-align: justify;
}
#teaser dl dd.img {
	margin: 0;
}
#teaser dd.img img {
	float: left;
	margin: 0 0 0 0px;
	padding: 4px;
	border: 2px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #fff;
}
.teaser2 img {
	float: left;
	border: 3px solid #999999;
	margin-right: 10px;
	margin-bottom: 5px;
}

#smallphotos {
	width: 130px;
	float: left;
	padding: 0 3px 0 7px;
	font-size: 0.6em;
	margin: 0 0 0 0;

}

#smallphotos2 {
	float: left;
	width: 130px;
}


img {
	margin: 0px;
}

.ImgLeft {
	height: 104px;
	position: relative;
	z-index: 9999;

}

.ImgCenter {
	float: left;
	position: absolute;
	left: 30%;
	width: 600px;

}

.twoColFixRtHdr #container #mainContent #teaser #videolist {
}

.twoColFixRtHdr #container #mainContent #teaser #videolist dl{
	float: left;
	width: 650px;
	display: in-line; /* fixes IE/Win double margin bug */
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 20;
	padding-right: 0;
	padding-bottom: 20;
	padding-left: 0;
}
.twoColFixRtHdr #container #mainContent #teaser #videolist dt {
	float: right;
	width: 314px; /* fixes IE/Mac float elements wider than container */
	margin: 0;
	padding: 0;
	text-align:left;
	font-size: 1.4em;
	letter-spacing: 1px;
	line-height: 1.5em;
	color: #000000;
	background-color: #0099FF;
	font-family: Helvetica, Arial, sans-serif;
}
.twoColFixRtHdr #container #mainContent #teaser #videolist dd {
	margin: 0 0 0 342px;
	padding: 0;
	font-size: 1em;
	line-height: 1.5em;
	color: #666;
	text-align: left;
}
.twoColFixRtHdr #container #mainContent #teaser #videolist dd.video {
	float: left;
	padding: 2px;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0px;
}



.twoColFixRtHdr #footer {
	background-color: #FFFF33;
	text-align: center;
} 

/* Footer Links */
#footer a,
#footer a:link,
#footer a:visited,
#footer a:active{
	color: #0066FF;
	text-decoration: none; /* no underline */
}

#footer a:hover,
#footer a:focus
{
	color: #CC0000;
}
.twoColFixRtHdr #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;
	font-size: .7em;
	text-align: center;
}

.twoColFixRtHdr #container #mainContent #teaser .link {
	margin: 0;
}

.twoColFixRtHdr #container #mainContent #intro .map img {
	margin: 0px;
}

.twoColFixRtHdr #container #map h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 0.5em;
	color: #666666;
	text-align: left;
	margin-left: 25px;
}

.twoColFixRtHdr #container #map a {
}

.twoColFixRtHdr #container #map li {

}

.twoColFixRtHdr #container #map ul {

}

.twoColFixRtHdr #container #map ul {
	line-height: 1.6em;
	font-size: 0.9em;
}

.twoColFixRtHdr #container #mainContent #teaser li {
	margin-bottom: 15px;
}
.table1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-collapse: collapse;
}
.alternate {
	background-color: #EEEEEE;
}



.table1 caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
	padding: 10px;
	font-size: 1.3em;
}

.table1 th {
	color: #FFFFFF;
	background-color: #152D6A;
	background-image: url(../Img/bg_th.gif);
	text-align: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

.table1 td {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 1px solid #999999;
}

.guidedtour {
	border: 2px solid #0000FF;
	background-color: #99FFFF;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 5px;
}

.smalltext {
	font-size: 0.8em;
}
#videolist dl {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FF3300;
	margin-top: 20px;
	margin-bottom: 20px;
}
#videolist dt {
	padding-top: 10px;
}
#videolist .video {
	text-align: center;
}
#videolist {
}
#sidebar1 img {
	margin-top: 5px;
	margin-bottom: 5px;
}
.ads {
	margin-top: 10px;
	margin-bottom: 10px;
}
#intro .video {
	float: left;
	padding: 0px;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 0px;
}

