/**
 * Style sheet xBasic
 */
/* Slide Show */
.slideshow
{
	margin:0px auto;
	padding:0px;
	vertical-align:middle;
}

#wrapper
{
	margin-top:10px;
}

#main .inside
{
	margin-right:50px;
	margin-left:20px;
	padding-top:4px;
	padding-bottom:20px;
}

/* Footer copyright */
.footerCopy
{
	padding-top:3px;
	padding-left:160px;
	font-family:Arial, Verdana, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#5C96CF;
	text-transform: uppercase;
}

.podLogo
{
	width:220px;
	height:82px;
	float:left;
	display:block;
}

.podPatientPortal
{
	width:122px;
	height:30px;
	float:right;
	display:block;
	margin-top:40px;
	margin-right:50px;
}

.toggler
{
	margin:0px;
	padding:4px 4px 4px 24px;
	background-color:#2575AF;
	background-image:url("tl_files/icons/bullet_blue.gif");
	background-position:left center;
	background-repeat:no-repeat;
	font-weight:bold;
	color:#ffffff;
	cursor: pointer;
}

.accordion div
{
	margin-bottom:10px;
	padding:10px;
	background-color:#EDF5FC;
	border-top:0px solid #2575AF;
	border-right:2px solid #2575AF;
	border-bottom:2px solid #2575AF;
	border-left:2px solid #2575AF;
}

.accordion div *
{
	margin-bottom:0px;
	padding:0px;
	border:none !important;
}

/* Apply background for home page */
#homeX
{
	height:525px;
	background-image:url("tl_files/layout_images/aboutus14bodywidenoheader760x363.jpg");
	background-position:center top;
	background-repeat:no-repeat;
}

/* Apply background for about us page */
#about
{
	background-image:url("tl_files/layout_images/aboutus14bodywidenoheader760x363.jpg");
	background-position:center top;
	background-repeat:no-repeat;
}

a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family:Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family:Trebuchet MS, Arial, Verdana, sans-serif;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family:Verdana, sans-serif;
}

a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	font-size:11px;
	color:#666966;
}

img
{
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}

h1
{
	margin:0px 0px 10px 0px;
	padding:0px;
	font-weight:bold;
	font-size:16px;
	color:#3D5192;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
}

a
{
	text-decoration:none;
	color:#0099ff;
}

a:hover
{
	text-decoration:underline;
}

