/************************************************************************************/
/*
/* REMEMBER TO REPLICATE ANY CMS EDITOR STYLES IN Stylesheet.css
/*
/************************************************************************************/

html{
	margin: 0px;
} 

body {
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #666666;
	line-height: 1.4;
	background-image: url(../Images/PageBg.gif);
	background-repeat: repeat;
	background-position: center top;
}

a img {
	border:none;
}

a {
	color: #336699;
	text-decoration: none;
}

a:Hover {
	color: #333333;
	text-decoration: none;
}

a:Active {
	color: #336699;
	text-decoration: none;
}

a:Visited {
	color: #336699;
	text-decoration: none;
}

/*
h1{
	font-family: "Trebuchet MS", "Lucinda Console", Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color: #8a1228;
	text-transform:capitalize;
	margin-bottom: 5px;
	margin-top: 5px;
}
*/

h1{
	font-family: "Trebuchet MS", "Lucinda Console", Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color: #8a1228;
	text-transform:capitalize;
	margin-bottom: 10px;
	margin-top: 5px;
	border-bottom: 1px solid #336699;
}

h2{
	font-family: "Trebuchet MS", "Lucinda Console", Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #8a1228;
	text-transform:capitalize;
	margin-bottom: 0px;
	margin-top: 5px;
}

h2 img{
	padding-right: 5px;
}

h3{
	font-family: "Trebuchet MS", "Lucinda Console", Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #8a1228;
	text-transform:capitalize;
	margin-bottom: 0px;
	margin-top: 5px;
}

h4{
	font-family: "Trebuchet MS", "Lucinda Console", Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #8a1228;
	text-transform:uppercase;
	margin-bottom: 0px;
	margin-top: 5px;
}

hr{

border: 0;
color: #ccd9e5;
background-color: #ccd9e5;
height: 1px;
width: 100%;
text-align: left;
margin: 5px 0px 5px 0px;
}

p{
	margin: 5px 0px 10px 0px;
	font-size: 60%;
}

div#HeaderOuter{
	width: 100%;
	height: 180px;
	background-image: url(../Images/HeaderOuterBg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	
	
}

div#Header{
	margin: 0 auto;
	width: 760px;
	height: 180px;
	/*
	background-image: url(../Images/HeaderBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	*/
}

div#Header1{
	margin: 0 auto;
	width: 760px;
	height: 104px;
	background-image: url(../Images/HeaderBg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	float:none;
}
div#Header2{
	margin: 0 auto;
	width: 760px;
	height: 36px;
	background-image: url(../Images/HeaderBg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	float:none;
}
div#Header3{
	margin: 0 auto;
	width: 760px;
	height: 40px;
	background-image: url(../Images/HeaderBg3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
		clear: both;
	float:none;
}

div#MainHolder{
	background-image: url(../Images/HolderBg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0 auto;
	width: 760px;
	position: relative;
	clear:both;
	display:block;
	float: none;
	min-height: 600px;
}

div#FooterHolder{
	text-align: center;
	width: 760px;
	margin: 0 auto;
	clear: both;
	float: none;
	position: relative;
	display:block;
}

div#Footer {
	clear: both;
	float: none;
	position: relative;
	width: 760px;
	display:block;
}

div#FooterAstute{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 60%;
}

div#FooterLinks{
	height: 40px;
	background-color: #8a1228;
	padding-top: 20px;
	color:#CCCCCC;
	background-image: url(../Images/FooterBg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-size: 60%;
}


a.FooterLink{
	color: #ffffff;
}

a.FooterLink:hover{
	color: #ffffff;
}

a.FooterLink:active{
	color: #ffffff;
}

a.FooterLink:visited{
	color: #ffffff;
}

div#HeaderLogo{
	left: 44px;
	top: 41px;
	position: relative;
	clear: none;
	float: left;
}

div#HeaderMyAccount{
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	right: 47px;
	top: 82px;
	position: relative;
	clear: none;
	float: right;
}

div#HeaderLogin{
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	right: 44px;
	top: 77px;
	position: relative;
	float: right;
	text-align:right;
}

.HeaderLogoutImg{
	margin-left: 10px;
	cursor: hand;
	cursor: pointer;
}

div#HeaderStrapline{
	left: 44px;
	top: 6px;
	position: relative;
	clear: left;
	float: left;
}

div#HeaderSearch{
	right: 41px;
	top: 6px;
	position: relative;
	clear: right;
	float: right;
	vertical-align: middle;
}

.HeaderSearchLabelCell{
	font-size: 70%;
}

div#HeaderBreadcrumb{
	text-align: left;
	left: 44px;
	top: 12px;
	position: relative;
	clear: left;
	float: left;
	width: 540px;
	vertical-align:middle;

}

.dPrintLink{
	right: 26px;
	top: 12px;
	position: relative;
	clear: right;
	float: right;
	vertical-align: middle;
	width: 150px;
}

.HeaderSearchCell{
	vertical-align: middle;
	padding-left: 5px;
}

.HeaderSearchFormField{
	font-size: 60%;
}

.HeaderSearchBtn{
	
}

div#LeftColumn{
	width: 124px;
	float: left;
	clear: left;
	margin-left: 44px;
	text-align: right;
	padding-top: 17px;
	margin-bottom: 10px;
}

div#Content{
	text-align: left;
	width: 521px;
	float: right;
	clear: right;
	margin-right: 44px;
	padding-top: 17px;
	padding-left: 27px;
	margin-bottom: 10px;
}

/*** Control Styles ***********************************************************************************/

/*
.LoginBox
{
	border-right: #af5f5f 1px solid;
	border-top: #af5f5f 1px solid;
	border-left: #af5f5f 1px solid;
	border-bottom: #af5f5f 1px solid;
	background-color: #efefef;
}

.LoginForm
{
	border-right: #af5f5f 1px solid;
	border-top: #af5f5f 1px solid;
	border-left: #af5f5f 1px solid;
	border-bottom: #af5f5f 1px solid;
	background-color: #e7e7ef;
}

.LoginTextBox
{
	border-right: #af5f5f 1px solid;
	border-top: #af5f5f 1px solid;
	border-left: #af5f5f 1px solid;
	border-bottom: #af5f5f 1px solid;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	height: 20px;
	width: 160px;
}

.LoginButton
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%
}
*/

.LoginPopupBox
{
	background-color: #F5F5F5;
	border: 1px solid #8a1228;
	height: 175px;
	/* right: 122px; */
	top: 11px;
}
.LoginPopupBoxTitle
{
	background-color: #8a1228;
	color: #FFFFFF;
	margin: 2px 2px 2px 2px;
	padding: 3px 3px 3px 4px;
	font-weight:bold;
	text-transform: uppercase;
}
.LoginPopupBoxBody
{
	margin: 2px 2px 2px 2px;
	padding: 3px 3px 3px 3px;
	width: 191px;
	white-space:normal;
}

.LoginPopupBoxLabel{
	margin: 2px 0px 2px 2px;
	padding: 3px 0px 3px 3px;
	width: 191px;
	font-weight:bold;
}

.LoginPopupBoxField{
	margin: 2px 2px 2px 0px;
	width: 120px;
	font-size: 100%;
}

.LoginPopupBoxBtn{
	text-align:right;
	margin: 2px 7px 5px 0px;
}

.LoginPopupBoxText
{
	width:90px;
	border-right: #7F9DB9 1px solid;
	border-top: #7F9DB9 1px solid;
	border-left: #7F9DB9 1px solid;
	border-bottom: #7F9DB9 1px solid;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
}
.SiteSearchHighlight
{
	background-color:#7F9DB9;
	color: #FFFFFF;
}
.SiteSearch
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

.SiteSearchReadMore{
text-align:right;
}


.SiteSearchHeaderRow
{
	color:#8A1228;
	font-size: 70%;
	font-weight:bold;
	border-bottom: #7F9DB9 1px solid;
}
.SiteSearchPageContentCell
{
	border-bottom: #EEEEEE 1px solid;
}
.PageNameCell
{
	color:#336699;
	font-size: 70%;
	font-weight:bold;
}
.RssFeedTable
{
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
}
.RssFeedTable td
{
	padding: 3px 3px 3px 3px;
}
.RssFeedTitle
{
	color:#336699;
	font-size: 70%;
	font-weight:bold;
}
.RssFeedDescription
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;	
}
.RssFeedLink
{
	font-size: 60%;	
}
.RssFeedHeader
{
	color:#8A1228;
	font-size: 70%;
	font-weight:bold;
	border-bottom: #7F9DB9 1px solid;
}

.MemberSearchBtn{
	margin-left: 2px;
}

.MemberSearchField{
	font-size: 100%;
	*font-size:60%;
	color: #666666;
	width: 215px;
}
.MemberQuickSearchTable{
	margin-top: 10px;
}
.MemberSearchTable
{
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;	
}
.MemberSearchTable td
{
	padding: 3px 3px 3px 3px;
}
.MemberSearchTitle
{
	color:#336699;
	font-size: 70%;
	font-weight:bold;
}
.MemberSearchDescription
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}
.MemberSearchLink
{
	font-size: 60%;
	text-decoration: none;
	padding:2px;	
}
.MemberSearchPagingTable
{
	clear: both;
	margin-top: 10px;
	font-size: 80%;
}

.MemberSearchPagingCell{
border: 1px solid #cad6e8;
padding: 2px 4px 2px 4px;
font-size: 80%;
}

.MemberSearchPagingCellSelected
{
border: 1px solid #cad6e8;
padding: 2px 4px 2px 4px;
color: #000000;
font-size: 80%;
}
.MemberSearchHeader
{
	color:#8A1228;
	font-size:medium;
	font-weight:bold;
	border-bottom: #7F9DB9 1px solid;
}

/*** End of Control Styles *****************************************************************************/

.SiteSearchTextField{
	font-size: 60%;
	color: #666666;
}

.SiteSearchBtn{
	cursor: hand;
	cursor: pointer;
}

.HeaderLoginBtn{
	cursor: hand;
	cursor: pointer;
}

div#ContractorSearchLeft{
	vertical-align:top;
	position: relative;
	clear: left;
	float: left;
	width: 263px;
	height: 110px;
	background-color:#ffffff;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dfe6ed;
	border-bottom-color: #dfe6ed;
	border-left-color: #dfe6ed;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
}

div#ContractorSearchLeft hr{
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	width: 100%;
	text-align: left;
	margin: 5px 0px 5px 0px;
}

div#ContractorSearchLeft h1{
	border-bottom: none;
}

div#ContractorSearchRight{
	position: relative;
	clear: right;
	float: right;
	width: 233px;
	background-color:#ffffff;
	height: 120px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dfe6ed;
	border-bottom-color: #dfe6ed;
	margin-bottom: 10px;
}

/****** Spot 1 */

.HomeSpotlight{
	vertical-align: top;
	position: relative;
	clear: both;
	float: none;
	margin-bottom: 20px;
	border: 5px solid #8a1228;
	padding: 5px 10px 5px 10px;
	background-image: url(../Images/SpotBg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.HomeSpotlight p {
	width: 80%;
	margin-top: 0px;
}

.HomeSpotlight h2{
	color: #006699;
	margin-top: 20px;
	margin-bottom: 0px;
}

.HomeSpotlight h1{
	border: 0px none;
}

/****** End of Spot 1 */

/****** Spot 2 */

.HomeSpotlight2{
	vertical-align: top;
	position: relative;
	clear: both;
	float: none;
	margin-bottom: 20px;
	border: 5px solid #8a1228;
	padding: 5px 10px 5px 10px;
	background-image: url(../Images/SpotBg2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.HomeSpotlight2 p {
	width: 80%;
	margin-top: 0px;
}

.HomeSpotlight2 h2{
	color: #006699;
	margin-top: 20px;
	margin-bottom: 0px;
}

.HomeSpotlight2 h1{
	border: 0px none;
}

/****** End of Spot 2 */

/****** Spot 3 */

.HomeSpotlight3{
	vertical-align: top;
	position: relative;
	clear: both;
	float: none;
	margin-bottom: 20px;
	border: 5px solid #8a1228;
	padding: 5px 10px 5px 10px;
	background-image: url(../Images/SpotBg3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.HomeSpotlight3 p {
	width: 80%;
	margin-top: 0px;
}

.HomeSpotlight3 h2{
	color: #006699;
	margin-top: 20px;
	margin-bottom: 0px;
}

.HomeSpotlight3 h1{
	border: 0px none;
}

/****** End of Spot 2 */


div#ContentLeft{
	vertical-align:top;
	position: relative;
	clear: left;
	float: left;
	width: 263px;
	background-color:#ffffff;
}

div#ContentRight{
	vertical-align: top;
	position: relative;
	clear: right;
	float: right;
	width: 233px;
	background-color:#ffffff;
}

.GetAdobeBtn{
	margin-right: 5px;
}

.ContentImageLeft1{
	float: left;
	clear: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	/* border: 1px solid #8a1228; */
}

.ContentImageRight1{
	float: right;
	clear: right;
	margin-left: 10px;
	/* border: 1px solid #8a1228; */
	margin-bottom: 5px;
	margin-top: 5px;
}

.ContentImageLeft2{
	float: left;
	clear: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	/* border: 1px solid #8a1228; */
}

.ContentImageRight2{
	float: right;
	clear: right;
	margin-left: 10px;
	/* border: 1px solid #8a1228; */
	margin-bottom: 5px;
	margin-top: 5px;
}

.ContentTable1{
	width: 521px;
	border: 1px solid #8a1228;
	margin: 20px 0px 20px 0px;
	font-size: 60%;
}

.ContentTable1HeaderRow{
	background-color: #8a1228;
	color: #ffffff;
}

.ContentTable1Row1{
	background-color: #eff2f6;
}

.ContentTable1Row2{
	background-color: #f5f7fa;
}

.ContentTable2{
	width: 521px;
	border: 1px solid #336699;
	margin: 20px 0px 20px 0px;
	font-size: 60%;
}

.ContentTable2HeaderRow{
	background-color: #336699;
	color: #ffffff;
}

.ContentTable2Row1{
	background-color: #eff2f6;
}

.ContentTable2Row2{
	background-color: #f5f7fa;
}

ul {
	list-style-position: outside;
	/* list-style-image: url(../Images/Bullet1.gif); */
	margin-left: -10px;
	font-size: 60%;
}


html>img {
	width: 0!important;
	height: 28px!important;
	padding-left: 28px!important;
	background: url(../Images/ScrollIcon.png);
}

div#NewsLetterHolder{
	position: relative;
	clear: both;
	float: none;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 125px;
	top: 15px;
}

div#NewsLetterHolder img{
	margin-top: 0px;
	margin-bottom: 0px;
}


.dNewsLetterBody
{
	width: 115px;
	background-color: #F1F1F1;
	padding:5px;
	text-align: center;
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

.dNewsLetterBody p{
	margin-top: 5px;
	margin-bottom: 5px;
}

.NewsLetterEmailBox
{
	width:105px;
	font-size: 60%;
	margin-bottom: 5px;
	color: #666666;
}
.NewsletterSignupBtn{
padding-bottom: 5px;
}

/******************************** SBF Sign Up Box *****************************/

.SBFHeader{
	margin: 0px;
	padding: 0px;
	display: block;
}

.SBFTop{
	margin: 0px;
	padding: 0px;
	display: block;
}


div#SBFHolder{
	margin: 0px;
	padding: 0px;
	position: relative;
	clear: both;
	float: none;
	margin-top: 20px;
	width: 235px;
	top: 15px;
}

div#SBFHolder img{
	margin: 0px;
	padding: 0px;
	display: block;
	clear:both;
	width: 235px;
}

div#dSBFBody
{
	width: 225px;
	background-color: #F1F1F1;
	margin: 0px;
	padding: 0px;
	padding:5px;
	text-align: center;
	font-size: 100%;
	/*
	margin-top: 0px;
	margin-bottom: 0px;
	*/
}

div#dSBFBody img{
	margin: 0px;
	padding: 0px;
	display: block;
	clear:both;
	width: 235px;
}

div#dSBFBody p{
	margin: 5px 0px;
}

.SBFEmailBox
{
	width:105px;
	font-size: 60%;
	margin-bottom: 5px;
	color: #666666;
}

.SBFSignupBtn{
	padding-bottom: 5px;
}

.SBFBot{
	margin: 0px;
	padding: 0px;
	display: block;
}

/******************************** SBF Sign Up Box End *****************************/

.SearchAdvancedBtn1{
	cursor: hand;
	cursor: pointer;
}

.SearchAdvancedBtn2{
	margin-top: 10px;
	margin-left: 265px;
	margin-bottom: 10px;
	cursor: hand;
	cursor: pointer;
}

.SearchResultsSearchAgainBtn{
	margin: 10px 0px;
	font-size: 70%;
}

.SearchResultsCriteria{
	vertical-align:top;
	position: relative;
	clear: left;
	float: left;
	width: 347px;
	margin-top: 10px;
	font-size: 70%;
}

.SearchResultsSort{
	vertical-align:top;
	position: relative;
	clear: right;
	float: right;
	width: 142px;
	right: -26px;
	margin-top: 10px;
}

div#SearchResultsHolder{
	float: none;
	clear: both;
}


.SearchResultsDropdown{
font-size: 60%;
}

.ContentTextBold{
font-weight:bold;
}

.SearchResultsDiv1{
	background-color: #eaeff5;
	border: 1px solid #7f9db9;
	margin: 0px;
	margin-top: 10px;
	padding: 5px;
	clear: both;
	min-height: 101px;
	font-size: 70%;
}

.SearchResultsDiv1 h2{
	font-size: 100%;
}

.SearchResultsDiv1 p{
	font-size: 100%;
}

.SearchResultsDiv1 ul{
	font-size: 100%;
}

.SearchResultsDiv2{
	background-color: #fafafa;
	border: 1px solid #7f9db9;
	margin: 0px;
	margin-top: 10px;
	padding: 5px;
	clear: both;
	min-height: 101px;
	font-size: 70%;
}

.SearchResultsDiv2 h2{
	font-size: 100%;
}

.SearchResultsDiv2 p{
	font-size: 100%;
}

.SearchResultsDiv2 ul{
	font-size: 100%;
}
.SearchResultsTitle{
	font-weight:bold;
}

.SearchResultsLogo{
	border: 1px solid #8a1228;
	margin-right: 5px;
	width: 118px;
}

.ErrorMessage{
	color: #CC0000;
	font-size: 60%;
}

.ContentTextRed{
	color: #CC0000;
}

.ErrorMessage2{
	color: #CC0000;
	width: 100px;
	margin: 2px 2px 5px 2px;
	padding: 3px 3px 3px 3px;
	font-size: 60%;
	text-align:center;
}

.MemberDetailsTable{
	background-color: #eaeff5;
	border: 1px solid #7f9db9;
	text-transform:capitalize;
}

.MemberDetailsCell{
line-height: 18px;
width: 33%;
font-size: 70%;
}

.MemberDetailsCell h2{
	font-size: 110%;
}

fieldset{
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	font-size: 70%;
}

fieldset h2{
	font-size: 100%;
}

fieldset p{
	font-size: 100%;
	margin: 10px;
}

legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #8a1228;
	text-transform:uppercase;
}

label{
	font-size: 100%;
	font-weight: bold;
	text-align:right;
	text-transform: capitalize;
}

.FormDropDown{
	width: 204px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

.FormTextField{
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

.FormTextArea{
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

.NewsLetterSpan{
	color: #336699;
	text-decoration: none;
		cursor: hand;
	cursor: pointer;
}

.MyAccountCell1{
	width: 40%;
	text-align:right;
}

.MyAccountCell2{

}

.ajaxloader{
	border-width: 0;
	width:16px;
	height:16px;
	margin-top: 100px;
}

.BreadCrumbTrail
{
	font-size: 55%;
}

.SiteSearchLabel
{
	font-size: 70%;
}

.FormButton{
	border: #000000 1px solid;
	background-color: #8a1228;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight:bold;
	color: #ffffff;
	text-transform:uppercase;
}

.NoRecordsFound{
	font-size: 60%;
	clear: both;
	float: none;
	display: block;
}

.TableBorder{
	border: 1px solid #CCCCCC;
	width: 100%;
	font-size: 60%;
	padding: 5px;
}

#ctl06_CompanyDetails p{
		font-size: 80%;
}

#ctl06_CompanyDetails ul{
		font-size: 80%;
}

#CompanyLogo img{
	max-width: 300px;
}

td {font-size:11px}

td > p,
td > h2,
ol li {font-size:100%; .font-size:10px}


