@CHARSET "UTF-8";

* {
	padding: 0px;
	margin: 0px;
}

html {
	min-height: 101%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	color: #9b1e2d;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

a {
	color: #9b1e2d;
	text-decoration: none;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9b1e2d;
}

h1 {
	font-size: 16px;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
	margin-bottom: 10px;
}
h3, h4, h5 {
	font-size: 12px;
	margin-bottom: 10px;
}
p {
	font-size: 12px;
	margin-bottom: 10px;
}
ul {
	margin-left: 20px;
	margin-bottom: 10px;
}
.date {
	font-size: 11px;
	color: #67acde;
	margin-bottom: 2px;
}

.kare {
	border: 1px solid #67acde;
	color: #df8d00;
	padding: 5px;
}

.cb {
	clear: both;
}

#wrapper {
	width: 770px;
	/*margin: 0px auto;*/
	text-align: left;
}

#header {
	height: 245px;
	background-image: url(../images/head_home.jpg);
	background-repeat: no-repeat;
}
#header.inner {
	background-image: url(../images/head_content.jpg) !important;
}
#header #upHead {
	clear: both;
	height: 215px;
}
#header #upHead #leftUp {
	float: left;
}
#header #upHead #rightUp {
	float: right;
}
#header #upHead #rightUp #flashMovie {
	padding-top: 26px;
	padding-right: 25px;
}
#header #upHead #leftUp #logo {
	float: left;
	/*
	margin-top: 28px;
	margin-left: 54px;
	*/
	padding-top: 28px;
	padding-left: 54px;
}
#header #upHead #leftUp #topNav {
	padding-top: 70px;
	padding-left: 60px;
}
#header #upHead #leftUp #topNav ul {
	list-style: none;
	margin-left: 0px;
	margin-bottom: 0px;
}
#header #upHead #leftUp #topNav ul li {
	display: inline;
	font-size: 13px;
	font-weight: bold;
	margin-left: 10px;
}

#header #mainNav {
	text-align: center;
	font-size: 24px;
}
#header #mainNav ul {
	margin-left: 0px;
	margin-bottom: 0px;
	list-style: none;
	line-height: 24px;
	text-align: center;
}
#header #mainNav ul li {
	display: inline;
}
#header #mainNav ul li.last {
	display: inline;
	margin-right: 0px;
	padding-right: 0px;
}
#header #mainNav ul li.divider {
	margin-left: 13px;
	margin-right: 13px;
}
#header #mainNav ul li.divider img {
	vertical-align: bottom;
}
#header #mainNav ul li a img {
	vertical-align: bottom;
}

#flashMiddle {
	margin-top: 3px;
}
#homeContent {
	background-image: url(../images/grey_bgr.gif);
	background-repeat: repeat-y;
	padding-top: 3px;
	padding-bottom: 5px;
}
#homeContent table td.redBgr {
	background-image: url(../images/red_bgr.gif);
	background-repeat: repeat-x;
	border-right: 3px solid #ffffff;
	padding: 5px;
	font-size: 11px;
	width: 25%;
	vertical-align: top;
	color: #ffffff;
}
#homeContent table td.redBgr a {
	color: #ffffff;
}
#homeContent table td.news {
	border-right: 0px solid #ffffff;
	padding: 5px;
	color: #9b1e2d;
	font-size: 11px;
	width: 25%;
	vertical-align: top;
}
#homeContent table td.news h1 {
	font-size: 13px;
	font-weight: bold;
}
#homeContent table td.ask {
	border-right: 0px solid #ffffff;
	padding: 5px;
	color: #9b1e2d;
	font-size: 11px;
	width: 25%;
	vertical-align: top;
}
#homeContent table td.ask h1 {
	font-size: 13px;
	font-weight: bold;
}
#homeContent table td.ask img {
	border: 1px solid #9b1e2d;
	margin-bottom: 5px;
}
#homeContent table td.ask p.adviceTitle {
}
#homeContent table td.ask p.adviceDoctorName {
	font-size: 11px;
}
#homeContent table td.banner {
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: center;
}

#innerContent {
	margin-top: 3px;
}
#innerContent #rightCol {
	width: 562px;
	float: left;
}
#innerContent #rightCol img {
	border:1px solid #9b1e2d;
}
#innerContent #leftCol {
	width: 204px;
	float: left;
}
#innerContent #leftCol .module {
	background-image: url(../images/red_bgr_articles.gif);
	background-repeat: repeat-x;
	padding: 10px;
	font-size: 11px;
	color: #ffffff;
	border-bottom: 3px solid white;
}
#innerContent #leftCol .module p {
	margin-bottom: 5px;
}
#innerContent #leftCol .module p a {
	color: #ffffff;
}
#innerContent #leftCol .banner {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

#footer {
	margin-top: 10px;
	background-color: #9b1e2d;
	color: #ffffff;
	font-size: 11px;
	padding: 5px;
}

table.adviceView {
	border: 0px;
	margin-bottom: 20px;
}
table.adviceView tr td {
	padding-right: 10px;
	vertical-align: top;
}

table.formTable tr td {
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.widthA {
	border: 1px solid #9b1e2d;
	width: 300px;
}
.subBtn {
	border: 1px solid #000000;
	background-color: #9b1e2d;
	color: #ffffff;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
}
#header, #flashMiddle, #homeContent, #innerContent #leftCol {
	visibility: hidden;
	display: none !important;
}