/* basic elements*/

* :focus { outline: 0; }

body {
	background-image: url(images/background.jpg);
	background-color: #CC6600;
	background-repeat: repeat-x;
}

p {
	font-family:"Times New Roman", Times, serif;
}

a:link {
	font-size: 14px;
	color: #FF9900;
	text-decoration: underline;
}

a:visited {
	font-size: 14px;
	color: #FF9900;
	text-decoration: underline;	
}

.shadow {
	display:block;
	background:#663300;
	position:relative;
	margin-left: 194px;
	margin-right: 193px;

}

.container {
	background:#990000;
	position:relative;
	border:1px solid #000000;
	position:relative;
	left:-5;
	bottom: -5;
 }
 
 .navLine{
 	text-align:center;
	}
  
 /*index*/ 	
	
.intro{
	text-align:justify;
	font-weight:normal;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	margin-left: 25;
	margin-right: 25;
	line-height: 20px;
	letter-spacing: 1px
}
  
.address{
	text-align:center;
	font-weight:normal;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	margin-left: 25;
	margin-right: 25;
	line-height: 20px;
	font-variant: small-caps;
	letter-spacing: 1px
 }	

.sub{
	text-align:center;
	font-weight:normal;
	font-size: 13px;
	font-style: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-top:60px;
 
}
 
 
/*attorney profiles*/

#bio{
	text-align:justify;
	letter-spacing: 1px;
	
 }
	
.images {
	text-align: center;
	font-size: 12px;
	font-weight: 100;
}

.bioHead{
	font-size: 24px;
	font-weight: lighter;
	color: FFFFFF;
	padding-left: 0px;
	margin-top: 20px;
	margin-right: 35px;

	
 }	

.bioText{
	font-weight:lighter;
	border-color:#CC3300;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	line-height: 20px;
	margin-bottom: 20px;
	margin-right: 35px;
	padding-top: 2px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 35px;
  }	
  
 
/*firm profile*/ 
 
#profile {
	text-align:left;
	color: #FFFFFF;
	line-height: 20px;
	letter-spacing: 1px
}

.profileHead {
	text-align: center;
	font-size: 20px;
	font-style: italic;
	}

.profileSubHead {
	text-align: justify;
	letter-spacing: 1px;
	font-weight: normal;
	color:#FFFFFF;
	font-size: 16px;
	margin-left:60px;
	margin-right:60px;
	line-height: 20px;	
	}

	
.listStyle{
	color: #FFFFFF;
	text-align:left;
	font-size:16px;
	font-weight: lighter;
	text-align: justify;
	letter-spacing: 1px;
	list-style-type: square;
	margin-left:40px;
	margin-top: 20px;
	}
	
.list1 {
	line-height:20px;
	}
	
.list2 {
	line-height:32px;
	}
	
	
/*help*/

#help {
	font-weight: lighter;
	font-size:16px;
	text-align:justify;
	color:#FFFFFF;
	margin-right: 35x;
	margin-left: 35px;
	background-image: url(images/scale.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	}
	

#popWindow {
	font-size: 14px;
	font-weight: lighter;
	background-color: #CCCCCC;
	text-align: justify;
	padding: 30px;
	}
	
/*contact*/

#contact {
	font-weight: normal;
	color: #FFFFFF;
	line-height: 20px;
	letter-spacing: 1px;
	margin-left: 35px;
	margin-right: 35px;
	text-align: justify;
}

.contactHead {
	font-size:22px;
	}
	
.form{	
	border-style:inset;
	border-color:#CC3300;
	color:#990000;
	line-height: 3;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left:130px;
	margin-right: 130px;
	}

.error {
	color: #FFFFFF;
	font-size:16px;
	letter-spacing:1px;
	text-align: center;
	}