body {
	color: #000000;
	background: #7984ba url(../images/body_bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

#sidebar {
              display: none;
}

#container {
	background: #FFFFFF url(../images/container_bg.jpg) repeat-y;
	width: auto;
	border: 1px double #313b56;
	margin-left: 50px;
	margin-right: 50px;
}

#header {
	color: #FFFFFF;
	margin: 0px;
	background-color: #313B56;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#header img {
	border: 5px solid #313B56;
}

#content p {
	line-height: 1.3;
}
#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: underline;
}

#content ul {
	list-style-position: inside;
	text-indent: 2px;
}
html[xmlns] #content ul{ /* ff and ie7*/
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: none;
}

#content li{
	margin-bottom:3px;
	list-style-image: url(../images/bullet.jpg);
	list-style-position: inside;
	display: inline;/*setting for FF and other standards compliant browsers*/
    #display: block /*setting for IE7*/
    _display: block /*setting for IE6*/
	padding-left: 3em;    
}

#footer {
	background: #313B56;
}
#footer p {
	font-size: 80%;
	color: #FFFFFF;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 225px;
}
table  {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 10px;
}
th  {
	text-align: left;
}
#form th {
	width: 120px;
	font-weight: normal;
}
#form td {
	width: 310px;
}
/* #header h1 {
	color: #FFFFFF;
	letter-spacing: .3em;
	margin: 0px;
	padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/header_logo.jpg);
	background-repeat: no-repeat;
	background-position: 15px 15px;
}*/
.lftimg {
	float: left;
	margin-right: 8px;
	border: 1px solid #313B56;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	height: 0px;
	clear: both;
}

.colwidth70 {
	text-align: right;
	width: 17.5%;
}

.colwidth20 {
	text-align: center;
	width: .5%;
}
.colwidth310 {
	width: 77%;
	padding-left: 3px;
}
.mapgif {
	left: 0px;
	top: 0px;
	width: 80%;
}

#video tr {
	width: 320px;
	height: 320px;
}

#thumbnail {
	background-color: #FFFFFF;
	left: -10px;
	position: relative;
	top: -15px;
	width: 50px;
}

#thumbnail a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#thumbnail a.mouseover, #thumbnail a.mouseover:visited {
	background: #FFFFFF;
	border: 1px solid #000000;
	display: block;
	height: 50px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 50px;
}

#thumbnail a.mouseover:hover {
	background-color: #CCCCCC;
	color: #000000;
	text-decoration: none;
}

#thumbnail a.mouseover:hover .large {
	border: 2px solid #000000;
	display: block;
	left: -225px;
	position: absolute;
	top: 135px;
    width: 700px;
    height: 500px;
}

