

body {margin:0px; background-image: url('graphics/background.jpg');}

.practiceheader {background-image: url('graphics/top_bar.jpg');}

.practicename {font-family: Georgia; 
	font-size: 28px; 
	font-weight: bold;
	color: #33CCCC; 
	padding-left:130px; visibility:hidden;}




.practicetype {font-family: Georgia, Helvetica, sans-serif; 
	font-size: 18px; 
	font-weight: bold;
	color: #D6CDA8; padding-left:130px; visibility:hidden; }
	
.practicephone {font-family: sans-serif; 
	font-size: 28px; 
	font-weight: bold;
	color: #00a8eb; 
	padding-right:16px; }
	
.border {border-color: #004661;
    background-color: #004661; }

.content {
	font-size: 13px;
	background-color:#FFFFFF; min-height:400px;
	}

.content p {font-family: Arial, Helvetica, sans-serif; }
.content h2 {font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; text-align:left;}
.content h2.red {color:#FF0000}
.content ul {font-family: Arial, Helvetica, sans-serif; padding: 10px 40px;  }
.content a {color:#1c96c7 }

.content .right { float:right; width:300px; margin:5px 0 20px 10px; text-align:center;}
.content .right h3 {font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; color:#004760; line-height:22px; }
.content .right .large { font-size:24px;}
.content .right img {margin:5px 0}

.content .question {font-family:Georgia, "Times New Roman", Times, serif; color:#004760; margin-bottom:5px; }

small {font-size:12px;}
.mdText {font-size: 4pt; height: 4pt; color: lightgrey; position: absolute; left: 0; top: 0;}


th#menuContainer {
	padding: 0 0 0 0; /* whole menu padding */
	width: 787px; /* DO NOT CHANGE */
	text-align: left; /* DO NOT CHANGE */
	/*background: url('graphics/menu_bar.jpg') no-repeat center top;  menu container background */
	background: #004661 url(images_/menu-bkgd.gif) repeat-x;
	z-index: 100 !important; /* DO NOT CHANGE */
	border-bottom: 1px solid #7ec4e1;
}


ul#topMenu, #topMenu ul {
	float: left; /* DO NOT CHANGE */
	padding: 0; /* DO NOT CHANGE */
	margin: 0; /* DO NOT CHANGE */
	list-style: none; /* DO NOT CHANGE */
	border: 0; /* 1st level box border */
	z-index:2;
}

#topMenu li a {
	display: block; /* DO NOT CHANGE */
	text-decoration: none !important; /* DO NOT CHANGE */
	padding: 0 10px; /* 1st level item padding */
	border-right: 1px solid #7ec4e1; /* right border of the 1st level item */
	color: #FFF; /* text color */
	font-weight: normal; /* font-weight */
	font-size: 10px; /* font-size */
	font-family: Arial, Helvetica, sans-serif; /* font-family */
	text-transform: uppercase; /* capitalization */
	background: #004661 url(images_/menu-bkgd.gif) repeat-x;
}

#topMenu li span {display: block;
	text-decoration: none ;
	padding: 0 10px; 
	border-right: 1px solid #7ec4e1;
	color: #FFF; 
	font-weight: normal; 
	font-size: 10px; 
	font-family: Arial, Helvetica, sans-serif; 
	text-transform: uppercase;
	background: #004661 url(images_/menu-bkgd.gif) repeat-x;
}

#topMenu li {
	float: left; /* DO NOT CHANGE */
	line-height: 25px; /* item's height */
}

#topMenu li li {
	float: none; /* DO NOT CHANGE */
	border-top: 1px solid #00193e; /* 2nd level divider */
}
#topMenu li li.first {
	border: 0 /* DO NOT CHANGE */
}

#topMenu li li a {
	border: 0 !important; /* DO NOT CHANGE */
}
#topMenu li ul {
	position: absolute; /* DO NOT CHANGE */
	left: -999em; /* DO NOT CHANGE */
	border: 1px solid #4f4416; /* 2nd level box border */
	margin-left: -1px; /* DO NOT CHANGE */
	background-color: #fff; /* 2nd level box background color */
}

#topMenu li:hover ul, #topMenu li.sfhover ul {
	left: auto; /* DO NOT CHANGE */
}

#topMenu li:hover, #topMenu li.sfhover {
	background: #e8dfce url('pro/designs/london_50a1/graphics/menu_bar_down.jpg') repeat-x center top; /* 1st level item hover */
}

#topMenu li li:hover, #topMenu li li.sfhover {
	background: none;
	background-color: #e8dfce; /* 2nd level item hover background */
}

#topMenu iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}



a.mailingBtn {
	width:170px;
	position:absolute;
	float:right;
	cursor: pointer;
	cursor: hand;
	border: 1px solid #777;
	padding: 0 4px;
	color: #777;
	background: url(interface/arrow1.gif) right center no-repeat;
	text-decoration: none;
	height: 17px;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 16px;
	z-index: 1;
}

a.mailingBtn:hover  {
	border: 1px solid #555;
	color: #555;
}

div#mailingPopup {
	position: absolute;
	width: 300px;
	/*height: 185px;*/
	border: 1px solid #999999;
	background-color: white;
	padding: 2px;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	z-index: 2;
}

div#mailingPopup div#contentPadded {
	padding: 10px;
}

div#mailingPopup div#joinHeader {
	padding: 10px 0 0 10px;
	font-weight: bold;
	font-size: 16px;
}

div#mailingPopup a#closeMailingBtn {
	display: block;
	float: right;
	text-decoration: none;
	color: #c8c7c7;
}

div#mailingPopup div#mailingMsg {
	clear: both;
	color: #f00;
	padding-top: 5px;
}

a.appBtn {
	width: 220px;
	position: absolute;
	float:right;
	cursor: pointer;
	cursor: hand;
	border: 1px solid #777;
	padding: 0 4px;
	color: #777;
	background: url(interface/arrow1.gif) right center no-repeat;
	text-decoration: none;
	height: 17px;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 16px;
	z-index: 1;
}

a.appBtn:hover  {
	border: 1px solid #555;
	color: #555;
}

div#appPopup {
	position: absolute;
	width: 355px;
	border: 1px solid #999999;
	background-color: white;
	padding: 2px;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	z-index: 2;
}

div#appPopup div#contentPaddedApp {
	padding: 10px;
}

div#contentPaddedApp strong {
	font-weight: bold;
	font-size: 16px; 
}

div#appPopup a#closeAppBtn {
	display: block;
	float: right;
	text-decoration: none;
	color: #c8c7c7;
}

div#appPopup input.appSubmitBtn{
	display: none;
}

input.join {
	float: left;
	width: 200px;
	font-size: 11px;
}
sup.required {
	color: #f00;
} 
.floatingVideo {
	clear: both; 
	float: right;
	display: inline;
	margin: 10px 0 20px 15px;
}

.footerSEOCopy {
	
}

.hitCounter {
	border: 1px solid #a59b5d; 
	width: 40px; 
	font-size: 11px;
}

.footerLink {
	color: lightskyblue; font-size:12px;
}
.seoLinks {
	color: black;
}
.seoLinks a {
	color: blue;
}
.formfieldnorma1 {
	display: none;
}

/* refer a friend */

div#friendPopup {
	position: absolute;
	width: 320px;
	/*height: 185px;*/
	border: 1px solid #999999;
	background-color: white;
	padding: 2px;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	z-index: 2;
}

div#friendPopup div#contentFriendPadded {
	padding: 10px;
}

div#friendPopup div#friendHeader {
	padding: 10px 0 0 10px;
	font-weight: bold;
	font-size: 16px;
}

div#friendPopup a#closeFriendBtn {
	display: block;
	float: right;
	text-decoration: none;
	color: #c8c7c7;
}

div#friendPopup div#friendMsg {
	clear: both;
	color: #f00;
	padding-top: 5px;
}

img {border:none}

TABLE.lumineers {
margin:10px 30px 10px 30px;  width:400px; text-align:center; vertical-align:top;
	

}

TABLE.lumineers td {vertical-align:top;}

TABLE.lumineers h3 {margin:5px; color:#0066CC}
TABLE.lumineers p {color:#333333; text-align:left; padding:0px; margin:0px;}

.center { margin: 5px auto; text-align:center;}
