@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #003366;
}	
	
.Header_serif{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-top: 0px;
	line-height: 24px;
}

.Header_tel{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color:#003366;
	line-height: 34px;
}

.Header_address{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#666666;
	line-height: 18px;
	text-align:right;
}

.main_nav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#003366;
}

.practice_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-color: #CCCCCC;
	line-height: 24px;
	padding-left: 45px;
	margin-top: 0px;
}

.specific_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#ffffff;
	background-color: #003366;
	line-height: 24px;
	margin-top: 0px;
	padding-left: 25px;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#cccc99;
	background-color:#336699;
	line-height: 20px;
	margin-top: 0px;
	padding-left: 12px;
}

a.subhead:link {
	color: #CCCC99;
	text-decoration: none;
}
a.subhead:visited {
	text-decoration: none;
	color: #CCCC99;
}
a.subhead:hover {
	text-decoration: none;
	color: #003366;
}
a.subhead:active {
	text-decoration: none;
	color: #CCCC99;
}

.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
}

.body_ital {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	font-style:italic;
	color: #333333;
}

.body_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #ffffff;
}

.body_subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #003366;
}

.testimonials {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #003366;
	font-style: italic;
	text-align:right;
}

.bulletes {
	color: #003366;
	list-style-position: outside;
	list-style-type: disc;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}

.resource {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
}

a.resource:link {
	color: #666666;
	text-decoration:underline;
}
a.resource:visited {
	text-decoration:underline;
	color: #CCCC99;
}
a.resource:hover {
	text-decoration:underline;
	color: #003399;
}
a.resource:active {
	text-decoration:underline;
	color: #CCCC99;
}


	
#main_container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #000000;
	border-left-color: #000000;
	border-right-width: thin;
	border-left-width: thin;
}
#header {
	height: 165px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header_logo {
	height: 135px;
	width: 185px;
	padding-left: 50px;
	padding-top: 30px;
	float: left;
	margin: 0px;
}
#header_right {
	height: 150px;
	width: 715px;
	float: right;
	padding-right: 50px;
	padding-top: 15px;
	text-align: right;
	color: #666666;
}
#main_nav {
	background-color: #CCCC99;
	height: 26px;
	width: 955px;
	margin-top: 8px;
	padding-left: 45px;
}
#main_body {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#practice_nav {
	float: left;
	height: 500px;
	width: 350px;
	margin-top: 0px;
}

#footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
	padding-top: 10px;
}
