/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */

html { overflow-y: scroll; color: #444444; }
body { background: url(/bg.gif) repeat-x top left #f1f0f0; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal; margin: 0; padding: 0; }
ol { margin-bottom: 1.3em; margin-left: 15px; list-style-position: inside; }
ol li { background: none; padding: 0; }
ul { margin-bottom: 1.3em; margin-left: 15px; list-style-type: disc; }
li ul { margin: 0; }
li ul li { margin: 0.25em 0 0 0; }
li { margin-top: 0.25em; margin-bottom: 0.25em; }
p { margin-bottom: 1.3em; font-size: 1em; line-height: 1.5em; }
h1, h2, h3, h4, h5 { line-height: normal; }
h1 { font-size: 18px; margin-top: 4px; display: block; margin-bottom: 10px; }
h2 { font-size: 16px; margin-top: 4px; display: block; margin-bottom: 10px; }
h3 { font-size: 14px; display: block; margin-top: 4px; margin-bottom: 10px; }
h4 { display: block; margin-top: 4px; margin-bottom: 10px; }
h5 { display: block; margin-top: 4px; margin-bottom: 10px; }
a:link { text-decoration: none; color: #d1b200; }
a:visited { text-decoration: none; color: #d1b200; }
a:active { text-decoration: none; color: #d1b200; }
a:hover { text-decoration: underline; color: #d1b200; }
a img { border: none; }
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */

.clear { clear: both; height: 1px; overflow: hidden; margin-top: -1px; }
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */

#outside_container {
	width: 1000px;
	min-height:400px;
	height:auto !important;
	height:400px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#login {
	position: absolute;
	top: 0px;
	right: 0px;
}
#login a {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(/loginbg.gif) repeat-x top left;
	height: 35px;
	line-height: 35px;
	float: left;
	padding: 0 15px;
	margin: 0 0 0 10px;
}
.loginContainer, .logoutContainer { display: inline; }
#header {
	width: 1000px;
	height: 111px;
	background: url(/headerbg.gif) no-repeat top left;
}
#ctl01_logo_ctl00_logoLink {
	position: absolute;
	left: 0px;
	top: 27px;
}
.search {
	position: absolute;
	top: 55px;
	right: 79px;
}
.Search_Link { display: none; }
.Search_Button { float: left; }
.Search_TextBox { float: left; border: 1px solid #b3b3b3; height: 19px; }
#nav {
	width: 858px;
	height: 27px;
	margin: 0 auto 21px;
	background: url(/navbg.gif) no-repeat top left;
	overflow: hidden;
	padding: 0 20px;
	position: relative;
}
#nav ul, #nav li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 0 0 0 !important;
}
#nav a:link.FlyOut_Level01, #nav a:active.FlyOut_Level01, #nav a:visited.FlyOut_Level01 {
  color: #ffffff;
  font-size: 12px;
  line-height: 27px;
  font-weight: bold;
  text-transform: uppercase;
}
#nav a:hover.FlyOut_Level01 {
  text-decoration: none;
  cursor: pointer !important;
}
#nav ul li.rmFirst a {
	position: absolute;
	top: 4px;
	left: 847px;
	display: block;
	height: 20px;
	width: 20px;
	text-indent: -9999px;
}
.RadMenu .rmLink { 
	margin: 0 !important;
	padding: 0 !important;
}
.rmItem { white-space: normal; }

#breads { display: none; }
#main {
	width: 883px;
	margin: 0 auto;
	background: url(/contentbg.png) repeat-y top left;
}
.column1 {
	float: left;
	width: 599px;
	margin: 0 40px 0 0;
}
.banner1 ul, .banner1 ul li, #banner2 ul, #banner2 ul li {
	margin: 0;
	padding: 0;
}
.welcome { display: none; }
.banner1 {
	width: 598px;
	margin: 0 0 6px 0;
}
.content {
	border: 1px solid #e2e2e2;
	width: 558px;
	background: #fff;
	padding: 20px;
}
.H1 { display: none; }
.column2 { float: left; width: 202px; padding: 20px; 
background: #fff; border: 1px solid #e2e2e2; }

#banner2 { display: none; }
#footer {
	width: 867px;
	background: url(/footerbg.gif) no-repeat top left;
	margin: 11px auto;
	padding: 8px;
	position: relative;
	height: 33px;
}
#sociallinks {
	position: absolute;
	top: 3px;
	right: 29px;
}
ul#sociallinks {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#sociallinks li {
	list-style: none;
	display: inline;
	margin: 0 0 0 5px;
	padding: 0;
}
.footerlinks {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 10px;
}
#footer span span { display: none; }
.rssVertical_ItemTitle {
	display: none;
}
.rssVertical_RssItemOuter {
	background: url(/rssbg.jpg) no-repeat left center;
	border-bottom: 2px solid #f1f0f0;
	padding: 0 0 5px 15px;
	margin: 0 0 5px 0;
}
.rssVertical_ItemDateLastRefreshed {
	display: none;
}
.rss1 {
	margin: 0 0 20px;
	float: left;
}
/* ------------------------------------------ */
/* ALL SECTION */
/* ------------------------------------------ */

.itemTitle { font-size: 1.25em; font-weight: bold }

/* END STRUCTURE */

/* ------------------------------------------ */
/* PARENT SECTION */
/* ------------------------------------------ */

.parentSection_MainListTable, .ParentSection_MainListTable { display: none; }

/* END STRUCTURE */

/* ------------------------------------------ */
/* ARTICLES PAGE */
/* ------------------------------------------ */

.articleSection_ItemImage { margin-bottom: 5px; }
.articleSection_ItemTitle { font-size: 1.1em; font-weight: bold; }

.article_Title { color: #8e8d47; font-size: 1.5em; margin-bottom: 10px; font-weight: bold; text-transform: uppercase; }

/* END STRUCTURE */

/* ------------------------------------------ */
/* ARTICLES PAGE */
/* ------------------------------------------ */

.event_Title, .Event_Title { font-size: 1.5em; margin-bottom: 10px; font-weight: bold; text-transform: uppercase; }

/* END STRUCTURE */

/* ------------------------------------------ */
/* LINKS PAGE */
/* ------------------------------------------ */

.itemLinkTitle {
  font-size: 1.167em;
  display: block;
  width: 400px;
}

.itemBriefDescription {
  display: block;
  width: 400px;
}

/* END STRUCTURE */

/* ------------------------------------------ */
/* DOWNLOADS PAGE */
/* ------------------------------------------ */

/*
.itemTitle {
  font-size: 1.167em;
	float: left;
	margin-right: 5px;
} 

.fileName {
  margin: 0 0 0 20px;
}

.itemBriefDescription {
	display: block;
}

.itemDownloadLink {
  margin: 0 0 0 20px;
} */

/* END STRUCTURE */

.GeoMapMainMapDiv {
height:350px;
}

.SurveyResultTextCell { margin-left: 15px; }

.ContactFormFieldTitleCell { padding-bottom: 10px; }
.welcome { display: none; }
