@charset "utf-8";
/* CSS Document */

body {
     font: 100.01% Arial, Helvetica, sans-serif; /* this sets the overall font size and family overriding an older Opera bug */
     background: #300549; 
     margin: 0; /* zeroing the margin and padding allows all browsers to start from the same place since defaults are different. */
     padding: 0;
}

h1, h2, h3, p, ul, li {
	margin:0;
	padding:0;
	}
	
a:active { outline:none; } /** removes outline in FF **/

a:focus { -moz-outline-style: none; }	/** removes outline in FF **/
	
a:link, a:active {
	color:#300549;
	}
	
a:visited {
color: #353535;
}

a:hover {
color: #B983DA;
}

#wrapper {
	width:855px;
	margin:10px auto;
	padding:0;
	}
	
#header {
	background: url(images/header.jpg) no-repeat 0 0 #300549;
	width:855px;
	height: 228px;
	margin:0;
	padding:0;
}

#addressbox {
	padding:200px 0 0 50px;
	color: #B983DA;
	font-size: .8em;
	font-weight: bold;
	height: 1.1em;
}

#colwrapper {
	width:779px;
	background-color:#fff;
	border-left:solid 1px #353535;
	border-right:solid 1px #353535;
	margin:0 38px 0 37px;
}

.brclr {
	clear:both;
	}


/******* LEFT COLUMN ******/
#left {
	width:490px;
	float:left;
	margin:0;
	padding:0;
	}
	
#content {
	width: 450px;
	margin:10px 20px 0 20px;
	padding:0;
	} 
	
#content p {
font-size: .75em;
line-height: 1.5em;
margin: 10px 0;
}

img {
	border: none;
}

#content a:link, #content a:active {
	color:#300549;
	}
	
#content a:visited {
color: #353535;
}

#content a:hover {
color: #B983DA;
}

#content h1 {
	border-bottom: double 3px #b983da;
	color: #300549;
	font: bold 1.4em georgia, times, serif;
	margin: 0 0 10px 0;
	padding: 0;
}
#content h2 {
	color: #B983DA;
	font-size: 1em;
	width:300px;
	margin: 10px 0 5px 0;
	border-bottom: double 1px #e5dda7;
}
#content h3 {
	color: #000;
	font-size: .80em;
	margin: 0;
	margin-top: 5px;
	padding: 0;
}

.notes {
font-weight: bold;
color: #900;
}


#content ul {
font-size: .8em;
list-style-type:circle;
margin-left:30px;
}

#content li {
	height:20px;
	}

#getDirections{
	padding: 0;
	width: 300px;
}

#getDirections table{
	font-size: 90%;
}

.imgLeft{
	float: left;
	margin: 5px 8px 5px 0;
}

.fltlft {
	float:left;
	margin: 0 10px 10px 0;
	}

.fltrht {
	float:right;
	margin: 0 0 10px 10px;
	}
	
.imgBlock {
	display:block;
	margin: 10px auto;
}

/***** MAP *****/
#getDirections{
	margin: 5px 0px 5px 40px;;
	font-size: 100%;
	width: 300px;
}

#mapform{
	margin: 5px 0px 5px 40px;;
	font-size: 80%;
	width: 300px;
}

.streetMap{
	margin: 10px 50px;
}

/****** RIGHT COLUMN ******/	
#right {
	width:289px;
	float:right;
	margin:0;
	padding:0;
	}
	
#photo {
	display:block;
	position: absolute;
	top: 24px;
	width: 289px;
	height: 332px;
}


/********* NAVIGATION *********/
#nav {
	border: 1px solid #300549;
	background-color: #e5dda7;
	width: 204px;
	text-align: left;
	padding: 7px;
	margin:108px 0 20px 30px;
	padding-bottom: 10px;
}

#nav a {
	display: block;
	font-size: .8em;
	line-height: 1.4em;
	text-decoration: none;
	color: #353535;
	font-weight: bold;
	padding-left: 25px;
}

#nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#nav ul li {
	height:20px;
	}

#nav ul a:hover {
	background: #f0e689 url(images/menu_deco.gif) no-repeat center left;	
	color: #000000;
}
#nav ul a.current {
	background: #300549 url(images/menu_deco_current.gif) no-repeat center left;	
	color: #ffffff;
}

#hospital_aff {
width: 220px;
margin:0 0 0 30px;
color: #300549;
text-align: center;
}

#hospital_aff h1 {
padding-top: 2px;
border: 1px solid #300549;
font-size: .75em;
height: 14px;
background-color: #e5dda7;
margin: 0;
}

#hospital_aff a {
display: block;
padding-top: 2px;
border: 1px solid #300549;
border-top: 0;
font-size: .75em;
height: 19px;
background-color: #e5dda7;
color: #300549;
margin: 0;
}

#hospital_aff a:hover {
color: #990000;
}

#decoration {
background: url(images/hosp_aff.gif) no-repeat;
width: 20px;
height: 50px;
margin-top:-50px;
margin-left:-10px;
}

#policy {
	margin:10px 0 20px 0px;
	padding-bottom: 10px;
	text-align: center;
}

#policy {
	font-size:.8em;
	}
	
/************ FOOTER ***************/

#footer {
	background: url(images/footer2.gif) no-repeat #300549;
	width:855px;
	height:94px;
	margin:0;
	padding:0;
	text-align:center;
}

#copyright {
	padding-top: 70px;
	font-size: .7em;
}

/* ***** IP Team Logo branding **** */
#ipBrand{
	width: 780px; /* may need to change, or remove, depending on layout */
	color: #b5d0e3; /* adjust as needed for layout */
	font-size: 70%; /*may need to change depending on layout */
	text-align: right;
	margin: 10px auto; /* adjust as needed depending on layout */
	padding: 1px 0 0 0; /*prevents margin-collapse */
	height: 52px;
	/*border: 1px solid red;*/
}

.ipLogo{
	float: right;
	padding-right: 15px;
}
/* end branding */
