@import url("form.css");


body{
text-align: center;
min-width: 780px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background-color: #EFF3F8;
margin: 0px;
}

/*---------------------------------------+Text styling----------------------------------------------*/
h1 {
	background:url(../Images/H1bg.jpg) no-repeat right top;
	line-height:37px;
	padding: 0px 0px 0 2px;
	color:#252122;
	font-size:16px;
	margin:0;
	}
h1 span {
	
	}

h2 {
	color:#0098A5;
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 2px;
	margin-left: 5px;
}

h3 {
	margin:0 0 30px 0;
	padding:0;
	font-size: 14px;
}


p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
	line-height:20px;
	color:#666666;
	margin-top: 0px;
	padding-top: 0px;
}

ul {
	color:#666666;
	
}
li {
margin: 5px auto;
}

.charlie ul {
margin:0 0 10px 0;
padding:0;
}

.charlie li {
margin:10px 0 10px 10px;
padding:0;
}


/*-------------------------------------+page Layout--------------------------------------------------*/
#Wrapper {
	width: 775px;
	margin: 5px;
	text-align: left;
	
}

#Header {
	height: 94px;
	width: 775px;	
	background: #fff url(../images/headerbg.jpg);
}
#logo {
	background: #FFFFFF url(../Images/logo.jpg) no-repeat left center;
	width:470px;
	height:94px;
	float:left;
	}

#pacs {
	float:right;
	height:36px;
	line-height:36px;
	background:url(../images/pacimages.jpg);
	width:159px;
	padding:0 0 0 22px;
	color:#005F66;
	font-size:11px;
	font-weight:bold;
}

#pacs a {
	color:#005F66;
	text-decoration: none;	
}

#mainbranding{
clear:both;
width:775px;
height:233px;
margin-bottom:15px;
background:url(../Images/mainbranding.jpg) no-repeat left center;
}
#Content {
	background:url(../images/contentbg.jpg) center top repeat-y;
	width: 775px;
	clear:both;
	}
	
#MainContent {
	width: 570px;
	float:left;
	}

.arrowlink {
	background:url(../Images/arrow.jpg) left center no-repeat;
	padding-left:20px;
	color: #0E5277;
	text-decoration:none;
	font-weight:bold;
}
.clear {
	clear:both;
}
.right {

float:right;
margin:5px;
}

.left {

float:left;
margin:5px;
}

/*--------------------------------------------------+secondarycontent--------------------------------------*/	
#SecondaryContent {
	width: 180px;
	float:right;
	background:url(../Images/private/leftbg.jpg) center repeat-y;
	color:#666666;
	}


	
/*-------------------------------------------+Footer---------------------------------------------------*/
#footer {
	clear:both;
	width:775px;
	height:129px;
	line-height:normal;
	text-align:center;
	}


	
#subnav{
	text-align: center;
	margin:0;
	padding:0;
	list-style:none;
	width: 775px;
	height:25px;
	float:right;
}
#subnav  li{
display: inline;
/* matches link padding except for left and right */
}

#subnav li  a{
	
	padding:0 10px;
	line-height:25px;
	text-decoration:none;
	color:#006066;
}
#subnav a:hover{
	padding:0 10px;
	color:#000000;
}


/*----------------------------------------+Nav---------------------------------------------------------*/
#headernav {
	clear:right;
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	width: 160px;
}
#headernav li{
float:left;
	}

#headernav li a{
	display:block;
	padding:30px 10px 0 10px;
	text-decoration:none;
	color:#0E5277;
}
#headernav li a:hover{
	text-decoration:underline;
	font-weight:bold;
	color:#0E5277;
}




#mainnav {
  clear:both;
  width:100%;
  background:#fff url(../images/mainnav.jpg) top center no-repeat;
  height:36px;
  margin:10px 0; 
  }
#mainnav ul {
  text-align: center;
  margin:0;
  padding:0 0 0 100px;
  list-style:none;
  height:36px;

  }
#mainnav li {
  float:left;
  background: url(../images/leftnavpiece.jpg) no-repeat left top;
  margin:0;
  padding:0 0 0 16px;
  line-height:36px;
  }
#mainnav a {
  float:left;
  display:block;
  background: url(../images/rightnavpiece.jpg) no-repeat right top;
  padding:0 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#005F66;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#mainnav a {float:none;}
/* End IE5-Mac hack */
#mainnav a:hover {
  color:#333;
  }
#mainnav #current {
  background-image:url("left_on.gif");
  }
#mainnav #current a {
  background-image:url("right_on.gif");
  color:#333;
  padding-bottom:5px;
  }


.current, .current:hover {
	background: #FFFFFF url(../Images/private/mainnavcurrent.jpg) repeat-x left top;
	display:block;
	
	line-height:44px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	
}	
/*forms*/
/*-------------roundcorners------------------*/
.north { background: url(../images/north.jpg) repeat-x top; }
.east { background: url(../images/east.jpg) repeat-y right; }
.south { background: url(../images/south.jpg) repeat-x bottom; }
.west { background: url(../images/west.jpg) repeat-y left; }
.ne { background: url(../images/ne.jpg) no-repeat top right; }
.se { background: url(../images/se.jpg) no-repeat bottom right; }
.sw { background: url(../images/sw.jpg) no-repeat bottom left; }
.nw { background: url(../images/nw.jpg) no-repeat top left; }

.nw { padding: 10px; } /* Controls padding.  Increase to make text further away from edges; decrease to bring closer.  */

.alpha {
	width: 100%;
	background:url(../images/contentbg.jpg) center top repeat-y;
	
	clear: both;
	}

.beta {
	float: left;
	width: 100%;
	background:#FFFFFF;
	}

.beta .north { background: url(../images/northb.jpg) repeat-x top; }
.beta .east { background: url(../images/eastb.jpg) repeat-y right; }
.beta .south { background: url(../images/southb.jpg) repeat-x bottom; }
.beta .west { background: url(../images/west.jpg) repeat-y left; }
.beta .ne { background: url(../images/neb.jpg) no-repeat top right; }
.beta .se { background: url(../images/seb.jpg) no-repeat bottom right; }
.beta .sw { background: url(../images/sw.jpg) no-repeat bottom left; }
.beta .nw { background: url(../images/nw.jpg) no-repeat top left; }

.nw { padding: 10px; } /* Controls padding.  Increase to make text further away from edges; decrease to bring closer.  */





.charlie{
	float: left;
	width: 100%;
	background: #F7F5DF url(../images/rightbox.jpg) repeat-x;	
	}

.charlie .north { background: url(../images/northright.jpg) repeat-x top; }
.charlie .east { background: url(../images/eastright.jpg) repeat-y right; }
.charlie .south { background: url(../images/southright.jpg) repeat-x bottom; }
.charlie .west { background: url(../images/westright.jpg) repeat-y left; }
.charlie .ne { background: url(../images/neright.jpg) no-repeat top right; }
.charlie .se { background: url(../images/seright.jpg) no-repeat bottom right; }
.charlie .sw { background: url(../images/swright.jpg) no-repeat bottom left; }
.charlie .nw { background: url(../images/nwright.jpg) no-repeat top left; }

.nw { padding: 10px; } /* Controls padding.  Increase to make text further away from edges; decrease to bring closer.  */



.delta {
	clear: both;
	width: 100%;
	}




#MainContent #images p {
	background: url(../images/img_title.jpg) no-repeat center center;
	text-align: center;
	width: 148px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 3px;
	margin: 6px 0px;
}
#MainContent a {
	color: #0098A5;
}
#SecondaryContent  p {
	padding: 0px;
}
#MainContent #radiologistslist ul {
	float: right;
	background: url(../images/radiologistslistbg.jpg) no-repeat;
	width: 201px;
	margin: 0px;
	height: 203px;
	padding: 10px 0px 0px 20px;
}
#MainContent #radiologistslist img {
}
#MainContent #radiologistslist li {
	background: url(../images/radiologistslistbullet.jpg) no-repeat left;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style: none;
	height: 16px;
}
#MainContent #radiologistslist {
	width: 485px;
	margin: 0px auto;
}
#MainContent #radiologistslist .left {
	padding: 0px;
	margin: 0px;
}
#MainContent #radiologistslist a {
	color: #0B818A;
	text-decoration: none;
}
#MainContent #radiologistslist p {
	clear: both;
	text-align: center;
	padding: 5px;
}
#Wrapper #Content  #MainContent table {
	color: #333333;
}
