<style type="text/css">
/*general style sheet*/
body {
	font: #000000;
	background-color: #ddd5be;			
	background-image: url("/images/slutsky-bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	font: #000000;
	background-color: #ddd5be;
	background-image: url("/images/slutsky-bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#recaptcha_widget_div { 
width: 235px; 
height: 125px;
overflow:hidden; 
} 
#recaptcha_image img{    
width:235px;     
} 
#recaptcha_container {     
margin: 0px;     
padding: 0px;     
width: 235px; 
} 
.TextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	width: 220px;
}

#slider-container{
	width:370px;
	height:438px;
	position:relative;
	margin:0 auto;
	z-index:100;
	background-image: url(./bg.png);
}
#slider-images{
	position: absolute;
	left:5px;
	top:5px;
	width:360px;
	height:428px;
}

#slider-images img{
	top:0;
	left:0;
	position:absolute;
	border:10px solid #fff;
	/*-moz-box-shadow:1px 1px 10px #000;
	-webkit-box-shadow:1px 1px 10px #000;
	box-shadow:1px 1px 10px #000;*/
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
h2 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #720000;
	font-weight: bold;
}
h3 {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
}

.tableborder {
	border: 2px solid #e6dfcd;
}

.tableborderTop {
	border-top: 2px solid #e6dfcd;
}

.address {

		font-size: 14px; /* font size to 14px */
		font-weight:bold; /* bold */
		text-decoration:none; /*  */
		color: #720000;	 /* red */
		padding-bottom:10px; /* margin below the item title*/

}

/* td, p, span, li, div {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;

} */

/*setting global link styles is messing up selected option on left menu*/
a {
	text-decoration:none;
	color: #000000;
}


.BreadCrumb {
	color: #66060a; /*********CUSTOMIZED*******/
}

div.BreadCrumbTrail {
	font-size: 8pt;
	color: #66060a; /*********CUSTOMIZED*******/
}

#footer {
	color: #ffeddf; /*********CUSTOMIZED*******/
	
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffeddf; /*********CUSTOMIZED*******/
}

.smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color:#FFFFFF;

}
A.smaller:link{color:#FFFFFF;TEXT-DECORATION:none;}
A.smaller:visited{color:#FFFFFF;TEXT-DECORATION:none;}
A.smaller:active{color:#FFFFFF;TEXT-DECORATION:none;}	
A.smaller:hover{color:#FFFFFF;TEXT-DECORATION:underline;}

.smallerblk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;

}
A.smallerblk:link{color:#000000;TEXT-DECORATION:none;}
A.smallerblk:visited{color:#000000;TEXT-DECORATION:none;}
A.smallerblk:active{color:#000000;TEXT-DECORATION:none;}	
A.smallerblk:hover{color:#000000;TEXT-DECORATION:underline;}

A.footer:link{TEXT-DECORATION:none;}
A.footer:visited{TEXT-DECORATION:none;}
A.footer:active{TEXT-DECORATION:none;}	
A.footer:hover{TEXT-DECORATION:underline;}

/* begin blog feed */

	/* The box container div with id 205724 */
	div#rssincl-box-205724 {
		width: 260px; /* sets the width of your RSSbox */
		overflow-x: auto; /* sets a scrollbar if the content is larger than 350px */
	}
 
	/* All elements inside the box container */
	div#rssincl-box-205724 *{
		font-family: Arial, Helvetica, sans-serif; /* sets the font family for all elements within the RSSbox */
		text-align:left; /* sets text-align to left for all elements*/
		margin:0; /* sets margin to zero for all elements*/
		padding:0; /* sets padding to zero for all elements*/
		line-height:120%; /* sets the line-height a bit greater than normal*/
		clear:both; /* no floating in general */
	}
 
	/* The div around the title */
	div#rssincl-box-205724 div.rssincl-head {
		padding:0px; /* sets the padding to 10px*/
                /* set the url to a gradient background image */
	/*	background-image:url('http://www.rssinclude.com/assets/web/images/tutorial/rssinclude_head_bg.gif');*/
	/*	background-repeat:repeat-x; *//* repeats the background image along the x-axis only*/
	/*	background-color: #D93D3D; *//* general background color when background image not shown*/
	}
 
	/* The <p> which contains the title of the box, and the <a> tag wrapped around the title (if used) */
	div#rssincl-box-205724 div.rssincl-head p.rssincl-title,
	div#rssincl-box-205724 div.rssincl-head p.rssincl-title a {
		font-size: 18px; /* sets the font size of the title to 18px*/
		font-weight:bold; /* and bold of course */
		color: #FFF; /* colors the title white */
		text-decoration:none; /* no underline */
	}
 
	/* The div around the content elements / news items */
	div#rssincl-box-205724 div.rssincl-content {}
 
	/* The div around each news item */
	div#rssincl-box-205724 div.rssincl-content div.rssincl-entry {
		padding-bottom:10px; /* padding to 10px again */
                /* url to gradient background-image */
	/*	background-image:url('http://www.rssinclude.com/assets/web/images/tutorial/rssinclude_item_bg.gif');*/
	/*	background-repeat:repeat-x; *//* image repeats along x-axis only */
	/*	background-color: #F8F8F8; *//* background-color when image is not shown */
		border-bottom:0px solid #C0C0C0; /* set grey border bottom */
		border-left:0px solid #C0C0C0; /* set grey border left */
		border-right:0px solid #C0C0C0; /* set grey border right */
	}
 
	/* The <p> tag containing the news item title */
	div#rssincl-box-205724 div.rssincl-content div.rssincl-entry p.rssincl-itemtitle {
		padding:0px; /* padding of title to 5px*/
		padding-left:0px; /* left padding to 25px because of background image (arrow) */
                /* set the url to a background image  */
	/*	background-image:url('http://www.rssinclude.com/assets/web/images/tutorial/rssinclude_arrow.gif');*/
	/*	background-repeat:no-repeat; *//* don't repeat it */
		background-position:0px 0px; /* positioning of background image*/
		margin-bottom:6px; /* margin below the item title*/
	}
 
	/* The <a> tag wrapped around the news item title */
	div#rssincl-box-205724 div.rssincl-content div.rssincl-entry p.rssincl-itemtitle a {
		font-size: 14px; /* font size to 14px */
		font-weight:bold; /* bold */
		text-decoration:none; /*  */
		color: #720000;	 /* red */
	}
 
	/* Set a color for rolling over the item title*/
	div#rssincl-box-205724 div.rssincl-content div.rssincl-entry p.rssincl-itemtitle a:hover{
		color:#bab29d; /* change font color to gray on rollover */
	}
 
	/* The <p> tag containing the item description, and all elements inside this tag */
	div#rssincl-box-205724 div.rssincl-content div.rssincl-entry p.rssincl-itemdesc,
	div#rssincl-box-205724 div.rssincl-content div.rssincl-entry p.rssincl-itemdesc *{
		font-size: 12px; /* general font size 12px */
		color: #000000; /* black */
	}
 
	/* The <p> tag containing the item date, and all elements inside this tag */
	div#rssincl-box-205724 div.rssincl-content div.rssincl-entry p.rssincl-itemdate,
	div#rssincl-box-205724 div.rssincl-content div.rssincl-entry p.rssincl-itemdate *{
		font-size: 10px; /* set date smaller than normal text */
		color: #000000; /* black */
	}
 
	div#rssincl-box-205724 div.rssincl-content div.rssincl-entry p.rssincl-itemdate {
		margin-bottom:6px; /* a bit of space below the date*/
	}
 
	/* If there are images inside the description, you can style them as well */
	div#rssincl-box-205724 div.rssincl-content div.rssincl-entry div.rssincl-itemdesc img {
		border:0px solid #FFF; /* no border for images inside description tag */
	}
 
	/* There is a clearer div which you can set to "clear:both"... */
	div#rssincl-box-205724 div.rssincl-content div.rssincl-entry div.rssincl-clear {
		clear:both; /* important when using "float" for item elements */
	}
/* end blog feed */

/* begin blog feed */

	/* The box container div with id 205961 */
	div#rssincl-box-205961 {
		width: 425px; /* sets the width of your RSSbox */
		overflow-x: auto; /* sets a scrollbar if the content is larger than 350px */
	}
 
	/* All elements inside the box container */
	div#rssincl-box-205961 *{
		font-family: Arial, Helvetica, sans-serif; /* sets the font family for all elements within the RSSbox */
		text-align:left; /* sets text-align to left for all elements*/
		margin:0; /* sets margin to zero for all elements*/
		padding:0; /* sets padding to zero for all elements*/
		line-height:120%; /* sets the line-height a bit greater than normal*/
		clear:both; /* no floating in general */
	}
 
	/* The div around the title */
	div#rssincl-box-205961 div.rssincl-head {
		padding:0px; /* sets the padding to 10px*/
                /* set the url to a gradient background image */
	/*	background-image:url('http://www.rssinclude.com/assets/web/images/tutorial/rssinclude_head_bg.gif');*/
	/*	background-repeat:repeat-x; *//* repeats the background image along the x-axis only*/
	/*	background-color: #D93D3D; *//* general background color when background image not shown*/
	}
 
	/* The <p> which contains the title of the box, and the <a> tag wrapped around the title (if used) */
	div#rssincl-box-205961 div.rssincl-head p.rssincl-title,
	div#rssincl-box-205961 div.rssincl-head p.rssincl-title a {
		font-size: 18px; /* sets the font size of the title to 18px*/
		font-weight:bold; /* and bold of course */
		color: #FFF; /* colors the title white */
		text-decoration:none; /* no underline */
	}
 
	/* The div around the content elements / news items */
	div#rssincl-box-205961 div.rssincl-content {}
 
	/* The div around each news item */
	div#rssincl-box-205961 div.rssincl-content div.rssincl-entry {
		padding-bottom:10px; /* padding to 10px again */
                /* url to gradient background-image */
	/*	background-image:url('http://www.rssinclude.com/assets/web/images/tutorial/rssinclude_item_bg.gif');*/
	/*	background-repeat:repeat-x; *//* image repeats along x-axis only */
	/*	background-color: #F8F8F8; *//* background-color when image is not shown */
		border-bottom:0px solid #C0C0C0; /* set grey border bottom */
		border-left:0px solid #C0C0C0; /* set grey border left */
		border-right:0px solid #C0C0C0; /* set grey border right */
	}
 
	/* The <p> tag containing the news item title */
	div#rssincl-box-205961 div.rssincl-content div.rssincl-entry p.rssincl-itemtitle {
		padding:0px; /* padding of title to 5px*/
		padding-left:0px; /* left padding to 25px because of background image (arrow) */
                /* set the url to a background image  */
	/*	background-image:url('http://www.rssinclude.com/assets/web/images/tutorial/rssinclude_arrow.gif');*/
	/*	background-repeat:no-repeat; *//* don't repeat it */
		background-position:0px 0px; /* positioning of background image*/
		margin-bottom:6px; /* margin below the item title*/
	}
 
	/* The <a> tag wrapped around the news item title */
	div#rssincl-box-205961 div.rssincl-content div.rssincl-entry p.rssincl-itemtitle a {
		font-size: 14px; /* font size to 14px */
		font-weight:bold; /* bold */
		text-decoration:none; /*  */
		color: #720000;	 /* red */
	}
 
	/* Set a color for rolling over the item title*/
	div#rssincl-box-205961 div.rssincl-content div.rssincl-entry p.rssincl-itemtitle a:hover{
		color:#bab29d; /* change font color to gray on rollover */
	}
 
	/* The <p> tag containing the item description, and all elements inside this tag */
	div#rssincl-box-205961 div.rssincl-content div.rssincl-entry p.rssincl-itemdesc,
	div#rssincl-box-205961 div.rssincl-content div.rssincl-entry p.rssincl-itemdesc *{
		font-size: 12px; /* general font size 12px */
		color: #000000; /* black */
	}
 
	/* The <p> tag containing the item date, and all elements inside this tag */
	div#rssincl-box-205961 div.rssincl-content div.rssincl-entry p.rssincl-itemdate,
	div#rssincl-box-205961 div.rssincl-content div.rssincl-entry p.rssincl-itemdate *{
		font-size: 10px; /* set date smaller than normal text */
		color: #000000; /* black */
	}
 
	div#rssincl-box-205961 div.rssincl-content div.rssincl-entry p.rssincl-itemdate {
		margin-bottom:6px; /* a bit of space below the date*/
	}
 
	/* If there are images inside the description, you can style them as well */
	div#rssincl-box-205961 div.rssincl-content div.rssincl-entry div.rssincl-itemdesc img {
		border:0px solid #FFF; /* no border for images inside description tag */
	}
 
	/* There is a clearer div which you can set to "clear:both"... */
	div#rssincl-box-205961 div.rssincl-content div.rssincl-entry div.rssincl-clear {
		clear:both; /* important when using "float" for item elements */
	}
/* end blog feed */


/*top drop down menu*/
/*http://sperling.com/examples/menuh/*/


#menuh-container
	{
	font-size: 1em;
	position: relative;
	top:0;
	left: 0;
	width: 100%;
	margin: 0px;
	border: 0px solid white;
	}




#menuh
	{
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:0em;
	margin-top: 0em;
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	border: 0px solid #ffeddf; /***************CUSTOMIZED****************/
	white-space:nowrap;
	margin:0;
/*	padding: 0.3em; *//* adjust padding as needed if width is commented out in #menuh ul */
	padding: 0.9em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #FFFFFF;
	background-color: #720000;
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: #720000;
	background-color: #ffffff; /*************CUSTOMIZED******************/
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
/*	background-image: url(navdown_white.gif); */
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
/*	background-image: url(nav_white.gif); */
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
/*	width:9em; */	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	width:14em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	width:12em;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/*end top drop down menu*/

/*left menu - http://www.interspire.com/content/articles/10/1/Building-An-Expanding-DHTML-Menu-With-CSS-and-JavaScript*/

.menu1{
background-image:url(images/Elder-Law.jpg);
background-position: 0px 0px;
margin-left:5px;
padding-left:30px;
padding-top:5px;
padding-bottom: 2px;
display:block;
text-decoration: none;
color: #720000;
height: 20px;
}

.submenu{
/*background-image: url(images/submenu.gif);*/
display: block;
height: 19px;
margin-left: 5px;
padding-top: 2px;
padding-left: 30px;
padding-bottom: 0px;
color: #000000;
font-size: 8pt;
}

.submenu2{
/*background-image: url(images/submenu.gif);*/
display: block;
height: 19px;
margin-left: 5px;
padding-top: 0px;
padding-left: 30px;
padding-right:5px;
padding-bottom:0px;
color: #000000;
font-size: 7pt;
}

.hide{
display: none;
}

.show{
display: block;
}

.selected
{
	color: #000000;
	font-weight: bold;
}



/*end left menu*/

/*ticker*/

#pscroller2{
width: 100%;
height: 13px;
padding: 5px;
padding-left: 0px;
font-size: 8pt;
text-decoration: none;

}

#pscroller2 a{
text-decoration: none;
color: #000000;

}

.someclass{ //class to apply to your scroller(s) if desired
}
/*end ticker*/

.the_menus 
{
    position: relative;
}
.the_menus div
{
    position: relative;
    width: 221px; height: 30px; 
   /* background-image:url(/images/menu-background.jpg);*/
    margin:0px;
}
.the_menus div a
{
    position: absolute;
    top: 13px; left: 5px;
    padding-left: 5px; padding-right: 5px;
    text-decoration: none;
    background-color: #f7f4ed;
    color: #720000;
	font-weight: bold;
    font-family: arial, sans-serif;
    font-size: 13px;
    z-index: 9;
}
.the_menus .bottom
{
    position: relative;
    width: 221px; height: 15px;
    background-color: #f7f4ed;
}

</style>

