/* 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
 * ------------------------------------------------------------------------- */
 
 /* Default font size in IE, FireFox is 16px. Default for Safari is 14px.
 	We are making all browsers start with 1em=16px, but then setting 1em=12px */

html {
	font-size:100% /* IE has problems scaling text in ems. Using a percentage makes for better text rendering when scaled. */
	}
 
 body {
 	background:url(../images/bg.jpg) repeat-x #aaaaaa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em; /* Read by IE only. - 75% of 16px = 12px */
	}
	
html>body {
	font-size:12px; /* overrides the font-size above in all browsers except IE. These browsers can resize text that is specified in px so this is ok. */
	}
	
a:link, a:visited {
	color:#644804;
	}
	
a:hover {
	color:#CC6600;
	}
	
p {
	margin-bottom:10px;
	}
	
.state {
	margin:160px 0 0 0;
	font-size:10px;
	}

/* Classes
 * ------------------------------------------------------------------------- */

/* 	Float Clearing Class - 
	For more info see http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;} 

/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Holly Hack */

.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}	

.push-down {
	margin-bottom:10px;
	}
	
.raquo {
	font-size:1.16em;
	}

.read-more {
	text-align:right;
	}

.pic_left {
	padding:2px;
	border:1px solid #ccc;
	margin:0 10px 2px 0;
	float:left;
	}
	
.pic_right {
	padding:2px;
	border:1px solid #ccc;
	margin:0 0px 2px 10px;
	float:right;
	}

.smaller-text {
	font-size:.92em;
	}
	
.disclaimer-text {
	font-size:.83em;
	display:inline;
	margin-left:20px;
	}


/* Framework
 * ------------------------------------------------------------------------- */
 
#container {
	background:url(../images/container-bg.jpg) repeat-y;
	width:750px;
	margin:0 auto;
	}
	
#header {
	background:url(../images/header.jpg) no-repeat;
	height:102px;
	}
	
	#contact #header {
		background:url(../images/contact-header.jpg) no-repeat;
		height:102px;
		}
	
	#header h1 {
		display:none;
		}
		
#banner {
	background:url(../images/banner.jpg) no-repeat;
	width:495px;
	height:184px;
	float:right;
	}
	
	#contact #banner {
	background:url(../images/contact-banner.jpg) no-repeat;
	width:495px;
	height:86px;
	float:none;
	}
	
	#banner h2 {
		display:none;
		}
		
#column-left {
	width:255px;
	float:right;
	}
	
	#column-left p {
		padding:0 10px 10px 15px;
		font-size:.91em;
		}
		
		#column-left p.larger-text {
			font-size:1.0em;
			}
	
#contact-us {
	background:url(../images/contact-button.jpg) no-repeat;
	width:255px;
	height:103px;
	display:block;
	margin-bottom:10px;
	}
	
	#contact-us:hover, #contact-us:active {background-position: 0px -103px;}
	
	#contact-us span {
		display:none;
		}

#column-right {
	width:495px;
	float:right;
	}
	
	#column-right p, #column-right h4 {
		padding:0 20px;
		}
	
	
	#column-right ul {
		padding:0 20px 0px 30px;
		}
	
		#column-right ul li {
			_position:relative;	 /*to fix the IE bullet peekaboo pug */
			padding: 0 0 5px 15px;
			line-height: 1.25em;
			list-style: none;
			background: transparent url(../images/bullet.gif) 0px .5em no-repeat;
			}
			
			#column-right ul li ul {
				padding-bottom:0;
				padding-top:5px;
				}

#index #title {
	background:url(../images/index-title.jpg) no-repeat;
	width:495px;
	height:59px;
	}
	
#attorneys #title {
	background:url(../images/attorneys-title.jpg) no-repeat;
	width:495px;
	height:59px;
	}

#dale-williams #title {
	background:url(../images/dale-williams-title.jpg) no-repeat;
	width:495px;
	height:59px;
	}
	
#laura-brown #title {
	background:url(../images/laura-brown-title.jpg) no-repeat;
	width:495px;
	height:59px;
	}
	
#fadra-day #title {
	background:url(../images/fadra-day-title.jpg) no-repeat;
	width:495px;
	height:59px;
	}

#about #title {
	background:url(../images/about-cerebral-palsy-title.jpg) no-repeat;
	width:495px;
	height:59px;
	}
	
#types #title {
	background:url(../images/types-of-cp-title.jpg) no-repeat;
	width:495px;
	height:59px;
	}
	
#rights #title {
	background:url(../images/legal-rights-title.jpg) no-repeat;
	width:495px;
	height:59px;
	}
	
#treatment #title {
	background:url(../images/treatment-and-care-title.jpg) no-repeat;
	width:495px;
	height:59px;
	}
	
#contact #title {
	background:url(../images/contact-us-title.jpg) no-repeat;
	width:495px;
	height:38px;
	}
	
#sitemap #title {
	background:url(../images/sitemap-title.jpg) no-repeat;
	width:495px;
	height:59px;
	}
	
#error #title {
	background:url(../images/error-title.jpg) no-repeat;
	width:495px;
	height:59px;
	}

#title h3 {
	display:none;
	}
	
#info-box-container {
	width:214px;
	float:right;
	margin:0 25px 0px 10px;
	display:inline; /* Fixes IE double margin bug */
	font-size:.92em;
	padding-bottom:10px;
	}

.info-box {
	background:url(../images/index-pod-bg.jpg) repeat-y;
	}
	
	.info-box p {
		padding:0 15px;
		margin-bottom:0px;
		color:#4E4D37;
		}
		
	.info-box p.read-more {
		margin-bottom:5px;
		}
		
#about-cp-title {
	background:url(../images/about-cerebral-palsy.jpg) no-repeat;
	height:28px;
	width:214px;
	margin-bottom:10px;
	}
	
#types-of-cp-title {
	background:url(../images/types-of-cerebral-palsy.jpg) no-repeat;
	height:28px;
	width:214px;
	margin-bottom:10px;
	}
	
	#types-of-cp-title h3, #about-cp-title h3 {
		display:none;
		}
	
.info-box-footer {
	background:url(../images/index-pod-bottom.jpg) no-repeat;
	height:8px;
	overflow:hidden;
	width:214px;
	}
	
#contact-page-filler {
	background:url(../images/contact-page-filler2.jpg) no-repeat;
	width:255px;
	height:26px;
	margin-bottom:10px;
	}
	
#footer-bar {
	background:url(../images/footer.jpg) no-repeat;
	height:14px;
	overflow:hidden;
	}


/* ---------- attorney blurb ---------- */

.attorney_blurb {
	padding:0 20px 10px 20px;
	}
	
	.attorney_blurb .makehr {
		height:1px;
		background-color:#aaa;
		overflow:hidden;
		margin:10px;
		border:none;
		clear:left;
		}

	.attorney_blurb h4 {
		font-size:1.2em;
		}
		
		.attorney_blurb h4 a:link, a:visited {
			text-decoration:none;
			}

#column-right .attorney_blurb p {
	margin:0;
	padding:0;
	}

	#column-right .attorney_blurb ul {
		margin:5px 0;
		padding:0;
		font-size:.92em;
		}
		
		#column-right .attorney_blurb li {
			padding: 0;
			line-height: 1.25em;
			list-style: none;
			background:none;
			margin-bottom:5px;
			}

	

/* ----- footer ----- */ 	

#footer {
	padding:10px 0; 
	text-align:center;
	}

	#footer ul {
		margin: 0 0 3px 0;
		padding: 0;
		}

	 #footer li {
    	margin: 0;
    	padding: 0 7px 0 10px;
    	display: inline;
    	border-left: 1px solid #fff;
    	font-size: 11px;
		color:#fff;
   		}
		
		#footer li.first { 
			border: none;
			}
		
	#footer a:link, #footer a:visited {
		color:#fff;
		text-decoration:none;
		}

	 #footer a:hover, #footer a:active {
	 	color:#fff;
		text-decoration:underline;
		}


/* ----- global form elements ----- */ 

form { 
	width:150px; 
	padding:0px 0 10px 15px; 
	}
	
form p {
	margin:0;
	float:left;
	}

#column-left form label	{ font-size:10px; float:left; margin-bottom:5px; }

#column-left form br { 
	line-height:0; /* defaults vertical spacing between fields */
	clear:left;
	}  

#column-left input, #column-left textarea, #column-left select { 
	background-color:#fff; 
	border:1px solid #000;
	color:#000;
	width:145px; /* 5 pixles smaller than form width !important */
	height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	font-size:12px;
	float:left;
	}
	
select { 
	width:150px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:70px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	margin-right:10px;
	height:20px;
	}

input.submit-contact-main { margin:85px 0 0 176px; }

input.submit-image {  
	width:63px; 
	height:15px; 
	border:none; 
	cursor:pointer; 
	}

#disclaimer {
	margin:0px 0 10px 155px; width:200px; padding:0; font-size:.83em;
	}







/*--------------- new contact main --------------------*/
#contact_main {
	margin:0;
	width:450px;
	}


#contact_main label {
	float:left;
	width:250px;
	text-align:right;
	margin-right:10px;
	font-size:1em;
	font-weight:bold;
	color:#003366;
	}

#contact_main label#comments {
	width:100px;
	}
	
#contact_main input {
	width:150px;
	border:1px solid #404040;
	float:left;
	margin-bottom:16px;
	background-color:#FFFF99;
	}

#contact_main textarea {
	float:left;
	width:300px;
	height:200px;
	overflow:auto;
	border:1px solid #404040;
	margin-bottom:16px;
	}
	


	#contact_main br {
		line-height:0.0;  /* defaults vertical spacing between fields */
		clear:left;
		}

#contact_main .submit1 {
	width:60px;
	border:1px solid #404040;
	margin:5px 0 0 150px;
	height:20px;
	background-color:#ffff99;
	float:left;
	}

#contact_main .submit2 {
	width:60px;
	border:1px solid #404040;
	margin:5px 0 0 20px;
	height:20px;
	background-color:#FFFF99;
	float:left;
	}



/* vertical navigation
 * ------------------------------------------------------------------------- */

#nav { background:url("../images/nav-new.jpg") no-repeat; width:255px; height:184px; position:relative; float:right;}

	#contact #nav {
		float:none;
		}

#nav li { position:absolute; }
#nav li, #nav a { height:24px; display:block; }
#nav span { display: none; }

#nav-01, #nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07 { width:196px; left:32px; }

#nav-01 { top: 5px; }
#nav-02 { top: 30px; }
#nav-03 { top: 55px; }
#nav-04 { top: 80px; }
#nav-05 { top: 106px; }
#nav-06 { top: 130px; }
#nav-07 { top: 155px; }

#nav-01 a:hover { background: transparent url("../images/nav-new.jpg") -287px   -5px  no-repeat;}
#nav-02 a:hover { background: transparent url("../images/nav-new.jpg") -287px  -30px  no-repeat;}
#nav-03 a:hover { background: transparent url("../images/nav-new.jpg") -287px  -55px  no-repeat;}
#nav-04 a:hover { background: transparent url("../images/nav-new.jpg") -287px  -80px  no-repeat;}
#nav-05 a:hover { background: transparent url("../images/nav-new.jpg") -287px  -106px  no-repeat;}
#nav-06 a:hover { background: transparent url("../images/nav-new.jpg") -287px  -130px  no-repeat;}
#nav-07 a:hover { background: transparent url("../images/nav-new.jpg") -287px  -155px  no-repeat;}