/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
html {
	background: #e0f1f7 url("../images/bg-html.jpg") top left repeat-x;
}

body { 
	background: transparent url("../images/bg-body.jpg") top center no-repeat;
	text-align:center; 
	font:12px Arial, Helvetica, sans-serif; 
	color:#000;
	}

#conash3D0 {
	display: none;
}

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:850px;
	margin:42px auto 0;
	text-align:left;
	}
	
#inner-wrap {
	background: url("../images/inner-wrap.jpg") 0 -42px no-repeat;
	width: 850px;
	position: relative;
}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:167px;
	}
	
	#masthead #email-link {
		position:absolute;
		width: 191px;
		height: 24px;
		top: 137px;
		left: 630px;
	}
	
		#masthead #email-link span {
			display: none;
		}
/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#masthead #nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:373px; 
	height:35px; 
	margin:0;
	padding:0;
	position: absolute;
	top: 132px;
	left: 258px;
	}

#nav span { display: none; }

#nav li, #nav a { height:35px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; position:relative; }

#nav-01 { width: 54px;}
#nav-02 { width: 93px;}
#nav-03 { width: 124px;}
#nav-04 { width: 54px;}
#nav-05 { width: 48px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -0px -35px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -54px -35px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -147px -35px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -271px -35px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -325px -35px no-repeat; }

body#index #nav-01 { background:url("../images/nav.jpg")  -0px -35px no-repeat; }
body#about #nav-02 { background:url("../images/nav.jpg") -54px -35px no-repeat; }
body#philosophy #nav-03 { background:url("../images/nav.jpg") -147px -35px no-repeat; }
body#idea #nav-04 { background:url("../images/nav.jpg") -271px -35px no-repeat; }
body#iep #nav-05 { background:url("../images/nav.jpg") -325px -35px no-repeat; }

#content-wrap {
	margin: 0 0 0 28px;
}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:206px;
	float: left;
	margin: 23px 0 0 0;
	background: none;
	height: 245px;
	}
	
	body#index #column-left {
		background: url("../images/left-column-welcome.jpg") top left no-repeat;
		}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:506px;
	float:left;
	margin: 0;
	padding: 52px 0 0 0;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 0px 10px 0px;
		}
		
	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}
			
	#column-right ol {
		list-style: decimal;
		list-style-position: outside;
		margin-left: 75px;
		margin-bottom: 10px;
	}
			
	.img-quote {
		margin: 32px 0 0 87px;
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:850px;
	margin:0 auto;
	text-align:center;
	height: 3px;
	background: url("../images/footer.jpg") no-repeat;
	color: #4D5AA0;
	padding: 75px 0 0;
	}