/* external style sheet for the AMI Documentation */

body {
	background: url(graphics/bg_header.gif) repeat-x;
}

b {font-weight: bold;}
i {font-style: italic;}

.body {
	font-weight: normal;
	color:#000000;
	font-size: 12px;
	font-family: arial, helvetica;
	line-height: 15px;
	font-variant: normal;
	font-style: normal;
}

h1 {
	font-weight: bold;
	color:#FFFFFF;
	font-size: 13px;
	font-family: arial, helvetica;
	line-height: 15px;
	font-variant: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
}

a {text-decoration: underline;
	font-weight: normal;
	color:#6699CC;
}

a:hover {text-decoration: underline;
	font-weight: normal;
	color:#336699;
}

/* ---- STRUCTURE ---- */


#headerImage {
	margin-top: 20px;
}
.bannerMain {
	position: absolute; 
	top:0; 
	left:0; 
	z-index: 1;
	background-image: url(graphics/bg_main.gif);
	background-repeat: no-repeat;	
	height: 102;
	width: 740;	
}

.headerMain {
	position: absolute; 
	top:50; 
	left:500; 
	z-index: 30;
}

.pageWidth {
	width: 740;
}

.pageWidth2 {
	width: 740;
}

.contentMain {
	margin-top: 102;
	padding-bottom: 25;
	width: 745;
	background: url(graphics/bridge.jpg) no-repeat 0% 100%;
}

.mainSidebar {
	float: left;
	width: 165px;
	height: 270px;
}

.mainText {
	width: 550;
	margin-left: 165px;
}

.sidebarButtons {
	width: 145;
}

.floatRt {
	float: right;
}

.clearBoth {
	clear: both;
}


/* --------- Sub Nav --------- */

.subNav {
	background-color: #CCCCCC;
	text-align: right;
}

.subNav a {
	display:block;
	width:100%;
	font-weight: normal;
	color:#666666;
	font-size: 11px;
	line-height: 13px;
	font-family: arial, helvetica;
	font-variant: normal;
	font-style: normal;
	text-decoration: none;
	padding-top:2;
	height:17;
}

.subNav a:hover {
	background-color:#999999;
	color: #FFFFFF;
	text-decoration: none;
}

.subNav #on {
	background-color:#CCCCCC;
	color: #666666;
	text-decoration: none;
	font-weight: bold;	
}

.subNav #borders {
	height: 20;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
}

.subNav2 {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}


/* ---- ID's ---- */

/* ---- TOOLBAR ---- */

.toolbar {
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 10;
}

.toolbarBg1 {
	background-image: url(graphics/toolbar/bg_curve.gif); 
	background-repeat: no-repeat; 
	width:545; 
	height:59;
}

#active {
	position:absolute; 
	z-index:20; 
}

.nav0 {
	position:absolute; 
	top:0; 
	left: 99;
	z-index:11; 	
}

.nav1 {
	position:absolute;
	z-index:12; 	
	top:0; 
	left: 144;
}

.nav2 {
	position:absolute; 
	z-index:13; 
	top:0; 
	left: 209;
}

.nav3 {
	position:absolute; 
	z-index:14; 
	top:0; 
	left: 346;
}

.nav4 {
	position:absolute; 
	z-index:15; 
	top:0; 
	left: 428;
}

.nav5 {
	position:absolute; 
	z-index:16; 
	top:0; 
	left: 515;
}

.navContact {
	position:absolute; 
	z-index:17; 
	top:0; 
	left: 609;
}

/* ---- FOOTER ---- */

.footer {
	background-image: url(graphics/bg_footer.gif); 
	background-repeat: repeat-x; 
	height:60;
}

.footerButtons {
	position: relative;
	top: 32;
	text-align: right;
	z-index:10;
}

.footerCopyright {
	position: relative;
	left: 30;
	z-index:11;
	top: -20;
	font-weight: normal;
	color:#CCCCCC;
	font-size: 11px;
	font-family: arial, helvetica;
	line-height: 15px;
	font-variant: normal;
	font-style: normal;	
}

.acroFooter {
	font-weight: normal;
	color:#999999;
	font-size: 11px;
	font-family: arial, helvetica;
	line-height: 15px;
	font-variant: normal;
	font-style: normal;
	margin-left: 30;	
	margin-bottom: 20;
	width: 300;
}

.acroFooter a {text-decoration: none;
	font-weight: normal;
	color:#999999;
}

.acroFooter a:hover {text-decoration: none;
	font-weight: normal;
	color:#336699;
}

/* ---- FIRM ---- */

.lawyersPic {
	margin-left: 15;
	float: right;
}

.lawyersBio {
	width: 400;
}

.lawyersBio table{
	width: 400;
	height: 139;
}

.lawyersBio th{
	font-weight: bold;
	color:#FFFFFF;
	font-size: 18px;
	font-family: arial, helvetica;
	line-height: 18px;
	font-variant: normal;
	font-style: normal;	
	padding: 2;
	background-color: #6699CC;
	border-bottom: 2px solid #FFFFFF;
	text-align: left;
	padding-left: 5;
}

.lawyersBio td{
	font-weight: normal;
	color:#336699;
	font-size: 11px;
	font-family: arial, helvetica;
	line-height: 13px;
	font-variant: normal;
	font-style: normal;	
	padding: 2;
	background-color: #CCDDEE;
	border-bottom: 2px solid #FFFFFF;	
}

.lawyersBio #field{
	border-right: 2px solid #FFFFFF;
	font-weight: bold;	
	text-align: right;
}

/* ---- HOME ---- */


.contentHome {
	margin-top: 242;
}

.bgHome {
	position: absolute; 
	top:0; 
	left:0; 
	z-index: 1;
	background-image: url(graphics/bg_home02.gif);
	background-repeat: repeat-x; 
	height: 242;
}
body.homeBackground {
	background-image: url(graphics/bg_home02.gif);
	background-repeat: repeat-x;
}
.bannerHome {
	background-image: url(graphics/bg_home.jpg);
	background-repeat: no-repeat;	
	height: 242;
	width: 740;
}

.headerHome {
	position: absolute; 
	top:65; 
	left:144; 
	z-index: 30;
}

.quoteHome {
	position: absolute;
	top:100;
	left:195;
	z-index:30;
	width: 545;
	font-weight: normal;
	color:#FFFFFF;
	font-size: 11px;
	font-family: arial, helvetica;
	line-height: 15px;
	font-variant: normal;
	font-style: normal;
}

.quoteHome a {text-decoration: underline;
	font-weight: normal;
	color:#FFFFFF;
}

.quoteHome a:hover {text-decoration: underline;
	font-weight: normal;
	color:#66CCFF;
}

#homePadding {
	padding: 15;
}

#homeTb {
	text-align: center;
	margin-top: 3;
}

#homeTb img{
	margin: 1;
}

#homeLawyers {
	padding: 15;
	color: #6699CC;
}

.homeMid {
	width: 225;
	float: right;
	height: 186;	
	border-right: 1px solid #777777;		
}

.homeRight {
	width: 218;
	float: right;
	border-right: 1px solid #777777;	
	height: 186;
}

.homeLeft {
	width: 293;
	height: 186;	
	background: url(graphics/home_advantages.gif) no-repeat;
}

.homeLeft .newspaper {
	position: relative;
	top: 125px;
	left: 56px;
	border: none;
}

/* --- Photo Album Styles --- */

#section1, #section2, #section3, #section4, #section5, #section6, #section7, #section8, #section9, #section10, #section11 {
	position: absolute;
	width: 400;
	height: 300;
	background: url(graphics/photos/shadow.gif) no-repeat;
}

#section12 {
	width: 389;
	height: 284;
	background: url(graphics/photos/blank.gif) no-repeat;
	position: absolute;
}

a.links {
	display: block;
	height: 20px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #DDDDDD url(graphics/photos/buttonline2.gif) repeat-x 0% 100%;
	color: #3E6D9D;
	text-decoration: none;
	font-size: 11px;
	text-align: right;
	padding-right: 3px;
	padding-top: 1px;
}

a.links:hover {
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #666666;
	background: #999999 url(graphics/photos/buttonline.gif) repeat-x 0% 100%;
	color: #FFFFFF;
	text-decoration: none;
}

#photonav {
	height: 283px; 
	width: 55px;
	border: 1px solid white;
}

#photosshadow img{
	position: relative;
	left: 2px;
	top: 2px;
}

.hideLayer {
	visibility: hidden;
}

#photosshadow {
	position: absolute;
	margin-left: 57;
	width: 389;
	height: 284;
}

.articleNav {
	margin-top: 20px;
	text-align: right;
}

.articleNav img{
	margin-left: 95px;
}
