/* Desired Results access Project, California Department of Education, Special Education Division */

/* GLOBAL CSS FOR ALL PAGES */


body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1em;
	background-image: url(http://www.draccess.org/images/bkgd.gif);
	background-color: #fff;
}

#container {
	position: relative;
	background: #fff;
	width: 797px;
	margin: 0 auto;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0;
	text-align: left;
	color: #333;
}

#banner {
	width: 797px;
	height: 115px;
	margin: 0;
	padding: 0;
}

#main {
	width: 535px;
	margin: 0 0 0 216px;
	padding: 0 30px 20px 16px;
	color: #333;
	font-size: 76%;
	line-height: 1.5em;
}

#footer {
	clear: both;
	font-size: 70%;
	line-height: 130%;
	padding: 10px;
	width: 770px;
	margin-top: 20px;
	margin-left: 0px;
	text-align: left;
	background-color: #fff;
	text-decoration: none;
	color: #666;
	padding-left: 15px;
}



/* IMAGE STYLES */
img { border: none; }
img.border { border: 1px solid #aaa; }
.pix, .pix_left  { margin: 3px 10px 16px 10px; border: 1px solid #76baec; }
.pix {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}
.pix_left {
	float: left;
	margin-right: 10px;
	margin-left: 0;
}


/* HEADERS */
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: bold;
	color: #A1490B;
	margin: 0;
	padding: 18px 0 3px 0;
}
h1 { font-size: 1.55em; line-height: 1.55em; padding-top: 26px; }
h1.invisible { display: none; }
h1.newsletter { margin: 8px auto; font-size: 1.3em; width: 100%; background-color: #bbd4e5; background-image: url(http://www.draccess.org/connect/images/headerBackground.jpg); background-repeat: no-repeat; background-position: top left; padding: 4px; border-top: 1px solid silver; color: black; }
h2 { font-size: 1.32em; line-height: 1.32em; }
h2.newsletter { margin: 16px auto 12px auto; font-size: 1.1em; width: 100%; background-color: #bbd4e5; background-image: url(http://www.draccess.org/connect/images/headerBackground.jpg); background-repeat: no-repeat; background-position: top left; padding: 4px; border-top: 1px solid silver; color: black; }
h3 { font-size: 1.2em; line-height: 1.2em; }
h3.newsletter { margin: 21px auto 12px auto; font-size: 2px; width: 100%; background-color: #bbd4e5; background-image: url(http://www.draccess.org/connect/images/headerBackground.jpg); background-repeat: no-repeat; background-position: top left; padding: 4px; border-top: 1px solid silver; color: black; }
h4 { font-size: 1.1em; }
h5 { padding-top: 13px; }
h6 { font-weight: normal; padding-top: 13px; }


/* PARAGRAPH STYLES */
#main p {
	margin: 0;
	padding: 0 0 13px 0;
	line-height: 1.6em;
}
#main p.sideQuote {
	color: #666;
	font-size: 95%;
	line-height: 1.4em;
	border-top: dotted 1px #666;
	padding: 15px 3px;
}
#main .quoteMark {
	font-size: 160%;
	font-weight: bold;
	color: #888;
}
	


/* LIST STYLES */
#main ul, #main ol { margin: 0; padding: 0 50px 13px 50px; }
#main li { padding: 0 0 5px 0; line-height: 1.6em; }

#main ul.nested { padding: 0 50px 0 50px; }

#main ul.noIndentList { padding: 0 0 5px 15px; }

#main ul.noBulletList { list-style-type: none; }
#main ul.noBulletList li { list-style-type: none; }
#main li.noBulletList { list-style-type: none; }

#main ul.sitemapList { list-style-type: none; }
#main ul.sitemapList li { list-style-type: none; text-indent: -20px; line-height: 1em; }


/* TABLE STYLES */
#main table {
	margin: 0 0 15px 0;
	border-width: 2px;
	border-spacing: 0;
	border-style: solid;
	border-color: #ddd;
	border-collapse: collapse;
	background-color: white;
}
#main table.noborder { border-width: 0; }
#main table.alignTop, #main table.alignTop tr, #main table.alignTop tr td { vertical-align: top; }

#main table th {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #ddd;
	background-color: white;
}
#main table.noborder th { border-width: 0; }
#main table th.header1 { background-color: #ccc; }
#main table th.header2 { background-color: #eee; }

#main table td {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #ddd;
	background-color: white;
}
#main table.noborder td { border-width: 0; }

#main td p, #main th p, .header1 p, .header2 p { padding: 4px; }


/* LINK STYLES */
#main a, #main a:link, #main a:visited, #footer a, #footer a:link, #footer a:visited {
	color: #0c639f;
	text-decoration: none;
}
#main a:hover, #footer a:hover { color: #E06337; }


#toolbox {
	float: right;
	margin: 26px 0 10px 20px;
}
#addthis_toolbox p {
	padding: 0 0 6px 0;
}
#download_toolbox p {
	padding: 0 0 8px 0;
}



/* GLOBAL HORIZONTAL TOP NAVIGATION */
#topNav {
	position: relative;
	top: 0;
	left: 0;
	width: 797px;
	*width: 789px;
	height: 100%;
	*height: 106%;
	border-bottom: 1px solid #76baec;
	border-top: 1px solid #76baec;
	*padding: 4px;
	text-align: center;
	background-color: #d5e7f5;
}
#topNavList {  }
#topNav ul {
	*height: 96%;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#topNav li {
	display: inline-block;
	*display: inline; /* for IE */
}
#topNav li a, #topNav li a:link {
	display: block;
	*display: inline; /* for IE */
	text-decoration: none;
	margin: 4px 2px;
	border: 1px solid #b1d6f2;
	padding: 4px 8px;
	background-color: #cce3f4;
	color: #0c639f;
	font-size: .75em;
	line-height: .75em;
	*line-height: 1.3em; /* for IE */
}
#topNav #currentpage a { color: #fff; }
#topNav a:hover, #topNav #topNavList a:hover, #topNav #currentpage a:hover { color: #E06337; background-color: #e4f1fb; }


/* GLOBAL VERTICAL SIDE NAVIGATION */
#sideNav {
	float: left;
	margin: 0 0 30px 0;
	width: 205px;
}
#sideNavList {  }
#sideNav ul {
	list-style-type: none;
	font-size: 80%;
	line-height: 13px;
	margin: 0;
	padding: 0;
}
#sideNav li { padding: 0; }
#sideNav a {
	width: 187px;
	background: #e76f30; 
	padding: 7px 3px 7px 25px;
	border-bottom: 1px solid #ccc;
	background-image: url(../images/sidebar_yellow.gif);
	background-repeat: no-repeat;
	text-indent: -12px;
	display: block;
	overflow: hidden;
}
#sideNav .sub a {
	padding: 5px 3px 5px 55px;
	width: 157px;
	font-size: 95%;
}
#sideNav a:link, #sideNav a:visited {
	text-decoration: none;
	color: #fff;
}
#sideNav #currentpage a {
	background: #ff8832;
	background-image: url(../images/sidebar_blue.gif);
	background-repeat: no-repeat;
    color: #fff;
}
#sideNav a:hover, #sideNav #currentpage a:hover {
    background: #ff8832;
	background-image: url(../images/sidebar_blue.gif);
	background-repeat: no-repeat;
    color: #0c639f;
}


/* FOR PAGES WITH MULTIPLE LANGUAGE VERSIONS */

/* Container for Language Buttons */

#languages, #buttons {
	margin: 0 0 0 0;
	border: 0;
	padding: 8px 0 12px 0;
}

/* Language Buttons */
.language, .button {
	display: inline;
	margin: 0;
	border: 0;
	padding:  0 4px 0 0;
}
.language a, .language a:visited, .language a:link, .button a, .button a:visited, .button a:link {
	text-align: left;
	text-decoration: none;
	margin: 0;
	border: solid 1px #b1d6f2;
	padding: 3px;
	background-color: #d5e7f5;
	color: #006699;
	font-size: .85em;
	line-height: 1.05em;
}
.language a:hover, .button a:hover {
	color: #E06337;
	background-color: #e4f1fb;
}


/* SIDE ANNOUNCEMENT BAR */
 #announcement {
	width: 126px;
	float: right;
	margin: 0 -30px 20px 25px;
	border-left: 1px solid #ccc;
	border-bottom: 4px solid #76baec;
	padding: 12px 4px 4px 4px;
	background-color: #d5e7f5;
	overflow: hidden;
}
#announcement p.announceLink {
	font-weight: bold;
	text-align: center;
	margin: 0;
	border: 0;
	padding: 0;
}
#announcement p.announceLink a, #announcement p.announceLink a:link {
	display: block;
	text-decoration: none;
	margin: 0 0 5px 0;
	border: solid 1px #b1d6f2;
	padding: 5px;
	background-color: #cce3f4;
	color: #0c639f;
	font-size: 90%;
	line-height: 1.3em;
}
#announcement p.announceLink a:hover { color: #E06337; background-color: #e4f1fb; }
#announcement p.timeline { color: #E06337; font-size: 88%; line-height: 105%; font-weight: bold; text-align: center; }

#icons { text-align: center; }
#icons a img {
	vertical-align: bottom;
	margin: 0;
	border: 0;
	padding: 3px;
}
#icons a {
	text-decoration: none;
	vertical-align: top;
	color: #0c639f;
	font-size: 85%;
	line-height: 80%;
	font-weight: bold;
	text-align: center;
}
#icons a:hover { color: #E06337; }


/* SKIP NAVIGATION */
/* these elements will be hidden from display, 
although screen readers will see them */
#skip a, #skip a:hover, #skip a:visited { 
	border: 0;
	position: absolute; 
	left: 0; 
	top: -500px; 
	width: 1px; 
	height: 1px; 
	overflow: hidden;
}
#skip a:active { 
	border: 0;
	position: static; 
	width: auto; 
	height: auto; 
}
 
 
/*----< top title photo >---------*/
 #titlephoto {
	width: 291px;
	height: 115px;
	margin-top: 0;
	position: absolute;
	left: 371px;
	top: 0;
	font-size: 20%;
	color: #0c639f;
}




hr {
	border: 0;
	width: 100%;
	height: 2px;
	color: #999;
	background-color: #ddd;
}
fieldset {
	border-style: solid;
	border-color: #ddd;
	border-width:: 2px;
}
abbr { speak:normal; }
acronym { speak:spell-out; }


.bluesubhead {
	font-weight: bold;
	color: #0c639f;
	font-size: 90%;
}
.boldorange {
	font-size: 1em;
	font-weight: bold;
	color: #E06337;
}
.ital {
	font-style: italic;
	font-size: 102%;
}
.updated {
	font-weight: bold;
	font-size: 90%;
	color: #666;
}
.blue { color: #0c639f; }
.small { font-size: 95%; color: #666; }
.smaller { font-size: 90%; color: #666; }
.indentedblock { padding-left: 20px; }
.listHeading {
	font-weight: bold;
	color: #0c639f;
	font-size: 100%;
}
.pdfBlock {
	float: right;
	top: 0;
	width: 150px;
	text-align: right;
}
.jumpup{
    width: 592px;
    padding: 0;
    margin: 26px auto 0 auto;
    text-align: left;
    font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
    font-size: .9em;
    line-height: 1.2em;
}
.submit {
	margin: 2px auto 0 auto;
	border: 1px solid silver;
	padding: 2px;
    color: #0b63a0;
	background-color: #bbd4e5;
	cursor: pointer;
}
.textonlyDisclaimer { font-style: italic; color: #666; margin: 0px 0px 20px 0px; border: 2px solid #ddd; padding: 5px 10px; }
.boxedText { width: 90%; margin: 4px 0px 20px 0px; border: 1px solid #aaa; padding: 5px 10px; background: #efefef; }
.boxedIndentText { width: 75%; margin: 0px auto 20px auto; border: .5px solid #aaa; padding: 5px 10px; background: #fff; }
.boxedText p { padding: 0; }
p.boxedText { padding: 5px 10px; }
