@charset "utf-8";
/* CSS Document */


body {
	background-color: #CCCCCC;
	margin-top: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #414141;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #999999;
}
h1	{
	font-size: large;
	color: #223C7E;
	font-weight: bold;
	padding-top: 25px;
}
#AreasOfPractice li {
	margin-top: 10px;
}
#AreasOfPractice .Practice {
	list-style: none;
	margin-left: 25px;
	margin-top: 15px;
}

#AreasOfPractice h2	{
	font-size: small;
	color: #414141;
	font-weight: bold;
	margin-left: 35px;
	margin-top: 25px;
	margin-bottom: 0px;
}
#AreasOfPractice .grey {
	color: #414141;
}

.style5 {
	font-size: 24px;
	font-weight: bold;
}
.style2 {font-size: medium}
.style3 {font-size: small}
.style4 {
	color: #FFFFFF;
	font-size: 11px;
	}
	
.style6 {
	font-size: large;
	font-weight: bold;
	color: #223C7E;
}

.style7 {color: #0000FF}

.style8 {font-size: large; color: #223C7E; font-weight: bold; }

.contact {color: #666666; font-size: 12px;}
.credit {color: #666666; font-size: 8px;}

.r:link {
	color: #223C7E;
	}

/*Navigation*/

ul.menu { margin:0;padding: 10px 0 20px 10px; border-bottom: 1px solid #9FB1BC; }
ul.menu li { display:block;padding:0; float:left;text-align:left;margin-right:2em; }
ul.menu li a {
	color:#666666;
	font:bold 15px garamond;
	text-decoration:none;
	line-height: 1.3em;
	display:block;
}
ul.menu li a:hover {
	color:#CCCCCC;
}
ul.menu li span { font:11px arial; color:#666; margin:0; }
ul.menu li span:hover {color:#999;}


	
.vSpace10 {
	padding-top: 10px;
	padding-bottom: 15px;
}

