/*WILLIAM CSS PRINT TEMPLATE 05-20-10*/
/*WILLIAM BENEDICT*/


/*============= RESET ===========================================================*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/*============= BODY ==============================================================*/

body {
	background: transparent;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 75%;
	line-height: 1.4;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	}


/*============= FRAME ELEMENTS =====================================================*/

#frame {
	width: 735px;
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	}
#header {
	width: 735px;
	text-align: left;
	}
#contentleft {
	display: none;/*Printing*/
	}
#contentwide {
	float: left;
	width: 585px;
	margin: 0 0 30px 0;
	text-align: left;
	}
#contentmiddle {
	float: left;
	width: 390px;
	margin: 0 0 30px 0;
	text-align: left;
	}
#contentright {
	float: left;
	width: 195px;
	margin: 42px 0 30px 0;
	text-align: left;
	}
#footer {
	display: none;/*Printing*/
	}
	
	
/*============= STRETCHING CONTAINERS ========================================*/
/*Stretches the identified containers to include floated elements within them.
Clearfix class can be used on any container. 
Will not work for IE6 or IE7.  Will work for IE8 */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.clearfloats {
	clear: both;
	}


/*============= HEADER ELEMENTS =====================================================*/

p#skip {
	display: none;/*Printing*/
	}
img.headerlogo {	
	padding: 0 0 10px 0;
	border: none;
	}


/*============= PARAGRAPH TAGS =====================================================*/

p { 
	margin: .4em 0 0 15px;
	font-size: 1em;
	line-height: 1.3em;
	}
#contentright p {
	margin: .5em 0 0 15px;
	font-size: 1em;
	line-height: 1.2em;
	}
p.top { 
	margin: 0 0 0 15px;
	}
p.indent {
	margin-left: 40px;
	}
p.indenttwo {
	margin-left: 80px;
	}
p.caption {
	margin: 0 0 0 15px;
	font-style: italic;
	font-size: .9em;
	line-height: 1.1em;
	}
p.post {
	margin: -12px 2px 7px 15px;
	padding: 0 0 0 0;
	color: #66665e;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	text-align: right;
	}
p.form-line {
	padding: 8px 0 0 0;
	border-bottom: solid 1px #000;
	}
p.backtotop{
	margin: 15px 0 0 15px;
	padding: 2px 0 0 0;
	border-top: solid 1px #000;
	text-align: right;
	}


/*============= H TAGS =====================================================*/

h1 {
	margin: 0 0 0 15px;
	color: #9c130b;/*Red*/
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.6em;
	}
h2 {
	display: block;
	margin: 15px 0 0 15px;
	padding: .6em 0 .3em .2em;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.1em;
	background: #e6e6de;/*10% warm gray*/
	}
h2.top {
	margin: 8px 0 0 15px;
	padding: .6em 0 .3em .2em;
	}
#contentright h2 {
	margin: 0 0 8px 15px;
	padding: 4px 0 3px 0;
	background: #a55508;/*Orange*/
	color: #fff;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1em;
	text-align: center;
	}
h3 { 
	margin: .7em 0 0 15px;
	font-size: 1.2em;
	line-height: 1.2em;
	}
h4 { 
	margin: .6em 0 0 15px;
	font-size: 1.1em;
	line-height: 1.2em;
	}
h5 { 
	margin: .4em 0 0 15px;
	font-size: 1em;
	line-height: 1.2em;
	}


/*============= IMAGES =====================================================*/

p img { 
	margin: .4em 0 0 0;
	border: none;
	}
p.top img { 
	margin: 8px 0 0 0;
	border: none;
	}
p.floatleft img {	
	float: left;
	margin: 2px 15px 5px 0;
	padding: 0;
	border: none;
	}
p.floatright img {
	float: right;
	margin: 2px 0 5px 15px;
	padding: 0;
	border: none;
	}
h3.floatright img {
	float: right;
	margin: 0 0 15px 15px;
	border: none;
	}
h3.floatleft img {
	float: left;
	margin: 0 15px 15px 0;
	border: none;
	}


/*============= NESTED LISTS & TABLES =====================================================*/

li li, li p, td p, blockquote p, li dl {
	font-size: 1em;
	}


/*============= UNORDERED LISTS =====================================================*/

ul {
	list-style-type: square;
	margin: 0 0 0 45px;
	font-size: 1em;
	line-height: 1.3em;
	}
ul li {
	padding: .4em 0 0 0;
	}


/*============= ORDERED LISTS =====================================================*/

ol {
	margin: 0 0 0 45px;
	padding: 0;
	font-size: 1em;
	line-height: 1.3em;
	}
ol li {
	margin: 0;
	padding: .4em 0 0 0;
	}


/*============= DEFINITION LISTS =====================================================*/

dl {
	margin: 0 0 0 45px;
	padding: 0;
	font-size: 1em;
	line-height: 1.3em;
	}
dl dt {
	margin: .4em 0 0 -30px;
	padding: 0;
	font-weight: bold;
	}
dl dd {
	margin: 0;
	padding: 0;
	}
dt.lineabove { 
	margin: .4em 0 0 -30px;
	padding: .4em 0 0 0;
	border-width: 1px;
	border-style: solid none none none;
	border-color: #000;
	font-weight: bold;
	}


/*============= BLOCKQUOTE ELEMENTS =====================================================*/

blockquote {
	margin: .4em 0 0 0;
	padding: 0 60px 0 55px;
	font-style: italic;
	font-size: 1em;
	line-height: 1.3em;
	}


/*============= LINK ELEMENTS =====================================================*/

a:link {
	color: #9c130b;/*Red*/
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #9c130b;/*Red*/
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #43108d;/*Purple*/
	text-decoration: underline;
}

a:active {
	background: none;
	color: #43108d;/*Purple*/
	text-decoration: underline;
}


div#footer a:link {
	color: #9c130b;/*Red*/
	font-weight: normal;
	text-decoration: none;
}

div#footer a:visited {
	color: #9c130b;/*Red*/
	font-weight: normal;
	text-decoration: none;
}

div#footer a:hover {
	color: #43108d;/*Purple*/
	text-decoration: underline;
}

div#footer a:active {
	background: none;
	color: #43108d;/*Purple*/
	text-decoration: underline;
}


/*============= BASIC DATA TABLE HEAD TOP =====================================================*/

table {
	margin: 10px 0 0 15px;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	text-align: left;
}

table.top {
	margin: 0 0 0 15px;
	padding: 0;
	border-collapse: collapse;
	border: 0;
	text-align: left;
}

#contentmiddle table {
	width: 375px;
}

#contentwide table {
	width: 570px;
}

th, td {
	padding: .3em .2em .1em .4em;
	font-size: 1em;
	line-height: 1.2em;
	vertical-align: top;
}

th {
	background-color: #e6e6de;
	font-weight: bold;
}

td {
	border-bottom: 1px solid #b2b2aa;/*30% warm Gray*/
	vertical-align: top;
}

table p {
	margin: .4em 0 0 0;
	line-height: 1.2em;
}

table tr:hover {
	background-color: #e6e6de;/*10% warm gray*/
}


/*============= DATA TABLE HEAD LEFT =====================================================*/

table.head-left th {
	background-color: #e6e6de;
	border-bottom: 1px solid #b2b2aa;/*30% warm Gray*/
	font-weight: bold;
}

table.head-left td {
	border-bottom: 1px solid #b2b2aa;/*30% warm Gray*/
	vertical-align: top;
}


/*============= DATA TABLE HEAD BOTH =====================================================*/

table.head-both th {
	background-color: #e6e6de;
	border-bottom: 1px solid #b2b2aa;/*30% warm Gray*/
	border-right: 1px solid #b2b2aa;/*30% warm Gray*/
	font-weight: bold;
}

table.head-both td {
	border-bottom: 1px solid #b2b2aa;/*30% warm Gray*/
	border-right: 1px solid #b2b2aa;/*30% warm Gray*/
	vertical-align: top;
}


/*============= DATA TABLE HEAD TOP WITH CAPTION =====================================================*/

div.table {
	margin: 0 0 0 15px
}

div.table table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 0;
	text-align: left;
}

caption.head2 {
	margin: 0;
	padding: 15px 0 .3em 0;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.1em;
	text-align: left;
}

caption.head2top {
	margin: 0;
	padding: 0 0 .3em 0;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.1em;
	text-align: left;
}

caption.head3 {
	margin: 0;
	padding: 10px 0 .3em 0;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;
	text-align: left;	
}

table h3 {
	margin: .7em 0 0 0;
}

table h4 {
	margin: .6em 0 0 0;
}
	

/*============== FORM USING DIVS =====================================================*/

form.div {
	margin: 0 0 0 15px;
	}
form.div fieldset {
	width: 570px;
	border: none;
	}
form.div fieldset legend {
	padding: .7em 0 .2em 0;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.1em;
	}
form.div fieldset p {
	margin: 0;
	padding: 0 0 .4em 0;
	}
form.div fieldset div {
	clear: left;
	float: left;
	width: 100%;
	padding: 0 0 10px 0;
	border: none;
	background-color: #e6e6de;/*10% warm gray*/
	}
form.div fieldset div.top {
	padding: 12px 0 10px 0;
	}
form.div label {
	float: left;
	width: 140px;
	padding: 0 10px 0 10px;
	text-align: right;
	}
form.div label.short {
	width: 115px;
	}
form.div label.radio-2 {
	width: 150px;
	padding: 0 0 0 5px;
	text-align: left;
	}
form.div label.radio-3 {
	padding: 0 0 0 5px;
	width: 100px;
	text-align: left;
	}
form.div label.radio-4 {
	padding: 0 0 0 5px;
	width: 60px;
	text-align: left;
	}
form.div input {
	float: left;
	position: relative;
	top: -2px;
	width: 390px;
	}
form.div input.medium {
	width: 250px;
	}
form.div input.short {
	width: 125px;
	}
form.div input.radio, form.div input.check {
	position: relative;
	top: 1px;
	width: auto;
	}
form.div select {
	position: relative;
	top: -2px;
	width: 125px;
	}
form.div textarea {
	width: 390px;
	background-color: #fff; 
	border: 1px solid #66665e;/*60% warm gray*/
	}	
form.div fieldset div.submit {
	margin: 15px 0 0 0;
	border: none;
	background-color: #fff;
	}
form.div fieldset div.submit input {
	margin-left: 160px;
	padding: 2px 0 2px 0;
	width: 200px;
	background-color: #e6e6de;/*10% warm gray*/
	}
	

/*==============  FORM AND TABLE WIDTHS =====================================================*/

.width020 {
	width: 20px;
	}
.width030 {
	width: 30px;
	}
.width040 {
	width: 40px;
	}
.width050 {
	width: 50px;
	}
.width060 {
	width: 60px;
	}
.width070 {
	width: 70px;
	}
.width080 {
	width: 80px;
	}
.width090 {
	width: 90px;
	}
.width100 {
	width: 100px;
	}
.width120 {
	width: 120px;
	}
.width130 {
	width: 130px;
	}
.width140 {
	width: 140px;
	}
.width150 {
	width: 150px;
	}
.width160 {
	width: 160px;
	}
.width180 {
	width: 180px;
	}
.width200 {
	width: 200px;
	}
.width240 {
	width: 240px;
	}