/* CSS Document */
body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #cccccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: 0px;
	text-align: left;
}
a {
	text-decoration: none;
	color: #414887;
}
a:hover {
	text-decoration: underline;
}
p {
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
}
li {
	list-style-image: url(../assets/graphics/bullet.gif);
	line-height: 20px;
	margin-bottom: 5px;
}
ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	text-align: left;
	margin-left: 30px;
}
blockquote {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	text-align: left;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #353D80;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	text-align: left;
}
.location {
	font-size: 10px;
	text-transform: uppercase;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}
h5 {
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	padding: 0px;
	font-style: normal;
	text-transform: uppercase;
	margin: 0px;
	text-align: left;
}

.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.caption {
	font-size: 9px;
}
.review {
	background-color: #FFFF00;
}

#whitebg {
	background-color: #FFFFFF;
	width: 750px;
	height: auto;
}

#pictureholder {
	height: 225px;
	width: 150px;
	border: 3px double #CCCCCC;
	float: right;
	margin-left: 20px;
	text-align: center;
	vertical-align: middle;
}

#practicenav {
	background-color: #FFFFFF;
	float: left;
	width: 127px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	margin-top: 66px;
	margin-left: 5px;
}
#titlebox {
	height: 35px;
	width: 540px;
	margin-top: 30px;
	text-align: left;
}

/* Shadows*/

#wrapper {
	width: 774px;
	background-color: #FFFFFF;
	background-image: url(../assets/graphics/s-lr.jpg);
	background-repeat: repeat-y;

}
#shadow_b {
	background-image: url(../assets/graphics/s-b.jpg);
	height: 15px;
	width: 776px;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
}

/* Footer */

/* Footer */
#footer {
	background-color: #000000;
	height: 18px;
	width: 750px;
	border-top-color: #ffb43c;
	border-top-width: 1px;
	border-top-style: solid;
	font-size: 10px;
	color: #CCCCCC;
	float: none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #ffb43c;
}
#copyright {
	height: 20px;
	width: 750px;
	font-size: 10px;
}
#copyright a {
	color: #000066;
}
#copyright .copyright {
	float: left;
	display: inline;
	margin: 0 0 0 20px;
	padding: 0;
}
#copyright .info {
	float: right;
	display: inline;	
	margin: 0 20px 0 0;
	padding: 0;
}
/* Subnav */

#navcell {
	height: auto;
	width: 124px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 4px;
	padding-top: 4px;
}
#navcell a:hover {
	color: #ffb43c;
}
#navcell a {
	color: #000000;
	text-decoration: none;
}
/* Homepage */

#bluegradient {
	background-image: url(../assets/graphics/bluegradient.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 80px;
	padding-top: 50px;
	font-size: 19px;
	line-height: 30px;
	width: 600px;
	padding-right: 70px;
	padding-bottom: 150px;
}
.linetop {

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
