@CHARSET "UTF-8";
/*style reset*/
a, abbr, address, article, aside, audio, b, blockquote, body, canvas, 
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, 
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, 
sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
}

article, aside, canvas, details, figcaption, figure, footer, header, 
hgroup, menu, nav, section, summary {
  display: block;
}

a, ins, del {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption, th {
  text-align: left;
}

q:after, q:before {
  content: "";
}
/*end of style reset*/

/*global*/
body{
	background-image: url('../images/baner-bg.jpg');
	background-repeat: repeat-x;
	background-color: #00615c;
	border-top: 11px solid #00615c;
}
h1{
	font-size: 22px;
	padding-bottom: 20px;
}
/*end global*/

/*ID section*/
#baner{
	background-color: #fff;
	margin-top: 25px;
	height: 214px;
	border: 5px solid #5fd1cb;
	
	color: #00615c;
}
#baner img{
	float: right;
	margin-right: 140px;
}
#baner p{
	font-size: 32px;
	font-style: italic;
	width: 500px;
	margin-top: 65px;
	margin-left: 70px;	
}
#container{	
	position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: left;/*cleaning after centering for IE6*/
}
#content{
	height: 420px;
	border-bottom: 1px solid #05736e;
}
#content div{
	float: left;
	height: 100%;
	width: 315px;
	background-image: url('../images/vert-line.jpg');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
}
#content div:first-child{
	background-image: none;
	padding-left: 0px;
}
#content p{
	font-family: arial;
	font-size: 15px;
	padding-right: 10px;
}

#footer{
	background-color: #5fd1cb;
	margin: 15px 0px;
	color: #132a29;
	height: 54px;
}
#footer p{
	padding: 0 8px;
	line-height: 54px;
}
#footer a{
	color: #132a29;
	text-decoration: underline;
}
#global{
	color: #fff;
	width: 100%;
	position: absolute;
	text-align: center; /*IE6*/
}
#header{
	height: 385px;
}
#menu{
	background-image: url('../images/logo-clinic.jpg');
	background-repeat: no-repeat;
	background-color: #00615c;
	height: 51px;
	line-height: 51px;	
}
#menu a{
	color: #fff;	
}
#menu ul{
	float: right;
}
#menu ul li{
	display: inline;
	padding: 0 10px;
}
#menu ul li:hover{
	background-color: #5fd1cb;
	padding: 5px 10px 16px 10px;
}
#upmenu{
	color: #00615c;
	height: 51px;
	line-height: 51px;
}
#upmenu a{
	color:  #00615c;	
}
#upmenu ul{
	float: right;
}
#upmenu ul li{
	display: inline;
	padding: 0 0 0 10px;
}
#footer, #upmenu{
	font-family: arial;
	font-size: 12px;
}
/*end ID section*/

/*class*/

.bolded{
	font-weight: bold;
}
.f2left{
	float: left;
}
.f2right{
	float: right;
}
.more-button{
	font-size: 11px;
	font-family: arial;
	color: #132A29;
	background-color: #18bdb4;
	float: left;
	padding: 7px 21px;
	margin-top: 15px;
	bottom: 0px;
}
.more-button a{
	color: #132A29;
}
.underlined{
	text-decoration: underline;
}
/*end class*/