@charset "utf-8";
/* CSS Document */

* {
	border: 0 none;
	margin: 0;
	outline: 0;
	padding: 0;
}

html, .text	{
	color:#666666;
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
}

body	{
	background-color:#f6f6f6;
	background-image:url(/images/bg-body.jpg);
	background-repeat:repeat-x;
	height:100%;
	min-width:913px;
	text-align:center;
	color:  ;
}



p {
	padding:0px;
	margin:5px 0 10px 0;
	
}

a	{ color:#715433; }

a:hover { text-decoration:none; color:#cf9b4f;}

.clear {clear:both;}

a.small	{
	color:#d00000;
	font-size:10px;
	font-weight:normal;
}

a.more { display:block; text-align:right; font-size:smaller; font-weight:bold;  margin-top:5px;}

h1 + h2,  h3 + h4, h1 + p, h2 + p, h3 + p, h4 + p, h1 + ul,  li h3, h4 + ul, li h4 { margin-top:20px; } 

h2 + h3, #body_faq h2 + h3{ margin-top:5px; }

h3 + p { margin-top:0px; }

ul + h3  { margin:0; margin-top:20px; }

#body_new ul + h3  { margin:0; margin-top:30px; } /* added to make more margin on news pages */

h1	{
		font-family:Trebuchet MS, Arial, sans-serif;
		font-size:2em;
		font-weight:normal;
		color:#999		;

}


	
	h1 .dep { color:#67A795; letter-spacing:normal;}

h2	{
	color:#1e5d77;
	font-size:16px;
	font-weight: bold;
	padding:7px 0px 0px 0px;
	
}

h2 + h3 { margin-top:5px; }

	h2.nowrap {
		float:none;
	}

#rCol h2 {
font-size:1em;
font-family:Trebuchet MS, Arial, sans-serif;
font-weight:bold;
color:#7f7f7f;



	}

#rCol > h2 { margin-top:0; padding-top:0; }

#rCol .blurb > h2 { margin-top:5px; }

h3	{
	font-family:Trebuchet MS, Arial, sans-serif;
	color:#46768a;
	font-size:13px;
	margin-top: 10px; margin-bottom:0;
	padding:0px 0px 0px 0px;
}

	#body_faq h3 { margin-top:15px; } /* eli */

h4	{
	font-family:Trebuchet MS, Arial, sans-serif;
	color:#333;
	font-size:13px;
	font-weight:bold;
}

	#body_memb h1 { border-bottom:none }
	#body_memb h1 + h2 { border-bottom:1px solid #b8e4d8; padding-top:0; }
	
	#body_news h3 { padding-bottom:0; }



blockquote {
	padding:0px 0px 10px 10px;
}
	
ul { padding-left:20px; }



#pagewidth {
	text-align:left;
		margin-left: auto;
	margin-right: auto;
	width:913px;
	
}

#wrapper	{
	height:auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width:913px;
	background-color:#fff;
}

#banner	{
	background-image:url(/images/bg-banner.png);
	background-repeat:repeat-x;
	width:913px;
	height:95px;
	position:relative;
}


#banner-bottom {
	background-image:url(/images/bg-topmenu.gif);
	background-repeat:repeat-x;
	width:913px;
		height:34px;
		border-top:4px solid #cda35b;
		position:relative;
}




/* start topnav2 (big top menu ) */

div#topNav {
	overflow:hidden;
	width: 550px;
	margin-top:3px;
	float:left;

}

#topNav ul	{
	font-family:Georgia, serif;
	font-size:17px;
	font-weight:normal;
	height:22px;
	list-style-type:none;
	padding:4px 0px 1px 0px;
	text-align:center;

}

	#topNav ul li	{
		display:inline;
		margin-bottom:4px;
	}
	
	#topNav ul li a	{
		color:#fff;
		padding:10px 25px 4px 25px;
		text-decoration:none;
	}
	
	#topNav ul li a:hover	{
		color:#ce9e4e;
	}

/* start littlemenu (small upper right menu ) */

div#littleNav {
	float: right;
	position:absolute; bottom:0px; right:0px;
/*	background-color: #cda35b;*/
}
	
	#littleNav ul	{
		font-family:Trebuchet MS, Arial, sans-serif;
		font-size:12px;
		font-weight:normal;
		list-style-type:none;
		padding:0px;
		text-align:center;
	}

	#littleNav ul li	{
		display:inline;
		margin:0px;
	}
	
	#littleNav ul li a	{
		display:inline-block;
		color:#9ccde1;
		padding:4px 12px 0px 12px;
		text-decoration:none;
		height:16px;
/*		background-color:#cda35b;*/
		/*border-left:1px solid #000;	*/
	}
	
	#littleNav ul li:first-child a  { border-left:none;  }	 
	
	#littleNav ul li a:hover	{
		color:#fff;
/*		background-color:#fff; /* turn off bottom border on hover */*/
	
	}



	
ul.tabNav	{
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size:13px;
	list-style-type:none;
	padding:0px;
	text-align:center;
	width:450px;
	position:absolute;
	bottom:0;
	float:left;
	display:block;
	margin-right:100px;
	
}

	.tabNav li	{
		display:block;
		margin:0px; margin-right:1px;
		float:left;
		background-image:url(/images/bg-tint-white-40.png);
	}
	
		.tabNav li:hover	{
			background-image:url(/images/bg-tint-white-70.png);
	}
	
	.tabNav li a	{
		display:block;
		color:#000;
		padding:6px 12px 6px 12px;
		text-decoration:none;
		font-weight:bold;
/*		background-color:#cda35b;*/
		/*border-left:1px solid #000;	*/
	}
	
	.tabNav li:first-child a  {   }	 
	
	.tabNav li a:hover  {    }	
	
	#proptop .tabNav li a:hover	{
		color:#666; 	/*background-image:url(/images/bg-button.png);*/
	}
	
	
	#proptop .tabNav li.on a {
		background-color:#fff; color:#666;
	}
	
		#proptop .tabNav li.on a:hover {
			/* color:#fff;*/  
	}
	
	
ul.rightTab	{
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size:11px;
	list-style-type:none;
	padding:0px;
	text-align:center;
	width:400px;
	position:absolute;
	bottom:0;
	float:left;
	display:block;
	margin-top:10px;
	overflow:inherit;

}

.rightTab li	{
	display:block;
	margin:0px 3px 0 0;
	float:left;
}

.rightTab li a	{
	display:block;
	color:#000;
	padding:3px 5px 3px 5px;
	/*text-decoration:none;*/
	font-weight:bold;
	background-image:url(/images/bg-button-form.jpg);
	border:1px solid #bcc1a2;
	/*border-left:1px solid #000;	*/
}

#proptop .rightTab li a:hover	{
	color:#fff;
	background-image:url(/images/bg-button-form-on.jpg);
}

.linkButton2 {   /* makes a button similar to the .rightTab li a   */
	display:inline-block; color:#000; background-image: url(/images/bg-button-form.jpg); border: 1px solid #606351; font-size:90%; font-weight:bold; padding: 2px 5px;
}
	#proptop .linkButton2:hover { 
		color:#fff;
		background-image:url(/images/bg-button-form-on.jpg);
	}



#sharethis { 
	margin-top:0px; display:block; padding:3px 5px 3px 2px; 
	border:1px solid #bcc1a2; background-image:url(/images/bg-button-form.jpg);
	width:55px; height: 16px;
}

	#sharethis:hover { background-image:url(/images/bg-button-form-on.jpg); }

#sharethis .stButton .chicklets {
	font-weight:bold; font-family:trebuchet ms;
	text-decoration:underline;
}

	#sharethis .stButton .chicklets:hover {
		color:#fff;
		text-decoration:none;
	}




.rightTab li.on {
	background-color:#DCDFC0;
	padding:4px 6px 4px 6px;
}

table#proptop {  background-repeat:none; background-position:left center; }

	table#proptop td {
	/*	border:1px solid black;*/
		padding:0;
		vertical-align:top;	
    }

	#propH1menu { background-image:url(/images/bg-tint-green-90.png); }
		
	#proptop tbody { margin:0; padding:0; }
	
	#proptop a { color:#000; }

td#propright {
	background-color:#dcdfc0;
	padding:4px 6px 3px 10px;	
}

table#proptop td#propright { width:224px; vertical-align:top; padding-top:10px; padding-left:8px; padding-right:4px;  background-image:url(/images/bg-grad-white.png) }

td#propright h2 { color:#80826a;  text-align:left; }
	
	#propright input.text, #propright select { color:#999; }
	#propright input.text:focus, #propright select:focus { color:#000; }

span.propertylogo {
	display:block;
	color: #000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:lowercase;
	font-size:2.5em;
	letter-spacing:0px;
	margin-left:6px;
	vertical-align:bottom;
	position:relative;


}

/* changes link to 'on' state when on that section */
#body_home #topNavFind a,
#body_sea #topNavFind a, 
#body_appl #topNavAppl a, 
#body_faq #topNavSupp a, 
#body_supp #topNavSupp a,
.findNews #topNavFind a,
.resSupport #topNavSupp a
{
	color: #ce9e4e;
}

#body_home #nav_hom , #body_home #nav_hom a,
#body_new #nav_new a , 
#body_con #nav_con , #body_con #nav_con a, 
#body_faq #nav_faq , #body_faq #nav_faq a, 
#body_supp #nav_abo ,#body_abo #nav_abo a  
{
/*	background-color: #fff;*/
	border-left:none;
	color:#fff;
	
}

div#content {
	background-color:#fff;
	padding:10px;
	overflow:hidden;
}

	#body_home div#content { position:relative; }

#body_con #content  , #body_abo #content  , #body_faq #content  ,  #body_supp #content  , #body_app #content
{
	width:70%;
}

#body_new.public #content { width:100%; }

div.blurb {
	padding:5px;
	position:relative;
}

.donotchange { color:orange; }

/* document list */
	dl {
	
		overflow:auto;
		

		
	}
	
	dt {
		
		clear:left;     /* Lets the next dt and dd go to the next line. Can't get to work in IE yet though  */
		float:left;
		font-weight:bold;
		width: 100px;
		text-align:left;
		padding:2px;
		margin-right:10px;
		display:inline-block;
		font-weight:normal;
		
	}
	dd {
/*		margin-left:10px;*/
		display:inline-block;
		float:left;
		text-align:left;
		padding:2px;
		width:140px;
		font-weight:bold;	
		color:#000;	

	}

	dd + dd + dd {
/*		margin-left:10px;*/
		clear:both;

	}


dl.onerow {
font-size: small;  border:1px dotted; padding-bottom:0px;
		vertical-align:middle;
		background-color:#FFFFef;
		margin-top:5px;

		float:left;
/*		display:inline-block;*/   /* makes the dl be of a variable width of content, instead of 100% */
}

	dl.onerow dt {
		width:200px;
		margin-left:0px;
		clear:both;
		margin-left:10px;

	}
	
	dl.onerow dd {
		font-size:.9em;
		vertical-align:middle;
		text-align:right;
		width:150px;

	}
	
	dl.onerow dt + dd {
		/*width:80px;*/
	}
	
	dl.onerow dd + dd {
		clear:none;
		width:50px;
	}


/* end document list */


li {
	display: list-item;
	margin:0px 0px 5px 0px;
}



	/*#body_comm table { background-color:#eee; }*/
	
	table td { padding:2px; }

#footertop {
	width:893px;
	position:relative;
	text-align:left;
	margin-left:auto; margin-right:auto;
	padding:10px;
	background-image:url(/images/bg-footer.jpg); background-repeat:repeat-x; background-color:#715434;
	font-size:90%;
	border-top:3px solid #ce9d4e;

}

	#footertop h2 { 
		color:#fff;
	}


	#footertop ul {
		display:block;
		list-style-type:none;
		padding-left:0px;
	}
	
		#footertop ul#a, #footertop ul#b, #footertop ul#b{ width:185px; }
		#footertop ul#c, #footertop ul#d{ width:195px; }
		
		#footertop ul#b, #footertop ul#c { margin-top:29px; }

		#footertop ul li { margin-bottom:0px; }
		
	ul.footerlinks {
		float:left;
	}

	#body_new div#footertop h2 a{color:#fff; }
	#body_new ul.footerlinks { padding-left:0px; }
	#body_new ul#footermenu { padding-left:0px; }



	#footertop a { 
		color:#fff; text-decoration:none;
	}
	
		#footertop a:hover { 
			color:#fff; text-decoration:underline;
		}

	ul#footermenu {
		clear:both; 
		display:block; 
		width:800px; 
		overflow:hidden; 
		padding-top:20px;	
	}
	
		ul#footermenu li { 
			float:left;	
			border-right:1px solid #c6a177;
			padding-right:10px; padding-left:10px; margin-bottom:0px;
		
		}
		
			ul#footermenu li.first { padding-left:0px; }
			ul#footermenu li.last { border-right:none; }

#footer {
	clear:both;
	overflow:visible;
	text-align:center;
	width:913px; height:60px;
	margin-left:auto; margin-right:auto;
	color:#000;
	position:relative;
	background-color:#715433;
	border-top:0px solid #ce9d4e;



}


#footer ul {
	display:block;
	text-align:center;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	list-style-type:none;
	width:600px;
	overflow:auto;
	padding-left:80px;
}

#footer ul li {
	display:inline;
	/*float:left;*/
}

#footer a {
	color:#fff;
	/*display:block;*/
	float:left;
	font-size:13px;
	font-weight:bold;
	padding:14px 17px 0px 17px;
}

#footer a:hover {
	text-decoration:none;
}

.footer {
	clear:both;
	margin-top:0px;
	text-align:center;
	color:#fff;
	font-size:.9em;
	padding-bottom:3px;
}

.copyright {
	clear:both;
	font-size:13px;
	margin-top:5px;
}

#footer table {
	margin:5px 0 5px 0;
	width:600px;
	border:none;
	padding:2px;
	background-color:transparent;
	margin:auto;
}

.caption {
	float: right;
	margin:0px 0px 5px 5px;
	padding:0px;
	width: 200px;
}

.caption span {
	width: 100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Trebuchet MS, Arial, sans-serif;;
	font-size:12px;
	color:#444;
}

.caption img {
	border: #a8a8a8 solid 1px;
	margin:0px;
	padding:0px;
	display:block;
}

img.borderImage { border:1px solid #699; }

#lCol	{
	float: left;
	position: relative;
	width:440px;
}



#rCol	{
	float: right;
	position: relative;
	width:300px;
	padding-right:0px;
}

#rColhome {
	/*float: right;*/
	position: absolute;
	width:200px;
	padding-right:0px;
	right: 20px; top:20px;

}

#rCol ul	{
	list-style:;


	overflow:hidden;
	display:block;
}

#rCol li {
	padding:0px 0px 0px 0px; float:left; width:43%; margin:0; margin-left:10px; margin-right:5px; margin-top:1px; line-height:normal;
}

#rCol ul a {font-weight:bold; }

/* sectionmenu */
div#rCol.a li#a, .b #b, .c #c, .d #d, .e #e, .f #f, .g #g, .h #h, .i #i, .j #j, .k #k, .l #l, .m #m {color:#999; }
/* This is for when your rCol div (set in each page) is a class of "a" and your sectionmenu li (in the local menu.asp) is an id="a" you're on that page so change the li */

.a #a a, .b #b a, .c #c a, .d #d a, .e #e a, .f #f a, .g #g a, .h #h a, .i #i a, .j #j a, .k #k a, .l #l a, .m #m a {color:#999; }
/* Does same as above but styles the link

/* Start member login form styles */
#rCol h3 {
	margin:0px;
	padding:0px 0px 7px 0px;
}

#rCol fieldset	{
	clear:left;
	float:left;
	width:100%;
}

#rCol form ol	{
	padding:0px 0px 10px 0px;
	list-style:none;
}

#rCol form li	{
	clear:left;
	float:left;
	width:100%;
}

#rCol div.blurb {
	padding:3px; padding-left:20px;
	margin-bottom:15px;
	color:#666;
	display:block;
	overflow:hidden;

}


#rCol div.blurb h2 {
font-size:1em;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#7f7f7f;
border-bottom: 1px solid #7f7f7f;
margin-bottom:5px;
position:relative;
left:-20px;


}

#rCol div.blurb ul { padding-left:5px; margin-left:0px; }

#rCol div.blurb a { color:#437389; }

caption {font-size:smaller}

table.files {
	background-color:#FFFFef;
	border-right:1px solid #f9f9f9; border-left:1px solid #f9f9f9;
	width:500px;
}



	.files img { border:0px; margin:0px; vertical-align:text-top; }
	.files td.h2 { border-top:1px solid black; border-bottom:none; }
	.files h2 { padding-bottom:0px; }

	.files tr:hover > td {background-color:#fff; }
	.files tr:hover > td.h2 { background-color:transparent; } /* disables above hover bg change on the row if it's .h2 */
	
	.files th { background-color:#9f554a; color:#fee; vertical-align:bottom; text-align:center; height:1.5em; }

	.files td {
		border-bottom:1px solid #eed;
		height:25px;
	}
	
	.files tr.last td {  /* turns off the border-bottom on the last row */
		border-bottom:none;
		height:25px;
	}	
	.files td:first-child {  /* selects the first td*/
		padding-left:10px;
	}
	
	.files td:first-child + td, .type {  /* selects the second td*/
		text-align:center;
	}
	
	.twocol td:first-child + td, td.date { text-align:left; padding-left:20px;}  /* selects the second td to override the above center align */
		
	.files tr + td {
		width:300px;
		height:20px;
	}
	
	.files td + td + td, .files .size {
		font-size:.9em;
		text-align:right;
		padding-right:5px;
	}


/*       FORMS    ----------------------------                  */

fieldset {
	float: left;
	clear: left;
	width: 700px;
	margin: 0 0 1.5em 0 ;
	padding: 5px;
		border-top:1px solid #999;
}

legend {
	margin-left: 0em;
	padding: 0px; /* was 4px prior to fix for safari win */
	color: #46768A;
	font-weight:bold;
	font-size:1.2em;
	font-family:georgia, times, serif; 


	
}
form ol, #rCol ol {
	padding: 0;
	margin:0;
	list-style: none;
/* 	background-color:#FF9900;        */
}

fieldset li {
	float: left;
	

	position:relative;
/* 	background-color:#00DD00;          */
}
fieldset.submit {
	float: none;
	width: auto;
	border-style: none;
	padding-left: 12em;
	background-color: transparent;
	background-image:none;
}
label {
	float: left;
	width: 10em;
	margin-right: .3em;
	margin-top: .6em;
	text-align: right;
	font-weight:bold;

}

fieldset#cat label { width:300px; }

input {
	width:150px;
	padding:1px;
	border: #666 1px solid;
	color: #666666;
	font-size: 12px;
	padding:1px;
	margin:4px 0px 1px 0px;
	vertical-align:text-top;
	text-align: left;
	height:16px;	

}
 
 		#support ol {overflow:hidden; }
 		#support li { width:auto; float:left; position:relative; 
						 margin-right:10px;
						 font-family:georgia, times, serif;
	 }

		
		#support label { 
						
						text-align:right;
						font-family:georgia, times, serif;
						color:#666;
						margin-top:.4em;
						 
		}
		
 		#support input, #support textarea, #support select   { 
				 border-color:#2a778d;
		}
		
		#support input#request_ty, #support input#reg_access 	{ margin-top:6px; }

/*input [type=checkbox] { width:auto; }*/   /* didn't work */

input.check, input.radio, input[type=checkbox], input[type=radio] { width:auto; border:none; background-color:transparent;  margin-left:3px;}

/*   */

 li.req input, li.req select,li.req textarea {
	background-color:#fff0e5;
	border-color:#632a00;
}

li.req label {
			 color:#81512e;
}


#support li.req input, li.req select,li.req textarea {
	background-color:#fff9f5;
	border-color:#6f5b4c;
}

#support li.req label {
			 color:#534c45;
}

/*   */
input:focus, li.req input:focus, li.req select:focus, li.req textarea:focus, 
#support input:focus, #support li.req input:focus, #support li.req select:focus, #support li.req textarea:focus
{
	background-color:#e6fce6;	color:#000;
}


button {
	margin-left: 0px; 	border: #666 1px solid; background-color:#9DE3C8; padding:1px 2px 2px 2px;
}

select {
	border: #666 1px solid; 	
}



input.submit	{
	background-color:#A7BD74;
	border:1px solid #61713c;
	color:#fff;
	float:none;
	font-size:13px;
	font-weight:bold;
	width:auto;
	height:20px;
	margin:5px 0px 10px 124px;
	text-transform:uppercase;
	overflow:visible;
	font-family:Geneva, Arial, Helvetica, sans-serif;

}


input.submit:hover, button:hover { 	background-color:#6d833c; color:#fff; }

input.submit + input.submit {
	margin-left: 0px;
}

button:hover {
	background-color:#090;
}

input.button, input[type=button], .linkButton {
	background-color:#497e90;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #fff;
	color:#fff;
	font-size:8pt;
	padding:2px;
	height:auto;
	overflow:visible;
	text-align:center;
	width:auto;
	text-transform:uppercase;
	vertical-align:middle;
	margin-top:0px;
}

input.button:hover, input[type=button]:hover {
	background-color:#0b526f; border-color:#efe; color:#efe; cursor:pointer;
}


select { width: 120px; margin-top:4px;}


textarea {
		border: #666 1px solid; margin-left:2px; width:302px; 
}



#rCol input {
	width:80px;
}

#rCol input.submit {
	margin-left:83px;
	text-align:center;
}




.formRequiredField {
	color:#ff0000;
	font-weight:bold;
}


#rCol label	{
	float:left;
	font-weight:bold;
	margin-right:5px;
	text-align:right;
	width:75px;
}


/*       FORMS    ----------------------------                  */


div#searchHome {
	background-color:#acc078;
	padding:4px;
	border:1px solid #49382a;
	text-align:center;
	overflow:hidden;
	width:180px;


}

	#searchHome fieldset {
		margin:0px; width:90%;
	}

	#searchHome legend {
		color:#49382a;
		font-family:Georgia, "Times New Roman", Times, serif;
		text-transform:uppercase;
		font-size:12px;
		text-align:center;
		margin:0;
	}
	
	#searchHome li { width:100%; }
	
	#searchHome select { width:150px; color:#666; border:1px solid #497E90; font-size:100%; }

div#sidebar {
	padding:4px;
	margin-top: 10px;
}

.hint {
  position: absolute;
  left: 350px;
  width: 250px;
  margin-top: -21px;
  border: 1px solid #c93;
  padding: 3px;
  background-color: #ffc;
  font-size:80%;
}

.hintpw {
  position: absolute;
  left: 380px;
  width: 250px;
  margin-top: -62px;
  border: 1px solid #c93;
  padding: 3px;
  background-color: #ffc;
  font-size:80%;
}

/* end forms */

.send	{
	background-image:url(images/button2.gif);
	background-repeat:no-repeat;
	border:none;
	color:#fff;
	float:none;
	font-size:13px;
	font-weight:bold;
	height:20px;
	margin:10px 0px 28px 72px;
	text-transform:uppercase;
	width:54px;
}

.buttons	{
	background-color:#ff0000;
	border:#000 1px solid;
	color:#fff;
	float:none;
	font-size:13px;
	font-weight:bold;
	height:22px;
	margin:8px 0px 28px 72px;
	padding:0px 5px 2px 5px;
	text-transform:uppercase;
}

.buttonsBig	{
	background-color:#ff0000;
	border:#000 1px solid;
	color:#fff;
	float:none;
	font-size:13px;
	font-weight:bold;
	height:22px;
	margin:8px 0px 28px 0px;
	padding:0px 5px 2px 5px;
	text-transform:uppercase;
}

.buttonGrayBg	{
	background-color:#ff0000;
	border:#000 1px solid;
	color:#fff;
	float:none;
	font-size:13px;
	font-weight:bold;
	height:22px;
	margin:8px 0px 28px 0px;
	padding:0px 5px 2px 5px;
	text-transform:uppercase;
}
/* End member login form styles */




.currSection {
	color:#FFFF00;
}

.currPage{
	color:#FFFF00;
}

.formInput400 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 400px;
	border: 1px solid #000000;
} 

.secondLev {
	color: #d00000;
	margin-left:13px;
}

.galleryDesc {
	color: #000000;
}


/* floorplan groups */

table#fpGroup {
	width:95.5%; border:1px solid #666666;
	margin-left: 18px;
}

table#fpGroup tr {
	background-color:#c6bda1;
  }
 table#fpGroup tr.fpOpen  {
	background-color:#655b3d;
	color:#ffffff;
  }
  
  table#fpGroup tr.fpOpen td.namephoto a { color:#ffffff;}
  
  table#fpGroup tr.fpRow1 {
	background-color:#e5ddbe;
  }
  table#fpGroup tr.fpRow2 {
	background-color:#ede4d2;
  }
  

table#fpGroup td {  
	/*background-color:#c6bda1; */
	/*color:#675e44; */
	border-bottom:1px solid #968f7a;
  }

	#fpGroup tr:hover td { background-image:url(/images/bg-tint-white-20.png)   }

	#fpGroup	td.arrow {}
		div.arrowCollapse { background-image:url(/images/arrow-collapse.png); background-repeat:none; width:20px; height:20px; }
		div.arrowExpand { background-image:url(/images/arrow-expand.png); background-repeat:none; width:20px; height:20px; }
	#fpGroup	td.namephoto  { width: 100px; }		
		#fpGroup	td.namephoto a { font-size:1.4em; font-weight:bold; color:#675e44; text-decoration:none;}
	#fpGroup	td.bath {}
	#fpGroup	td.sqft {}
	#fpGroup	td.price {}
	#fpGroup	td.desc {width: 375px; padding-right: 20px;}
	#fpGroup	td.photo {} 

#fpGroup img {
	border:1px solid #075489;
}

	#fpGroup img.noborder { border:none; }

/* end floorplan groups */






/* **** calendar classes **** */
div#calendar {
		text-align:right;
		margin-bottom:15px;
		border:1px solid #666;
}

	div#calendar img {
	border:none;

}
.calendar {
	font-size: 12px;
	text-align:right;
	position:relative;
	right:0px;
	margin:0px;

}

.calendar table { 
	margin:0;
	background-color:#000;
}	

.calendar a {
	display:block;
	padding:2px;
}
.calendarHeading {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	background-color: #2a2a2a;
	/*border: 1px solid #000;*/
	padding:2px;
}
.calendarHeadingLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.calendarHeadingLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
}
.calendarDay {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #387565;
	/*border-right: 1px solid #000;
	border-bottom: 1px solid #000;*/
	color:#FFF;
}
.calendarDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	height:75px;
}
.calendarBlank {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.calendarDateLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #98272D;
}
.calendarDateLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.calendarToday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right:#000 solid 1px;
	border-bottom:#000 solid 1px;
	background-color:#d4d4d4;
}
.calendarSelectedDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.calendarEvent {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-variant: normal;
	padding-left:5px;
	text-transform: none;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;

}

.eventDate {
	width:30%;
}


.eventDesc {
	width:70%;
	border-left:none;
}


.calendarEventHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color:#ffffff;
	background-color: #000;
	border: 1px solid #000;
}
.calendarEventType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.calendarEventTime {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.calendarEventSubject {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
.calendarEventLocation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
.calendarEventDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.calendarEventLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #98272D;
	text-decoration: underline;
	font-weight: bold;
}
.calendarEventLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.calendarSmall {
	font-size: 11px;
	border: 1px solid #000;
	background-color: #F1F9FF;
	height:140px;
}

	.calendarSmall td {
		vertical-align:top;
	}

.calendarSmallHeading {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #008a9a;
	color:#ffffff;
}
.calendarSmallDay {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.calendarSmallDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	/*border: 1px solid #ff0000;*/
}
.calendarSmallDateLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #C70038;
	text-decoration: underline;
	font-weight: bold;
	padding: 1px;
}
.calendarSmallDateLink:hover {
	color: #FFD64C;
	background-color: #A83C5A;
	text-decoration: none;

}
.calendarSmallSelectedDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
.calendarSmallToday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border-width: 1px;
	border-style: solid;
	border-color: #98272D;
	background-color: #FFFFFF;
}
.calendarSmallSelectedToday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: 1px solid #000;
	background-color: #FFFFFF;
}
.calTable {
	background-color: #ff0000;
}
.calTableBorder {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
.calDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.calDateLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #98272D;
}
.calDateLink:hover {
	color: #000000;
	text-decoration: underline;
}
.calSelectedDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
.calToday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #98272D;
}
.calSmallDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.calSmallDateLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #98272D;
}
.calSmallSelectedDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}
.calSmallSelectedToday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #98272D;
}
.calSmallDateLink:hover {
	color: #000000;
	text-decoration: underline;
}
.calSmallToday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #98272D;
}
/*** IE6 Fix ***/
* html #left {
  	left: 212px;           /* RC width */
}


/* searchResults  */

#body_sea h1 { color:#647146; margin-left:5px; margin-bottom: 0px; padding-top:5px; }

	#body_sea #content { padding:0px; }
	
#searchtop { background-color:#A7BD74; }

#trDropDowns { color:#fff; font-weight:bold; font-size:110%; }

	#trDropDowns a.icons img  {  opacity:.6; filter:alpha(opacity=60); position:relative; background-color:#A7BD74; margin-top: 6px;  }
		#trDropDowns a.icons:hover img { opacity:1.0; filter:alpha(opacity=100);  }
		#trDropDowns a.on img { opacity:1.0; filter:alpha(opacity=100);  }
		#trDropDowns a.on:hover img { opacity:.4; filter:alpha(opacity=40);  }

	#trDropDowns a, #results #trDropDowns a {color:#fff; }

	#trDropDowns td { vertical-align:top; background-color:#a7bd74; }

	#trDropDowns  input { width:auto; margin-top:4px; border-color:#79a4c4; vertical-align:baseline; }
	
	#trDropDowns  input[type=button] { background-color:#647146; color:#fff;  border-color:#343; }
		#trDropDowns  input[type=button]:hover { background-color:#fff; color:#649400; border-color:#343; }

	#searchButton {font-weight:bold; font-size:1.0em; padding:0px; }

	a.sort {display:inline-block; width:20px; vertical-align:text-top;  }
		a.sort:hover {background-color:#7e9648; }

table#results {
	width:100%;
}

	#results #spacer td {
		height:1px;
		padding:0px;
		border:none;
	}

	#results h3 { color:#000; font-family: Georgia, "Times New Roman", Times, serif; text-transform: lowercase;  margin-top:0px; font-weight:normal; }
	#results a { color:#666666; }
		#results a.name:hover { text-decoration:underline; }

		#results a.name { text-decoration:none;  }
		#results a.name h3 { font-size:12pt; }
		#results a.name img { border:1px solid #497E90; }
			#results a.name img:hover { opacity:.8; filter:alpha(opacity=80); }
	
	#results select { color:#666; }
	 
	#results select:focus { color:#000; }
	
	#results td { padding:5px;  }

	#results td.sort, #results th.sort { width:115px; }
	#results td.name, #results th.name { width:225px; vertical-align:bottom; text-align:left; }
	#results td.area, #results th.area { width:150px; }
	#results td.bed, #results th.bed { width:145px; }	
	#results td.price, #results th.price { width:130px; padding-right:10px; }
	#results td.action, #results th.action { width:60px; text-align:right; }	

/*    results rows */
	tr#head { visibility:hidden; height:1px; }
	#head th { font-size:1px; line-height:10%;  }
	#head  th.sort { width:117px; }
	#head  th.name { width:235px; vertical-align:bottom; }
	#head  th.area { width:170px; }
	#head  th.bed { width:160px; }	
	#head  th.price { width:110px; padding-right:10px; text-align:left; }
	#head  th.action { width:60px; text-align:right; }	
	
	.inventoryRow1 td  { border-bottom: 1px solid #ddd; }
	.inventoryRow2 td { border-bottom: 1px solid #ddd; /*background-color:#fbfbf9; */ }	
	
	tr.pagination td { background-color:#fff; color:#000; border-bottom:1px solid #bb9; }
		#results tr.pagination a { color:#006699 ;}

	.pageon { display:inline-block; margin:0 10px 0 10px; }

.showMap {
	background-image:url(/images/bg-button-resultsmap.jpg);
	background-repeat:no-repeat;
	width:902px;
	height:25px;
	margin-top:6px; margin-bottom:4px; margin-left:5px; margin-right:6px;
}

.showMap:hover {
	background-image:url(/images/bg-button-resultsmap-hover.jpg);
	cursor:pointer;

}

.hideMap {
	background-image:url(/images/bg-button-resultsmap-open.gif);
	background-repeat:no-repeat;
	width:915px;
	height:25px;
	border-bottom:1px dashed #fff;
	margin-top:6px; margin-bottom:0px;
}

.hideMap:hover {
	background-image:url(/images/bg-button-resultsmap-open-hover.gif);
	cursor:pointer;
	

}

#map_prop_image {
	float:left; margin-right:8px; margin-bottom:4px;
}

#map_details {
	
}



#map_details2 {
	float:left; margin-top:14px;

}

#map_details2 strong { color:#000; font-size:1.2em; }

#map_prop_name { font-weight:strong; font-size: 14px; font-family:Georgia, "Times New Roman", Times, serif; color:#000; text-transform:lowercase; }
	#map_prop_name a { font-weight:strong; }

/* end searchResults */


/* property view */
div#propertytop {;  background-image:url(/images/bg-grad-white.png)} 
/*  background-color: #A7BD74 */


div#propertybottom { 
	background-color: #fff;
	padding:10px;
	overflow:hidden;
	z-index:90;
	position:relative;



 }

	div#propertybottom h1, #locationleft h1 { 
		font-family:Arial, Helvetica, sans-serif;
		font-size:2em;
		font-weight:normal;
		color:#999		;
	}

		ul#floorplanlist {
			list-style-type:none;
			margin-top:10px;
		}
		
			ul#floorplanlist li {
				float:left;
				display:block;
				margin-right:5px;
			}

				
		ul#floorplanlist a { display:block; color:#000; width:90px; height:125px; padding:3px; background-color:#dbeaef;
				border:1px solid #7c9fb2; text-decoration:none;  } 
				
				a strong { text-decoration:underline; line-height:1.2em; margin-bottom:7px; display:block;   }
				
				ul#floorplanlist sup {   }
				
				
				ul#floorplanlist a:hover {  background-color:#eff5f7; border:1px solid #5b88a1; } 

				ul#floorplanlist a span.smaller { font-size:95%; text-decoration:none; line-height:.6em;  display:block; margin-bottom:5px;}

				ul#floorplanlist li img { display:block; text-align:center; margin-left:auto; margin-right:auto; border:1px solid #ccd;} /* thumbnails */
		
		
				ul#floorplanlist div#icons { margin-top:2px; } /* box for icons */
					ul#floorplanlist div#icons img { border:none; margin:2px; float:left; } /* icon images */
			
			

		p#propertydesc {
			font-family:Georgia, "Times New Roman", Times, serif;
			color:#065679; 
			font-size:1.25em;
			font-style:none;
			font-weight:none;
			margin-top:20px;
			line-height:160%;
			
		}
		
			#lCol p#propertydesc {
				margin-left: 8px;
			}
 

 p#bodycopy {
			font-family:Georgia, "Times New Roman", Times, serif;
			color:#065679; 
			font-size:1em;
			font-style:none;
			font-weight:none;
			margin-top:2px;
			line-height:150%;
		}




	ul#thumbribbon {
		background-image:url(/images/bg-tint-white-60.png);
		border-top:1px solid #333;
		bottom:0px;	
		right:0px;
		width:100%;
		position:absolute;
		list-style:none;
		padding:4px 0 0 0;

	}
	
	ul#thumbribbon li {
		float:left;
		position:relative;
		display:block;
		padding-left:4px;
	}

	ul#thumbribbon img{
		border:1px solid #999;
		margin:10px 5px 10px 5px;
		opacity:.7; filter:alpha(opacity=70);
		position:relative;
	}
		
	ul#thumbribbon a{
		overflow:hidden;
	}
	
	ul#thumbribbon span {
		float:right; 
		font-size:.8em;
		display:block;
		width:130px;
		margin-top:8px; 			
		margin-right:20px;
	}
		
	ul#thumbribbon span a {
		text-decoration:none;
		color:#eee;
	}
		
	ul#thumbribbon li:hover a, ul#thumbribbon li.on a   {  /* this style is invoked when hovering over the <li> or if <li class="on"> */
		color:#aaa; 		
	}
		
	ul#thumbribbon li:hover img, ul#thumbribbon li.on img  {  /* this style is invoked when hovering over the <li> or if <li class="on"> */

		cursor:pointer; opacity: 1.0; 	filter:alpha(opacity=100);
	}

	ul#thumbribbon li:hover img { border-color:#0099FF; } /* Justin said to remove the image slide up effect:  bottom:20px; */ 

	ul#thumbribbon li.on img  { 	opacity: 1.0; filter:alpha(opacity=100); border-color:#000;			}


div#thumbRibbonClose { 	
	width:24px;
	height:40px;
	top:0;
	position:relative;
	background-image:url(/images/bg-ribbonclose.png);
	background-repeat:no-repeat;	
	
}

div#thumbRibbonClose.closed { 	background-image:url(/images/bg-ribbonclose-closed.png);	  }

div#thumbRibbonClose:hover {
	cursor:pointer;
	background-image:url(/images/bg-ribbonclose-hover.png);	
}

div#thumbRibbonClose.closed:hover { 	background-image:url(/images/bg-ribbonclose-closed-hover.png);	  }


div#fullImageDiv {    
	border:1px solid #fff;
}



div#fullPageClose {
	background-image:url(/images/bg-fullPageClose.png);
	background-repeat:no-repeat;
	width:30px; height:30px;
	border:none;
	margin-right:2px;
}

div#fullPageClose:hover {
	background-image:url(/images/bg-fullPageClose-hover.png);
	cursor:pointer;
}

div#fullPageOverlay {
	background-image:url(/images/bg-tint-black-80.png);
}

div#ajaxLoading {
	background-image:url(/images/ajax-loader.gif);
	background-repeat:no-repeat;
	width:66px; height:66px;
	border:none;
	margin-right:2px;
}


table#thumbs {  
						 background-color:#eee; padding:5px; width:240px;
}

#rCol #thumbs { position:absolute; right:0px; } 

table#thumbs a img { border:1px solid #497E90; }

table#thumbs img { border:1px solid #999; }

table.staff {
						padding:2px; margin-bottom:2px;
						background-image:url(/images/bg-tint-white-20.png);
						border:1px solid #a8ac82;
						color:#000000;
						font-size:11px;
						line-height:110%;
}


#locationleft {
	margin-top:15px;
	width: 240px;
	float:left; padding-top:10px; padding-left:10px;
}

	#locationleft label { width:6em; }
	#locationleft select { width:155px; }
	#locationleft input.submit { margin-left:112px; }
	

#locationleft input.button, #locationleft input[type=button] {
	background-color:#ccc;
	background-image:url(/images/bg-button-grad-x-black.png);
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #666;
	color:#000;
	font-size:8pt;
	padding:2px;
	height:auto;
	overflow:visible;
	text-align:center;
	width:auto;
	text-transform:uppercase;
	vertical-align:middle;
	margin-top:0px;
	
}

#locationleft input[type=button].on { background-color:#d7ddc2; color:#000; border-color:#999; }
	#locationleft input[type=button].on:hover { background-color:#d7ddc2; color:#000; border-color:#999; cursor:auto; }

#locationleft input.button:hover, #locationleft input[type=button]:hover {
	background-color:#646c45; border-color:#665; color:#eee; cursor:pointer;
}

	

#locationright {
	margin: 28px 8px 8px 0;
}

.searchFilterOn-furnished , .searchFilterOn-dog , .searchFilterOn-cat , .searchFilterOn-student   {
	background-color:#f6fde4;
}

	 div#furnished,  div#cat, div#dog,  div#student  {
		opacity:.5; filter:alpha(opacity=50);  background-color:#fff;  	
	}

	.searchFilterOn-furnished #furnished, .searchFilterOn-cat #cat, .searchFilterOn-dog #dog, .searchFilterOn-student #student  {
		opacity:1.0; filter:alpha(opacity=100);  	 background-color:#f6fde4;  	
	}
	
	
	
	div#furnished, div#cat, div#dog, div#student { width:19px; height:19px; display:inline-block; float:left; margin-right:3px; }
	
	
	div#furnished { background-image:url(/images/icon-filter-furnished.png);  }
	div#cat { background-image:url(/images/icon-filter-cat.png); width:19px;  }
	div#dog { background-image:url(/images/icon-filter-dog.png); width:19px;  }
	div#student { background-image:url(/images/icon-filter-student.png);  }

div.specials { padding:2px; border:1px dashed #ccc; width:95%; margin-left:7px; margin-top:20px;}
	div.specials h2 { margin:0; padding:0; color:#666; }
	
	
#movingTip { font-weight:arial; sans-serif; border: #ccc 1px solid; padding:5px; background-color:#eee; margin-top:15px;  }

#movingTip h3 {  color:#999999; padding:0px; font-size:1.6em; color: text-align:center;  }

#movingTip h4 { margin:0px; text-align:left; margin-top:15px; }

#movingTip a {text-align:left; }
#movingTip p { margin-top: 0px; }

/* start styles for moving-tips.asp */
ul#moving-tips  { list-style:none; padding-left:0;  }
#moving-tips p {  }
	
ul#regNews 	{ list-style:none; padding-left:0; } 
ul#regNews li { float:left; width:270px; margin-right:20px; }
	
	#body_new h2 a { color:#1E5D77; text-decoration:none; }
	
	#body_new h2 a:hover { text-decoration:underline; }

#newsFloorplans { padding-left:15px; padding-right:15px; padding-bottom:10px; overflow:hidden; }

#newsFloorplans #regNews li { width:195px  }

.buttonMore {
	float:right; font-size:.9em;
	display:inline-block;
	padding:1px 4px;
	background-color:#eee; color:#666;
	border:1px solid #ccc;
	text-decoration:none;	
}

	.buttonMore:hover { text-decoration:none; color:#333; background-color:#ddd; }


#newsFloorplans  .buttonMore { clear:both;   }


	
	 h1 + p  {margin-bottom:10px;  }


#body_new.public #lCol {
    width:600px; padding-top:10px;
}
	
#body_new.public #rCol {
    	margin-top:58px;
		width:177px;
		padding:20px;
		right:20px;
		
}	
	#body_new ul#newsRight    { list-style:none; padding:0px; margin-top:5px; }
	#body_new ul#newsRight li { width:100%; margin:0px; margin-bottom:1px; }
	
	#body_new ul#newsRight li a { 
						display:block;
						padding:5px 8px 2px 8px;
						color:#666; 
						background-color:#eee;
						min-height:20px;
						text-decoration:none;
	} 
	
	#body_new ul#newsRight li div {  /* container for the subarticle heading */
						display:block;
						padding:5px 8px 2px 8px;
						color:#999; 
						background-color:#eee;
						min-height:20px;
						
	} 	
		
	
		#body_new ul#newsRight ul   { list-style:none; padding:0px;  } /* secondary articles */
		#body_new ul#newsRight ul li { margin-bottom:0px; } /* secondary articles */
		#body_new ul#newsRight ul li a   { min-height:5px; padding: 2px 5px 0px 20px; line-height:130%;  }
			#body_new ul#newsRight ul li a.last   { padding-bottom:10px;  }
	
		#body_new ul#newsRight li a:hover { background-color:#666; color:#fff; background-image:url(/images/map-sd.png)  }
	 
 #body_new ul { padding-left:27px; } /* indent the news links in more because of rss icon addition to left on All News*/
	 
	 #body_new h2 img { padding-bottom:3px; vertical-align:bottom; } /* align rss icon better */
	 
	 a.rss { 
	 	display:inline-block; width:16px; height:16px;
		background-image:url(/images/icon-rss-16px-gray.png);	
	 }
	 
	 		 a.rss:hover { 
				background-image:url(/images/icon-rss-16px.png);
			 }

	a.rss_one { margin-left:30px; vertical-align:top; margin-top:5px; background-image:url(/images/icon-rss-16px.png);  }
		a.rss_one:hover { ; background-image:url(/images/icon-rss-16px-50.png);  }
	
	a.rss_all {  margin-right:10px; vertical-align:text-top; }
	
	h2.rss_all, h3.rss_all { display:inline-block; }
	
#subscribeText	{
	display:block; position:absolute; top:8px; right:56px;
}

	#subscribeText	a {
		font-size:.9em; color:#000; text-decoration:none;  font-family:Verdana, Arial, Helvetica, sans-serif;
	}
		
div#fb, div#tw, div#wp {
	/*float:right;
	left:823px;
	position: absolute;
	top: 2px;*/
	float:left;
	position:relative;
	height:18px;
	width:19px;
	margin-right: 2px;
}

div#fb2, div#tw2, div#wp2 {
	float:left;
	position:relative;
	height:18px;
	width:19px;
	margin-right:2px;
	
}
		div#fb:hover, div#tw:hover, div#wp:hover, div#fb2:hover, div#tw2:hover, div#wp2:hover {
		text-decoration:none;
	}
	
	div#fb a, div#tw a, div#wp a, {
		/*height: 100%;*/
		display: block;
		text-decoration:none;
	}
	
	div#fb a:hover, div#tw a:hover, div#wp a:hover, div#fb2 a:hover, div#tw2 a:hover, div#wp2 a:hover{
		text-decoration:none;
	}

	div#fb, div#fb2 {
		background-image: url(/images/NEWfacebook_iconOff.png);
	}
	div#fb:hover, div#fb2:hover{
		background-image: url(/images/NEWfacebook_icon.png);
	}
	
	div#tw, div#tw2 {
		background-image: url(/images/NEWtwitter_iconOff.png);
	}
	div#tw:hover, div#tw2:hover{
		background-image: url(/images/NEWtwitter_icon.png);
	}
	
	div#wp, div#wp2 {
		background-image: url(/images/NEWwordpress_iconOff.png);
	}
	div#wp:hover, div#wp2:hover{
		background-image: url(/images/NEWwordpress_icon.png);
	}		
	
/*  G a l l e r y  */
table.gallery {


}
	.gallery td {
	
	
	}
	
	.gallery td:hover {
		opacity:.6; filter:alpha(opacity=60);
	}
	
	
	.gallery td a {
	
	
	}

table.gallerythumbs {
	width:600px !important;

}





