@charset "UTF-8";
/* CSS Document */


body {
	background-color: #dedede;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {font-size:medium
}

a:link {
	color: #005e9f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #005e9f;
}
a:hover {
	text-decoration: underline;
	color: #005e9f;
}
a:active {
	text-decoration: none;
	color: #005e9f;
}
.designby a:link {
	color: #2a3136;
	text-decoration: none;
}
.designby a:visited {
	text-decoration: none;
	color: #2a3136;
}
.designby a:hover {
	text-decoration: underline;
	color: #2a3136;
}
.designby a:active {
	text-decoration: none;
	color: #2a3136;
}
.shadow_left {
	background-image: url(../_media/template/backgrounds/shadow_left.gif);
	background-repeat: repeat-y;
}
.shadow_right {
	background-image: url(../_media/template/backgrounds/shadow_right.gif);
	background-repeat: repeat-y;
}
.shadow_bottom {
	background-image: url(../_media/template/backgrounds/shadow_bottom.gif);
	background-repeat: repeat-x;
}
.bkgd_white {
	background-color: #FFFFFF;
}
.bkgd_ltgray {
	background-color: #cecece;
}
.bkgd_ltblue {
	background-color: #cedce4;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #2a3136;
}
tr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #2a3136;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #2a3136;
}
input {
	background-color:#FFFFFF;
	border-style:solid;
	border-width: 1px;
	border-color: #2a3136;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
select {
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color: #2a3136;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
textarea {
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color: #2a3136;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
.nav_bkgd {
	background-image: url(../_media/template/backgrounds/navigation_bkgd.gif);
	background-repeat: repeat-x;
}
.pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #2a3136;
}
.practiceareas_bkgd {
	background-image: url(../_media/client/pagetitles/practiceareas_bkgd.gif);
	background-repeat: repeat-y;
}
.bold_grey {
	font-weight:bold;
	color:#2a3136;
}
.bold {
	font-weight:bold;
}
.footertext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color: #777777;
}
.italic {
	font-style:italic;
}
