@import url(/library/css/simple.css);
body {
	margin:0;
	padding:0;
	background:#fff;
	font-family:Tahoma;
	font-size:13px;
	color:#333;
}
a {text-decoration:none;}
a:hover {color:#f60;}
h1,h2,h3 {margin:0;padding:0;}

p.description {
	font-size:11px;
	display:none;
}
p.go {
	padding-right:30px;
	text-align:right;
	display:none;
}
p.go a {
	width:240px;
	height:24px;
	padding:2px 4px;
	display:inline-block;
	line-height:24px;
	text-align:center;
	color:#000;
	-moz-border-radius:3px;border-radius:3px;
	background:#f60;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF5B2F), to(#FF3300));
	background: -moz-linear-gradient(top,  #FF5B2F,  #FF3300);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5B2F', endColorstr='#FF3300');
}
p.go a:hover {
	color:#000;
	font-weight:bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF3300), to(#FF5B2F));
	background: -moz-linear-gradient(top,  #FF3300,  #FF5B2F);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3300', endColorstr='#FF5B2F');
}

#page-wrapper {
	width:800px;
	margin:0 auto;
}
h1 {
	height:130px;
	background:url(header.png) center top no-repeat;
	text-indent:-999em;
}
p.web-slogan {display:none;}

/* @group home */
#main {
	margin:0;
	padding:0;
	list-style-type:none;
}
#gohome {
	width:130px;
	height:43px;
	margin-left:650px;
	margin-top:-7px;
	position:absolute;
	overflow:hidden;
}
#gohome a {
	height:43px;
	background:url(home.png) right top no-repeat;
	display:block;
	text-indent:-999em;
}
/* @end */

#imed {
	height:220px;
	margin:0px 0 20px 0;
	overflow:hidden;
	background:transparent url(imed-bg.png) center top no-repeat;
}
#tv {
	width:464px;
	height:600px;
	float:left;
}
#tv embed {width:440px;height:270px;}
#tv h2 {
	width:430px;
	margin:0 auto;
	padding:5px;
	text-align:center;
	background:#000;
	color:#fff;
	font-weight:normal;
	font-size:1.1em;
	-moz-border-radius:7px 7px 0 0;-moz-border-radius:7px 7px 0 0;
}
#tv .onair {
	margin:0 10px;
	padding:3px;
	color:#f00;
	text-align:center;
	background:#FFD9BF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFECDF), to(#FFD9BF));
	background: -moz-linear-gradient(top,  #FFECDF,  #FFD9BF);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFECDF', endColorstr='#FFD9BF');
	-moz-border-radius:3px;-webkit-border-radius:3px;
}
#doctor {
	width:336px;
	height:135px;
	float:right;
	overflow:hidden;
}
#other {
	width:336px;
	height:135px;
	float:right;
	overflow:hidden;
}

#imed {color:#ddd;}
#imed a {color:#fff;}
#imed a:hover {color:#ddd;}
#imed p.go a {color:#000;}

#imed h2 {
	width:370px;
	height:204px;
	margin:0 20px 0 25px;
	padding:0;
	float:left;
	text-indent:-999em;
}
#imed h2 a {
	height:195px;
	display:block;
}
#imed p.go {
	display:block;

}
#imed p.go a {
	width:160px;
}

h3#manual {
	height:71px;
	margin:0 0 0 400px;
	padding:0;
/*	background:url(manual.gif) left 10px no-repeat;*/
	text-indent:-999em;
}

/* @group doctor */
#doctor h2 {
	width:336px;
	height:138px;
	background:url(doctor.png) left top no-repeat;text-indent:-999em;
}
#doctor h2 a {
	display:block;
	width:336px;
	height:100px;
}
#doctor h2 a span {text-indent:-999em;}
#doctor p {display:none;}
/* @end */

/* @group other */
#other h2 {
	height:138px;
	background:url(other.png) right top no-repeat;
}
#other h2 a {
	display:block;
	height:138px;
}
#other h2 a span {display:none;}
#other p {
	margin:10px 10px 20px 60px;
}
/* @end */

#online, #hpsh, #localgov {
	width:335px;
	height:120px;
	margin:0 0 20px 0;
	padding:0;
	float:right;
}
#online h2, #hpsh h2, #localgov h2 {
	width:335px;
	height:120px;
}
#online h2 a, #hpsh h2 a, #localgov h2 a {
	display:block;
	width:336px;
	height:120px;
}
#online h2 {background:url(online.png) left top no-repeat;}
#hpsh h2 {background:url(hpsh.png) left top no-repeat;}
#localgov h2 {background:url(localgov.png) left top no-repeat;}

#online h2 a span, #hpsh h2 a span, #localgov h2 a span {display:none;}

#footer-wrapper {clear:both;}


/* @group footer-wrapper */
#footer-wrapper {
	margin:20px 0;
	padding:20px 0;
	text-align:center;
	font-size:8pt;
	color:#666;
	clear:both;
	background:#ddd;
	border-radius:3px;
}
#footer-wrapper a {
	color:#666;
	font-weight:bold;
}
/* @end */

/* @group lang */
#lang {position:absolute;right:150px;}
/* @end */

