html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
#im{
	padding-top:100px;
	padding-left:20px;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clearfix{display:inline-block;}
html[xmlns] .clearfix{display:block;}
* html .clearfix{height:1%;}

a img { border: none; }
strong {font-weight: bold; }

.container {
    margin: 0px auto;   
    width: 862px;    
}

#head {
	background-image: url(images/top.png);
	background-repeat: repeat-x;
	height: 98px;
}

.site-title {
	background: url(images/logo.png) no-repeat;
	text-indent: -5000px;
	width: 375px;
	height: 98px;	
}	

.inner-title {
	background: url(images/swc.png) no-repeat;
	width: 346px;
	height: 25px;	
	text-indent: -5000px;
}

.about-title {
    background: url(images/aboutus.png) no-repeat;
    width: 346px;
    height: 25px;   
    text-indent: -5000px;
}

.request-title {
    background: url(images/request.png) no-repeat;
    width: 346px;
    height: 25px;   
    text-indent: -5000px;
}

.more-padding { padding: 20px; }

#head img{
	padding:30px;
    padding-top:20px;
}

#title{
	width: 602px;
    background-color: #ccc;
    height: 60px;
	position:relative;
	bottom:4px;
}

#title img{padding:19px;


}

body {
	background-image:url(images/bg.png);    
}

#side ul{
	padding-top: 30px;
	list-style:none;
	margin-left: 25px;
}

li img{
	padding-right:8px;
}

#side li{
	position:relative;
    right:15px;
    line-height:150%;
}

#side{
	float: left;
	background-image:url(images/redside.png);
	background-repeat: repeat;
	width:260px;
}

#side a{
	color:#FFF;
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;
	
}

#news{
	padding-left:10px;
    padding-top:95px;
}

#side p{
	color:cc6666;
	font-size:10pt;
	padding-top: 20px;
	font-family:Verdana, Geneva, sans-serif;
}

#side p a{
	color:#FFF
}

#side a {
	text-decoration:none;
}

#side a:hover{
	color:#cc9966;
}

.box {	
	background: url(images/2col.png) repeat-y;
}

#content{
	float:right;
	background-image:url(images/body.png);
	background-repeat:repeat;
	width:602px;
	color:#333300;
}


#maintext {
	background: url(images/body.png) repeat;
	width:602px;		
	float: right;
	color: #330;	
	font-family: verdana, arial, sans-serif;
	line-height: 1.2em;
	min-height: 600px;
}

#maintext p { line-height: 120%; margin-bottom: 1em; }
#maintext a { color: #330; }
#maintext a:hover { color: #CC9966;}
#maintext li { margin-bottom: 20px; }
#maintext h2 { margin-bottom: 1em; font-weight: bold; }
#maintext h3 { margin-bottom: 1em; font-weight: bold; }
#maintext ol { list-style-type: decimal; margin-left: 20px; }
#maintext ul { list-style-type: square; margin-left: 20px; }

.washington-law {
    border: 1px #300 dotted;
    display: block;
    font-size: 9pt;
    padding: 20px;
}

.washington-law h1 { font-weight: bold; }

#footer{
	color: #300;    
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    clear: both;
}

#footer a{
	color: #300;
}

.warning {
    display:block;
    border: 1px orange dotted;
    padding: 5px;
    background: yellow;
}

form fieldset {
	border-color:#000000;
	border-style:solid none none;
	border-width:1px 0 0;
	clear:both;
	font-size:100%;
	margin:0;
	padding:10px;
}

form fieldset legend {
	line-height:150%;	
}

form div input {
	margin:0;
	padding:1px 3px;
	width: 250px;
}

form div label .required {
	font-weight: bold;	
}

form div label {
	display:block;
	float:left;
	margin:0 0 5px;
	padding:3px 5px;
	text-align:right;
	width: 200px;
}

form div label.label-radio {
	display: block;
	line-height: 120%;
	padding:4px 0 0 18px;
	width: 300px;
	float:none;
	margin:0 0 5px 50px;
	text-align: left;	
}

form div label.label-radio input {
	width: 25px;
}

form div {
	clear:left;
	display:block;
	margin:5px 0 0;
	padding:1px 3px;
	width: 500px;
}

form div.button-bar input {
	float: right;
	width: 100px;
}

