/* ---------------------------------------------------------- */
/* CSS Global reset for all browsers */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
strong{
	font-weight:bold;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ul {
	list-style: none;
}
ol {
	padding-left:50px;
}
ol li {
	padding:2px 5px 2px 0;
}
ol ul {
	list-style:circle;
	padding-left:15px;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

em {
	font-style: italic;
	font-weight: bold;
}
/* ----------------------- Nightshift Radiology --------------------------------- */
body {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background-color: rgb(92,139,166);
	background-image: url(/_media/_global/background-wallpaper.png);
	background-position: 60% 58%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
div#page {
	margin-left: auto;
	margin-right: auto;
	background-color: rgb(255,255,255);
	line-height: 1.7em;
	margin-top: 55px;
	width: 897px;
	border: 5px solid rgb(109,95,44);
	margin-bottom: 150px;
	min-height: 425px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: rgb(92,139,166);
	margin-bottom: 10px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a em {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

/* ---------------- Gilder/Levin Method for Image Replacement 
			http://www.ryznardesign.com/web_coding/image_replacement/ */
body.home div#header {
	height: 181px;
	width: 897px;
	margin-bottom: 8px;
	background-image: none;
}
body.home #imageContainer {
	margin:auto;
	width:897px;
	height: 181px;
	position: relative;
}
div#header {
	background:url(/_media/_global/header.jpg) top left no-repeat;
	height: 60px;
	width: 897px;
	margin-bottom: 8px;
}
div#primary-content {
	color: rgb(88,89,91);
	font-size: 12px;
	margin-left: 85px;
	clear: both;
	margin-top: 80px;
	padding-bottom: 25px;
}
div#primary-content p {
	font-size: 12px;
	margin-bottom: 15px;
}
div#primary-content p a {
	color: rgb(92,139,166);
}
div#primary-content div#left-content {
	width: 430px;
	float: left;
	padding-right: 40px;
}
div#primary-content div#right-content {
	width: 230px;
	float: right;
	margin-right: 50px;
	padding-left: 50px;
	border-left: 1px solid rgb(92,139,165);
}

body.home div#primary-content div#right-content {
	float: right;
	margin-right: -320px;
	margin-top: -260px;
	border-left: 1px solid rgb(92,139,165);
}


div#primary-content div#left-content a {
	text-decoration: underline;
}
div#primary-content div#left-content ul {
	margin-bottom: 15px;
}

div#primary-content div#right-content h2 a {
	font-size: 13px;
	width: 250px;
	display: block;
	color: rgb(92,139,166);
	margin-bottom:20px;
}
div#primary-content div#right-content ul li a {
	font-size: 13px;
	font-weight: bold;
	width: 250px;
	display: block;
	color: rgb(92,139,166);
	margin-bottom:20px;
}
div#primary-content div#right-content h2 a.currently-selected-item {
	text-decoration: underline;
}

/* ----------------------- Primary Navigation -------------------------- */
ul#primary-navigation {
	background-color: rgb(92,139,165); /* nightshift blue */
	float: left;
	width: 100%;
}
ul#primary-navigation li {
	float: left;
	font-size: 15px;
	padding-right: 2.8em;
	padding-top: 1px;
	margin-top: 10px;
	margin-bottom: 11px;
	color: white;
	background-image: none;
}
ul#primary-navigation li a {
	display: block;
}
ul#primary-navigation li#first-child {
	margin-left: 85px;
}
ul#primary-navigation li.currently-selected-item {
	text-decoration: underline;
}
ul#primary-navigation li.first-child.currently-selected-item {
	padding-left: 3px;
	padding-top: 3px;
	margin-left: 20px;
	margin-right: -14px;
	margin-top: 1px;

}
ul#primary-navigation li a {
	color: rgb(255,255,255); /* white */
}

/* ----------------------- Secondary Navigation -------------------------- */
ul#secondary-navigation {
	background-color: white;
	width: 747px;
	float: left;
	margin-bottom: 3.0em;
	margin-top: -30px;
	padding-top: 8px;
	padding-bottom: 8px;
}
ul#secondary-navigation li.currently-selected-item a {
	color: rgb(61,119,155);
}

ul#secondary-navigation li.first-child {
	margin-left: 0px;
}
ul#secondary-navigation li {
	display: inline;
	padding-left: 25px;
}
ul#secondary-navigation li a{
	color: rgb(0,46,84); /* nightshift dark blue */
}

ul#contact-nav {
	margin-left: 643px;
	font-size: 12px;
	margin-top: -32px;
	padding-bottom: 20px;
	width: 220px;
}

ul#contact-nav li {
	margin-left: 10px;
	display: inline;
}
ul#contact-nav li a{
	color: rgb(92,139,166);
}
/* ----------------------- Footer Navigation -------------------------- */
ul#footer-navigation {
	margin-top: 3.0em;
	float: right;
}
ul#footer-navigation li {
	display: inline;
	font-size: 0.897em;
	padding-left: 0.2em;
	color: rgb(131,166,191); /* light blue */
}
ul#footer-navigation li a {
	color: rgb(131,166,191); /* light blue */
}

/* ----------------------- Misc. Fixes --------------------------------- */
/*
   Easy-Clearing Floats
   http://www.positioniseverything.net/easyclearing.html
*/
.clearfix:after {
   display: block;
   clear: both;
   visibility: hidden;
   height: 0;
   content: ".";
}
.clearfix {
   display: inline-block;
}
