/*
Print CSS File
Wall-to-Wall Studios, Inc.
*/

body {
	background:white !important;
	color:black !important;
	font-family:Verdana, Arial, sans-serif !important;
	font-size:10pt;
	line-height:1.3;
}

acronym, abbr {
	font-style:normal;
}

a {
	color: #5378A9 !important;
	text-decoration: underline;
}

a img {
	border:0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

h1 {
	font-size:24pt;
	font-family: Georgia, 'Times New Roman', Times;
}

h2 {
	font-size:14pt;
	line-height: 1.5em;
	color: #46403c;
	font-family: Georgia, 'Times New Roman', Times;
	margin-bottom: 10px;
}

h3 {
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	color: #46403c;
	font-size:18pt;
	line-height: 1.1em;
	margin-bottom: 4px;
	margin: 20px 0 7px 0;
}

h4 {
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	color: #46403c;
	font-size: 14pt;
	line-height: 1.2em;
	margin-bottom: 4px;
	margin-top: 10px;
}

h5 {
	font-family: Georgia, 'Times New Roman', Times;
	font-size: 11pt;
	color: #555;
	line-height: 1.2em;
	margin: 10px 0px 5px 0px;
}

h6 {
	float: right;
	width: 200px;
	font-size: 11px;
	line-height: 1.6em;
	border-left: 2px solid #F60;
	border-right: 0px solid #F60;
	border-bottom: 0px solid #F60;
	border-top: 0px solid #F60;
	padding: 0px 0px 5px 15px;
	margin: 0 0 5px 20px;
	color: #F60;
}
h6 u {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #FFCA9F;
	font-weight: bold;
	text-decoration: none;
}

ol {
	list-style:decimal outside;
}

ul {
	list-style:disc outside;
}

li {
	padding-bottom:0.5em;
}

p {
	margin-bottom: 8px;
}

blockquote {
	background:url("../img/bkg_blockquote.gif") 0px 7px no-repeat;
	font-family: Georgia, 'Times New Roman', Times;
	font-size: 12px;
	color: #F60;
	font-style: italic;
	line-height:1.4em;
	padding: 10px 100px 10px 30px;
	margin: 15px 0px 15px 60px;
}

address {
	display: none;
}
img {
	border: none;
}
img.alignleft {
	margin:0 15px 15px 0;
}
img.alignright {
	margin:0 0 15px 15px;
}
img.imgborder {
	padding: 1px;
	border: 1px solid #ccc;
}
img.thickborder {
	border: 7px solid #E3DED9;
	margin-bottom: 4px;
}
span.highlight {
	background-color:#c9e8f7;
}
td, th{
	vertical-align: top;
	text-align: left;
}
td h4,td h3 {
	margin-top: 0px;
	margin-bottom: 5px;
}
table.menu td h2 {
	font-size: 14px;
}
table.menu td h4 {
	font-family: Georgia, 'Times New Roman', Times;
	font-size: 18px;
	margin-bottom: 4px;
}
table.menu td h3 {
	font-family: Georgia, 'Times New Roman', Times;
	font-weight: normal;
	color: #b61013;
	font-size: 24px;
	line-height: 1.1em;
}
table.menu td p {
	margin-bottom: 15px;
}

/* Table that is a list of information */
table.list_table {
	margin: 15px 0;
}
table.list_table td, table.list_table th{
	vertical-align: top;
	text-align: left;
	padding: 4px 15px 4px 4px;
}
table.list_table th {
	background-color: #FFDF5E;
	font-weight: bold;
}
table.list_table td {
	border-top: 1px solid #FFDF5E;
}

/* Special case formatting for menu tables */
table.menu {
	width: 600px;
	margin-bottom: 20px;
}

table.menu td {
	padding-right: 15px;
	padding-bottom: 5px;
}

table.padded td {
	padding-right: 15px;
}

table.menu td h4 a, table.menu td h3 a {
	color: #B61013;
	text-decoration: none;
}
table.menu h4 a:hover {
	color: #B61013;
	text-decoration: underline;
}

.menu_img {
	border: 7px solid #D1C7BD;
	margin-bottom: 4px;
}



#header, #blocker, #breadcrumb, #banner, #navigation, div.submenu, #footer {
	display:none;
}

#wrapper, #container, #content, #left_column {
	position:relative;
	width:auto;
	border:0;
	margin:0;
	padding:0;
	float:none !important;
}