@charset "utf-8";


/* Global Styles and General Page Layout */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th {    
    margin:0;   
    padding:0;   
} 
img {
	border: 0px;
}
a {
	outline: none;
}
body {
	font-size: 62.5%;
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	background-color: #3c5e7a;
}
#PageWrapper {
	width: 100%;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #d4dce5;
}
div[id="Shadow"] {
	background-image: url(../images/body_shadow.png);
	background-repeat: repeat-y;
	background-position: center;
}
#ContentWrapper {
	background-color: #ffffff;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 160px;
	background-image: url(../images/content_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#Header {
	height: 114px;
	width: 960px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
}
#Banner {
	float: right;
	margin-left: -2px;
}


/* Search Box Styles */
#SearchWrapper {
	float: right;
	margin-right: 0px;	
	margin-bottom: 30px;
}

#SearchWrapper p {
	color: #000000;
	width: 210px;
	display: block;
	padding-bottom:3px;
}
#SearchWrapper a {
	text-decoration:underline;
	color: #294561;
	font-size: 1.1em;
}
#SearchWrapper a:hover, #SearchWrapper a:active {
	text-decoration:underline;
}
.SearchBox {
	height: 20px;
	width: 187px;
	font-size :12px;
	padding-top:4px;
	padding-left:8px;
	background-color: #e3e9ef;
	border: 1px solid #bec9d4;
	margin-right:10px;
	float: left;
	color: #294561;
}
.SubmitSearch {
	background-image: url(../images/go.jpg);
	height: 26px;
	width: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
	float:left;
}

/* Horizontal Navigation along the top of the page */

#TopNavigation {
	height: 32px;
	width: 960px;
	margin-bottom: 25px;
	overflow:hidden;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #f2ad60;
}


/* Styles for Sub Navigation on Inside Pages */

#LeftNavigation {
	
}
#LeftNavigation .MinHeight {
	float: right;
	width: 0px;
}
#LeftNavigation h1 {
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 15px;
}
#LeftNavigation p {
	margin-bottom: 20px;
	font-size: 1.5em;
	line-height:1.8em;
}
#LeftNavigation a {
	color: #294561;
	text-decoration:underline;
}
#LeftNavigation a:hover, #LeftNavigation a:active {
	color: #f2ad60;
}

/* Styles for all Content Areas on Home Page */

#ContentTopRight h1, #ContentBottomRight h1, #ContentRelatedHtml h1 {
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 15px;
	color: #294561;
}
#ContentBottomLeft p, #ContentBottomRight p, #ContentRelatedHtml  p {
	margin-bottom: 20px;
	font-size: 1.2em;
	line-height:1.4em;
}
#ContentTopRight a, #ContentBottomRight a, #ContentRelatedHtml  a {
	color: #294561;
	text-decoration:underline;
}
#ContentTopRight a:hover, #ContentTopRight a:active, #ContentBottomRight a:hover, #ContentBottomRight a:active {
	text-decoration: underline;
}


/* Top Left Content on Home Page */

#ContentTopLeft {
	float: left;
	width: 645px;
}
#ContentTopLeft p {
	font-size: 1.1em;
	color: #000000;
	padding-top: 1px;
}


/* Top Right Content on Home Page */

#ContentTopRight {
	float: right;
	width: 195px;
	padding-left: 20px;
	padding-top:15px;
	padding-bottom:10px;
	padding-right: 20px;
	margin-bottom:30px;
}
#ContentTopRight .MinHeight {
	float: right;
	width: 0px;
	height: 240px;
}
#ContentTopRight p {
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height:1.4em;
}

/* Bottom Left Content on Home Page */

#ContentBottomLeft {
	padding-right: 20px;
	padding-left: 0px;
}
#ContentBottomLeft .MinHeight {
	float: right;
	height: 248px;
	width: 0px;
}


/* Bottom Right Content on Home Page */

#ContentBottomRight {
	float: right;
	width: 195px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 20px;
	clear:right;
}

#ContentRelatedRight {
	float: right;
	width: 240px;
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 0px;
	clear:right;
}

#ContentRelatedRight .relatedcontent {
	clear:both;
	margin-bottom:15px;
	padding:10px;
}

#ContentRelatedRight .relatedcontent h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 15px;
	color: #294561;
}
/* below: added by Jason 10/26/10 for CCTS media related content block*/
#ContentRelatedRight .relatedcontent .imageWrapper{ }
#ContentRelatedRight .relatedcontent .titleWrapper{ 
	color: #294561;
	padding:10px 0;
}
#ContentRelatedRight .relatedcontent .audioplayer{ }
#ContentRelatedRight .relatedcontent .audioplayer object, #ContentRelatedRight .relatedcontent .audioplayer embed{ 
	margin:auto auto;
}
#ContentRelatedRight .relatedcontent .linkWrapper{ 
	text-align:right;
}
#ContentRelatedRight .relatedcontent .linkWrapper a, #ContentRelatedRight .relatedcontent .linkWrapper a:visited{ 
	color: #294561;
	text-decoration:underline;
}
#ContentRelatedRight .relatedcontent .linkWrapper a:hover{ 
	color: #496F93;
}
/* end CCTS edits */


#ContentRelatedRight .relatedcontent .title {
	font-weight:bold;
	/*color: #A42822;*/
	color: #294561;
	font-size:10pt;
}

#ContentRelatedRight .relatedcontent_thumbnail {
	margin-right:3px;
	margin-bottom:3px;
	float:left;
}


/* Main Content Column on Inside Pages */
#ContentBottomLeft .MinWidth {
	height: 0px;
	width: 465px;
}
#ContentBottomLeft h1 {
	font-size: 2.2em;
	font-weight: normal;
	margin-bottom: 15px;
}
#ContentBottomLeft h2 {
	width: 99%;
	border-top: dashed #ccc 1px;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 20px;
	color: #294561;
	margin-top:20px;
	padding-top: 5px;
	margin-bottom:10px;
}
#ContentBottomLeft h3 {
	font-size: 1.5em;
	margin-bottom: 20px;
	margin-top:10px;
	margin-bottom:5px;
	color: #294561;
	font-weight: normal;
}
#ContentBottomLeft h4 {
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: 20px;
	margin-top:10px;
	margin-bottom:5px;
	color: #000000;
}
#ContentBottomLeft h5 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top:10px;
	margin-bottom:5px;
	color: #000000;
}
#ContentBottomLeft ul {
	margin-bottom: 10px;
	margin-top:10px;
}
#ContentBottomLeft li {
	list-style-type: none;
	margin-left: 40px;
	font-size:1.2em;
	margin-bottom:10px;
	background-image: url(../images/bullet.png);
	background-position: left top;
	background-repeat:no-repeat;
	padding-left:15px;
}
#ContentBottomLeft li li {
	font-size:1em;
}
#ContentBottomLeft p {
	font-size:1.2em;
	line-height:1.6em;
	margin-bottom: 25px;
}
#ContentBottomLeft a {
	color: #294561;
	text-decoration:underline;
}
#ContentBottomLeft a:hover, #ContentBottomLeft a:active {
	text-decoration:underline;
}
#ContentBottomLeft table td {
	font-size: 12px;
	padding: 7px;
	line-height: 16px;
}
#ContentBottomLeft table p {
	font-size: 1em;
	margin-bottom: 10px;
}

/* Color Classes to be applied to any div to change text color and background color */

.green {
	background-color: #f7f7f7;
	border: 1px solid #ededed;	
}

.green h1 {
	color: #294561;
}
.yellow {

}
.yellow h1 {
	color: #294561;
}
.gray {
	background-color: #f7f7f7;
	border: 1px solid #ededed;	
}
.gray h1 {
	color: #294561;
}


/* Footer Styles */

#Footer {
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
}
#FooterCenter {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 22px;
	padding-bottom: 24px;
}
#FooterCenter p {
	font-size: 1.2em;
	color: #ffffff;
	line-height: 1.4em;
}
#FooterRight {
	float: right;
	text-align: right;
	color: #ffffff;
	line-height: 1.5em;
}
#FooterRight a {
	color: #ffffff;
	text-decoration: none;
}
#FooterRight a:hover, #FooterRight a:active {
	text-decoration: underline;
}
#Footer table td {
	padding-right: 5px;
	font-size: 1.1em;
	color: #ffffff;
	line-height: 1.4em;
}


/* Additional Classes */

.clear {
	clear: both;
	height: 0px;
}
.IEFloatFix {
	padding-left:25px;
	padding-right:25px;
	margin-top:0px !important;
}
.ImageRight {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.ImageLeft {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
#PrintBanner {
	display: none;
}

/* Transition Services Flow Chart 
   <div> with a background image of CCTS Transition Services Flow Chart and list of links absolutely positioned atop the graphic. 
   At launch, live on /ccts/innermedia.aspx?id=34070
   CCTS contact is Linea Johnson. Created 6/9/11 by Jason
*/

#ContentBottomLeft #transitionServicesFlowChart{
	background:url(/ccts/images/transitionServicesFlowChart.png) center top no-repeat;
	height:389px;
    width:460px;
}
#ContentBottomLeft #transitionServicesFlowChart ul{
	list-style-type:none;
	margin:0; 
	padding:0; 
	position:relative;
}
#ContentBottomLeft #transitionServicesFlowChart li{
	background-image:none;
}
#ContentBottomLeft #transitionServicesFlowChart li a{
	display:block; 
	left:0;
	position:absolute;
	width:100%;
}
#ContentBottomLeft #transitionServicesFlowChart li a span{
	display:block;
	left:-9999px;
	position:absolute;
}
#ContentBottomLeft #transitionServicesFlowChart #ageAppropriate{ top:0; height:70px;}
#ContentBottomLeft #transitionServicesFlowChart #measurableGoals{ top:81px; height:70px;}
#ContentBottomLeft #transitionServicesFlowChart #identityTransition{ top:162px; height:90px;}
#ContentBottomLeft #transitionServicesFlowChart #courseofStudy{ top:264px; height:35px;}
#ContentBottomLeft #transitionServicesFlowChart #annualIEP{ top:307px; height:35px;}
#ContentBottomLeft #transitionServicesFlowChart #coordinateServices{ top:355px; height:35px;}









