/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; color: #454544; }
body { background: #452707; font-family: Tahoma; font-size: 12px; line-height: 1.5em;
}
ul { list-style: disc inside; font-size: 0.834em; }
p { margin-bottom: 1.3em; font-size: 1em; }
h1 { font-size: 1.5em; margin-top: 4px; color: #faa334; }
h2 { font-size: 1.167em; margin-top: 4px; color: #84b1d2; }
a { text-decoration: none; color: #E27F13; }
a:hover { color: #faa334; 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: 847px;
	min-height:600px;
	height:auto !important;
	height:600px;
	margin-left: auto;
	margin-right: auto;
}

#login {
  width: 847px;
  height: 21px;
  font-size: 0.833em;
  color: #999999;
  text-transform: uppercase;
  text-align: right;
}

#login a:link {
	color: #999999;
	text-decoration: none;
}

#login a:visited {
	color: #999999;
	text-decoration: none;
}

#login a:active {
	color: #999999;
	text-decoration: none;
}

#login a:hover {
	color: #999999;
	text-decoration: underline;
}

#header {
	width: 847px;
	height: 103px;
}

#nav {
  width: 827px;
  padding: 0 10px 0 10px;
  background: #ffffff;
}

.nav {
  background: url(../images/navbg.gif) repeat  top;
  display: inline-block;
  height: auto;
  width: 802px;
  padding: 0 0 0 25px;
  z-index: 99;
}

.RadMenu { z-index: 100 !important; }

a:link.FlyOut_Level01 {
	color: #ffffff;
	font-size: 1.2em;
	line-height: 2.75em;
	padding: 0 10px 0 0;
	font-family: Arial Narrow, Arial;
	text-decoration: none;
	cursor: pointer !important;
	Text-transform: uppercase;
}

a:active.FlyOut_Level01 {
	color: #ffffff;
	font-size: 1.2em;
	line-height: 2.75em;
	padding: 0 10px 0 0;
	font-family: Arial Narrow, Arial;
	text-decoration: none;
	cursor: pointer !important;
	Text-transform: uppercase;
}

a:visited.FlyOut_Level01 {
	color: #ffffff;
	font-size: 1.2em;
	line-height: 2.75em;
	padding: 0 10px 0 0;
	font-family: Arial Narrow, Arial;
	text-decoration: none;
	cursor: pointer !important;
	Text-transform: uppercase;
}

a:hover.FlyOut_Level01 {
	color: #000000;
	text-decoration: none;
	cursor: pointer !important;
}

a:link.FlyOut_Level02 {
	color: #ffffff;
	font-size: 1.5em;
	line-height: 2.250em;
	padding: 0 10px 0 10px;
	font-family: Arial Narrow, Arial;
	text-decoration: none;
	cursor: pointer !important;
	background: #8fb8d6;
font-weight: bold;
}

a:active.FlyOut_Level02 {
	color: #ffffff;
	font-size: 1.5em;
	line-height: 2.250em;
	padding: 0 10px 0 10px;
	font-family: Arial Narrow, Arial;
	text-decoration: none;
	cursor: pointer !important;
	background: #8fb8d6;
font-weight: bold;
}

a:visited.FlyOut_Level02 {
	color: #ffffff;
	font-size: 1.5em;
	line-height: 2.250em;
	padding: 0 10px 0 10px;
	font-family: Arial Narrow, Arial;
	text-decoration: none;
	cursor: pointer !important;
	background: #8fb8d6;
font-weight: bold;
}

a:hover.FlyOut_Level02 {
	color: #000000;
	text-decoration: none;
	cursor: pointer !important;
}

#breadsandsearch {
  width: 827px;
  background: #ffffff;
  display: inline-block;
  padding: 5px 10px 15px 10px;
height: 25px;
}

.breads {
  float: left;
  width: 800px;
  font-size: 0.833em;
  color: #cccccc;
}

.breads a:link {
	color: #999999;
	text-decoration: none;
}

.breads a:active {
	color: #999999;
	text-decoration: none;
}


.breads a:visited {
	color: #999999;
	text-decoration: none;
}

.breads a:hover {
	color: #AF0C39;
	text-decoration: underline;
}

.search {
  float: right;
  width: 327px;
  text-align: right;
  margin-top: -10px;
}

.Search_Image { display: none; }

.Search_Button {
	background: url(../images/searchbg.gif) repeat-x top #cccccc;
	border: 1px solid #999999;
	text-transform: uppercase;
	font-size: 0.833em;
	padding: 3px 5px 3px 5px;
	margin: 0 0 0 3px;
	.position: relative;
}

a:link.Search_Button {
	color: #999999;
	text-decoration: none;
}

a:active.Search_Button {
	color: #999999;
	text-decoration: none;
}

a:visited.Search_Button {
	color: #999999;
	text-decoration: none;
}

a:hover.Search_Button {
	color: #999999;
	text-decoration: none;
	background: #666666;
}

#main {
  width: 847px;
  background: #ffffff;
  display: inline-block;
  padding: 0 0 20px 0;
}

.column1 {
  float: left;
  width: 767px;
  margin: 0 0px 0 50px;
  padding: 0 20px 0 0;
  
  min-height:420px;
  height:auto !important;
  height:420px;
}

.banner1 {
	float: left;
	width: 563px;
}

.content {
	float: left;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #faa334;
	min-width: 563px;
}

.banner2 {
	float: left;
}

.column2 {
  display: none;

}

.rss1 {
	float: left;
	margin: 0 15px 0 0;
}

.colad1 {
	float: left;
}

#footer {
  width: 817px;
  height: 23px;
  background: url(../images/pvfooter.gif) no-repeat top;
  padding: 15px;
font-size: 0.833em;
}

#footer a:link {
  color: #ffffff;
  text-decoration: none;
}

#footer a:visited {
  color: #ffffff;
  text-decoration: none;
}
#footer a:active {
  color: #ffffff;
  text-decoration: none;
}

#footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#footer span {
	display: block;
	margin-top: -5px;
}

/* END STRUCTURE */

/* ------------------------------------------ */
/* RSS FEEDS */
/* ------------------------------------------ */

.WebBox_TitleText {
	background: url(../images/orangearrow.gif) no-repeat 0 2px;
	.background: url(../images/orangearrow.gif) no-repeat 0 4px;
	padding: 0 0 0 15px;
	font-size: 1.333em;
	font-weight: bold;
}

.WebBox_UnderTitleSpacerDiv {
	height: 10px;
}

.WebBox_ListTitleLink {
	text-transform: uppercase;
}

.WebBox_UnderItemTitleSpacerDiv {
	height: 5px;
}

.WebBox_ListDescription {
	line-height: 1.5em;
}

.WebBox_UnderItemDescriptionSpacerDiv {
	height: 15px;
}

.WebBox_LastRefreshed {
	display: none;
}

/* END STRUCTURE */

/* ------------------------------------------ */
/* SYSTEM LOGIN PAGE */
/* ------------------------------------------ */

span[id$='SystemPageHeader'] {

}

label[id$='Username'] {

}

label[id$='Password'] {

}

.ForumLogin_LoginLink {

}

/* END STRUCTURE */

/* ------------------------------------------ */
/* PARENT SECTION */
/* ------------------------------------------ */

.ParentSection_ListTitleLink {
  text-transform: uppercase;
  font-size: 1.167em;
  
  display: block;
  color: #E27F13;
}

.ParentSection_ListBriefDescription {
  margin: 10px 0 0 0;
  float: left;
}

.itemParentSectionPrivate {}

/* END STRUCTURE */

/* ------------------------------------------ */
/* ARTICLES PAGE */
/* ------------------------------------------ */

span[id$='PostedInfo1'] {
display: block;
margin-left: 18px;
margin-bottom: 7px;
}

.ArticleSection_ListTitle {
  text-transform: uppercase;
  font-size: 1.167em;
  display: block;
  color: #304860;
}

.hasRead {
  float: left;
  margin: 0 5px 0 0;
}

.itemBriefDescription {
  margin: 8px 0 8px 20px;
  display: block;
}

.itemReadMoreLink {
  margin: 8px 0 0 20px;
}

.Article_Title {
  text-transform: uppercase;
  font-size: 1.167em;
  display: block;
  color: #304860;
}

/* END STRUCTURE */

/* ------------------------------------------ */
/* LINKS PAGE */
/* ------------------------------------------ */

.itemLinkTitle {
  text-transform: uppercase;
  font-size: 1.167em;
  color: #304860;
  display: block;
  width: 400px;
}

.itemBriefDescription {
  display: block;
  width: 400px;
}

/* END STRUCTURE */

/* ------------------------------------------ */
/* DOWNLOADS PAGE */
/* ------------------------------------------ */

.itemTitle {
  text-transform: uppercase;
  font-size: 1.167em;
  color: #304860;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}

.fileName {
  margin: 0 0 0 20px;
}

.itemDownloadFileSize {

}

.DownloadSection_ListFileTypeIcon {
}

.itemBriefDescription {
	display: block;
}

.itemDownloadLink {
  margin: 0 0 0 20px;
}

.itemSendALinkToDownload {

}

/* END STRUCTURE */

/* ------------------------------------------ */
/* FORMS */
/* ------------------------------------------ */

.ContactFormFieldTitle {

}

.RegisterFormRequiredField {

}

/* END STRUCTURE */

/* ------------------------------------------ */
/* ABSOLUTE POSITIONED */
/* ------------------------------------------ */




/* END STRUCTURE */

/* ------------------------------------------ */
/* HIDDEN */
/* ------------------------------------------ */

#welcome {
  display: none;
}

#colad2 {
	display: none;
}

#rss2 {
  display: none;
}

/* END STRUCTURE */

.editContentMenu {
margin: 15px 0 0 0;
}

div[id$='Sectiontitle1'] {  }


.H1 {
font-size: 1.167em; 
color: #faa334;
margin: 0 0 15px 0;
}

.RSS_Icon { margin: 0 0 0 10px; }

.rsTopWrap {
   width: 748px;
}

#ctl01_ctl06_ctl00_DateFilter {
   width: 500px;
}

.PrinterFriendly_OuterDiv { float: right; }
.ParentSection_MainListTable { width: 561px; /*display: none;*/ }

.RadScheduler .rsAptContent, .RadScheduler .rsAptIn, .RadScheduler .rsAptMid,  .RadScheduler .rsAptOut { background-image: none !important; }   
.RadScheduler .rsAptOut { border: 1px solid gray !important; }