﻿/* ALL PAGES */
.wrapper{
	width: 975px;
	margin: 0px auto;
	text-align: left;
	z-index: auto;
}
table {	
	width: 950px;
	border:0px; 
	border-collapse:collapse; 
	font-family: Georgia, Times New Roman, Times, serif; 
	color: #444; 
	font-size:12px;
} 
td { vertical-align:top; padding:0px; }
html {height:100%;}
body { margin:0px; padding:0px; height:100%	}
img {border:0}
p {padding:0; margin:0;	font-family: Georgia, Times New Roman, Times, serif; color: #444; font-size:12px}

.grayborder {
	border-top:1px gray solid;
	border-right:1px gray solid;
	border-bottom:1px gray solid;
	min-height:500px;
	float:left;
}

/* HEADER */
.logo {
	margin:10px 0 10px 10px;
}


.blueline {
	background-color: #004a8d;
	height:5px;
	width: 100%;
}

.grayline {
	background-color: #777;
	height:2px;
	width: 100%;
	margin:1px 0 20px 0;
}


/* NAV */
.bluenav {
	background-color: #004a8d;
	min-height:400px;
	width: 200px;
}

.nav {
	line-height:24px;
	margin:20px 10px 10px 20px;
}

.navrightspacer {width:20px}

.pic_cell {
	background-color: #004a8d;
	vertical-align: bottom;
}


/* FONTS */
.content {
	margin:20px 25px 20px 10px;
	line-height:20px;
}

.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#666;
	font-weight:bold;
	text-align:right;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:50px 10px 5px 10px;
}

.title_sub {
	font-size:17px;
	color:#004A8D;	
	font-weight:bold;
	line-height:20px;
}

.title_sub2 {
	color:#333;	
	font-weight:bold;
}



.content_bulls {
	line-height:17px;
	margin:5px 35px 10px 65px;
	}
	


/* HOME */

/* ABOUT */

/* PRACTICE */
.squares {
	float:left;
	width: 200px;
	margin:5px 20px 10px 10px;
}

.squares_header {
	float:left;
	width: 740px;
		margin:0 0 0 0;
}

/* TEAM */
.pic_div {
	float:left;
	width: 175px;
	margin:8px 20px 40px 10px;
}

.bio_div {
	float:left;
	width: 490px;
	height:250px;
	margin:5px 15px 40px 10px;
}

/* AFFILIATIONS */
.logo_spacing {
	margin:8px 20px 40px 0px;
}


/* CALCS */
.table_specs {
	margin:20px 25px 20px 10px;
	width: 700px;
}

.cell_specs {
width: 175px;
height:30px;
	color:#333;	
	font-weight:bold;

}


/* FOOTER */
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
	margin:10px 0px 15px 120px;
}

.footer_logo {
	margin:0px 5px -2px 120px;

}



/* LINKS */	
A:link {color: #222; text-decoration: none; }
A:visited {color: #222; text-decoration: none; }
A:active {color: #222; text-decoration: none; }
A:hover {color: #222;  text-decoration: underline; }

.content A:link {color:#222; text-decoration: none;}
.content A:active {color:#222; text-decoration: none;}
.content A:visited {color:#222; text-decoration: none;}
.content A:hover {color:#5d9632; text-decoration: none;}

.nav A:link {color:#fff; text-decoration: none;}
.nav A:active {color:#fff; text-decoration: none;}
.nav A:visited {color:#fff; text-decoration: none;}
.nav A:hover {color:#fff; text-decoration: underline;}
