﻿/***** This is the default template for all pages *****/

body {
	background: #71637b;
	font: normal 75%/1.5em Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

a { 
	text-decoration: none; 
}

a:visited { 
}

a:active { 
	color: #f00; 
}

a:hover {
	color: #900;
	text-decoration: underline;
}

a img { 
	border: 0; 
}

td { 
	vertical-align:top; 
}

p {
	margin: 10px 0;
	padding: 0;
}

li { 
	margin: 0 0 0 0;
}

ul li { 
	margin: 0 15px 5px 5px; 
}

ul ul li {
	list-style-type: square;
	margin: 10px 0 10px -25px !important;
	vertical-align: middle; /*aligns the dot in the center*/ 
}

h3 {
	color: #694175;
	text-align: left;
	margin: 15px 0;
	padding: 0;
	font: normal 2em georgia, serif;
	border-bottom: 1px #ddd solid;
}

h3#heading {
	font-size: 1.2em;
	color: #48342a;
	text-align: left;
	margin: 15px 0;
	font: normal 1.3em georgia, serif;
}

h4 {
	font-size: 1.2em;
	color: #48342a;
	text-align: left;
	margin: 15px 0;
	font: normal 1.3em georgia, serif;
}

h5 {
	margin: 10px 0;
	padding: 0;
	font-size: 1.1em;
	color: #48342a;
	font: normal 1.2em georgia, serif;
}

#container {
	width: 920px;
	margin: 0 auto;
	padding: 0 0 30px 0;
}

#graphicbanner {
	position: relative;
	width: 900px;
	height: 134px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #fff;
}

#menubanner {
	font-size: medium;
	margin: 0 auto;
	padding: 0;
}

/***** page *****/

#content_wrapper {
	width: 920px; /* actual content will be 900px, but this is wider so that dropshadow effect can be seen along the sides */
	margin: 0 auto;
	padding: 0;	
	background: transparent url(/graphics/Main/BG-content.jpg) 50% repeat-y;
	color: #000;
	position:relative; /*fix for IE, so menu doesn't move when resizing*/
}

/***** left column *****/

#optional_section { 
	display: none; 
}

/***** center column *****/
	
#main_section {
	float:left;
	width: 700px;
	margin: 0 0 0 5px; /* fixes IE6 margin error */
	padding: 0;
	background: #fff;
}

html > body #main_section {
	/* hide this from stupid IE6, because it doesn't understand that this is the proper setting */
	margin: 0 0 0 10px; /* fudge left margin so the container does not cover the dropshadow along the side */
}

#main_section .content {
	padding: 0 20px;
	margin: 0;
}

#main_section li {
	/* margin-left: -20px;*/ 
	/* edited 2010/03/09 */
	/* The new template cuts off half the number on numbered lists. See http://www.dshs.wa.gov/ssps/directdeposit.shtml */
	/* and http://www.dshs.wa.gov/ssps/commonquestions.shtml#ssps under 'Why isn't my payment any quicker' */
    margin-left: -10px;
}

.CColHeading {
	/*
	font-size: 1.2em;
	color: #48342a;
	text-align: left;
	margin: 15px 0;
	font: bold 1.2em georgia, serif;
	*/
}

/***** right column *****/

#aside {
	float: right;
	width: 200px;
	margin: 0 5px 0 0;
	padding: 0;
	background: #e4e1ce;
	font-size: .9em;
}

html > body #aside {
	/* hide this from stupid IE6, because it doesn't understand that this is the proper setting */
	margin: 0 10px 0 0;  /* fudge right margin so the container does not cover the dropshadow along the side */
}

#aside .content {
	padding: 20px 10px;
	margin: 0;
}

#aside li {
	margin-left: -15px;
}

.RColHeading {
	/*
	margin: 10px 0;
	padding: 0;
	font-size: 1.1em;
	color: #48342a;
	font: bold 1.2em georgia, serif;
	*/
}

/***** footer *****/

#footer
{
	width: 920px;
	clear: both;
	background: transparent url(/graphics/Main/BG-footer.jpg) 50% 100% no-repeat;
	color: #336699;
	margin: 0 auto;
	padding: 0 0 20px 0;
	font-size: xx-small;
}

#footer p
{
	width: 900px;
	margin: 0 auto;
	padding: 15px 0 15px 0;
	background: #fff  url(/graphics/Main/BG-footercontent.gif) 730px 100% no-repeat;
	border-top: 1px #369 solid;
}

.footertext {
	padding: 0 0 0 20px;
	font-size: xx-small;
}

/***** search box *****/

#searchbanner 
{
	position: relative;
	width: 200px;
	float: right;
	margin: -77px 12px 0 0;
	padding: 0;
} 

html > body #searchbanner
{
	/* hide this from stupid IE6, because it doesn't understand that this is the proper setting */
	margin: -77px 25px 0 0;
}

#search_box 
{
	height: 25px;
	margin: 0;
	padding: 0;
	background: url(/graphics/Main/searchbox.png) no-repeat;
}

#search_box #s 
{
	background: transparent;
	color: #48342a;
	border: 0;
	float: left;
	margin: 5px 0 0 10px;
	padding: 0;
	width: 140px;
}

#search_box #go 
{
	float: right;
	margin: 3px 4px 0 0;
	padding: 0;
}

#mag_glass 
{
	padding: 3px 0 0 0;
	margin: 0;
}

/***** miscellaneous *****/

.clear { clear: both; }
.whitebg td { background-color:#FFFFFF; }

/***** table striping *****/

/*
th { 
	background-color: #8ca3ca;
	color: #000000;
	font-weight: bold;
	height: 25px;
	margin:5px;
	padding-left:5px;
	text-align:left;	
}
td { 
	height: 25px;
	margin:5px;
	padding-left:5px;
}
.odd {
	background-color:#e4e1cd;
}
.even{
	background-color:#ced9ec;
}
*/

/***** show hide *****/

.textbox {
	 background-color: #ffffff;
	 border:1px solid #336699;
	 padding:0 2px 0 2px;
}

.eg-bar{
	font-weight: bold;
	padding: 3px;
}

div.eg-bar{
	width: 98.5%;
}

/***** alpha bar *****/

#alphaback {
	background-color:#e4e1cd;
	padding:7px;
	width: 100%;
	text-align:center;
	font-size:Medium;
	font-weight:bold;
	margin: 10px auto;
	padding: 5px 0;
	border: 1px solid #336699;
	line-height:26px
}

