/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; color: #000000; font-size: 100%; }
body { background: #131313; font: 1em/1.125em "Trebuchet MS"; }
ul { list-style: none inside; }
p { margin-bottom: 1.3em; }
a { outline: none; color: #000000; }
a:hover { color: #b22310; text-decoration: underline; }
a img { border: none; }
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; height: 1px; overflow: hidden; margin-top: -1px; }
.transpBlack { background: url(transpBlack.png); }
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */

#outside_container {
	width: 810px;
	min-height:600px;
	height:auto !important;
	height:600px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#login {
  width: 770px;
  height: 27px;
  color: #ffffff;
  text-align: right;
  font-size: .750em;
  margin: 20px 40px 0px 0px;
}

#login a:link {
	color: #ffffff;
	text-decoration: none;
}

#login a:active {
	color: #ffffff;
	text-decoration: none;
}

#login a:visited {
	color: #ffffff;
	text-decoration: none;
}

#login a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#header {
  width: 810px;
}

#navandsearch {
  width: 810px;
  height: 54px;
  background: #b22310;
  float: left;
height: auto;
}

.nav {
  float: left;
  font-size: .875em;
  padding: 0px 0px 0px 0px;
  text-align: center;
}

a:link.FlyOut_Level01 {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 9px 10px 0px 10px;
	white-space: normal;
	width: 80px;
	height: 45px;
	
}

a:visited.FlyOut_Level01 {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 9px 10px 0px 10px;
	white-space: normal;
	width: 80px;
	height: 45px;
}

a:active.FlyOut_Level01 {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 9px 10px 0px 10px;
	white-space: normal;
	width: 90px;
	height: 45px;
}

a:hover.FlyOut_Level01 {
	color: #ffffff;
	text-decoration: none;
	background: #131313;
}

.FlyOut_Level02 {
  background: #131313;
}

a:link.FlyOut_Level02 {
  padding: 10px 20px 10px 20px;
  color: #ffffff;
	text-decoration: none;
}

a:visited.FlyOut_Level02 {
  padding: 10px 20px 10px 20px;
  color: #ffffff;
	text-decoration: none;
}

a:active.FlyOut_Level02 {
  padding: 10px 20px 10px 20px;
  color: #ffffff;
	text-decoration: none;
}

a:hover.FlyOut_Level02 { 
  background: #333333;
  padding: 10px 20px 10px 20px;
}

.search {
  float: right;
  margin:  15px 15px 15px 0px;
}

.SearchTxtBox {
	color: #666666;
}

.Search_Button {
	font-size: .750em;
	color: #ffffff;
}

.search a:link {
	color: #ffffff;
	text-decoration: none;
}

.search a:active {
	color: #ffffff;
	text-decoration: none;
}

.search a:visited {
	color: #ffffff;
	text-decoration: none;
}

.search a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#undernav {
  width: 810px;
  height: 15px;
  background: url(../images/undernavimage.gif) no-repeat top;
  display: inline-block;
  
}

#banners {
  width: 780px;
  padding: 0px 15px 15px 15px;
  background: url(../images/contentbg.gif) repeat-y top;
  float: left;
}

.banner1 {
  float: left;
  width: 371px;
  margin: 0px 15px 0px 11px;
}

.banner2 {
  float: left;
  width: 371px;
}

#main {
  width: 750px;
  padding: 0px 30px 10px 30px;
  background: url(../images/contentbg.gif) repeat-y top;
  float: left;
}

.content {
  float: left;
  margin: 0px 0px 0px 0px;
}

.content p { font-size: .750em; }

.content h1 {
	color: #b22310;
	font-weight: bold;
	font-size: 1.250em;
	margin-top: 2px;
}

.content h2 {
	color: #b22310;
	font-weight: bold;
	font-size: 1.250em;
	margin-top: 2px;
}

.content h3 {
	color: #000000;
	font-weight: bold;
	font-size: 1.250em;
	margin-top: 2px;
}

.content h4 {
	color: #000000;
	font-weight: bold;
	font-size: 1.250em;
	margin-top: 2px;
}

#footer {
  width: 750px;
  padding: 10px 30px 10px 30px;
  background: url(../images/contentbg.gif) repeat-y top;
  font-size: .689em;
  color: #b22310;
}

#footer p {
	margin: 0px;
}

#footer a:link {
	color: #000000;
	text-decoration: none;
}

#footer a:active {
	color: #000000;
	text-decoration: none;
}

#footer a:visited {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	color: #b22310;
	text-decoration: underline;
}


/* END STRUCTURE */

/* ------------------------------------------ */
/* RSS FEEDS */
/* ------------------------------------------ */

.WebServiceBox_ListItem {
	width: 194px;
  background: url(../images/events.gif) no-repeat top;
  padding: 25px 10px 20px 10px;
	
}

.WebBox_BoxInnerDiv {
  width: 236px;
  background: url(../images/latestnews.gif) no-repeat top;
padding: 25px 10px 0px 20px;
}

.WebBox_ListServiceItemTitle {
padding: 10px 0px 0px 0px;
background: url(../images/rss1line.gif) no-repeat -20px 0;
text-transform: uppercase;
font-size: .875em;
}

.WebServiceBox_ListServiceItemTitle {
padding: 10px 0px 0px 0px;
background: url(../images/rss1line.gif) no-repeat -25px 0;
text-transform: uppercase;
font-size: .875em;
}

.WebServiceBox_ListServiceTitle {
	display: none;
}

.WebBox_ListServiceItemTitle a:link {
text-decoration: none;
color: #b22310;
}

.WebServiceBox_ListServiceItemTitle a:link {
text-decoration: none;
color: #b22310;
}

.WebBox_ServiceTitleLink {
	display: none;
}

.WebBox_UnderItemDescriptionSpacerDiv {
height: 10px;
}

.WebServiceBox_ListServiceItemSpacer {
height: 10px;
}

.WebServiceBox_ListServiceAboveCopyright {
	display: none;
}

.WebServiceBox_LastRefreshed {
	display: none;
}

.WebBox_UnderTitleSpacerDiv {
	display: none;
}

.WebBox_ListTitleLink {
	padding: 0px 0px 0px 5px;
}

.WebBox_UnderItemTitleSpacerDiv {
	display: none;
}

.WebBox_ListDescription {
	padding: 0px 0px 0px 5px;
	display: block;
font-size: .750em;
}

.WebServiceBox_ListDescription {
	padding: 0px 0px 0px 0px;
	display: block;
font-size: .750em;
}

.WebBox_ListServiceAboveCopyright {
	display: none;
}

.WebBox_LastRefreshed {
	display: none;
}

/* END STRUCTURE */

/* ------------------------------------------ */
/* SYSTEM LOGIN PAGE */
/* ------------------------------------------ */

span[id$='SystemPageHeader'] {
font-size: .750em;
}

label[id$='Username'] {
font-size: .750em;
}

label[id$='Password'] {
font-size: .750em;
}

.ForumLogin_LoginLink {
	font-size: 1em;
}

/* END STRUCTURE */

/* ------------------------------------------ */
/* PARENT SECTION */
/* ------------------------------------------ */

.ParentSection_ListTitleLink {
	display: block;
	font-size: .875em;
	text-transform: uppercase;
	background: url(../images/redarrow.gif) no-repeat 0 3px;
	padding: 0 0 0 15px;
}

.ParentSection_ListTitleLink a:link {
	color: #b22310;
	text-decoration: none;
}

.ParentSection_ListTitleLink a:hover {
	color: #b22310;
	text-decoration: none;
}

.ParentSection_ListTitleLink a:visited {
	color: #b22310;
	text-decoration: none;
}

.ParentSection_ListBriefDescription {
	font-size: .750em;
	padding: 0 0 0 15px;
	display: block;
}

/* END STRUCTURE */

/* ------------------------------------------ */
/* ARTICLES PAGE */
/* ------------------------------------------ */

span[id$='PostedInfo1'] {
display: block;
margin-left: 18px;
margin-bottom: 7px;
}

.ArticleSection_ListTitle {
	color: #b22310;
	font-size: .875em;
	text-transform: uppercase;
	display: block;
}

.hasRead {
	float: left;
	margin-right: 5px;
}
.Article_Title {
	color: #b22310;
	font-size: .875em;
	text-transform: uppercase;
}

.Article_FullDescription {
	font-size: .750em;
}

.itemReadMoreLink {
  font-size: .750em;
}

.BackToList_TextLink {
  font-size: .750em;
}

/* END STRUCTURE */

/* ------------------------------------------ */
/* LINKS PAGE */
/* ------------------------------------------ */

.itemLinkTitle {
	font-size: .875em;
	text-transform: uppercase;
}

.itemLinkTitle a:link {
	color: #b22310;
	text-decoration: none;
}

.itemLinkTitle a:hover {
	color: #b22310;
	text-decoration: none;
}

.itemLinkTitle a:visited {
	color: #b22310;
	text-decoration: none;
}

.itemBriefDescription {
	font-size: .750em;
}

/* END STRUCTURE */

/* ------------------------------------------ */
/* DOWNLOADS PAGE */
/* ------------------------------------------ */

.itemTitle {
	font-size: .875em;
	text-transform: uppercase;
	color: #b22310;
	float: left;
	margin-right: 5px;
}

.fileName {
	font-size: .750em;
}

.itemDownloadFileSize {
	font-size: .750em;
}

.DownloadSection_ListFileTypeIcon {
}

.itemBriefDescription {
	display: block;
}

.itemDownloadLink {
  font-size: .750em;
}

.itemSendALinkToDownload {
  font-size: .750em;
}

/* END STRUCTURE */

/* ------------------------------------------ */
/* FORMS */
/* ------------------------------------------ */

.ContactFormFieldTitle {
  font-size: .750em;
}

.RegisterFormRequiredField {
  font-size: .750em;
}

/* END STRUCTURE */

/* ------------------------------------------ */
/* ABSOLUTE POSITIONED */
/* ------------------------------------------ */

#searcharea {
  position: absolute;
  top: 40px;
  left: 550px;
  z-index: 99;
}


/* END STRUCTURE */

/* ------------------------------------------ */
/* HIDDEN */
/* ------------------------------------------ */

.colad1 {
  display: none;
}

.colad2 {
  display: none;
}

.rss1 {
  display: none;
}

.rss2 {
  display: none;
}

#welcome {
  display: none;
}

#breadcrumbs {
  display: none;
}

.H1 {
	display: none;
}

/* END STRUCTURE */