/* CSS Document */
	
	<%
	IF HeadColor <> "" AND NOT ISNULL(HeadColor) THEN
		MainDocColor = MemberColor
		HoverColor = MemberColor
		BgColor		= "#FFFFFF"
	END IF
	mainSite = false
	
	IF REQUEST("siteid") = 1 OR TRIM(REQUEST("siteid")) = "1" OR TRIM(REQUEST("siteid")) = "" THEN
		mainSite = true
		MainDocColor = "#EBEBE0"
		HoverColor = "#CCCCB2"
		BgColor		= "#F5F5EF"
		HoverTextColor = "#FFFFFF"
	END IF
	%>	
	
	
	.headColor{background-color: <%=HeadColor%>;}
	.memberColor{background-color: <%=MemberColor%>;}
	.results-header{background-color: <%=HeadColor%>;-moz-border-radius: 8px;border-bottom: 1px solid #cccccc;padding:5px;}
	.member-header{background-color: <%=MemberColor%>;-moz-border-radius: 8px;border-bottom: 1px solid #cccccc;padding:5px;}
	<% If mainSite = true Or Request("siteid") = "" Then %>
		.even-list-row{background-color: #FBFBF9;}
		.odd-list-row{background-color: #FFFFFF;}	
	<%End If%>
	.resultsRow{height: 50px;}
	h2.title{font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif; /*font-weight: 100;*/ letter-spacing: .1em; line-height: 140%; text-transform: uppercase;margin:10px 10px  10px 0px;display:block;}		/*added font-family font-weight letter-spacing line-height changed text-transform from capitalize to uppercase 26-08-2009 norm dwyer*/
	#disclaimer{
		/*border-top: 1px solid gray;    26 08 2009 norm dwyer*/
		padding-top: 5px;
		font-size: 0.85em;
		line-height: 1.3em;
	}	
	img.thumbnail{/*border: 1px solid #ccc;    26 08 2009 norm dwyer */margin: 3px;padding: 2px;}
	.resbtn{border:none;} /*removed border weight and color*/
	select{text-transform: uppercase;}	/*changed from capitalize to uppercase 26-08-2009 norm dwyer*/
	/*removed header class style 26-08-2009 norm dwyer*/
	.header A{text-decoration: none;}
	.header A:link{text-decoration:none;}
	.header A:hover{text-decoration:underline;}
	.header A:active{}			
	.header A:visited{}	
/* Moreinfo.asp Properties */
	
.bookbtn {
	display: block; width: 102px; height: 28px; margin: 1.2em; background-image: url(/Images/book-now-buttons.gif); background-position: top;
}
.bookbtn:hover {
	background-position: 0px;
}
.bookbtn:active {
	background-position: bottom;
}
.titlespace {
	width: 580px;
}
.emailbtn {
	display: block; width: 102px; height: 28px; margin: 1.2em; background-image: url(/Images/email-now-buttons.gif); background-position: top;
}
.emailbtn:hover {
	background-position: 0px;
}
.emailbtn:active {
	background-position: bottom;
}



	



