@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	background: url(../images/body-bg.jpg) center top no-repeat;	
	font-family: Arial, Helvetica, sans-serif;
	}
	
/* PNG FIX for IE6 */
img, div, li { behavior: url(javascript/iepngfix.htc) }
form { margin: 0px; padding: 0px; }
	
img {
	border: 0px;
	display: block;
	}
	
.centerWrap {
	width: 834px;
	overflow: hidden;
	margin: 0px auto;
	}
	
.headerWrap {
	width: 834px;
	height: 77px;
	background: url(../images/header-bg.png) bottom no-repeat;
	}
	
.headerNav {
	width: 511px;
	height: 29px;
	float: right;
	padding: 26px 20px 0px 0px;
	}
	
.headerNav img {
	float: left;
	}
	
.contentWrap {
	width: 794px;
	overflow: hidden;
	padding: 0px 20px 0px 20px;
	background: url(../images/content-bg.png) 0px 20px repeat-y;
	}
	
.content {
	width: 780px;
	overflow: hidden;
	border: 7px solid #ffffff;
	float: left;
	}
	
.contentInner {
	width: 745px;
	overflow: hidden;
	min-height: 362px;
	padding: 35px 0px 0px 35px;
	line-height: 120%;
	}	
	
.contentInner h1 {
	font-weight: normal;
	color: #cccccc;
	font-size: 225%;
	padding: 0px;
	margin: 0px 0px 25px 0px;
	}
	
.contentInner p {
	width: 430px;
	font-size: 87%;
	color: #cccccc;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 25px 0px;
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	}
	
.contentInner a {
	text-decoration: none;
	color: #999966;
	}
	
.contentDoctor {
	width: 745px;
	overflow: hidden;
	min-height: 362px;
	padding: 35px 0px 0px 35px;
	line-height: 140%;
	}
.contentDoctor a {
	text-decoration: none;
	color: #999966;
	}
.contentDoctor a:hover {
	color: #000000;
	}
	
.contentInner a:hover {
	color: #ffffff;
	}
	
.contentBottom {
	width: 780px;
	height: 143px;
	border-top: 7px solid #ffffff;
	}
	
.contentBottomBox-1 {
	width: 258px;
	height: 73px;
	float: left;
	padding: 70px 0px 0px 0px;
	background: url(../images/content-bottom-box-1.png) no-repeat;
	cursor: pointer;
	}
	
.contentBottomBox-1-text {
	width: 120px;
	height: 52px;
	margin: 0px;
	padding: 0px 12px 0px 0px;
	color: #666666;
	font-size: 75%;
	text-align: right;
	float: right;
	}
	
.contentBottomBox-2 {
	width: 258px;
	height: 73px;
	float: left;
	padding: 70px 0px 0px 0px;
	background: url(../images/content-bottom-box-2.png) no-repeat;
	}
	
.contentBottomBox-2-text {
	width: 160px;
	height: 52px;
	margin: 0px;
	padding: 0px 12px 0px 0px;
	color: #666666;
	font-size: 75%;
	text-align: right;
	float: right;
	}
	
.contentBottomBox-2-text a {
	text-decoration: none;
	color: #999966;
	}
	
.contentBottomBox-2-text a:hover {
	color: #000000;
	}
	
.contentBottomBox-3 {
	width: 258px;
	height: 73px;
	float: left;
	padding: 70px 0px 0px 0px;
	background: url(../images/content-bottom-box-3.png) no-repeat;
	}
	
.contentBottomBox-3-text {
	width: 180px;
	height: 52px;
	margin: 0px;
	padding: 0px 12px 0px 0px;
	color: #666666;
	font-size: 75%;
	text-align: right;
	float: right;
	}
	
.contentBottomButton {
	width: 122px;
	height: 16px;
	line-height: 15px;
	font-size: 63%;
	padding: 0px 28px 0px 0px;
	clear: both;
	float: right;
	text-align: right;
	}
	
.contentBottomButton a {
	text-decoration: none;
	color: #ffffff;
	}
	
.contentBottomButton a:hover {
	color: #000000;
	}
	
	
.contentBottomSeperator {
	background: url(../images/content-bottom-separator.png) no-repeat;
	width: 3px;
	height: 143px;
	float: left;
	}
	
/* For the inner content pages */
.pageContent {
	width: 778px;
	overflow: hidden;
	/*border: 1px solid #000000;*/
	/*background: url(../images/page-content-inner-left-bg.png) repeat-y #ffffff;*/
	background: url(../images/content-inner-1.png);
	line-height: 140%;
	}
	
.pageContentInner {
	width: 778px;
	overflow: hidden;
	background: url(../images/page-content-top-img.png) no-repeat;
	}
	
.pageContent p {
	width: 420px;
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 87%;
	color: #666666;
	padding-left: 44px;
	padding: 0px 0px 0px 44px;
	margin: 0px 0px 25px 0px; 
	}
	
.pageContent a {
	text-decoration: none;
	color: #999966;
	}
	
.pageContent a:hover {
	color: #000000;
	}
	
.pageContentTitle {
	/*margin-top: -48px;*/
	position: relative;
	padding-left: 44px;
	padding-top: 35px;
	}
	
.pageContentRightImg {
	float: right;
	/*margin-top: -83px;*/
	position: relative;
	}
	
.footer {
	width: 834px;
	height: 40px;
	clear: both;
	background: url(../images/content-bottom.png) no-repeat;
	}
	
.footer p {
	font-size: 63%;
	color: #666666;
	text-align: right;
	padding: 12px 20px 0px 0px;
	margin: 0px;
	}
