@charset "utf-8";
/* CSS Document */

html {
	background: #c9c9c9 url(../images/Top_Bg.png) repeat-x;
	height:100%;
	
}
body {
	background:url(../images/SEH_Clinic_Logo.jpg) no-repeat center top; 
	padding: 0;
	margin: 0;
	color: #222;
	width: 100%;
	height:100%;
	display: table;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#pagecontainer
{
	position: relative;
}

* html #pagecontainer
{

}

#smenu{
	width: 958px;
	height:175px;
	margin: 0 auto;
}

#smenu #links{
	height:20px;
	float:right;
	background:#353b41;
	border:#888 solid 1px;
	border-top: none;
	color: #ccc;
	text-align:center;
	padding:10px 25px 10px 25px;
	font-size: .9em;
	word-spacing: 1em;
}

#smenu #links a{
	color: #ccc;
	text-decoration:none;
}

#smenu #links a:hover{
	color: #f29c3c;
	text-decoration:none;
}

#nav {
	width: 972px;
	height:82px;
	margin: 0 auto 0;
	padding: 0;
}

#nav #searchcontact {
	width: 220px;
	float: right;
	padding: 7px 10px 0 0;
	color: #ccc;
}

#nav #searchcontact a{
	color: #ccc;
}
#nav #searchcontact a:hover{
	color: #f29c3c;
}

#nav #searchcontact input {
	border: #666 solid 1px;
	height: 17px;
	width:180px;
	background-color:#424c54;
	color:#CCC;
	font-size: .9em;
}

#container {
	width: 972px;
	background:url(../images/Panel_Bg.png);
	margin: 10px auto 0 auto;
	padding: 0px;
}

#footer
{
	position: relative;
	margin: 0 auto 0;
	width: 955px;
	color: #444;
	font-size: .8em;
} 

#footer a{
	color: #444;
}

#footer img{
	margin-top:5px;
}

#contenttop{
	width: 972px;
	height: 19px;
	background:url(../images/Panel_Top.png);
	}

#contentbot{
	width: 972px;
	height: 19px;
	background:url(../images/Panel_Bot.png);
	}
	
#content{
	width: 912px;
	padding: 10px 30px 10px 30px;
	color:#333;
}

#content a {
	color:#FF9900;
}

#content H1 {
	font-size: 2.5em;
	font-weight: normal;
	color:#FF9900;
	margin-bottom: 30px;
	margin-top: 0px;
}

#content #main{
	width: 570px;
	float: left;
}

#content #side{
	width: 330px;
	float: right;
	margin-left:12px;
}

.picture{
	border: #333 solid 1px;
	margin-top: 3px;
	margin-right: 5px;
}

.left{
	float:left;
}

.right{
	float:right;
}

.hospitalimg {
	margin-top:58px;
}

#contactform, #success, #badmail, #badserver{
	width:880px;
	border:solid 1px #bbb;
	background-color:#CCCCCC;
	padding:15px;
}

.contacttext{
	width:150px;
	height:22px;
	display:block;
	float:left;
	text-align:right;
}

.contactfield{
	width:250px;
	background-color:#FFF;
	border:1px solid #333;
}

#pdfdownload a{
	color: #333;
	line-height: 13px;
}
.small{
	font-size:0.8em
}

.panel{
	list-style-type:none;
	padding-left:0px;
}

.panelBold{
	padding:5px;
	background:#333333;
	color:#f29c3c;
}

#disc{
	color:#888;
}
