/*-- General --*/
html,body,h1,h2,h3,h4,h5,h6,div,p,ul,li,input{
	margin:0;
	padding:0;
	border:0;
}
body{font:14px/18px arial,sans-serif;}
a{color:#267c80;text-decoration:none;}
a:hover{text-decoration:underline;}
a:focus{outline:none;}
form{display:inline;}
img{border:none;display:block;}
label,select,textarea,input{vertical-align:top;}
h2{
	font: 24px/26px Georgia,serif;
	font-weight: normal;
}
h3{
	font-size: 18px;
	line-height: 20px;
}
/*-- end General --*/
/*-- header --*/
#header{
	background: url(../images/img.jpg) no-repeat 0 100%;
	height: 352px;
	position: relative;
}
#header h1{
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	padding: 40px 0 0 114px;
}
/*logo*/
.logo{
	background: url(../images/logo.gif) no-repeat;
	display: block;
	width: 137px;
	height: 138px;
	position: absolute;
	left: -20px;
	top: 23px;
}
/*end logo*/
.txt{
	display: block;
	width: 492px;
	height: 123px;
	padding: 132px 0 0 35px;
	font: 36px/38px Georgia,serif;
	color: #000;
}
/*-- end header --*/
/* search form */
.form{
	color: #999;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 84px;
	left: 709px;
	z-index: 1;
}
.form input{
	color: #999;
	font-size: 12px;
	font-weight: bold;
	width: 116px;
	border: 1px solid #ccc;
	padding: 0 0 0 4px;
	margin-left: 2px;
}
/* end search form */
#main{
	margin:0 auto;
	width: 919px;
}
/*navigation*/
.nav{
	background: url(../images/nav-bar.gif) no-repeat;
	width: 805px;
	height: 34px;
	position: absolute;
	top: 75px;
	left: 114px;
	font-size: 14px;
	line-height: 33px;
	padding: 1px 0 0 20px;
	list-style: none;
}
.nav li{float: left;}
.nav li a{
	background: #666;
	color: #fff;
	float: left;
	border-right: 1px solid #393939;
	padding: 0 8px 0 9px;
	position: relative;
	z-index: 10;
}
.nav li a:hover, 
#about-high-blood-pressure .active a,#links .links a, #about .about a,#clinic-services .clinic-services a,#high-blood-pressure .high-blood-pressure a,.Events .upcoming-events a{
	text-decoration: none;
	background: #de1111;
	margin: -6px 0 0 0;
	padding-top: 6px;
}


/*end naivgation*/
.holder{background: url(../images/holder.gif) repeat-y;}
/*big link*/
.link{
	background: #e2d8b7;
	font: 30px/32px Georgia,serif;
	text-align: center;
	padding: 24px 0 19px 0;
}
.link a{color: #de1111;}
.link a span{font-size: 21px;}
/* endbig link*/
/*content*/
#content{
	width: 470px;
	float: left;
	padding: 0 87px 40px 36px;
}
#content p{padding: 0 0 18px 0;}
#content h2{padding: 28px 0 17px 0;}
#content h3{
	padding: 16px 0 7px 0;
	font-weight: normal;
}
/*end content*/
/*right column*/
#column{
	width: 255px;
	float: left;
	padding: 16px 20px 40px 20px;
	font-size: 12px;
}
#column a {font-weight:bold;}

#column h3{
	font-size: 14px;
	font-weight: bold;
	padding: 12px 0 2px 0;
}
#column p{padding: 0 0 18px 0;}
/*end right column*/
/*footer*/
#footer{
	font: 12px/24px Georgia,serif;
	color: #d4d4d4;
	text-align: center;
	background:#666 url(../images/footer.gif) repeat-x 0 -1px;
	border-bottom: 3px solid #e2d8b7;
	padding: 16px 0 4px 0;
	clear: both;
	height: 1%;
}
/* end footer*/
