body
{
font-family: arial, serif;
font-size: 12px;
margin-left: 20px;
margin-right: 20px;
}

p
{
font-family: arial, serif;
font-size: 12px;
margin-left: 20px;
margin-top: 15px;
margin-right: 20px;

}

h2
{
font-family: arial, serif;
font-size: 20px;
margin-left: 10px;
margin-top: 20px;
}

img
{
border-color: #C0C0C0;
}


ul.disc {list-style-type: disc}
ul.circle {list-style-type: circle}
ul.square {list-style-type: square; font-family: inherit; line-height: 20px; margin-right: 20px;
}
ul.none {list-style-type: none}


.f
{
font-family: arial, serif;
font-size: 12px;
}

.add
{
font-family: arial, serif;
font-size: 12px;
font-weight: bold; 

}


a:link, a:visited, a:hover, a:active 
{    
font-family: arial, serif;
font-size: 12px;
font-style: normal;
font-weight: 500;
text-decoration: none;
background-color: inherit;
}

a.top
{    
font-family: arial, serif;
font-size: 10px;
font-style: normal;
font-weight: 500;
text-decoration: none;
background-color: inherit;
color: #C0C0C0; 
text-decoration: none;
}


a:link {color: #00008B; text-decoration: none;}
a:visited {color: #00008B; text-decoration: none;}
a:active {color: #00008B; text-decoration: none}
a:hover {color: #9A9595; text-decoration: underline;}


/*to center slideshow*/

.centerdiv
{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div
{ /*Proper way to center a relative div*/
margin: 0 auto;
}




/* navigation menu ---------------------------------------------*/
.wireframemenu
{
border-left:1px solid #C0C0C0; 
border-right:1px solid #C0C0C0; 
border-top:1px solid #C0C0C0; 
border-bottom:0px solid #C0C0C0; 
background-color: black;
width: 200px;
}


* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 200px;
}

.wireframemenu ul
{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a
{
font-family: arial, serif;
font-size: 12px;
font-style: normal;
font-weight: 600;
padding: 2px 2px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: white;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited
{
color: white;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #ffffff;
color: black;
}

/* navigation menu residential ---------------------------------------------*/

.wireframemenures
{
background-color: #00008B;
width: 180px;
margin-left: 18px;
}


* html .wireframemenures{ /*IE only rule. Original menu width minus all left/right paddings */
width: 180px;
}

.wireframemenures ul
{
margin-left: 18px;
list-style-image: url('images/bulletpoint.gif');

}

.wireframemenures a
{
font-family: verdana;
font-size: 11px;
font-style: normal;
font-weight: 600;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: white;
text-decoration: none;
}

.wireframemenures a:visited
{
color: white;
}

html>body .wireframemenures a{ /*Non IE rule*/
width: auto;
}

.wireframemenures a:hover{
color: #C0C0C0;

}

/*rounded corners white------------------------------------------*/
.roundcont {
	width: 250px;
	background-color: #f90;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url('images/epractice/tr.gif') no-repeat top right; 
}

.roundbottom {
	background: url('images/br.gif') no-repeat bottom right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

----------------------------------------------------------------------------
/*rounded corners black*/
.roundcont1 {
	width: 250px;
	background-color: #f90;
	color: #fff;
}

.roundcont1 p {
	margin: 0 10px;
}

.roundtop1 { 
	background: url('images/trb.gif') no-repeat top right; 
}

.roundbottom1 {
	background: url('images/brb.gif') no-repeat bottom right; 
}

img.corner1 {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

/*thumbnail viewer------------------------------------------*/


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
font: 12px arial, serif;

}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}