#options, #navigation {
	display: none;
	visibility: hidden;
}

#footer { visibility: hidden; }

body {
	margin: 0;
	padding: 0;
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../graphics/background.gif) repeat-x;
}

#large {
	font-size: 85%;
}

img {
	border: 0;
}

a, h1 {
	color: #870099;
}
a.button {
	text-decoration: none;
	float: left;
	background: #870099;
	color: white;
	margin-top: 15px;
	padding: 0 15px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
}

h1 {
	font-size: 230%;
	font-weight: normal;
}


/* Generic classes */

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

.alignright {
	text-align: right;
}


/* Main template */

#wrapper {
	width: 680px;
	margin: 0 auto;
}

#header {
	height: 172px;
	position: relative;
}

#logo {
	position: absolute;
	top: 8px;
	left: 8px;
}

#quote {
	position: absolute;
	top: 53px;
	left: 180px;
}

#options {
	position: absolute;
	top: 80px;
	right: 26px;
	text-align: right;
}
#options ul {
	margin: 0;
	padding: 0;
}
#options li {
	list-style-type: none;
	display: inline;
}
#options p {
	position: absolute;
	top: 40px;
	right: -10px;
	font-size: 12px;
	width: 190px;
	text-align: right;
}
#options p span {
	float: left;
	font-weight: bold;
}
#options p a {
	float: left;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	position: relative;
	top: -14px;
	left: 5px;
	background: url(../graphics/font_size.png) no-repeat;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
#options p a.small {
	font-size: 14px;
}
#large p a.small {
	color: #870099;
	text-decoration: underline;
}
#options p a.large {
	font-size: 22px;
	color: #870099;
	text-decoration: underline;
}
#large #options p a.large {
	color: black;
	text-decoration: none;
}

#main {
	background: url(../graphics/main.gif) no-repeat;
	background-repeat: no-repeat;
	min-height: 191px;
}
* html #main {
	height: 191px;
}
#main div.right {
	float: right;
	padding-top: 20px;
}

#content {
	clear: both;
}

#content div.left { white-space: nowrap; }

#footer {
	background: url(../graphics/footer.gif) no-repeat;
	min-height: 81px;
	padding: 20px 0;
	font-size: 90%;
	color: #838383;
	margin-top: -30px;
}
* html #footer {
	height: 81px;
}
#footer div {
	border-top: 1px solid #858383;
	#padding-top: 4px;
}
#footer p {
	float: left;
}
#footer p a {
	color: #838383;
}
#footer ul {
	float: right;
	margin: 8px 0 0;
	padding: 0;
}
#footer li {
	display: inline;
}
#footer li a {
	float: left;
	padding-left: 25px;
	margin-left: 15px;
	height: 12px;
}
#footer li a.email {
	background: url(../graphics/mail.gif) no-repeat;
}
#footer li a.print {
	background: url(../graphics/print.gif) no-repeat;
}


/* styles */

form {
	background: url(../graphics/form.gif) repeat-x;
	min-height: 351px;
	position: relative;
	padding: 20px;
	margin-bottom: -20px;
}
* html form {
	height: 351px;
}
form div.tl, form div.tr {
	line-height: 0;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 0;
	z-index: 1;
}
form div.tl {
	left: 0;
	background: url(../graphics/form_tl.gif) no-repeat;
}
form div.tr {
	right: 0;
	background: url(../graphics/form_tr.gif) no-repeat;
}

fieldset {
	border: 0;
	position: relative;
	z-index: 2;
}
fieldset div {
	clear: left;
	border-bottom: 1px solid #dbb3e1;
	padding: 15px 0;
}
fieldset div.submit {
	border-bottom: 0;
}
fieldset div div {
	clear: none;
	margin-left: 200px;
	border-bottom: 0;
	padding: 0 0;
}
fieldset div div div {
	margin-left: 0;
}
fieldset div span {
	font-style: italic;
	margin-left: 10px;
}

label {
	float: left;
	width: 200px;
	font-size: 110%;
	font-weight: bold;
	line-height: 30px;
}

input, select {
	font-size: 130%;
	height: 25px;
	padding-top: 2px;
	line-height: 25px;
}
input {
	
}
select {
	width: 250px;
	text-align: center;
}
select option {
	text-align: center;
	margin: 0 auto;
}
input.button, input.reset {
	padding-top: 0;
	line-height: 1em;
}
input.button {
	background: #870099;
	color: white;
	border: 0;
	font-weight: bold;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
}
input.reset {
	background: transparent;
	border: 0;
	text-decoration: underline;
	color: #870099;
	height: 30px;
	line-height: 30px;
}

#results {
	width: 640px;
	border-left: 1px solid #dbb3e1;
}

th, td {
	border-bottom: 1px solid #dbb3e1;
	padding: 7px 0 7px 10px;
}
th {
	text-align: left;
}

div.right h2 {
	border-left: 1px solid #e0bde5;
	border-bottom: 1px solid #e0bde5;
	margin: 0;
	font-weight: normal;
	padding: 2px 0 2px 10px;
}

table.provider {
	float: left;
	width: 650px;
	border-left: 1px solid #e0bde5;
	border-bottom: 1px solid #e0bde5;
}
table.provider th, table.provider td {
	border-bottom: 0;
	vertical-align: top;
	padding: 5px 20px 5px 10px;
}

td.divider {
	border-left: 1px solid #e0bde5;
}
tr.divider td {
	border-bottom: 1px solid #e0bde5;
}
td.title {
	width: 100px;
}

#last_updated {
	clear: left;
	position: relative;
	top: 20px;
	font-size: 90%;
	color: #870099;
}

#pagination {
	border: 1px solid #e0bde5;
	height: 2em;
	padding: 0 5px;
	margin-top: 20px;
	float: right;
	width: 628px;
}
#pagination div {
	width: auto;
	line-height: 2em;
}
#pagination div.left {
	float: left;
}
#pagination div.right {
	float: right;
	padding-top: 0;
}