BODY{
	background-color : #c2d7d7;
	margin : 10px 0 0 0;
	text-align : center;
}

A{
	color : blue;
	text-decoration : none;
}

A:hover{
	color : #c00;
	text-decoration : underline;
}




H1{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin : 0 0 12px 0;
	padding : 0 0 0 0;
	font-size : 160%;
	font-weight : 500;
	color : #146524;
}
H2{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin : 0 0 12px 0;
	padding : 0 0 0 0;
	font-size : 140%;
	font-weight : 500;
	color : #146524;
}
H3{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin : 0 0 12px 0;
	padding : 0 0 0 0;
	font-size : 140%;
	font-weight : 500;
	color : #900;
}

H4{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin : 0 0 12px 0;
	padding : 0 0 0 0;
	font-size : 120%;
	font-weight : bold;
	color : #146524;
}

H5{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin : 0 0 12px 0;
	padding : 0 0 0 0;
	font-size : 120%;
	font-weight : bold;
	color : #900;
}

H6{
	font-family : Arial, Helvetica, sans-serif;
	margin : 0 0 12px 0;
	padding : 0 0 0 0;
	font-size : 100%;	
	font-weight : bold;
	color : #146524;
}
P{
	margin : 0 0 1em 0;
	line-height : 18px;
}

Blockquote{
	margin : 0 30px 1em 30px;
	padding : 0;
}


OL{
	margin : 0 20px 1em 20px;
	padding : 0;
}

UL{
	margin : 0 10px 1em 10px;
	padding : 0;
}

UL LI{
	list-style : square;
	color : #106524;
	line-height : 18px;
}
UL LI UL{
	margin : 1em 10px 1em 10px;
	padding : 0;
}

UL LI UL LI{
	list-style : disc;
	color : #106524;
	line-height : 14px;
}

HR{
	background-color : black;
	color : black;
	height : 1px;
	border : none;
}


.clear{
	clear : both;
	font-size : 10%;
	margin : 0;
	height : 1px;
}


#pageBlock{
	margin : 0 auto 0 auto;
	padding : 0;
	font-size : 0.75em;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	width : auto;
}

#headerBlock{
	text-align : center;
	margin : 0 0 2em 0;
}
#logo{
	
}

#footer{
	display : none;
}

#container{


}
#contentBlock{
	padding : 0 0 0 0;
	margin : 0;
	vertical-align : top;
	width : 100%;
	text-align : left;
}
#addressBlock{
		display : none;
}

#addressBlock A{
	color : #106524;
	text-decoration : none;
}
#addressBlock A:hover{
	color : #106524;
	text-decoration : underline;
}

#menuBlock{
	display : none;
}

.featureBox{
	clear : right;
	float : right;
	width : 234px;
	vertical-align : top;
	font-size : 100%;
	margin : 0 0 1em 15px;
	border : 1px solid black;
}
.featureBox TD{
	padding : 10px 30px 20px 20px;
}

.featureBox TD A{
	color : #146524;
}
.featureBox TD UL{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}
.featureBox TD UL LI{
	background-image : none;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	line-height : 18px;
	color : black;
}

.eventsBox{
	clear : right;
	float : right;
	width : 234px;
	vertical-align : top;
	font-size : 100%;
	margin : 0 0 1em 15px;
	border : 1px solid black;
}
.eventsBox TD{

	padding : 10px 30px 15px 20px;
}

.eventsBox TD A{
	color : #146524;
}
.eventsBox TD UL{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}
.eventsBox TD UL LI{
	background-image : url(/assets/gfx/bullet.gif);
	background-repeat : no-repeat;
	background-position : 0px 0px;
	padding : 2px 5px 2px 30px;
	margin : 0 0 0 0;
	line-height : 18px;
	color : black;
}

.spacer{
	background-image : url(/assets/gfx/spacer.gif);
	background-repeat : repeat-x;
	background-position : 50%;
	height : 15px;
	font-size : 5%;
	margin : 5px 0 3px 0;
}

.largeBox{
	clear : both;
	width : 100%;
	border : 1px solid black;
	vertical-align : top;
	font-size : 100%;
	margin : 0 0 1em 0;
}
.largeBox TD{
	padding : 7px 10px 10px 10px;
	vertical-align : top;
}
.largeBox UL{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}
.largeBox UL LI{

}
.largeBox TD Table TD{
	background-image : none;
	background-repeat : no-repeat;
	background-position : 0% 100%;
	padding : 2px 4px 2px 4px;
	vertical-align : top;
}

.dataTable{
	border : 1px solid #ccc;
	margin : 0 0 1em 0;
	width : 100%;
	border-collapse : collapse;
}
.dataTable TH{
	border-collapse : collapse;
	border : 1px solid #ccc;
	padding : 3px 5px 3px 5px;
	font-weight : bold;
	text-align : left;
	background-color : #e7e7e7;
	vertical-align : top;
}
.dataTable TD{
	border : 1px solid #ccc;
	border-collapse : collapse;
	padding : 3px 5px 3px 5px;
	font-weight : normal;
	text-align : left;	
	background-color : #f5f5f5;
	vertical-align : top;
}


.noDisplay{
	display : none;
}





TABLE.fieldGroup{
	font-size : 90%;
	margin : -2px 0 1em -2px;
	background-color : white;
	width : 100%; 
}


TABLE.fieldGroup A{
    color : black;
}

TABLE.fieldGroup TH{
	border : 1px solid black;
	background-color : #256b94;
	color : white;
	padding : 2px 5px 2px 5px;
	text-align : left;
	font-weight : bold;
}

TABLE.fieldGroup TH A{
    color : white;
}

TABLE.fieldGroup TH A:hover{
    color : white;
}

TABLE.fieldGroup TD{
	border : 1px solid #999;
}
TABLE.fieldGroup TD TABLE TD{
	border : none;
}

TABLE.fieldGroup TD.checkbox{
	text-align : center;
}

TABLE.fieldGroup Label{
	display : block;
	background-color : #e1eef5;
	padding : 2px 5px 2px 5px;
	color : black;
}
TABLE.fieldGroup Label.requiredInfo{
	background-image : url(/assets/gfx/required-bgi.gif);
	background-position : 100% 50%;
	background-repeat: no-repeat;
}


TABLE.fieldGroup INPUT{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 110%;
	background-color : white;
	border : hidden;
	border-width : 0px;
	margin : 1px 5px 1px 5px;
	padding : 0 0 0 0;
	width : 95%;
}

TABLE.fieldGroup TD .ruInputs{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	display : inline;
}
TABLE.fieldGroup TD .ruInputs LI{
	height : auto;
	background-image : url(none);
	list-style : none;
}


TABLE.fieldGroup textarea{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 110%;
	background-color : white;
	margin : 1px 0 1px 0;
	padding : 0 0 0 5px;
	width : 99%;
	border : none;

}

TABLE.fieldGroup SELECT{
	width : 100%;
	border : hidden;
	border-width : 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 110%;
	margin : 0;
}

TABLE.fieldGroup Option{
	overflow : hidden;
}

TABLE.fieldGroup INPUT.checkbox{
	width : auto;
	margin : 1px 0 0 0;
	padding : 0;

}
TABLE.fieldGroup TD.checkbox{
	text-align : center;
}
TABLE.fieldGroup TD.checkbox Input{
	width : auto;
	margin : 1px 0 0 0;
	padding : 0;
}


TABLE.fieldGroup TD.columnCentered, .columnCentered{
	text-align:  center;
}
TABLE.fieldGroup TD.columnJustify, .columnJustify{
	text-align:  justify;
}
TABLE.fieldGroup TD.columnRight, .columnRight{
	text-align:  right;
}




#search_form{
	display: inline ;
}
#search_form Div{
	margin: 0 0 0 0;
}

.search_error_block{
	border : 1px dotted #900;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-weight : 600;
	color : #900;
	text-align : center;
	margin : 10px 0px 1em 0px;
	padding : 8px 10px 8px 10px;

}

.search_standard_paragraph{
	margin : 2px 0px 1px 0px;
	padding: 0 0 0 0;
}

.search_nav_page_number_current {
	border : 1px solid Gray;
}

.search_results_abstract_line {
	margin : 5px 0px 0px 20px;
	font-size : 13px;
}
.search_results_number {
	font-weight : bold;
}
.search_results_title_line { 
	margin : 10px 0px 0px 0px;
 }
.search_results_url {
	font-size : 9px;
}
.search_results_stats_line { 
	margin : 2px 0px 0px 20px;
	font-size : 10px;
 }
#search_block {
	font-family : Arial, Helvetica, sans-serif;
  }

#search_input_block { 	
	background-color : #e1eef5;
	padding : 10px 10px 0 10px;
	border : 1px solid black;
 }

#search_powered_by {
	text-align : center;
	font : normal normal normal 9px Verdana, Geneva, Arial, Helvetica, sans-serif;

}

#search_navigation_block{
	font-size : 100%;
	text-align : right;
	margin : 1em 0 1em 0;
	border-top : 1px solid black;
	padding : 5px 0 0 0;
}

#search_stats_block {
	background : #e1eef5;
	margin : 10px 0px 1em 0px;
	padding : 10px 10px 10px 10px;
	border : 1px solid black;
  }
#search_stats_time_value { 
	font : bold;
}
#search_stats_total { 
	font : bold;
}
#search_stats_words_value { 
	font : bold;
}


.question{
	margin : 0 0 8px 0;
}
.question IMG{
	margin : 0 4px 0 4px;
}

.question label{
	display : block;
	font-size : 100%;
	margin : 0 0 5px 0;
}

.question .TextFormat{
	border : 1px solid black;
	padding : 1px 3px 1px 3px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin : 0 3px 1px 0;
	background-color : #f5f5f5;
	color : #842230;
	width : 460px;
}

#captchaTable{
	width : 100%;
	margin : 0 0 1em 0;
	text-align : left;
}

#captchaTable td.requiredInfo{
	background-image : url(/assets/gfx/required.gif);
	background-repeat : no-repeat;
	background-position : 100% 0%;
	padding : 0 16px 0 0;
}

.captchaImage{
	border : 1px solid black;	
	margin : 10px 0 0 0 ;
}
.captchaInput{
	border : 1px solid black;
	padding : 1px 3px 1px 3px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin : 0 3px 1px 0;
	background-color : #dfdfde;
	color : #842230;
	width : 460px;
}

.freeText{
	border : 1px solid black;
	background-color : #f5f5f5;
	width : 60%;
	margin : 0 0 0 45px;
	padding : 2px 5px 2px 5px;
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size :100%;
}
.optionLabel{
	padding : 0 0 0 25px;
	margin : 0 0 0 0;
	display : block;
}
.optionLabel Label{
	color : #900;
	display : inline;
}

.surveyTable{
	border : 1px solid black;
	border-collapse : collapse;
	margin : 0 0 1em 0;
	width : 100%;
}
.surveyTable TH{
	border-collapse : collapse;
	border : 1px solid black;
	padding : 3px 5px 3px 5px;
	font-weight : bold;
	background-color : #e7e7e7;
	vertical-align : top;
	font-size : 90%;
}
.surveyTable TD{
	border-collapse : collapse;
	border : 1px solid black;
	padding : 3px 5px 3px 5px;
	font-weight : normal;
	background-color : #f5f5f5;
	vertical-align : top;
}


.rade_wrapper{
	background-image : none;
}


.formInput{
	border : 1px solid black;
	background-color : #d3d3d3;
	padding : 1px 1% 1px 1%;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.requiredInfo{
	background-image : url(/assets/gfx/required.gif);
	background-repeat : no-repeat;
	background-position : 100% 0%;
	padding : 0 16px 0 0;
}

.long, .full{
	width : 98%;
}

.formBox{
	background-color : #f5f5f5;
	width : 100%;
	margin : 0 0 1em 0;
	border : 1px solid #ccc;
}

.search_error_block{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #900;
	text-align : center;
	margin : 10px 0px 0px 0px;
	padding : 10px 10px 0 10px;

}



#searchPageCriteria{
	border : 1px solid #ccc;
	background-color : #f5f5f5;
	padding : 10px 12px 10px 12px;
	margin : 0 0 3px 0;
}

#searchResultsData{
	border : 1px solid #ccc;
	background-color : #f5f5f5;
	margin : 0 0 1em 0;
	padding : 3px 12px 3px 12px;
}
#resultsFound{
	text-align : right;	
	float : right;
	width : 25%;
}

#noResultsFound{
	border : 1px solid #ccc;
	background-color : #f5f5f5;
	margin : 0 0 1em 0;
	padding : 10px 12px 10px 12px;
	text-align : center;
}


.noResults{
	color : #333;
	font-size : 100%;
	font-weight : Bold;
}

.instructions{
	font-size : 90%;
	color : #900;
}

#searchData{
	float : left;
	width : 70%;
}

#q{
	border : 1px solid black;
	padding : 2px 4px 2px 4px;
	font-size : 100%;
	font-family : Arial, Helvetica, sans-serif;
	margin : 0 3px 0 3px;
}

#searchPageSubmit{
	background-color : #dadada;
	border : 1px solid black;
	padding : 3px 4px 1px 4px;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 1;
}

dl{
	margin : 0 0 1em 0;
	padding : 0 0 0 0;
}

dt{
	margin : 0 0 5px 0;
	padding : 0 0 0 0;
}

dd{
	margin : 0 0 5px 35px;
	padding : 0 0 0 0;	
}

dl A{
	color : #900;
	text-decoration : none;
}

dl A:hover{
	color : #900;
	text-decoration : underline;
}

.numbering{
	font-weight: bold;
	padding : 0 0 0 12px;
	width : 23px;
	display : block;
	float : left;
	font-size : 90%;
	text-align : left;
}

dd.extras{
	font-size : 90%;
}


#pagination{
	border-top : 1px solid black;
	border-bottom : 1px solid black;
	text-align : center;
	padding : 4px 0 4px 0;
	margin : 0 0 0 0;
}
#paginationLayout{
	
}
#pagination Table#paginationLayout TD{
	Padding : 0 3px 0 3px;
}

#pagination A{
	color : black;
	text-decoration : none;
	border : 1px solid #ccc;
	display : block;
	Padding : 0 4px 0 4px;
}
#pagination A:hover{
	color : #900;
	text-decoration : none;
	background-color : #f5f5f5;
	border : 1px solid black;
}

#pagination .currentPage{
	border : 1px solid #ccc;
	display : block;
	Padding : 0 4px 0 4px;
	color : black;
	border : 1px solid #900;
}

.clear{
	height : 1px;
	font-size : 5%;
	clear : both;
}

#searchResultsNo{
	
}
#siteSearch{
	display : none;
}


.captchaImage{
	border : 1px solid black;	
	margin : 10px 0 0 0 ;
}
.captchaInput{
	padding : 1px 1% 1px 1%;
	border : 1px solid black;
	margin : 1px 0 1px 0;
	color : black;
	background-color : #f5f5f5;
	width : 98%;
}
.ruInputs{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	display : inline;
	height : auto;
}
.ruInputs LI{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	display : inline;
	height : auto;
}







/*   CRM additions  */

.columnOne{
	float : left;	
	width : 240px;
	margin : 0 0 5px 0;
}
.columnTwo{
	float : right;
	width : 240px;
	margin : 0 0 5px 0;
}
.fullwidth{
	clear : both;
	margin : 0 0 5px 0;
}


fieldset label{
	font-weight : bold;
	font-size : 90%;
	color : black;
	padding : 0 20px 0 0;
	text-align : left;
}

fieldset Label.requiredInfo{
 background-image : url(/assets/gfx/required-bgi.gif);
 background-position : 100% 50%;
 background-repeat: no-repeat;
 text-align : left;
}



.columnOne .TextOnlyLabel,
.columnTwo .TextOnlyLabel{
	margin : 7px 0 2px 0;
	font-size : 90%;
}


.columnOne .checkBoxPositioner, 
.columnTwo .checkBoxPositioner{
	margin : 2px 0 1px 0;
}

.formFormat, .formFormat2{
	border : 1px solid #abc1de;
	padding : 1px 4px 1px 4px;
	color : #003300;
	margin : 2px 0 0 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}



.columnTwo .formFormat,
.columnOne .formFormat{
	width : 230px;
}

.columnTwo .formFormat2,
.columnOne .formFormat2{
	width : 175px;
	margin : 2px 0 0 5px;
}

.fullwidth .formFormat{
	width : 495px;	
}

fieldset{
	clear : both;
	padding : 5px 10px 10px 10px;
	margin : 0 0 10px 0;
	border : 1px solid #cccccc;
	position : relative;
	background-color : #f5f5f5;
	text-align : left;
}

fieldset h1{
	font-size : 130%;
	margin : 0 0 0.5em 0;
	background-image : none;
	color : #146524;
	padding : 0 0 0 0;
	font-weight : 500;
}

legend{
	padding : 0 0 0 0;
	margin : 0 0 10px 0;
	color : #0098e9;
	font-weight : bold;
	font-size : 130%;
}

.buttonRow{
	margin : 0 0 0 0;
	padding : 10px 10px 0 10px;
}


.gridTable{
	clear : both;
	width : 100%;
	font-size : 100%;
	border : 1px solid #ccc;
	border-collapse : collapse;
}

.gridTable TH{
	border : 1px solid #ccc;
	border-collapse : collapse;
	text-align : center;
	background-color : #e7e7e7;
	color : #003300;
	padding : 2px 3px 2px 3px;
	background-image : url(/assets/gfx/header-fade.gif);
	background-repeat : repeat-y;
	

}
.gridTable TH.key{
	padding : 2px 9px 2px 9px;
}
	
.gridTable TD{
	border : 1px solid #ccc;
	border-collapse : collapse;
	padding : 1px 3px 1px 3px;
	text-align : center;
	background-color : white;
	font-size : 90%;
}
.gridTable TD.firstColumn{
	padding : 1px 3px 1px 3px;
	text-align : left;
}
.gridTable TH.firstColumn{
	padding : 2px 3px 2px 3px;
	text-align : left;
}
.gridTable TD.centered{

}

.legend{
	width : 100%;
	border : 1px solid #ccc;
	border-collapse : collapse;
	margin : 0 0 10px 0;
}
.legend TH{
	border : 1px solid #ccc;
	border-collapse : collapse;
	width : 20px;
	text-align : center;
	background-color : #e7e7e7;
	color : #003300;
	vertical-align : top;
	text-align : center;
	padding : 2px 4px 2px 4px;
}
.legend TD{
	border : 1px solid #ccc;
	border-collapse : collapse;
	text-align : left;
	vertical-align : top;
	padding : 2px 4px 2px 4px;
	background-color : white;
}


.checkboxTable{
	width : 100%;
	margin : 0 0 1em 0;
}
.checkboxTable TD{
	width : 50%;
	vertical-align : top;
}
.checkboxTable TD Input{
	margin : 2px 0 0 0;
	float : left;
}
.checkboxTable TD label{
	padding : 5px 0 0 0;
	float : left;
}


#missingFields{
	color : #0098e9;
	margin : 20px 0 0 0;
}
#missingFields UL{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}
#missingFields UL LI{
	list-style : none;
	margin : 0 0 0 0;
	padding : 0 0 0 15px;
	background-image : url(/assets/gfx/important.gif);
	background-repeat : no-repeat;
	background-position : 0px 1px;
}

.RadTabStrip_Office2007 .rtsLevel1
{
	background-image : url(/assets/gfx/office-2tone.gif);
	background-repeat : repeat-x;
}

.RadComboBox.RadComboBox_Office2007{
	margin : 3px 0 0 0;
	padding : 0 0 0 0;
}

.RadComboBox.RadComboBox_Office2007 table .rcbInputCell{
	background: white;
	padding-left : 4px;
	padding-right : 4px;
}
.RadComboBox.RadComboBox_Default .rcbInputCell{
	padding : 2px 4px 2px 4px;	
}

.RadComboBox.RadComboBox_Office2007,
.RadComboBox.RadComboBox_Office2007 input,
.RadComboBox.RadComboBoxDropDown_Office2007
{
	font:12px/15px arial,verdana,sans-serif;
	color : #003300;
}
.RadComboBoxDropDown_Office2007 UL LI{
	Background-image : none;
}
.RadComboBoxDropDown_Office2007 UL LI{
	Background-image : none;
}

.radfd_Office2007 .radfdCheckboxUnchecked,
.radfd_Office2007 .radfdCheckboxUnchecked.radfdInputDisabled:hover,
.radfd_Office2007 .radfdCheckboxChecked,
.radfd_Office2007 .radfdInputDisabled.radfdCheckboxChecked:hover
{
	margin : 3px 0 0 0;
	background: transparent url(FormDecorator/CheckBoxSprites.gif) no-repeat 0 0;
	font-size : 100%;
	height : 20px;
}


.radfd_Office2007 label.Office2007.radfdCheckboxUnchecked,
.radfd_Office2007 label.Office2007.radfdCheckboxUnchecked.radfdInputDisabled:hover,
.radfd_Office2007 label.Office2007.radfdCheckboxChecked,
.radfd_Office2007 label.Office2007.radfdInputDisabled.radfdCheckboxChecked:hover

{
    color: #003300;
}

.radupload.RadUpload_Office2007 .ruInputs,
.radupload.RadUpload_Office2007 .ruProgress
{
	border: none;
	margin : 3px 0 0 0;
	padding : 0 0 0 0;
	background-color : transparent;
	line-height : 1;
}

.radupload.RadUpload_Office2007 .ruInputs LI{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	list-style-image: none;
}
.radupload.RadUpload_Office2007 .ruFakeInput
{
	width : 426px;
}
.ruFileInput{
	width : 490px;
}
