@charset "utf-8";
/* CSS Document for ... */

/* Website Colours */
/* ----------------------------------------- */




/* RESET */
/* ----------------------------------------- */

/* Global reset */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
html, body { height: 100%;}
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none; border-bottom:0px; } /* Gets rid of IE's blue borders */

/* Extra layout stuff */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* br class that clears floated columns */
div { position:relative }
div.floatLeft {float:left;}
div.floatRight {float:right;}



/* TAGS */
/* ----------------------------------------- */

* {margin:0;padding:0;}

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

html {}

html>body {
	font-size: 12px;
}

body { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 75%;
	color: #707070;
	background:#fff;
}

h1 { 
	font-family: "Trebuchet MS", "Arial Narrow", Arial, Helvetica, sans-serif; 
	font-size:1.75em; 
	line-height:1.85em; 
	color: #757575; 
	font-weight:normal;
	margin-top: 0;
	margin-bottom: .5em; 
	padding:0;
}

h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.35em;
	line-height: 1.4em;
	margin-bottom: 0;
	padding:0; 
	font-weight:bold; 
	color: #29A6DF;
}

h3 { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1.35em;
	line-height: 1.25em;
	margin-top: 1em;
	margin-bottom: 0;
	padding:0;  
	font-weight:normal;
	color: #089948; 
}

h4 { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1em;
	line-height: 1.286em;
	margin-top: 1.929em;
	margin-bottom: 0.643em;
	padding:0; 
	font-weight:bold;
	color: #089948; 
}

h5 { 
	font-family:Arial, Helvetica, sans-serif; 
	line-height:1.5em;
	font-size:1em;
	margin-top: 1.75em;
	margin-bottom: .5em;
	padding:0; 
	font-weight:bold;
}

ul, ol, dl {
	padding:0 0 0 5px;
	margin:0 0 1.5em 1.5em;
}
p { margin-bottom: 1em; }
li {
	padding:1px 0 1px 5px;
	margin:0;
	list-style: disc url(../images/list-bullet-091609.gif);
}

hr { 
	border-bottom:1px dashed #ccc;
	border-top:none;
	border-left: none;
	border-right:none; 
	height:1px; 
	background:#fff;
}
a, a:link, a:visited { 
	font-family:Arial, Helvetica, sans-serif; 
	color:#29A6DF;
	font-weight:bold;
	text-decoration:underline;
}

a:hover, a:active { color:#757575; text-decoration:underline; }

blockquote {
	background: url(../images/open-quote.gif) no-repeat left -2px;
	font-style: italic;
	font-size:1.1667em;
	line-height: 1.286em;
	color: #757575;
	margin: 10px 0;
	width:85%;
	padding: 10px 0 0 35px;
}
blockquote span {
	background: url(../images/close-quote.gif) no-repeat right bottom;
	display: block;
	padding-right: 30px;
}


/* LAYOUT */
/* ----------------------------------------- */

#header {
	width:720px;
	height:155px;
	margin:10px 10px 0 10px;
	padding:0;
	background:#fff url(../images/green_top-banner_091609.jpg) no-repeat left top;
}

#wrap {
	width:740px; 
	margin:0px auto;
	padding:0;
	background:#fff;
	border:solid 1px #ccc;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#main { 
	margin:0; 
	padding:0 10px 39px 10px;
} /* bottom padding is the same height as the footer + padding */

#main-col { 
	float:left;
	width:415px;
	margin:20px 25px 0 10px;
	padding:0;
}
#sidebar {
	padding: 0px;
	margin: -60px 0 0 0;
	width:260px;
	text-align:left;
	background:url(../images/container_top-left.gif) no-repeat left top;
	float:right;
	position: relative;
}
#footer {
	background: url(../images/green-bottom-banner-091609.gif) bottom left no-repeat;
	margin: -40px auto 0px;
	padding: 0;
	border-bottom:solid 9px #fff;
	clear: both;
	height: 30px;
	width: 720px;
	position: relative;
	text-align:right;
}

/* STYLES */
/* ----------------------------------------- */

#header h2 { font-family: Arial, Helvetica, sans-serif; font-size:14px; color:#fff; padding:0; margin:0; line-height:18px; font-weight:normal; text-align:right; }
#header h1.logo {
	text-indent:-9999px;
	width:284px;
	height:156px;
	position:absolute;
	left: 0px;
	top: 0px;
	margin:0;
	padding:0;
	background: url(../images/turning-hospitals-green_logo_091609.jpg) left top no-repeat;
}
.description { float:right; width:415px; height:44px; padding:111px 20px 0 0; margin:0;}

#main-navigation { 
	margin:0;
	padding:0;
	display:block;
	width:720px; 
	height:50px; 
	background:url(../images/navigation-bg-091609.jpg) top left repeat-x;
}

#main-navigation li { 
	margin:0;
	padding:0;
	float:left;
	list-style: none inside;
}

#main-navigation li a, #main-navigation li a:link, #main-navigation li a:visited { 
	display:inline-block; 
	padding:14px 10px 0 10px; 
	width:auto;
	margin:0; 
	font-family:"Trebuchet MS", "Arial Narrow", Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	line-height: 17px; 
	font-weight:bold; 
	color:#757575; 
	text-decoration:none;
	height:36px;
}
#main-navigation li a:hover, #main-navigation li a:active { color:#29A6DF; }

#main-navigation li.current-tab a, 
#main-navigation li.current-tab a:link, 
#main-navigation li.current-tab a:visited { 
	display:inline-block; 
	padding:14px 10px 0 10px; 
	margin:0; 
	font-family:"Trebuchet MS", "Arial Narrow", Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	line-height: 17px; 
	font-weight:bold; 
	color:#089948; 
	text-decoration:none; 
	background:url(../images/navigation-current-bg-091609.jpg) bottom center no-repeat;
	height:36px;
}

.list-colb { width:175px; float:left;}
.list-cola { width:175px; float:left;}

.intro { font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:20px;}
#photos {
	width:100%;
	height:100%;
	padding:10px 0px 10px 0px;
	vertical-align:baseline;
}
#photos img {
	border:0px;
	vertical-align: middle;
}
.landscape_photo a, .landscape_photo a:link, .landscape_photo a:visited {
	margin-right:20px;
	margin-top:20px;
	border:1px solid #a6a6a6;
	background-color:#ffffff;
	width:180px;
	height:120px;
	padding:8px;
	display:inline-block;
}
.landscape_photo a:hover, .landscape_photo a:active {
	margin-right:20px;
	margin-top:20px;
	border:1px solid #e6e6e6;
	background-color:#FFFFFF;
	width:180px;
	height:120px;
	padding:8px;
	display:inline-block;
}
.portrait_photo a, .portrait_photo a:link, .portrait_photo a:visited {
	margin-left:30px;
	margin-right:50px;
	margin-top:20px;
	border:1px solid #a6a6a6;
	background-color:#ffffff;
	width:120px;
	height:180px;
	padding:8px;
	display:inline-block;
}
.portrait_photo a:hover, .portrait_photo a:active {
	margin-left:30px;
	margin-right:50px;
	margin-top:20px;
	border:1px solid #e6e6e6;
	background-color:#FFFFFF;
	width:120px;
	height:180px;
	padding:8px;
	display:inline-block;
}
.small-copy {font-family:Arial, Helvetica, sans-serif; font-size:10px; line-height:15px; color:#46B376;}

.green {color:#089948;}

#footer ul { margin:0; padding:0; }
#footer li { list-style-type:none; display:inline; padding:0 20px 0 0; }

/* Rounded Corner Box */
#rounded-corner-box {background: transparent; margin:20px 0 20px 0;}
#rounded-corner-box p, #rounded-corner-box h1, #rounded-corner-box h2, #rounded-corner-box h3, #rounded-corner-box h4, #rounded-corner-box h5, #rounded-corner-box h6 {margin:0px 10px 0 10px !important; padding:8px 0 8px 0 !important; line-height:15px;}
#rounded-corner-box ul, #rounded-corner-box ol {margin:0 15px 0 30px; padding:5px 0 5px 0;}

.rtop, .rbottom {display:block; background:transparent; font-size:1px;}
.rb1, .rb2, .rb3, .rb4 {display:block; overflow:hidden;}
.rb1, .rb2, .rb3 {height:1px;}
.rb2, .rb3, .rb4 {background:#fff; border-left:1px solid #ccc; border-right:1px solid #ccc;}
.rb1 {margin:0 5px; background:#ccc;}
.rb2 {margin:0 3px; border-width:0 2px;}
.rb3 {margin:0 2px;}
.rb4 {height:2px; margin:0 1px;}

.rounded-content {display:block; background:#fff; border:0 solid #ccc; border-width:0 1px;}
