body {
	text-align:center;
	margin:0px 0px 0px 0px;
	background:#658bd6;
}
#pagebackground {
	position:relative;
	margin:0px 0px 0px 0px;
	min-height:700px;
	_height:700px;
	background:url(images/pageBG.jpg) repeat-x top;
}
#wrapper {
	margin:0px auto;
	width:900px;
}
#header {
	width:900px;
	height:237px;
	background:url(images/headerBG.jpg) no-repeat top;
}
#menu {
	width:900px;
	height:27px;
	background:url(images/menuBG.jpg) no-repeat top;
}
#menu_text {
	float:left;
	width:610px;
	color:#ffffff;
	text-align:left;
	padding-left:60px;
}
#patient_login {
	float:right;
	width:217px;
	height:27px;
}
#shell {
	float:left;
	width:900px;
	min-height:371px;
	_height:371px;
	background:url(images/shell_repeat.jpg) repeat-y top;
}
#shellBG {
	width:900px;
	min-height:371px;
	_height:371px;
	background:url(images/shellBG.jpg) no-repeat top;
}
#forms_link_frame {
	float:right;
	width:221px;
	height:123px;
	padding-right:40px;
}
#forms_link {
	float:right;
	width:221px;
	height:123px;
}
#content_area {
	float:left;
	width:625px;
}
#welcome {
	float:left;
	width:400px;
	text-align:left;
	font-size:25px;
	padding-left:70px;
	padding-top:27px;
}
#content {
	float:left;
	width:500px;
	text-align:left;
	padding-left:70px;
	margin-top:-15px;
	padding-bottom:15px;
}

#content p{
	font:12px Verdana,Arial,Sans-Serif;
	line-height:1.5;
	color:#000000;
}
#content a{
	font:12px Verdana,Arial,Sans-Serif;
	line-height:1.5;
	color:#325b39;
}
#content h2,h3,h4,h5{
	font:12px Verdana,Arial,Sans-Serif;
	line-height:1.5;
	color:#000000;
}
#content ul{
	font:12px Verdana,Arial,Sans-Serif;
	line-height:1.5;
	color:#000000;
	margin-left:-25px;
}
#content ol{
	font:12px Verdana,Arial,Sans-Serif;
	line-height:1.5;
	color:#000000;
	margin-left:-19px;
}
#footerBG {
	width:900px;
	height:63px;
	background:url(images/footerBG.jpg) no-repeat top;
}
#footer_text {
	width:900px;
	text-align:center;
	padding-top:35px;
	font-size:10px;
	color:#000000;
	font-family:verdana,arial,Sans-Serif;
}

#footer_text a{
	font-size:10px;
	color:#000000;
	font-family:verdana,arial,Sans-Serif;
}

#footer_text a:hover{
	font-size:10px;
	color:#000000;
	font-family:verdana,arial,Sans-Serif;
	text-decoration:underline;

}

#clear {clear:both;}
#clear1 {clear:both;}
.clear {clear:both;}
.image_class {border:none;}
/*INNER PAGE*/
#header_inner {
	width:900px;
	height:237px;
	background:url(images/header_inner.jpg) no-repeat top;
}
#contentin{
	float:left;
	width:500px;
	text-align:left;
	padding-left:70px;
	margin-top:-15px;
	padding-bottom:15px;
}

#contentin p{
	font:normal 12px Verdana,Arial,Sans-Serif;
	line-height:1.5;
	color:#000000;
}
#contentin a{
	font:normal 12px Verdana,Arial,Sans-Serif;
	line-height:1.5;
	color:#325b39;
}
#contentin h2,h3,h4,h5{
	font:normal 12px Verdana,Arial,Sans-Serif;
	line-height:1.5;
	color:#000000;
}
#contentin ul{
	font:normal 12px Verdana,Arial,Sans-Serif;
	line-height:1.5;
	color:#000000;
	margin-left:-25px;
}
#contentin ol{
	font:normal 12px Verdana,Arial,Sans-Serif;
	line-height:1.5;
	color:#000000;
	margin-left:-19px;
}

/* Menu implementation */
#MainMenu {
	margin:3px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:610px;
}

#MainMenu ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	/*height:20px;*/
	z-index:997;
}

#MainMenu ul li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	display:inline;
	height:27px;
	position:relative;
	z-index:998;
}

#MainMenu ul li a {
	font:bold 14px Verdana,Arial,Sans-Serif;
	padding:0px 23px 0px 0px;
	color: #ffffff;
	height:29px;
	text-transform:none;
}

#MainMenu ul li a:hover {
	text-decoration:none;
	color:#000000;
}

/*#MainMenu ul li a img{
	padding:0px 23px 0px 0px;
	vertical-align:middle;
}*/

#MainMenu ul li ul {
	position: absolute;
	height: auto;
	width: 180px;
	/*margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;*/
	left:-15px;
	top:0px;
	padding:7px 0px 7px 0px;
	margin:23px 0px 0px 0px;
	/*margin:0;*/
	background: #315B39;
	display: none;
	z-index:999;
	text-align:left;
}

#MainMenu ul li ul li {
	/*margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;*/
	display: block;
	height:20px;
}

#MainMenu ul li ul li a {
	font:12px Verdana,Arial,Sans-Serif;
	color:#ffffff;
	display:block;
	/*padding-left:10px;*/
	text-transform:none;
	height:auto;
	/*margin:0px 0px 0px 0px;*/
	padding:3px 0px 3px 15px;
}

#MainMenu ul li ul li a:hover {
	text-decoration: none;
	color:#000000;
	height:auto;
	background:#658BD6;
	/*margin:0px 0px 0px 0px;*/
	padding:3px 0px 3px 15px;
}

/*sIFR Implementation*/
.sIFR-flash {  
	visibility: visible !important;	
	margin: 0;	
	padding: 0;
}
.sIFR-replaced { 
	visibility: visible !important;
}
.sIFR-alternate {
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 0; 
	height: 0; 
	display: block; 
	overflow: hidden;
}
.sIFR-replaced > div { 
	display: none !important;
}
.sIFR-active #title .sIFR {
	visibility: visible;
	font:normal 26px/100% Arial, Helvetica, sans-serif;
	color:#000000;
}