/*==================================*/
/*    Author: Lane Roberts          */
/*    Company: Corporate 3 Design   */
/*    Date: November 6, 2009        */
/*==================================*/

/*==================================*/
/*---------- PAGE/GENERAL ----------*/
/*==================================*/
* {
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
	height: 100%;
	overflow-y:scroll;
}
body {
	width: 100%;
	height: 100%;
	font-family:"Trebuchet MS", "Arial", Helvetica, sans-serif;
	font-size: 81%;
	line-height: 100%;
	background:#fff url(/images/main/bg_body.png) repeat-x 0 0;
	position:relative;
}
body.home {
	background:url(/images/main/bg_splash.png) repeat-x 0 0;
}
font {color: inherit !important;margin: inherit !important;padding: inherit !important;font: inherit !important;text-decoration: inherit !important;border: inherit !important;/*background: inherit !important;*/bottom: inherit !important;top: inherit !important;left: inherit !important;right: inherit !important;position: inherit !important;clear: inherit !important;float: inherit !important;height: inherit !important;width: inherit !important;letter-spacing: inherit !important;text-transform: inherit !important;outline: inherit !important;overflow: inherit !important;display: inherit !important;visibility: inherit !important;text-indent: inherit !important;white-space: inherit !important;word-spacing: inherit !important;z-index: inherit !important;text-align: inherit !important;max-height: inherit !important;max-width: inherit !important;min-height: inherit !important;min-width: inherit !important;cursor: inherit !important;}

.clear {
	clear:both !important;
	height:auto !important;
	width:auto !important;
	float:none !important;
}
.nomargin {
	margin:0;
	padding:0;
}
/* Change colors and options for your default on links */
a:link {
	color: #005294;
	text-decoration: underline;
}
a:visited {
	color: #005294;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #9d5353;
}
a:active {
	text-decoration: none;
	outline:none;
}
a:focus {
	outline:none
}
img {
	border: 0;
}
img[align=left] {
	float:left;
	padding: 0 1em .5em 0;
}
img[align=right] {
	float:right;
	padding: 0 0 .5em 1em;
}
img:-moz-broken{
    -moz-force-broken-image-icon:1;
    width:24px;
    height:24px;
  }

h1, h2, h3, h4, h5, h6 {
	
	font-weight:normal;
	color:#005294;
	padding:5px 0 0 0;
	line-height:130%;
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2 {
	padding-top:15px;
	padding-bottom:10px;
	font-size:1.6em;
}
h3,h4,h5 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 {
	font-size:1.6em;
	padding-bottom:10px;
}
.news h3 {
	padding-bottom:0;
	padding-top:1em;
}
.news h3:first-child {
	padding-top:0;
}
h3 small {
	color:#666;
	font-size:.7em;
}
h4 {
	font-size:1.4em;
	padding-bottom:.5em;
}
h5 {
	font-size:1.1em;
}
h6 {
	font-size:1.05em;
	font-style:italic;
}
.right {
	float:right;
}
.left {
	float:left;
}
p, li, td, div.pagination {
	color:#31433b;
	line-height:140%;
	font-size:1em;
}
li p,
li li,
td p {
	font-size:1em;
}
p + p {
	padding-top:2ex;
}

ul, ol {
	margin: 1ex 0 3ex 2em;
}
ul li,
ol li {
	margin-bottom : 1ex;
	margin-right : 1ex;
}
ul.color li,
ol.color li {
	color:#005294;
}
ul.color li span,
ol.color li span {
	color:#31433b;
}

table * {
	font-size:1em;
}
table td {
	vertical-align:top;
}
.diff_table ul {
	margin : 0 0 0 15px;
}

.wrapper {
	/* Wraps around the content */
	width:900px;
	background: transparent;
	margin: 0 auto;
	padding:0 ;
	position:relative;
}
* html .wrapper {
	height:auto;
}

/*==================================*/
/*------------- Header  ------------*/
/*==================================*/
#header {
	height:166px;
	position:relative;
	z-index:3;
}
#header h1 {
	margin:0 auto;
	padding:0;
	width:373px;
	height:100px;
	overflow:visible;
	position:relative;
	z-index:4;
}
#header a#title {
	display:block;
	position:absolute;
	top:0;
	left:0;
	margin:0 auto;
	width:373px;
	height:108px;
	text-indent:-3000em;
	overflow:hidden;
	background:url(/images/main/logo_top.png) no-repeat 0 0;
	z-index:5;
}

#header #nav {
	position:relative;
	width:100%;
	height:63px;
	background:url(/images/main/nav_sprite.png) no-repeat 0 0;
	z-index:0;
}
#nav a {
	display:block;
	height:60px;
	width:100px;
	text-indent:-3000em;
	overflow:hidden;
	position:absolute;
	top:0;
	left:25px;
	z-index:0;
}
#nav .about {
	width:132px;
	left:42px;
}
.about #nav .about,
#nav .about:hover {
	background:url(/images/main/nav_sprite.png) no-repeat -42px -63px;
}
#nav .services {
	width:110px;
	left:182px;
}
.services #nav .services,
#nav .services:hover {
	background:url(/images/main/nav_sprite.png) no-repeat -182px -63px;
}
#nav .news {
	width:90px;
	left:293px;
}
.news #nav .news,
#nav .news:hover {
	background:url(/images/main/nav_sprite.png) no-repeat -293px -63px;
}
#nav .links {
	width:204px;
	left:389px;
}
.links #nav .links,
#nav .links:hover {
	background:url(/images/main/nav_sprite.png) no-repeat -389px -63px;
}
#nav .travelclinic {
	width:150px;
	left:599px;
}
.travelclinic #nav .travelclinic,
#nav .travelclinic:hover {
	background:url(/images/main/nav_sprite.png) no-repeat -599px -63px;
}
#nav .contact {
	width:145px;
	left:750px;
}
.contact #nav .contact,
#nav .contact:hover {
	background:url(/images/main/nav_sprite.png) no-repeat -750px -63px;
}


#fbIcon {
	display:block;
	position:absolute;
	text-indent:-3000em;
	height:40px;
	width:40px;
	right:0;
	top:0;
	background:url(/images/main/facebook-button.png) no-repeat 0 0;
}
/*==================================*/
/*------------ CONTENT  ------------*/
/*==================================*/

#content {
	position:relative;
	background: #F5F3F3 url(/images/main/bg_content.png) repeat-y 0 0;
	height:100%;
}
.home #content {
	background-image:none;
	z-index:6;
}

#content #copy {
	position:relative;
	background:url(/images/main/bg_copy.png) repeat-x 0 -1px;
	padding-top:0px;
	float:left;
	width:580px;
	padding:20px 20px 20px 50px;
	z-index:6;
}
.home #content #copy {
	padding:290px 0 0 0;
	background-position: 0 224px;
	float:none;
	width:100%;
}


/*==================================*/
/*------------- HOME  ------------*/
/*==================================*/

#splash {
	height:289px;
	width:900px;
	overflow:hidden;
	position:absolute;
	top:-10px;
	left:0;
	background:url(/images/main/bg_splash.png) repeat-x 0 -156px;
	z-index:10;
}
#splash div {
	display:none;
	position:absolute;
	z-index:11;
}
#splash img {
	vertical-align:top;
	position:relative;
	z-index:12;
}
#pullquote {
	margin-left:75px;
}

#news {
	position:absolute;
	top:198px;
	left:565px;
	width:282px;
	height:186px;
	background:url(/images/main/bg_news.png) no-repeat 0 0;
	z-index:15;
	padding:25px 10px 0;
	font-size:.8em;
	overflow:hidden;
}
#news div {
	position:relative; 
    overflow:hidden;
	height:100%;
	width:100%;
}

#news ul {
	position:absolute;
	list-style:none;
	margin:0;
	padding:0;
	padding-right:30px;
	height:30000em;
}
#news ul li {
	list-style:none;
	position:relative;
	padding-left:50px;
	height:auto !important;
	height:45px;
	min-height:45px;
	padding-bottom:5px;
}

#news li a > span {
	position:absolute;
	top:0;
	left:8px;
	background:url(/images/main/sprites.png) no-repeat -100px -50px;
	width:30px;
	height:35px;
	padding:8px 2px 4px;
}
#news li span {
	display:block;
	text-align:center;
}
#news li span span {
	font-size:1.5em;
	margin-bottom:-3px;
}
#news a {
	text-decoration:none;
}
#news li a:hover p {
	color:#9d5353;
	text-decoration:none;
}

#news .next,
#news .prev {
	position:absolute;
	top:20px;
	right:10px;
	display:block;
	width:25px;
	height:25px;
	background:url(/images/main/sprites.png) no-repeat -25px 0;
	cursor:pointer;
}
#news .next.disabled,
#news .prev.disabled {
	display:none;
}
#news .next {
	top:auto;
	bottom:10px;
	background-position:0 0;
}

#channels {
	background:url(/images/main/sep_horz_760.png) no-repeat top center;
	padding-top:30px;
	margin-top:20px;
	padding-left:22px;
}
#channels div {
	width:275px;
	min-height:225px;
	float:left;
	position:relative;
	background: url(/images/main/sep_vert_175.png) no-repeat 0 45px;
	padding-bottom:25px;
	margin-bottom:20px;
	padding-left:15px;
}
#channels div:first-child {
	background-image:none;
}
#channels h2,
#channels p {
	padding-left:55px;
	padding-right:40px;
	font-size:.9em;
}

#channels h2 {
	background:url(/images/main/sprites.png) no-repeat -100px -100px;
	padding-top:32px;
	font-size:1.3em;
}

#channels .outpatient h2 {
	background-position:0 -200px;
}
#channels .specialists h2 {
	background-position:-50px -150px;
}
#channels .learnmore {
	display:block;
	position:absolute;
	bottom:0;
	left:100px;
	height:22px;
	width:100px;
	background: url(/images/main/sprites.png) no-repeat 0 -40px;
	text-indent:-3000em;
	overflow:hidden;
}
#channels .learnmore:hover {
	background-position:0 -75px;
}

/*==================================*/
/*------------ SIDEBAR  ------------*/
/*==================================*/

#sidebar {
	display:block;
	position:relative;
	width:250px;
	float:left;
	height:auto !important;
	height:260px;
	min-height:260px;
	padding:20px 0 0;
	background:url(/images/main/bg_sidebar.png) no-repeat 0 0;
	overflow:visible;
	z-index:18;
}
#sidebar ul {
	list-style : none;
	margin : 0;
	padding : 0;
	position : relative;
	width : 270px;
}
#sidebar ul ul {
	display : none;
	position : relative;
}
#sidebar ul li {
	background : url(/images/main/sep_horz_double_230.png) no-repeat 10px 0;
	list-style : none;
	margin : 0;
	padding : 0;
}
#sidebar ul li:first-child {
	background-image : none;
}
#sidebar ul li a {
	display : block;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 16px;
	line-height : 45px;
	padding : 0 0 0 25px;
	vertical-align : middle;
	text-decoration : none;
}
#sidebar ul ul li a {
	padding : 0 0 0 40px;
}
#sidebar ul li a:hover,
#sidebar ul li.active a  {
	background : url(/images/main/nav_sideOver.png) no-repeat 0 2px;
}
#sidebar ul li.active ul {
	display : block;
}
#sidebar ul li.active ul li a {
	background : none;
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 14px;
}
#sidebar ul li.active ul li a:hover,
#sidebar ul li.active ul li.active a {
	color : #005294;
	font-weight : bold;
}
#sidebar ul ul li {
	position : relative;
}

#sidebar p {
	padding : 5px 20px;
}

#sidebar .callout {
	padding:45px 15px 20px;
}
#sidebar .callout img {
	float:left;
}
#sidebar .callout p {
	padding-left:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	color:#003f83;
}
#sidebar .callout p img {
	margin-right:15px;
	margin-bottom:30px;
}
#sidebar .callout span {
	display:block;
	color:#333333;
	font-size:.7em;
	line-height:140%;
}


/*==================================*/
/*------------- FORMS  -------------*/
/*==================================*/

form b {
	font-weight:normal;
	display:block;
	padding:5px 0;
}
form label {
	display:block;
	font-weight:bold;
}
form input[type=text], form textarea {
	width:200px;
}


#careerOpps {
	text-indent:-3000em;
	overflow:hidden;
	background:url(/images/main/sprite_CareerOpps.png) no-repeat 0 -3px;
	width:160px;
	height:150px;
	float:right;
}
#careerOpps:hover {
	background-position: 0 -147px;
}

#referralForm {
	text-indent:-3000em;
	overflow:hidden;
	background:url(/images/main/sprite_NewPatientReferral.png) no-repeat 0 -3px;
	width:160px;
	height:150px;
	float:right;
	clear:right;
}
#referralForm:hover {
	background-position: 0 -147px;
}



/*==================================*/
/*------------- Footer  ------------*/
/*==================================*/

#footer {
	height:121px;
	padding:15px 0;
	background:url(/images/main/bg_footer.png) repeat-x 0 0;
	text-align:center;
	text-transform:uppercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.8em;
}
#footer p,
#footer a{
	color:#ffffff;
	text-decoration:none;
	padding:0 5px;
}
#footer a:hover {
	text-decoration:underline;
}














