html { min-height:100.1% }

body {
	padding: 0px;
	margin:0px;
	background-color:#6699cc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* Only displays when user prints website and sinkstyle-print.css sets display */
.print { display:none; }
.screen { display:block; }

.right { float:right; }
.left { float:left; }

a img {
	border:none;
}

p {
	margin:0px;
	padding:0px;
}

.background {
	width:1000px;
}

.frame {
	margin:0px;
	padding:0px;
	width: 700px;
}

#top {	
}

#navigation {
	float:left;
	width:250px;
}

#navigation ul {
	list-style:none;
	text-align:left;
	line-height:19px;
}

#navigation ul a, #navigation ul a:visited {
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

#navigation ul a:hover {
	color:#0066ff;
}

#navigation ul a:active {
	color:#FF0000;
}

li#small {
	font-size:10px;
}

#case-eval {
	padding-top:25px;
	width:300px;
	float:right;
}

#blue-divider {
	clear:both;
	background-image:url(images/blue-divider.jpg);
	height:25px;
	width:700px;
	background-repeat:repeat-x;
}

#content {
	clear:both;
	position:relative;
	background-image:url(images/frame-repeat.jpg);
	background-repeat:repeat-y;
}

.section {
	margin:0px;
	padding:0px;
	text-align:justify;
	clear:both;
}

.section p {
	margin: 0px 10px;
	padding-bottom: 10px;
}

.section p a, .section p a:visited {
	text-decoration:none;
	color:#0066ff;
	font-weight:bold;
}

.section p a:hover, .section p a:active, a.eval:hover, a.eval:active {
	color:#FF0000;
}

a.eval, a.eval:hover {
	text-decoration:none;
	color:#0066ff;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
}

.section#disclaimer a, .section#disclaimer a:visited, .section#disclaimer a:hover, .section#disclaimer a:active {
	text-decoration:none;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:9px;
	float:right;
	margin-right:10px;
}

.section h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	margin:0px 0px 5px 10px;
	padding:0px;
}

.section ul {
	margin-top:0px;
	list-style:none;
}

.section ol {
	margin-top:0px;
}

.section ul a, .section ul a:visited {
	text-decoration:none;
	color:#0066ff;
}

.section ul a:hover, .section ul a:active {
	color:#FF0000;
}

.column {
	width: 175px;
	float:left;
}

.statutes {
	width:300px;
	float:left;
}

blockquote {
	margin:0px 0px 0px 20px;
	padding:0px;
}

div.hr {
	background-image:url(images/divider.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	background-position:center;
	height: 10px;
	width:90%;
	text-align:center;
	border: 0 none;
}

div.hr hr { 
	display:none;
}

#footer {
	background-image:url(images/frame-bottom.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding:25px 0px;
	font-size:10px;
	color:#000000;
}

#footer a, #footer a:visited {
	color:#000;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
}

#footer a:active {
	color: #FF0000;
}
#case_form {
	clear: left;
	width: 500px;
	height:auto;
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#case_form input, #case_form textarea {
	color:#000000;
	background-color:#FFFFCC;
	border:1px solid #666666;
}

#eval_form_title {
	width: 168px;
	text-align:center;
	text-transform:uppercase;
	font-size: 12px;
}

form {
	padding: 5px 10px;
	float: left;
	text-align: left;
}

form input, form textarea, form select {
	margin: 1px 0px 4px 0px;
}

#case_form p b {
	font-size: 18px;
	font-weight: bold;
}

#case_form label {
	width: 150px;
	float:left;
	text-align:right;
	margin: 5px 10px 5px 0px;
	display:block;
}

legend {
	color:#c0c0c0;
	padding: 0px 5px;
	text-align:left;
}

fieldset {
	text-align: center;
	border: 0px #c0c0c0 solid;
	width: 350px;
	padding: 10px 20px;
	margin:0px auto;
}

