/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#666;
	font-size:12px;
	margin:0 auto;
	line-height: 22px;
	background-color:#E4E4E4;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.jpg);
}

a {
	color:#00628c;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #00628c;
	text-decoration: underline;
}

h1, h2, h3, h4, p { font-family:Arial, Helvetica, sans-serif;

margin:0 0 8px 0; }

#content_main h1 { font-size:28px;
color:#006e96; 
}

#content_sub h1 { 
	font-size:28px;
	color:#FFFFFF;
	background-image: url(images/bg_h1.jpg);
	background-repeat: no-repeat;
	line-height: 28px;
	padding: 12px 0 24px 18px;
	
	
 }

h2 { font-size:20px;
color:#006e96; }

#side_bar-sub h2 {
	background-image: url(images/bg_h2-sidebar.jpg);
	background-repeat: no-repeat;
	padding: 12px 12px 0 12px;
	line-height: 14px;
	font-size: 14px;
	font-weight: bold;
	width: 239px;
	height: 23px;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0;
}

#side_bar-sub h2 a {
	color: #FFF;
	text-decoration: none;
}
#side_bar-sub h2 a:hover {
	color: #FFF;
	text-decoration: underline;
}

h2, h3 { font-size:14px;
color:#006e96; 
padding: 0;
margin: 18px 0 0 0;
}

h1, h2, h3, h4 {
	color:#006e96;
	font-family:Arial, Helvetica, sans-serif;
}

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

.side_content {
	position:relative;
	top:0;
	left:0;
	width:243px;
	height:auto;
	margin: 0 0 10px 0;
	padding: 50px 10px 10px 10px;
	background-color: #E4E4E4;
}

#side_bar-sub .side_content {
	position:relative;
	top:0;
	left:0;
	width:253px;
	height:auto;
	margin: 0 0 10px 0;
	padding: 10px 0 10px 10px;
	background-color: #E4E4E4;
}

.side_img {
	margin: 0 0 10px 0;
	border: 2px solid #fff;
}

.sub_content {
	position:relative;
	top:0;
	left:0;
	width:230px;
	height:auto;
	float: left;
	margin: 0 20px 0 0;
}

.flag {
	color: #00628c;
	font-size: 14px;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 2px solid #e4e4e4;
}

.list {
	position:relative;
	width:560px;
	height:auto;
	padding: 10px 10px 10px 30px;
	background-color: #E4E4E4;
}

.list ul {
	list-style: none;
}

.list ul li {
	color: #fff;
	width: 210px;
	margin: 0 0 0 -40px;
	padding: 0 0 0 10px;
	background-color: #999;
	border-bottom: 1px solid #E4E4E4;
}

.list-table-top {
	color: #fff;
	background-color: #6F6F6F;
	font-weight: bold;
}
.list-table-side{
	color: #fff;
	background-color: #999;
	font-weight: bold;
}

.list-table-cyberknife {
	background-color: #dee8ec;
}

.list-table-others {
	background-color: #E4E4E4;
}

.list-table-top-cyberknife {
	color: #fff;
	background-color: #00628B;
	font-weight: bold;
}

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
	background-repeat: repeat-y;
	background-image: url(images/bg_main.jpg);
}

#header {
	position:relative;
	top:0;
	left:0;
	width:929px;
	height:455px;
	padding: 0 0 0 21px;
	background-repeat: no-repeat;
	background-image: url(images/bg_header.jpg);
}
#header2 {
	position:relative;
	top:0;
	left:0;
	width:929px;
	height:455px;
	padding: 0 0 0 21px;
	background-repeat: no-repeat;
	background-image: url(images/bg_header2.jpg);
}

#header-sub {
	position:relative;
	top:0;
	left:0;
	width:929px;
	height:109px;
	padding: 0 0 0 21px;
}
/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:50px;
	right:60px;
	width:526px;
	height:25px;
	float: right;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:880px;
	height:auto;
	padding: 0 30px 10px 40px;
}

#main-top {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	background-repeat: no-repeat;
	background-image: url(images/bg_main-top.jpg);
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:590px;
	height:auto;
	padding: 0 10px 0 0;
}

#content_sub{
	position:relative;
	top:0;
	left:0;
	float:left;
	width:600px;
	height:auto;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:263px;
	height:auto;
}


#side_bar-sub {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:263px;
	height:auto;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:910px;
	height:40px;
	clear:both;
	margin: 0 auto;
	padding: 20px 20px;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:25px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/nav.gif);
}

a#nav_01 {
	width:73px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -25px;
}

.active_01 {
	background-position: 0 -25px !important;
}

a#nav_02 {
	width:131px;
	background-position:-73px 0;
}

a:hover#nav_02{
	background-position:-73px -25px;
}

.active_02 {
	background-position:-73px -25px !important;
}



a#nav_03 {
	width:84px;
	background-position:-204px 0;
}

a:hover#nav_03{
	background-position:-204px -25px;
}

.active_03 {
	background-position:-204px -25px !important;
}

a#nav_04 {
	width:139px;
	background-position:-288px 0;
}

a:hover#nav_04{
	background-position:-288px -25px;
}

.active_04 {
	background-position:-288px -25px !important;
}

a#nav_05 {
	width:99px;
	background-position:-427px 0;
}

a:hover#nav_05{
	background-position:-427px -25px;
}

.active_05 {
	background-position:-427px -25px !important;
}

/*------------------------------------------------------acc settings ------------------------*/

.mypets { /*header of 1st demo*/
	cursor: pointer;
	border-top: 1px solid #E4E4E4;
	padding: 10px 0;
	display: block;
	color: #00628c;
	text-align: left;
}

.mypets a {
	color:#00628c;
}

.mypets a:hover {
	color: #000731;
}

.thepet{display: none};

.openpet{ /*class added to contents of 1st demo when they are open*/

}