﻿body
{
	margin: 0;
	background-color: Black;
}
img
{
	border: none;
}
/* Search */
.search_header
{
}
.search_results_header_bar
{
}
.percent
{
}
.searchLinkUrl
{
}
.searchLink
{
}
.Required
{
	color: Red;
}
.Watermark
{
	color: #007a37;
}
.WatermarkSmall
{
	width: 170px;
	color: #007a37;
	border: 1px solid #007a37;
}

/*********************Form Manager**********************/
.fieldBlock
{
	padding-bottom: 15px;
}
.buttonBlock
{
	padding-top: 10px;
}
.buttonBlock input
{
	margin-right: 10px;
}
.shortAnswer, .addressLine
{
	width: 256px;
}
.addressCity
{
	width: 200px;
}
.addressZip
{
	width: 70px;
}
.longAnswer
{
	width: 395px;
	height: 68px;
}
.calcQuantity
{
	width: 25px;
}
.calcTotal
{
	width: 25px;
}
.showCalendar
{
	margin-left: 5px;
	width: 15px;
	height: 15px;
	background: url(../_img/calendar.gif) no-repeat;
	cursor: pointer;
}
.required
{
	color: Red;
}

/************** JESSICA'S STYLES****************/

/**input boxes, globals.**/

.inputbox
{
	border: 1px solid #007a37;
	color: #007a37;
	font-family: Arial;
	font-size: 14px;
}

.globals_footer
{
	font-size: 12px;
	color: #007a37;
}

/****************2nd & 3rd nav****************/

.second_nav_divider_line
{
	border: 1px solid #8990a4;
}

a.second_nav
{
	font-size: 15px;
	font-weight: bold;
	color: #fdf98c;
}

a.second_nav: hover
{
	color: #ffffff;
	background-color: #987345;
}

/****************Add everything below this to the WYSIWYG CSS****************/

p, td, table, ul, li, div
{
	font-family: arial;
	font-size: 13px;
	color: #000000;
	line-height: 20px;
}

.padding
{
	padding: 8px;
}

.font_size_11px
{
	font-size: 11px;
}

a
{
	color: #283891;
}

a:hover
{
	text-decoration: none;
}

.hr
{
	border: 0px;
	border-top: 1px solid #b09882;
}

.header
{
	font-size: 22px;
	line-height: 26px;
	color: #158538;
}

.sub_header
{
	font-size: 15px;
	color: #158538;
}
.sub_header_bold
{
	font-size: 15px;
	color: #158538;
	font-weight: bold;
}
.searchSubHeader
{
	padding: 20px 0 0 0;
	font-size: 15px;
	color: #158538;
	font-weight: bold;
}
.yellow_text
{
	font-size: 13px;
	line-height: 16px;
	color: #fdf98c;
}




/************ END JESSICA'S STYLES****************/



/************* Base Master **************/
#BaseMasterContainer
{
	width: 920px;
}
/*********** End Base Master **************/
/************* Main Master **************/
#MainMasterContainer
{
	position: relative;
	margin: 40px 0 0 0;
	width: 913px;
}
#MainMasterLeftColumn
{
	height: 518px;
	width: 563px;
	float: left;
	position: relative;
}
#MainMasterRightColumn
{
	float: left;
	background: url(../_img/green_circle.jpg) no-repeat;
	width: 350px;
	height: 518px;
}
#Logo
{
	position: absolute;
	top: -19px;
	left: 18px;
}
#MainMasterContent
{
	background-color: White;
	width: 563px;
	height: 161px;
}
#MainMasterAdSpace
{
	background: url(../_img/brown.jpg) 0 0 no-repeat;
	width: 563px;
	height: 291px;
	padding: 15px 0 0 10px;
}
#MainMasterAdLeft
{
	vertical-align: middle;
	text-align: center;
	height: 250px;
	width: 300px;
	padding: auto;
}
#MainMasterAdRight
{
	height: 240px;
	width: 210px;
	padding: 5px 10px 5px 10px;
	overflow: hidden;
}

#searchContainer
{
	padding: 90px 20px 0 30px;
}
#searchTop
{
	text-align: right;
}
#searchBottom
{
	margin: 90px 0 0 0;
	text-align: right;
}
.SearchTextBox
{
	width: 230px;
	border: 1px solid #007a37;
	color: #007a37;
	font-family: Arial;
	font-size: 14px;
	margin: 0 10px 0 0;
}
.WatermarkSearchBusiness
{
	width: 230px;
	border: 1px solid #007a37;
	color: #007a37;
	font-family: Arial;
	font-size: 14px;
	margin: 0 10px 0 0;
}
.SearchAreaLabels
{
	text-align: left;
	padding: 10px 0 5px 60px;
}
.MainMasterSearchButton
{
	padding: 5px 0 5px 0;
}
.SearchLinks
{
	color: #ffffff;
}
.SmallSearchLink
{
	font-size: 11px;
}
.memberLink
{
	position: absolute;
	top: 7px;
	left: 485px;
}

/*********** End Main Master **************/


/*********** Interior Master **************/
#InteriorContainer
{
	background: url(../_img/brown_repeater.jpg) 683px 0px repeat-y;
	width: 919px;
	margin: 40px 0 0 0;
}
#InteriorContainerLeft
{
	float:left;
	width: 623px;
	position: relative;
}
#InteriorContainerRight
{
	background: url(../_img/green_int.jpg) 0 0px no-repeat;
	float:left;
	width: 295px;
}
#NavFade
{
	background: url(../_img/brown_top.jpg) 683px 420px no-repeat;
}
#InteriorLogo
{
	position: absolute;
	top: -19px;
	left: 18px;
}
#InteriorSearchContainer
{
	padding: 60px 10px 0 30px;
}
#InteriorSearchTop
{
	text-align: right;
}
#InteriorSearchBottom
{
	margin: 70px 0 50px 0;
	text-align: right;
}
.InteriorSearchTextBox
{
	width: 230px;
	border: 1px solid #007a37;
	color: #007a37;
	font-family: Arial;
	font-size: 14px;
	margin: 0 10px 0 0;
}
.InteriorSearchTextBoxLower
{
	width: 160px;
	border: 1px solid #007a37;
	color: #007a37;
	font-family: Arial;
	font-size: 14px;
	margin: 0 10px 0 0;
}
.WatermarkSearchCommOrg
{
	width: 160px;
	border: 1px solid #007a37;
	color: #007a37;
	font-family: Arial;
	font-size: 14px;
	margin: 0 10px 0 0;
}
.InteriorSearchAreaLabels
{
	text-align: left;
	padding: 5px 0 5px 20px;
}
.InteriorSearchAreaLabelsLower
{
	text-align: left;
	padding: 10px 0 5px 90px;
}
.InteriorSearchButton
{
	padding: 5px 0 0 0;
}
#InteriorFooter
{
	margin-left: -1px;
}
.LogoutButton
{
	text-align: right;
	padding: 5px 0 0 0;
}
#content
{
	text-align: left;
	padding: 45px 0 0 30px;
}
/********* End Interior Master **************/


/*********** Navigation **************/
#navigation
{
	margin: 0 0 0 60px;
	padding: 30px 0 0 0;
}
.second_nav
{
	border-bottom: solid 1px #8990a4;
	width: 180px;
	margin: 0 0 0 0;
	text-align: left;
}
.second_nav a
{
	display:block;
	background: url(../_img/arrow.gif) 5px 6px no-repeat;
	text-decoration: none;
	color: #fdf98c;
	padding: 0 0 0 18px;
}
.second_nav a.on
{
	display:block;
	background: url(../_img/arrow_white.jpg) #987345 5px 6px no-repeat;
	text-decoration: none;
	color: #ffffff;
	padding: 0 0 0 18px;
}
.second_nav a:hover
{
	display:block;
	background: url(../_img/arrow_white.jpg) #987345 5px 6px no-repeat;
	text-decoration: none;
	color: #ffffff;
	padding: 0 0 0 18px;
}
.third_nav
{
	width: 180px;
	margin: 0 0 0 0;
	text-align: left;
}
.third_nav a
{
	border-top: solid 1px #8990a4;
	display:block;
	background: url(../_img/arrow.gif) 20px 6px no-repeat;
	text-decoration: none;
	color: #fdf98c;
	padding: 0 0 0 33px;
}
.third_nav a.on
{
	display:block;
	background: url(../_img/arrow_white.jpg) #987345 20px 6px no-repeat;
	text-decoration: none;
	color: #ffffff;
	padding: 0 0 0 33px;
}
.third_nav a:hover
{
	display:block;
	background: url(../_img/arrow_white.jpg) #987345 20px 6px no-repeat;
	text-decoration: none;
	color: #ffffff;
	padding: 0 0 0 33px;
}
.border_top
{
	border-top: solid 1px #8990a4;
}

/********** END Navigation *************/



/************* Footer **************/
.footerLinks
{
	padding: 0 10px 0 10px;
	color: #007a37;
	font-family: Arial;
	font-size: 13px;
}
.footerLinks a
{
	color: #283891;
	font-family: Arial;
	font-size: 13px;
}
.footerRightBorder
{
	border-right: solid 1px #007a37;
}
#footerContainer
{
	margin: 20px 0 0 0;
}
#footerBody
{
	background-color: White;
	width: 913px;
}
#footerBody div input
{
	vertical-align: middle;
	border: solid 1px red;
}
/************ End Footer **************/


/************ Sign In **************/
#SignInBody
{
	background: url(../_img/login_repeater.jpg) repeat-y;
	padding: 10px 15px 0 20px;
}
#ForgotPwDiv
{
	padding: 15px 0 0 10px;
}
#ForgotPwDiv a
{
	color: #007a37;
}
.WarningPanel
{
	padding: 10px 0 0 0;
	color: Red;
}
#forgotHeader
{
	margin: 20px 0 0 0;
}
#forgotBody
{
	background: url(../_img/login_repeater.jpg) repeat-y;
	padding: 0 10px 0 15px;
}
.LoginTextBox
{
	width: 140px;
	color: #007a37;
	border: 1px solid #007a37;
}
.WatermarkLogin
{
	width: 140px;
	color: #007a37;
	border: 1px solid #007a37;
}
/********** End Sign In **************/

/*********** Forms **************/

.formTitle
{
	text-align: left;
}
.formField
{
	vertical-align: top;
	text-align: left;
}
#BusinessForm
{
	padding: 5px 0 0 0;
}
#BusinessForm td
{
	padding: 0 10px 0 0;
}
#BusinessForm .formField
{
	padding: 0 10px 5px 0;
}
#CommOrgForm
{
	padding: 5px 0 0 0;
}
#CommOrgForm td
{
	padding: 0 10px 0 0;
}
#CommOrgForm .formField
{
	padding: 0 10px 5px 0;
}
.WideTextBox
{
	width: 353px;
	border: 1px solid #007a37;
}
.SmallTextBox
{
	width: 170px;
	border: 1px solid #007a37;
}
.OtherTextBox
{
	border: 1px solid #007a37;
}
.FormHeader
{
	padding: 10px 0 5px 0;
	color: #007a37;
	font-weight: bold;
	font-size: 14px;
}
.FormParagraph
{
	padding: 0 0 10px 0;
	font-size: 12px;
}
.FormSubmitButton
{
	text-align: right;
}
/********** End Forms **************/

/*********** Edit Business **************/

#termsContainer
{
	border: solid 1px black;
	height: 200px;
	width: 345px;
	overflow: auto;
	padding: 5px 0 0 5px;
}
.AssociateContainer
{
	border: solid 1px black;
	width: 350px;
	height: 100px;
	overflow: auto;
	margin: 0 0 20px 0;
}
#SelectCommOrg
{
	border: solid 1px #007a37;
	width: 350px;
	height: 250px;
	overflow: auto;
	margin: 0 0 10px 0;
}
/********* End Edit Business *************/


/*********** Edit CommOrg **************/

/********* End Edit CommOrg *************/

/************ Search **************/
.searchBusinessContainer
{
	padding: 0 0 0 0;
}
#BusinessSearchContainer
{
}
.CategoryList
{
	color: #283890;
	font-weight: bold;
	text-decoration: none;
}
.CategoryListLabel
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}
.CommOrgPopup
{
	border: solid 4px #007a37;
	background-color: #007a37;
	width: 225px;
	/*position: absolute;*/
}
.CommOrgPopup a
{
	color: red;
	display: block;
	border-top: solid 1px #fdf98c;
	padding: 0 0 0 10px;
	text-decoration: none;
}
.CommOrgPopup a:hover
{
	color: #fdf98c;
	text-decoration: underline;
}
.BusinessPopup
{
	border: solid 4px #007a37;
	background-color: #007a37;
	width: 150px;
}
.BusinessPopup a
{
	color: white;
	display: block;
	border-top: solid 1px #fdf98c;
	padding: 0 0 0 10px;
	text-decoration: none;
}
.BusinessPopup a:hover
{
	color: #fdf98c;
	text-decoration: underline;
}
.popupCommOrgLink a
{
	color: white;
	display: block;
	border-top: solid 1px #fdf98c;
	padding: 0 0 0 10px;
	text-decoration: none;
}
.popupCommOrgLink a:hover
{
	color: #fdf98c;
	text-decoration: underline;
}
.noBorder
{
	color: white !important;
	display: block;
	border: none;
	padding: 0 0 0 10px;
	text-decoration: none;
}
.noBorder a
{
	color: white !important;
	display: block;
	border: none;
	padding: 0 0 0 10px;
	text-decoration: none;
}
.noBorder:hover
{
	color: #fdf98c !important;
	text-decoration: underline;
}
.popupHeader
{
	background-color: #fdf98c;
	color: #007a37;
	font-weight: bold;
	padding: 0 0 0 10px;
}
.hide
{
	display: none;
}
.show
{
	display: block;
}
.SearchBusinessLinkImages
{
	float: left;
	cursor: pointer;
}
.SearchCommOrgLinkImages
{
	cursor: pointer;
}
.popupLink
{
	color: white;
	display: block;
	border-top: solid 1px #fdf98c;
	padding: 0 0 0 10px;
	text-decoration: none;
}
.popupLink:hover
{
	color: #fdf98c;
	text-decoration: underline;
}
/********* End Search *************/

/*********** All Sponsors *************/
#sponsorContainer
{
	background: url(../_img/logo_bg_sponsor_repeater.jpg) repeat-y;
	width: 509px;
}
#SponsorBottom
{
	margin-bottom: 10px;
}
/********* End All Sponsors *************/

.PrintHeader
{
	display: none;
}
.submitButtonDiv
{
	padding: 10px 0 0 0;
	width: 600px;
	text-align: right;
}
.PendingMessage
{
	padding: 20px 0 0 0;
	color: Red;
}
.DetailsBlock
{
	width: 575px;
	word-wrap: break-word;
	overflow: hidden;
	padding: 0 0 20px 0;
}
.SearchMileage
{
	color: #283890;
}