body {
	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: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
a:link {
	color: #B9B133;
	text-decoration: none;
}
a:visited {
	color: #B9B133;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #B9B133;
	font-size: inherit;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0;
	text-align: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1em;
	font-weight: lighter;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
	color: #333;
}
.oneColFixCtrHdr #header h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 0.8em;
	font-weight: lighter;
	padding: 0 5px 0 0;
	color: #91a53b;
}
.oneColFixCtrHdr #headerLogo {
	text-align: left;
	vertical-align: top;
}
.oneColFixCtrHdr #mainContent {
	overflow: auto;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 250px;
}
.oneColFixCtrHdr #mainContent table {
	width: 900px;
	height: 250px;
}
.oneColFixCtrHdr #mainContent td {
	overflow:auto;
}
.oneColFixCtrHdr #mainContent h3 {
	font-size: .9em;
}
.oneColFixCtrHdr #mainContent p {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 0.75em;
	color: #333333;
	line-height: 1.4em;
	word-spacing: 0.2em;
	letter-spacing: .05em;
}
.imageScroller {
	background-color: #d3e065;
	width: 890px;
	padding: 12px 5px 12px 5px;
	overflow: auto;
	height: 240px;
	margin: 0px;
	white-space: nowrap;
}
.movieScroller {
	background-color: #d3e065;
	width: 890px;
	overflow: auto;
	height: 200px;
	margin: 0px;
	white-space: nowrap;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 5px;
}
.oneColFixCtrHdr #movieBox {
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 100px;
	font-size: 0.93em;
	vertical-align: top;
}
.oneColFixCtrHdr #movieBox p {
	font-weight: bold;
	font-size: 0.8em;
	word-spacing:normal;
	color: #3B86DE;
	line-height: 1.5em;
}
.oneColFixCtrHdr #movieThumbs {
	margin-top: 5px;
	font-size: 0.93em;
	vertical-align: top;
	height:290px;
	overflow:auto;
	padding-top: 5px;
	margin-right: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	width: 200px;
}
.oneColFixCtrHdr #movieThumbs p {
	font-weight: bold;
	font-size: 0.8em;
	word-spacing:normal;
	color: #3B86DE;
	line-height: 1.5em;
}
.oneColFixCtrHdr #TVcaption {
	font-size: 0.75em;
	letter-spacing:.05em;
	word-spacing:.2em;
	line-height:1.4em;
	margin:0 90px 20px 90px;
	padding:5px;
	background-color:#ddd;
}
.oneColFixCtrHdr #description {
	width: 460px;
	height: 290px;
	overflow: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #666666;
}
.oneColFixCtrHdr #description ul {
	padding: 0;
	margin: 0px;
}
.oneColFixCtrHdr #description li {
	list-style-position: outside;
	list-style-type: none;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.bottom {
	vertical-align: bottom;
	text-align:right;
	margin: 0px;
	padding: 0px;
}
/* Links page */
.oneColFixCtrHdr #mainContentLinks {
	font-size: 0.8em;
	overflow: auto;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 475px;
}
.oneColFixCtrHdr #mainContentLinks table {
	width: 900px;
	height: 4750px;
}
.oneColFixCtrHdr #mainContentLinks td {
	overflow:auto;
}
.oneColFixCtrHdr #mainContentLinks p {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1em;
}
.oneColFixCtrHdr #descriptionLinks {
	width: 470px;
	height: 450px;
	overflow: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #666666;
}
.oneColFixCtrHdr #descriptionLinks h1 {
	font-size: .9em;
}
.oneColFixCtrHdr #descriptionProjects {
	height: 450px;
	overflow: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #666666;
	width: 530px;
}
.oneColFixCtrHdr #descriptionProjects a {
	color:#000;
}
.oneColFixCtrHdr #descriptionProjects img {
	float:right;
	padding-right:25px;
}
.oneColFixCtrHdr #linkMenu {
	margin: 20px 0 0 0;
	text-align: right;
	padding: 5px;
}
.csdsList {
	color:#333333;
	font-size:0.75em;
}
.csdsList li {
	list-style-type:circle;
}
.movies td {
	font-size:0.7em;
	width: 25%;
	vertical-align: top;
	padding: 0 5px;
}
#sp {
	border: #c1d830 solid 1px;
	padding: 10px;
}
#sp h1 {
	font-size:1.6em;
	color:#FFF;
	background-color: #c1d830;
	display:block;
	padding: 5px;
	margin: 0px;
	font-weight: lighter;
	text-align: center;
}
#sp p {
	background-color:#f4f7dc;
	text-align:center;
	margin-bottom: 0px;
	padding: 10px;
	margin-top: 10px;
}
#ns {
	border: #fcb568 solid 1px;
	padding: 10px;
}
#ns h1 {
	font-size:1.6em;
	color:#FFF;
	background-color: #fcb568;
	display:block;
	padding: 5px;
	margin: 0px;
	font-weight: lighter;
	text-align: center;
}
#ns p {
	background-color:#fbebdb;
	text-align:center;
	margin-bottom: 0px;
	padding: 10px;
	margin-top: 10px;
}
#es {
	border: #fcb568 solid 1px;
	padding: 10px;
}
#es h1 {
	font-size:1.6em;
	color:#FFF;
	background-color: #fcb568;
	display:block;
	padding: 5px;
	margin: 0px;
	font-weight: lighter;
	text-align: center;
}
#es p {
	background-color:#fbebdb;
	text-align:center;
	margin-bottom: 0px;
	padding: 10px;
	margin-top: 10px;
}

#lt {
	border: #9cc2cb solid 1px;
	padding: 10px;
}
#lt h1 {
	font-size:1.6em;
	color:#FFF;
	background-color: #9cc2cb;
	display:block;
	padding: 5px;
	margin: 0px;
	font-weight: lighter;
	text-align: center;
}
#lt p {
	background-color:#e8eff0;
	text-align:center;
	margin-bottom: 0px;
	padding: 10px;
	margin-top: 10px;
}
#ei {
	border: #9795be solid 1px;
	padding: 10px;
}
#ei h1 {
	font-size:1.6em;
	color:#FFF;
	background-color: #9795be;
	display:block;
	padding: 5px;
	margin: 0px;
	font-weight: lighter;
	text-align: center;
}
#ei p {
	background-color:#e0e0ed;
	text-align:center;
	margin-bottom: 0px;
	padding: 10px;
	margin-top: 10px;
}
/*for new flashless hompage*/
.map {
	width:900px;
	background-image:url(images/map.jpg);
	padding:0px;
	height: 800px;
	background-repeat: no-repeat;
	margin: 50px;
	text-align: left;
}

