
/* CSS Document */

/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; } 

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */

body {
	background:url(../images/bg.jpg) repeat-x #BDCCE8; 
	text-align:center;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#4C4C4C; 
	line-height:20px; 
	}

p {
	margin-bottom:10px; 
	}

a:link, a:visited {
	color:#CC6600;
	text-decoration:none;
	}

h1 {
	display:none;
	}
	
a:hover, a:active {
	color:#814E05;
	text-decoration:none;
	}

/* classes
 * ------------------------------------------------------------------------- */
.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}

.pic-left {
	float:left;
	padding:0 10px 3px 0px;
	}
	
.read-more-arrow {
	font-size:14px;
	}
	
.form-text {
	font-size:11px;
	}

.brown-box {
	padding:10px 10px 10px 10px;
	}

.resources {
	padding:10px 10px 10px 15px;
	}
	
.state 	{
	margin:150px 10px 10px 15px;
	}


/* framework
 * ------------------------------------------------------------------------- */

#container {
	background:url(../images/container-bg.jpg) repeat-y;
	width:754px;
	text-align:left;
	margin:0 auto;
	}

#title {
	background:url(../images/title-bar.jpg) no-repeat;
	width: 754px;
	height:97px;
	}
	
	#title span {
		display:none;
		}
		
#baby-banner {
	background:url(../images/baby-banner.jpg) no-repeat;
	width:384px;
	height:190px;
	float:left;
	}
	
	#baby-banner span {
		display:none;
		}

#page-title {
	background:url(../images/index-title.jpg) no-repeat;
	height: 45px;
		} 
		
#birthinjury-title {
	background:url(../images/birthinjury-title.jpg) no-repeat;
	height: 45px;
		} 

#injuryatbirth-title {
	background:url(../images/injuryatbirth-title.jpg) no-repeat;
	height: 45px;
		}	
		
#birthinjurylawsuit-title {
	background:url(../images/birthinjurylawsuit-title.jpg) no-repeat;
	height: 45px;
		}
		
#cerebralpalsy-title {
	background:url(../images/cerebralpalsy-title.jpg) no-repeat;
	height: 45px;
		}
		
#cerebralpalsytreatment-title {
	background:url(../images/cerebralpalsytreatment.jpg) no-repeat;
	height: 45px;
		}		
		
#resources-title {
	background:url(../images/resources-title.jpg) no-repeat;
	height: 45px;
		}
		
#contactus-title {
	background:url(../images/contactus-title.jpg) no-repeat;
	height: 45px;
		}

#sitemap-title {
	background:url(../images/sitemap-title.jpg) no-repeat;
	height: 45px;
		}

#404-title {
	background:url(../images/404-title.jpg) no-repeat;
	height: 45px;
		}

#column-container {
	padding:0 8px 0 21px;
	}
	
#column-left {
	width:471px;
	float:left;
	padding:10px 10px 0 0;
	}
	
/* blurb1
 * ------------------------------------------------------------------------- */	
#blurb_1_title 	{}
#blurb_1_body 	{
	width:440px;
	padding-left:18px;
	}
	
#blurb_1_body ul {
		padding: 0 0 10px 10px;
		}
		
		#blurb_1_body ul li { 
			_position:relative;	 /*to fix the IE bullet peekaboo pug */
			padding-left: 15px;
			line-height: 16px;
			list-style: none;
			background: transparent url(../images/bullet.jpg) 0px 6px no-repeat;
			font-weight:bold;
			}

	
#column-right {
	width:233px;
	float:left;
	}
	
	#column-right p {
		padding:0 10px;
		}

#contact-us {
	background:url(../images/contact-us.jpg) no-repeat;
	width:233px;
	height:87px;
	padding-bottom:10px;
	display:block;
	}

	
	#contact-us span {
		display: none;
		}
		
#location {
	background:url(../images/cpb.gif) no-repeat;
	width:233px;
	height:87px;
	padding-bottom:10px;
	display:block;
	}

	
	#location span {
		display: none;
		}		
		
/* blurb2
 * ------------------------------------------------------------------------- */	
#blurb_2_title 	{}
#blurb_2_body 	{
	width:215px;
	padding-left:5px;
	
	}
	
/* inside pages
 * ------------------------------------------------------------------------- */	
#body_content_title 	{}
#body_content_body 	{
	width:440px;
	padding-left:18px;
	}
	
#body_content_body ul {
		padding: 0 0 10px 0px;
		}
		
		#body_content_body ul li { 
			_position:relative;	 /*to fix the IE bullet peekaboo pug */
			padding-left: 15px;
			line-height: 20px;
			list-style: none;
			background: transparent url(../images/bullet.jpg) 0px 6px no-repeat;
			font-weight:normal;
			}	
	
#footer-bar {
	background:url(../images/footer.jpg) no-repeat;
	height:21px;
	}
	

#footer {padding:10px 0;}
	
	#footer ul {
    	margin: 0 0 10px 0;
   		padding: 0;
    }

 	#footer li {
    	margin: 0;
    	padding: 0 7px 0 10px;
    	display: inline;
    	border-left: 1px solid #000;
    	font-size: 11px;
    	line-height: 11px;
    	background: none;
		color:#000;
    }

	#footer li.first { 
    	border: none;
    }
	
	#footer a:link, #footer a:visited{
		color:#000000;
		text-decoration:underline;
		}
	
	 #footer a:hover, #footer a:active {
	 	color:#993300;
		text-decoration:underline;
		}

/* navigation
 * ------------------------------------------------------------------------- */

/* ----- vertical nav ----- */ 

#nav { background:url("../images/nav.jpg") no-repeat; width:370px; height:190px; position:relative; float:left; }
#nav li { position:absolute; }
#nav li, #nav a { height:38px; display:block; }
#nav span { display: none; }

#nav-01, #nav-02, #nav-03, #nav-04, #nav-05 { width:370px; left:0; }

#nav-01 { top: 0; }
#nav-02 { top: 38px; }
#nav-03 { top: 76px; }
#nav-04 { top: 114px; }
#nav-05 { top: 152px; }

#nav-01 a:hover { background: transparent url("../images/nav.jpg") -370px  -0px  no-repeat;}
#nav-02 a:hover { background: transparent url("../images/nav.jpg") -370px  -38px  no-repeat;}
#nav-03 a:hover { background: transparent url("../images/nav.jpg") -370px  -76px  no-repeat;}
#nav-04 a:hover { background: transparent url("../images/nav.jpg") -370px  -114px  no-repeat;}
#nav-05 a:hover { background: transparent url("../images/nav.jpg") -370px  -152px  no-repeat;}


/* ----- Home nav button ----- */ 

#home-link-position {
	padding:44px 0 0 674px;
	}	
	
#home-link {
	background:url(../images/home-button.jpg) no-repeat top left;
	width:74px;
	height:25px;
	display:block;
	}
	
	#home-link:hover, #home-link:active {background-position: 0px -25px;}
	
	#home-link span {display:none; }


/* forms
 * ------------------------------------------------------------------------- */

input, textarea {
	background-color:#fff; 
	border:1px solid #C4B578;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 0 4px 16px;
	width:161px;
	height:20px;
	}

.wide-text {
	height:70px;
	}
	
.radio {
	width:20px;
	margin-right:1px;
	border:0;
	background-color: #fcfdef;
	vertical-align:middle;
	}

.submit {
	margin-left:16px;
	width:50px;
	}

.small-box {
	width:100px;
	}

.state-box {
	width:25px;
	}
	
#form-space {
	background:url(../images/form-bg.jpg) no-repeat top left;
	width:203px;
	height:210px;
	margin: 20px 0 0 11px;
	padding:20px 0 0 5px;
	}

/* ----- main contact form ----- */ 
 
#main { 
	margin: 10px 0 50px 25px;
	}
	
#main label { 
	width:100px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:0px;
	font-size:12px;
	}
	
#main label input, #main label textarea, #main label select { 
	width:175px;
	position:absolute; 
	left:110%; 
	top:0px;
	}
	
#main label select {
	width:205px;
	}
	
#main label textarea { height:100px; }	


input.submit-contact-main { width: 75px; margin:75px 0 0 125px; }

input[type="submit"]::-moz-focus-inner {
    border: none;
}

input.nextButton:focus { outline:none; }
.fLabel { float:left; width:125px; padding:15px; text-align:right; clear:left; display:inline; position:relative; color:#0C6DBE;  }
.fLabel span { color:#FFA8A8; font-style:italic; padding:0px; font-size:11px; position:absolute; right:20px; bottom:0px; }
.fLabel label { float:right; font-style:italic; width:auto !important; margin:0px; }
.fInput { float:left; width:175px; padding:17px 15px 15px 15px; text-align:left; clear:right; margin-bottom:5px; display:inline; }
.fInput input, .fInput textarea { float:left; clear:left; border:#CCC 1px solid; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding:3px; color:#666; height:auto !important; }

.fInput span { float:left; padding:0px 5px 0px 5px; clear:right; font-size:11px; }
.noBreak { clear:none !important; }
#preferredNumber { float:left; clear:left; }
form p { float:left; }
form input[type="submit"],form input[type="reset"] { cursor:pointer; } 
.fInput label { float:left; width:auto !important; margin:0px; padding-left:5px; color:#666; }
input.Fradio { border:none; width:auto; float:left; clear:left; margin-top:3px; background:none transparent !important; }

ul#formProg { height:39px;  background:url(../images/prog-bg.png) top left no-repeat; position:relative; margin:25px 30px 0px 0px; width:400px;  }
ul#formProg li { display:block; float:left; padding:10px 25px 10px 10px; background:url(../images/prog-li-bg.png) top right no-repeat; }
ul#formProg li { font-size:14px; color:#bcd2dc; font-weight:normal; text-shadow: 1px 1px 1px #FFF;  }
ul#formProg li span { font-size:11px; color:#b2b7b5; padding-right:5px; text-shadow: 1px 1px 1px #FFF;  }
ul#formProg li.progSel { color:#0C6DBE !important; }
ul#formProg li.progSel span { color:#666 !important; }
ul#formProg li:hover { cursor:pointer; }
.progSel:hover { cursor:default !important; }

ul#formProg img { position:absolute; top:0px; right:-6px; }
#formNext { float:left; width:100%; background:url(../images/prog-next-bg.png) top left repeat-x; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#formNext a { float:right; clear:none; margin:15px; }
input.nextButton { float:right; clear:none; margin:15px; display:block; width:92px; height:34px; background:url(../images/button-sub-sprite.png) top left no-repeat; text-indent:-9999px; border:none; }
#formFrames { width:15000px; margin:0; padding:0;  }
#slideForm { width:440px; height:100%; overflow:hidden; position:relative; margin-bottom:15px; }
#slideForm span { color:#FFA8A8; font-style:italic; padding:0px; font-size:12px; }
.fFrame { width:440px; overflow:hidden; }
a.prevButton { color:#bcd2dc; border-right:1px dotted #bcd2dc; padding:5px 15px 5px 0px; }
a:hover.prevButton { color:#0C6DBE !important; text-decoration:underline; }
a:focus.prevButton { outline:none; }

#slideForm input, #slideForm textarea { background:url(../images/inputTile.jpg) top left repeat-x; }

#slideForm input, #slideForm textarea{ box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF)); background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);   }  

#slideForm input:hover, #slideForm textarea:hover, #slideForm input:focus, #slideForm textarea:focus { border-color:#999999; -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;	}

	
	
	
	
	
	
	
	
	
	
