/* Copyright 2009 Columbus Fetal Medicine Collaborative ======================== */

body {
	margin:0;
	padding:0;
	background-color:#ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
}


/* containers ------------------------------------------------------------------ */

.skip {
	display:none;
}

#container {
	width:980px;
	margin:0 auto;
	background:url(../images/bkgd.gif) 0 0 no-repeat;
}

#banner {
	margin:0 0 0 29px;
	padding:0;
}

#mainbody {
	width:922px;
	background-color:#fff;
	margin:0 auto;
	padding:0;
}

#copy {
	background-color:#fff;
	padding:0 0 50px 0;
	margin:0 0 0 370px;
	width:520px;
	min-height:500px;
}

	#copy .contact {
		margin:20px 0;
	}

	#copy .txtbox {
		display: none;
		margin:0 10px 0 20px;
		padding:0;
	}
	

.txtbox {
	margin:0;
	padding:0;
	width:500px;
	overflow:hidden;
	min-height:1px;
}

	.txtbox div {
		padding-bottom:15px;
	}

#footer {
	clear:both;
	background:url(../images/footer.gif) center top no-repeat;
	background-color:#ccc;
	padding:120px 0 10px 0;
	margin:0;
	text-align:center;
	line-height:150%;
	color:#fff;
}


/* text ----------------------------------------------------------------------- */

h1, h2 {
	color:#666;
}

#copy a:link, #copy a:visited {
	color:#666;
	text-decoration:underline;	
}

#copy a:hover {
	color:#333;
	text-decoration:none;
}

h3.toggle { /* used for toggle only */
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:underline;
	text-indent:20px;
	font-size:9pt;
	letter-spacing:.08em;
	text-transform:uppercase;
	cursor:pointer;
	display:block;
	background-image:url(../images/triangleclosed.gif);
	background-repeat:no-repeat;
	margin:10px 0 0 0;
	padding:0 0 5px 0;
}

h3.toggle:hover {
}

h3.current {
	background-image:url(../images/triangleopen.gif);
	background-repeat:no-repeat;
}


p, li, dt, dd {
	color:#666;
	line-height:140%;
	font-size:1em;
	font-weight:normal;
}

#copy p {
	margin:5px 0 10px 0;
}

.txtbox p {
	margin:0;
	padding:0;
}

dl.listing {
	margin:0;
	padding:0;
}

	dl.listing dt {
		margin:10px 0 0 0;
		padding:0;
		font-weight:bold;
	}
	
	dl.listing dd {
		margin:0;
	}

dl.horiz_list {
	margin:10px 20px 10px 0;
	padding:0;
	width:153px;
	float:left;
}

	dl.horiz_list dt, dl.horiz_list dd {
		margin:8px 0 0 20px;
	}

dl.locations {
	margin:0;
	padding:0 0 20px 0;
	float:left;
	display:block;
}

	dl.locations dt {
		margin:10px 0 0 0;
		padding:0;
		font-weight:bold;
	}
	
	dl.locations dd {
		margin:0;
		padding:0;
	}

#footer p {
	margin:0;
	font-size:90%;
	color:#fff;
}

#footer div {
	margin:0;
	padding:0 2px;
	display:inline;
	margin:0;
	font-size:90%;
	color:#fff;
}


#contactform {
	
}

	#contactform fieldset {
		border:1px solid #eee;
		width:330px;
		padding:10px 15px;
	}
	
	#contactform fieldset legend {
		font-size:80%;
		color:#aaa;
	}
	
	#contactform fieldset dt {
		margin:10px 0 0 0;
	}
	
	#contactform fieldset dd {
		margin:0;
	}
	
	#contactform fieldset p {
		text-align:right;
	}
	
	#contactform fieldset label {
		color:#666;
		font-size:90%;
	}
	
	#contactform fieldset input[type=text] {
		color:#666;
		font-size:90%;
		border:1px solid #ccc;
	}
	
	#contactform fieldset textarea {
		border:1px solid #ccc;
	}
	
	#contactform fieldset input[type=submit] {
		border:1px solid #ccc;
		background-color:#eee;
		color:#666;
	}
	
		#contactform fieldset input[type=submit]:hover {
			border:1px solid #f93;
			background-color:#f93;
			color:#fff;
		}

/* nav ------------------------------------------------------------------------- */

#nav {
	float:left;
	margin:0 0 0 180px;
	width:160px;
}

	#nav ul {
		margin:0;
		padding:0;
	}

	#nav ul li {
		list-style:none;
		margin:0;
		padding:0;
		font-size:7pt;
		text-transform:uppercase;
		color:#ccc;
	}
	
	#nav ul li.phone {
		color:#263692;
		font-size:10pt;
	}
	
	#nav ul li a:link, #nav ul li a:visited {
		text-decoration:none;
		letter-spacing:.07em;
		width:160px;
		height:10px;
		color:#888;
		display:block;
		padding:2px 0;
	}
	
	#nav ul li a:hover {
		color:#f93;
		font-weight:bold;
	}
	
	.sIFR-root a:link, .sIFR-root a:visited {
		text-decoration:none;
	}


/* links ---------------------------------------------------------------------- */

a:focus {
	outline:none;
}

#footer a:link, #footer a:visited {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#copy .contact a {
	background-color:#f93;
	border:1px solid #c60;
	color:#fff;
	display:block;
	width:160px;
	padding:2px 0;
	margin:5px 0;
	text-decoration:none;
	text-align:center;
}

	#copy .contact a:hover {
		background-color:#ccc;
		border:1px solid #aaa;
		color:#333;
	}





