/* Content Copyright 2007 - Elisabeth K. Lucas, M.D. */

body {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 80%;
}

#wrapper {
	margin: 0 auto;
	width: 760px;
	height: 700px;
}

#header {
	width: 100%;
	height: 150px;
}

#navigation {
	width: 100%;
	height: 32px;
}

#content {
	/*width: 100%;*/
	text-align: justify;
	background-image: url(images/contentback.jpg);
	background-repeat: repeat-y;
	padding-left: 30px;
	padding-right: 30px;	
	margin: 0 auto 0 auto;
}

#content h1 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #333333;
	padding-bottom: 10px;
}

#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	padding: 8px;
	padding-left: 50px;
	width:710px;
	height:116px;
	clear: both;
	text-align: center;
	color: #333333;
	font-size: 100%;
	line-height: 1.5;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

#footer a {
	color: #003366;
	text-decoration: none;
}

#footer a:hover { text-decoration: underline; }

.sideBox { 
	float: right;
	clear: both;
	width: 198px;
	border: none;
	padding-left: 10px;
	padding-top: 40px;
	line-height: normal;
	text-align: center;
}

.sideBox .sideTop {
	background-image: url(images/boxTop.jpg);
	background-repeat: no-repeat;
	height: 29px;
}

.sideBox #officeHours { padding-top: 20px; }

.sideBox #officeHours .days {
	text-align: left;
	width: 47%;
	padding-left: 10%;
	float: left;
}

.sideBox #officeHours .times {
	text-align: right;
	padding-right: 13%;
	float: left;
	width: 27%;
}

.sideBox #officeHours .sideMid {
	height: 100px;
}

.sideBox .sideMid {
	background-image: url(images/boxMid.jpg);
	background-repeat: repeat-y;
	padding: 10px;
	color: #000066;
}

.sideBox .sideBottom {
	background-image: url(images/boxBottom.jpg);
	background-repeat: no-repeat;
	height: 31px;
	font-size: 90%;
	padding-top: 5px;
	clear: both;
	color: #666666;
}

.sideBox .sideBottom a {
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid black;
	background-color: #003366;
	padding: 0 5px 0 5px;
}

.sideBox .sideBottom a:hover {
	color: #003366;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}

#content #mapHolder{ 
	margin: 0 auto;
	text-align: center;
	border: 1px solid #000000;
	width: 650px
}

.iconlist {
	list-style: none;
	margin: 0 0 0 20px;;
	padding: 0;
}

.iconlist li.info {
	background-image: url(images/information.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	/*margin: .4em 0;*/
}

.iconlist li.arrowRt {
	background-image: url(images/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	/*margin: .4em 0;*/
} 

.iconlist li a {
	color: #333333;
}

.iconlist li a:hover {
	color: #990000;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

#wrapper #content p {
	text-align: left;
	margin-bottom: 0;
	padding-bottom: 0;
}

#wrapper #content .sideBox #contactInfo .sideTop #lbl1,
#wrapper #content .sideBox #officeHours .sideTop #lbl2 {
	padding-top: 5px;
	font-size: 100%;
	color: #333333;	
}
#content .introLabel {
	font-size: 120%;
	width: 480px;
	color: #003366;
	padding: 0;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 3px;
	border: none;
	border-bottom: 1px dotted #333333;
	
}
#wrapper #content #intro .linkGo {
	text-decoration: none;
	color: #003366;
	background-image: url(images/link_go.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

#wrapper #content #intro .linkGo:hover {
	text-decoration: underline;
}
#wrapper #content #intro p {
	padding-left: 15px;
}
