body {
	background: #760046 url(../images/bg.png) 0 0 repeat-x;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

div.shadow {
	background: transparent url(../images/bg-shadow.png) top center no-repeat;
}

a {
	color: #e80079;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
	outline: none;
}

a img {
	border: none;
}

.clearer {
	clear: both;
}

/* @group Header */

#header {
	background: white;
	color: #333;
	
	height: 92px;
	width: 900px;
	margin: 0 auto;
}

h1 {
	float: left;
	margin: 0 0 0 25px;
	padding: 0;
}

h1 img {
	display: block;
}

#header ul {
	float: right;
	margin: 0 23px 0 0;
	padding: 0 1px 0 0;
	background: url(../images/bg-navsep.png) bottom right no-repeat;
}

#header li {
	float: left;
	list-style: none;
	margin: 0;
	background: #fff url(../images/bg-navsep.png) bottom left no-repeat;
}

#header li a {
	float: left;
	width: 134px;
	margin: 0 4px 0 5px;
	height: 0px;
	padding-top: 60px;
	background: #fff url(../images/bg-nav.gif) 14px 0 no-repeat;
	overflow: hidden;
}

body#welcome li.welcome a,
#header li.welcome a:hover {
	background-color: #96c32b;
	background-position: 14px -60px;
}

#header li.thepractice a {
	background-position: -132px 0px;
}

body#thepractice li.thepractice a,
#header li.thepractice a:hover {
	background-color: #96c32b;
	background-position: -132px -60px;
}

#header li.ourteam a {
	background-position: -272px 0px;
}

body#ourteam li.ourteam a,
#header li.ourteam a:hover {
	background-color: #96c32b;
	background-position: -272px -60px;
}

#header li.products a {
	background-position: -417px 0px;
}

body#products li.products a,
#header li.products a:hover {
	background-color: #96c32b;
	background-position: -417px -60px;
}

/* @end */

/* @group Hero */

#hero {
	background: #f0009d url(../images/bg-navshadow.png) top center no-repeat;
	width: 900px;
	margin: 0 auto;
	color: #fff;
	padding: 20px 0 0 0;
}

#heroflash {
	height: 301px;
	width: 900px;
	margin: 0;
	background: #f0009d;
}

h2 {
	font: italic 50px Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #f48cca;
	padding: 60px 0 20px;
}

#hero p {
	line-height: 2em;
	width: 700px;
	margin: 0 auto;
}

/* @end */

/* @group Content */

#content {
	background: #fff;
	color: #333;
	width: 900px;
	margin: 0 auto;
}

.bodytext {
	padding: 26px 0 0 33px;
	float: left;
	width: 530px;
	font-size: 0.8em;
	line-height: 1.72em;
	font-family: Verdana, Tahoma, sans-serif;
}

.bodytext p {
	margin: 0 0 1em 0;
}

.bodytext p.listleader {
	margin-bottom: 0;
}

h3 {
	font: bold italic 2.1em Georgia, "Times New Roman", Times, serif;
	color: #96c32b;
	margin: 0 0 18px 0;
	width: 470px;
}

h4 {
	margin: 0;
}

/* @group Column layout */

.primarycol {
	width: 255px;
	float: left;
	font-family: Verdana, Tahoma, sans-serif;
}

.secondarycol {
	margin-left: 270px;
}

.singlecolphoto {
	float: right;
	margin: 0 0 1em 1em
}

/* @end */

/* @group List layout */

.list .preface {
	margin-bottom: 1.5em;
}

.list .listitem {
	border-bottom: 1px solid #96c32b;
	margin-bottom: 15px;
	clear: left;
	line-height: 1.45em;
	padding-bottom: 0.7em;
}

.list .listitem img {
	float: left;
	display: block;
}

.list .listitem h4 {
	font-weight: bold;
	color: #e80079;
	font-size: 1.25em;
	margin: 0 0 0.5em 168px;
}

.list .listitem p {
	margin: 0 0 0.7em 168px;
}

.list .listitem ul {
	margin-left: 168px;
}

/* @end */

.bodytext ul {
	margin-top: 0;
	padding-left: 20px;
}

.bodytext li {
	list-style-image: url(../images/bullet.gif);
	font-style: italic;
}

/* @group Form */

form {
	float: right;
	width: 226px;
	background: #fff url(../images/bg-formnotepad.png) 0 0 no-repeat;
	padding: 60px 42px 0 36px;
	color: #333;
	font-size: 0.7em;
	margin: 13px 13px 0 0;
}

form h3 {
	width: 188px;
	height: 0;
	padding: 42px 0 0 0;
	background: url(../images/h-arrangeconsultant.gif) 0 0 no-repeat;
	overflow: hidden;
	float: left;
	margin: 2px 0 0 1px;
}

form label {
	clear: left;
	display: block;
	padding: 14px 0 2px;
}

form input,
form textarea {
	width: 222px;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1em;
}

form textarea {
	height: 65px;
	resize: none;
}

form p.error {
	float: left;
	width: 115px;
	margin: 20px 0 0 0;
	padding: 3px 0;
	text-align: left;
	color: #e80079;
	font-weight: bold;
}

form label.error {
	color: #e80079;
	font-weight: bold;
}

form label.error span {
	font-weight: normal;
	color: #333;
	font-style: italic;
	font-size: 10px;
}

form input.error,
form textarea.error {
	outline: 2px solid #e80079;
}

form button {
	border: none;
	background: transparent;
	padding: 0;
	margin: 16px 0 0 0;
	float: right;
}

form p {
	clear: both;
	padding-top: 28px;
	text-align: right;
}

form p.sentmessage {
	height: 300px;
	text-align: left;
	line-height: 1.5em;
}

/* @end */

/* @end */

/* @group Footer */

#footer {
	background: #fff url(../images/bg-footer.gif) 0 52px repeat-x;
	color: #000;
	width: 816px;
	margin: 0 auto;
	clear: both;
	padding: 0 42px 0;
	font-size: 0.8em;
	position: relative;
}

#footer .nonlinks {
	height: 297px;
}

#footer .leaper {
	position: absolute;
	top: 0;
	left: 43px;
}

#footer .logos {
	padding-top: 70px;
	float: right;
}

#footer .contactinfo {
	clear: right;
	font-family: Verdana, Tahoma, sans-serif;
	padding-top: 50px;
}

#footer .contactinfo p {
	float: right;
	color: #fff;
	line-height: 1.4em;
	text-align: right;
	width: 200px;
	margin: 0 0 0.7em 20px;
}

#footer .contactinfo p.wide {
	width: 300px;
}

#footer .contactinfo strong {
	color: #e80079;
	font-weight: bold;
	text-transform: uppercase;
}

#footer .contactinfo a {
	color: #fff;	
}

#footer .contactinfo a:hover,
#footer .links a:focus {
	color: #e80079;
}

#footer .links {
	color: #333;
	clear: both;
	padding: 19px 0;
}

#footer .links a {
	padding: 10px;
}

#footer .links a.first {
	padding-left: 0;
}

#footer .links p {
	margin: 0;
}

#footer .links .copyright a {
	padding: 0;
}

#footer .links .links {
	float: left;
	padding: 0;
}

#footer .copyright {
	float: right;
}

/* @end */