@charset "UTF-8";
/* CSS Document 
	Author: John McSwain
	Compound J
	Date: 4/14/08
	Project: The Patterson Firm
*/

*{
	margin:0;
	padding:0;

}

/*------------------Begin Text Formatting--------------*/
body{
	font-family:Arial, Helvetica, sans-serif;
	
}

p{
	font-size:10pt;
}

.green{
	color:#009871;
	
}

/*------------------End Text Formatting--------------*/


.left{
	background-image:url(../images/leftBackground.gif);
	background-repeat:repeat-y;
	float:left;
	width:209px;
	height:950px;
	vertical-align:top;

}

.nav{
	height:75px;
	background-image:url(../images/navBackground.gif);
	background-repeat:repeat-x;
	width:800px;
	float:left;
}

.content{
	width:770px;
	padding:50px 0 0 30px;
	float:left;
	height:890px;
	/*background-color:purple;*/
}

.tall{
	height:1900px;

}

.contentSwoosh{
	width:770px;
	padding:50px 0 0 30px;
	float:left;
	height:760px;
	background-image:url(../images/jpswoosh2.gif);
	background-position: 65% 45%;
	background-repeat:no-repeat;
	/*background-color:purple;*/
}

.high{
	background-position: 65% 25%;

}


img{
	border:0;

}

a{
	color:#009871;
	text-decoration:underline;

}

.photo{
	float:right;
}

.labels{
	float:left;
	text-align:right;
	width:80px;
	padding-right:10px;
}

.fields{
	float:left;
	text-align:left;
	width:200px;
}

input{
	font-size:10pt;

}
form{
	line-height: 18px;
}
.container{
	width:1009px;
	height:100%;

}

.black{
	color:black;
}