body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	background: #FFFFFF;
}
a {
	color: #336699;
}
h1 {
	display: block;
	width: 261px;
	height: 104px;
	text-indent: -999em;
	background: #FFF url(../../images/logo.gif);
	margin: -20px 0 -29px -20px;
	font-size: 1em;
	position: relative;
	z-index: 2;
}
h1 a {
	display: block;
	width: 100%;
	height: 100%;
}
#home h1 {
	margin-left: 0;
	width: 288px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../../images/h2-bg.gif) repeat-x;
	color: #333;
	font-size: 1.6em;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
#home h2 {
	margin-right: -4px;
	margin-left: -3px;
	padding: 0 0 0 10px;
}
h3 {
	color: #003;
}
#home h3 {
	margin-left: 10px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h4, h5 {
	color: #c75f0e;
	height: auto;
	font-weight: normal;
	margin-bottom: 0;
}
h4.title {
	font-size: 2em;
	font-weight: normal;
}
#home h4 {
	margin-left: 10px;
}
#home h5 {
	margin-left: 10px;
}
#home p {
	margin-left: 10px;
}
h3 {
	font-family: Verdana, Arial, Helvetica;
	font-size: .8em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	height: auto;
}

hr {
	height: 1px;
	color: #958e7f;
	background: #958e7f;
	width: auto;
}
#home hr {
	margin-left: 8px;
	margin-right: 8px;
}
#home hr.pagebreak {
	margin: 1px 0;
}
hr.pagebreak {
	height: 4px;
	background: #958e7f;
	color: #958e7f;
	margin: 1px 0 3px;
}
.container {
	background: #FFF;
	padding: 0 0 0 20px;
	width: 956px;
}
#home .container {
	background: #FFF url(../../images/home-bg.gif) no-repeat 20px 349px;
	width: 960px;
}

/* NAVIGATION */
#home #nav {
	margin-left: 288px;
	
}
#nav {
	margin-left: 252px;
	clear: both;
	overflow: hidden;
	font-size: 1.1em;
	padding: 0;
	background: url(../../images/nav-bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav li {
	display: block;
	float: left;
	margin: 0;
}
#nav li a {
	color: #FFF;
	display: block;
	padding: .5em 15px .4em;
	text-decoration: none;
	font-weight: bold;
	text-shadow: #000 0 0 0;
}
#nav a.active, #nav a:hover {
	/*border-bottom: 1px solid #333;*/
	background: url(../../images/nav-hover.gif);
}
#nav li:first-child a.active, #nav li:first-child a:hover {
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-top-left-radius: 5px;
} 
/* SUBNAVIGATION */
#subnav ul {
	list-style: none;
	margin: 5px 0 0;
}
#subnav li {
	border-bottom: 1px solid #e0e0e0;
}
#subnav li a {
	color: #457182;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: .5em 0 .5em 2em;
}
#subnav li a:hover, #subnav li a.active {
	color: #223a43;
	background: url(../../images/rarrow.gif) no-repeat 1px center;
}
#subnav .title a {
	padding-left: 0;
	text-transform: uppercase;
}
#subnav .title a:hover {
	color: #457182;
	background: none;
}
#content {
	background: url(../../images/bg.gif) repeat-x 0 12px;
}

/*General*/
#content {
	padding-bottom: 3em;
}
#content #body {
	font-size: 1.1em;
	padding: 0 21px;
}
#content h2 {
	padding-left: 21px;
}

#home #professionals img, #home #patients img {
	margin-left: -3px;
}
/*Footer*/
#footer {
	padding: 1em 0 0;
	color: #787878;
	background: #FFF;
	padding-left: 0;
	width: inherit;
	border-top: 4px solid #958e7f;
	text-align: center;
}
#home #footer {
	text-align: center;
}
#footer a {
	color: #787878;
}