/* CSS Document */
* {
padding: 0px;
margin: 0px;
}

html, body {
border:0;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
line-height: 18px;
font-size: 12px;
}


#container {
	width: 970px;
	background: url(../img/sides.gif) repeat-y;
	margin: 0 auto;
	padding: 0 16px 0 6px;
}

#header {
	height: 200px;
	background: url(../img/main-banner.jpg) right top no-repeat;
}

img.logo {
	margin: 67px 0 0 25px;
}


#feature {
	padding: 0 0 0 31px;
}

#feature .box {
	width: 244px;
	height: 267px;
	background: url(../img/feature-box.gif) no-repeat;
	float: left;
	margin: 0px 15px 10px 0;
	padding: 23px 25px 25px;
}

#feature .box img {
	margin-bottom: 15px;
}


#feature .box h1 {
	margin-bottom: 10px;
	font-size:15px;
}

#feature .box p {
	line-height: 14px;
	font-size: 11px;
}

#feature .mask {
	height:55px;
	overflow:hidden;
}


#feature .box ul {
	margin: 0 0 0 12px;
}

#feature .box ul li {
	font-size: 11px;
	list-style-type: none;
	line-height: 18px;
	background: url(../img/bullet-red.gif) no-repeat left 6px;
	padding: 0 0 0 10px;
}

#feature .box ul li.last a {
	border: none;
}

#feature .box ul li a {
	color: #65629d;
	text-decoration: none;
	border-bottom: 1px solid #e1e1e1;
	display: block;
	width: 160px;
}


#feature .box ul li a:hover {
	color: #B31C2D;
}



#content {
	padding: 30px 33px 40px;
}

#content.home {
	padding: 30px 33px 0px;
}


/*----------------------------------------
Home Layout
-----------------------------------------*/

#left-home {
	width: 530px;
	float: left;
}

#right-home {
	padding:70px 15px 15px 90px;
	width:232px;
	float: right;
	background: url(../img/big-blue-man.gif) no-repeat;
}



.telephone, .email {
	color: #221f72;
	font-size: 14px;
	padding: 10px 0 10px 37px;
	line-height: 27px;
}



.telephone {
	background: url(../img/telephone.gif) no-repeat left;
}

.email {
	background: url(../img/email.gif) no-repeat left;
}


/*----------------------------------------
Internal Layout
-----------------------------------------*/

#left-col {
	width: 240px;
	float: left;
	padding:30px 0 0;
}

#right-col {
	width: 630px;
	padding: 0 0px 0 0;
	float: right;
}

#right-col a {
	text-decoration: underline;
}

#right-col a:hover {
	text-decoration: none;
}

#left-col ul {
	list-style-type: none;
	width: 230px;
	margin: 0 0 40px 0;
}

#left-col ul li {
	border-bottom: 1px solid #e3e3e3;
}

#left-col ul li a {
	color: #221f72;
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding: 7px 0;
}

#left-col ul li a.active {
	color: #56a2d5;
}

#left-col ul li a:hover {
	color: #56a2d5;
}



#left-col h1 {
	margin-bottom: 10px;
}


a.liver-disease, .pancreatic-cancer, .liver-tumors {
	display: block;
	width: 233px;
	height: 62px;
	margin-bottom: 4px;
}

a.liver-disease span, .pancreatic-cancer span, .liver-tumors span {
	display: none;
}

a.liver-disease {
	background: url(../img/leftcol-buttons.gif) no-repeat;
}

a.liver-disease:hover {
	background: url(../img/leftcol-buttons.gif) -267px 0 no-repeat;
}

a.pancreatic-cancer {
	background: url(../img/leftcol-buttons.gif) no-repeat 0 -66px;;
}

a.pancreatic-cancer:hover  {
	background: url(../img/leftcol-buttons.gif) no-repeat -267px -66px;;
}

a.liver-tumors {
	background: url(../img/contactus-btn.jpg) no-repeat 0 -3px;
	margin-bottom: 60px;
}

a.liver-tumors:hover  {
	background: url(../img/contactus-btn.jpg) no-repeat -267px -3px;
	margin-bottom: 60px;
}


#right-col h1 {
	font-size: 22px;
}

#right-col p {
	text-align: justify;
	padding: 0 10px 0 0;
}

#right-col ul {
	list-style-type: none;
	margin: 0 0 25px 12px;
	line-height: 20px;
	font-weight: bold;
}

#right-col ul li {
	padding: 0 18px 0 19px;
	background: url(../img/bullet-orange.gif) left 6px no-repeat;
}

#right-col img {
	float: right;
	margin: 0 0 10px 20px;
}


/*----------------------------------------
Team Page
-----------------------------------------*/

#right-col ul.team {
	padding: 0;
	font-weight: normal;
	/*margin: 0 0 36px 0;*/
	margin: 0 0 0px 0;
	float: left;
	width: 618px;
}

#right-col ul.team li {
	margin: 0;
	background: none;
	border-bottom: 1px solid #e3e3e3;
	padding: 0 12px 0 0;
	float: left;
	width: 100%;
}

#right-col ul.team li a.team-name {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #312e7b;
	font-size: 14px;
	display: block;
	padding: 9px 122px 9px 0;
	background: url(../img/team-downarrow.gif) right no-repeat;
	outline: none;
}

#content #right-col ul.team li a.active {
	background: url(../img/teampic-activearrow.gif) 507px 10px no-repeat;
}

#right-col .team-description {
	padding: 7px 0 15px 2px;
	display: none;
}

#right-col .team-description img {
	padding: 0 15px 10px 15px
}


#right-col ul.team ul {
	margin: 0 0 27px 0;
	padding: 0;
	float: none;
	width: 400px;
	/*display: block;*/
	font-weight: normal;
}

#right-col ul.team ul li{
	border-bottom: none;
	padding:0 0 0 17px;
	background:transparent url(../img/bullet-orange.gif) no-repeat scroll left 6px;
	float: none;
}

/*----------------------------------------
Sitemap
-----------------------------------------*/

#right-col ul#sitemap {
	line-height: 34px;
}

#right-col ul#sitemap li {
	background:  url(../img/bullet-orange.gif) no-repeat scroll left 13px;
}

#right-col ul#sitemap li ul {
	margin: 0;
}

#right-col ul#sitemap li ul li {
	background: url(../img/bullet-red.gif) no-repeat scroll left 8px;
}

#right-col ul#sitemap li ul li a {
	font-weight: normal;
}



/*----------------------------------------
-----------------------------------------*/

#footer {
	color: #999;
	width: 952px;
	margin: 0 auto;
	background: url(../img/footer.gif) no-repeat;
	padding: 48px 0 120px 40px;
}


#footer a {
	color: #999;
}

