/* @group base styles */

body {
	font: .875em/1.4 "helvetica neue", arial, helvetica, sans-serif;
	color: #000;
	background: #f2f2f2;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5 {
	font-family: "helvetica neue", arial, helvetica, sans-serif;
	font-weight: normal;
	color: #5a296b;
}

h1 {
	font-size: 1.7em;
	margin: 0 5px 20px 200px;
}

h2 {
	font-size: 1.3em;
	margin: 0 0 10px;
}

h3 {
	font-size: 1.2em;
	margin: 20px 0 0.8em;
}

h4 {
	font-size: 1.2em;
	margin: 0 0 4px;
}

h1.topbar, h3.topbar {
	font-weight: bold;
	color: #fff;
	background: #5a296b url(../images/purple_fade.jpg) repeat-x 0 0;
	padding: 3px 0 4px 10px;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 1.0em;
}

.image-right {
	float: right;
	display: inline;
	margin: 5px 5px 10px 10px;
	border: 1px solid #4c4c4c;
}

.image-left {
	float: left;
	clear: left;
	display: inline;
	margin: 20px 15px 10px 5px;
	border: 1px solid #4c4c4c;
}

a, a:visited {
	color: #000080;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	outline: none;
}

a img {
	border: none;
}

a[title~="PDF"]:hover {
	padding-right: 20px; /*padding to display icon*/
	background: url(../images/page_white_acrobat.png) no-repeat 100% 100%;
}

a[title~="page"]:hover {
	padding-right: 20px; /*padding to display icon */
	background: url(../images/page_white_go.png) no-repeat 100% 100%;
}

span.dropcap {
	float: left;
	font: 4em/0.75 georgia, "times new roman", times, serif;
	color: #5A296B;
	margin: 3px 3px 0 0;
}

span.nowrap {
	white-space: nowrap;
}

/* @end */

/* @group divs */

#container {
	width: 750px;
	position: relative;
	background: #fff;
	margin: 0 auto;
	padding-bottom: 10px;
}

#header {
	width: 100%;
	height: 180px;
	background: url(../images/clinic_logo.png) no-repeat 110px 0;
	margin: 0;
	padding: 0;
}

#main {
	width: 100%; /* trigger hasLayout in ie6 */
	overflow: hidden; /* clear contained floats */
	margin-bottom: 1.0em;
}

#content {
	margin: 0 50px 0 200px;
}

#content.wide {
	float: left;
	display: inline;
	padding-left: 10px;
	margin: 0 0 1.0em;
}

#col-left {
	width: 47%;
	float: left;
	display: inline;
	padding-right: 14px;
}

#col-right {
	width: 47%;
	float: left;
	display: inline;
	padding-left: 14px;
	border-left: 1px dotted #5a296b;
}

#footer {
	font: 0.7em verdana, geneva, arial, helvetica, sans-serif;
	text-align: center;
	margin: 5px 2%;
	padding-top: 1.0em;
	border-top: 1px solid #a5B801;
}

/* @end */

/* @group list styles */

#content ul {
	list-style: disc outside;
	line-height: 145%;
	margin: 0 0 1.0em;
	padding-left: 2.0em;
}

#content p + ul {
	margin-top: -0.7em;
}

#content dl {
	line-height: 145%;
	margin: 0 0 20px;
}

#content dt {
	font: normal 1.2em/1.4 "helvetica neue", arial, helvetica, sans-serif;
	color: #5a296b;
	margin: 0 0 4px;
}

#content dd {
	margin: 0 0 20px;
}

ul#news {
	width: 150px;
	clear: left;
	float: left;
	display: inline;
	font: 0.9em/1.3 "helvetica neue", arial, helvetica, sans-serif;
	color: #5a296b;
	list-style: disc outside;
	margin: 20px 0 0;
	padding-left: 40px;
}

#news span li{
	font-size: 1.1em;
	list-style: none outside url(../images/small_ball04.png);
}

#news li {
	margin-top: 5px;
}

/* @end */

/* @group navbar styles */

#navbar {
	background: #a5B801 url(../images/green_fade.jpg) repeat-x 0 0;
	border: 1px solid #5a296b;
	border-width: 1px 0 1px 0;
	margin-bottom: 3px;
}

.navlist {
	text-align: center;
}

.navlist li {
	display: inline;
}

.navlist a {
	font: 0.8em/1.7 verdana, geneva, arial, helvetica, sans-serif;
	color: #5a296b;
	padding: 0 5px 0 2px;
	border-right: 1px solid;
}

#navbar.navlist a {
	font-weight: bold;
	color: #fff;
}

.navlist span a {
	border-right: none;
}

/* @end */

/* @group sidebar styles */

#ball-left, #ball-three {
	width: 190px;
	float: left;
	background: transparent url(../images/ball03.jpg) no-repeat 50% 0;
}

#ball-left {
	margin-bottom: 20px;
	padding: 43px 0 37px;
}

#ball-three {
	clear: left;
	line-height: 160%;
	margin-top: 35px;
	padding: 55px 0;
}

#ball-right  {
	width: 180px;
	float: right;
	clear: right;
	background: transparent url(../images/big_ball03.jpg) no-repeat 0 0;
	line-height: 135%;
	margin: 20px 0 0 10px;
	padding: 115px 0 135px 40px;
}

.navlinks {
	font: bold 11px "helvetica neue", arial, helvetica, sans-serif;
	text-align: center;
	color: #ccff66;
}

.navlinks a {
	color: #ccff66;
	line-height: 190%;
}

#ball-right.navlinks a {
	font: bold 12px/1.3 "helvetica neue", arial, helvetica, sans-serif;
}

.navlinks a:hover {
	color: #fff;
}

#ball-three li span  {
	font-size: 13px;
}

#promo {
	width: 180px;
	float: left;
	clear: left;
	display: inline;
	background: url(../images/tpi_logo03.png) no-repeat 50% 0;
	font: bold italic 0.9em arial, helvetica, sans-serif;
	text-align: center;
	padding: 135px 0 10px;
}

/* @end */

/* @group golf academy styles */

#box {
	width: 422px;
	float: right;
	display: inline;
	background: url(../images/grey_fade.jpg) repeat-x 0 0;
	padding: 10px 10px 0;
	margin: 0 5px 10px 15px;
	border: 1px solid #4c4c4c;
}

#box ul {
	font-size: 0.95em;
	color: #4c4c4c;
	margin-top: 1.0em;
}

#tube {
	width: 420px;
	height: 339px;
	border: 1px solid #aaa;
	border-width: 1px 1px 0;
}

#tube object {
	width: 100%;
	height: 100%;
}

#kvlogo {
	float: right;
	display: inline;
	margin: 10px 0;
	border: none;
	outline: none;
}

#kvlogo + ul {
	margin-top: -0.7em;
}

#popout {
	float: left;
	display: inline;
	margin: 7px 15px 0 0;
}

#crop-right {
	float: right;
	clear: right;
	display: inline;
	margin: 15px 0 0 2px;
}

/* @end */

/* @group contact page styles */

dl#address {
	line-height: 145%;
	margin-left: 95px;
}

#ball-left.contact {
	margin-bottom: 0;
}

#ball-right.contact {
	margin-left: 0;
}

#ball-three.contact {
	padding-top: 62px;
	padding-bottom: 65px;
}

/* @end */

/* @group css3 hacks */

#container {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 0 0 10px #d8d8d8;
	-moz-box-shadow: 0 0 10px #d8d8d8;
	box-shadow: 0px 0px 10px #d8d8d8;
}

.topbar {
	text-shadow: 1px 1px 1px #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#popout {
	-webkit-box-shadow: 5px 5px 10px #666;
	-moz-box-shadow: 5px 5px 10px #666;
	box-shadow: 5px 5px 10px #666;
}

/* @end */
