/* sitestyle.css stylesheet, version 7.1, 2009-06-08 */

/* initial conditions ============================================== */
* {
	margin: 0px;
	padding: 0px;
	}
/* /initial conditions ============================================== */

/* Tag styles ========================================================= */
html {
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
	}
body {
	text-align: center;
	color: #433125;
	background-color: #22150a; /* Old bg color */
	background-color: #3e2714; /* Adjusted bg color 06/25/09 per D. Machado */
	}

body,td,input,textarea,select,option {
	font: normal 12px "Lucida Sans Unicode","Lucida Grande",arial,sans-serif;
	}

p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
p,
div.p,
#pagecontainer li {
	line-height: 1.4;
	}
br {line-height: 140%;}

b {font-weight: bold;}
i {font-style: italic;}
u {text-decoration: underline;}

a,
a:link,
a:visited,
a:hover,
.bn1,
#media a.bn:link,
#media a.bn:visited,
#pagecontainer a img  {
	color: #ff5800;
	border-color: #ff5800;
	text-decoration: none;
	}
a:hover,
.bn1:hover,
#media a.bn:hover,
#pagecontainer a:hover img {
	color: #863702;
	border-color: #863702;
	text-decoration: none;
	}
#pagecontainer a:hover img {
	text-decoration: none;
	}

h1,h2,h3,h4 {
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 7px 0px;
	line-height: 110%;
	text-transform: lowercase;
	}
h1 {
	font-size: 150%;
	font-size: 22px;
	padding-top: 0px;
	text-transform: lowercase;
	}
h1 span {
	font-size: 16px;
	font-style: italic;
	}
h2 {
	font-size: 135%;
	font-size: 18px;
	}
h2 span {
	font-size: 14px;
	font-style: italic;
	}
h3 {
	font-size: 120%;
	font-size: 14px;
	}
h4 {
	font-size: 100%;
	font-size: 12px;
	font-weight: bold;
	}

table {border-collapse: collapse;}
table.separate {border-collapse: separate;}

form table td {padding: 3px;}

fieldset {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	}
legend {padding: 0px 5px 0px 5px;}

img {border-width: 0px;}
img, div {
	behavior: url("/iepngfix/iepngfix.htc");/* IE 5-6 png fix */
	}
/* /Tag styles ========================================================= */

/* list styles ========================================================= */
ul, ol {margin: 0px 0px 0px 5px;}
ul {padding: 0px 0px 0px 15px;}
ol {padding: 0px 0px 0px 25px;}
li {}
ul.bullet {list-style-image: url("/pix/bullet.gif");}
#pagecontainer li {
	padding-bottom: 5px !important;
	}
/* /list styles ========================================================= */

/* form ================================================================= */
option {padding: 0px 5px 0px 0px;}

label,
.form1 div.controlset label.label {
	font-weight: bold;
	font-size: 85%;
	}
input {width: 300px;}
textarea {width: 300px;}

.required {color: #cc0000;}
.auto {width: auto;}

.form1 {
	padding: 10px 0px 10px 0px;
	}
.form1 div {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	padding: 0px 0px 4px 84px;
	}
.form1 div {width: 380px;}
html>body .form1 div {width: auto;}
.form1 label {
/* IE6 requires that the label be followed by a line break
in the source code, who knows why??? */
	position: absolute;
	top: 2px;
	left: 0px;
	z-index: 0;
	width: 80px;
	text-align: right;
	}
.form1 div div.multicontainer,
.form1 div div.multicontainer div {
	position: static;
	padding: 0px 0px 4px 0px;
	}
.form1 div.controlset,
.form1 div.controlset div {
	position: static;
	padding: 0px 0px 4px 0px;
	}
.form1 div.controlset label {
	position: static;
	font-weight: normal;
	font-size: 100%;
	padding: 0px 10px 0px 4px;
	}
.form1 div.controlset label.label {
	padding: 0px 2px 0px 4px;
	}
.form1 div.controlset input {
	width: auto;
	}
/* /form ================================================================= */

/* shell structure ================================================================== */
#shell {
	xwidth: 950px;
	xmargin: 0px auto 0px auto; /* centers this div on the page, also, see body definition above */
	text-align: left;
	xborder: solid 1px #00ff00;
	}
#shellbox2,
#header,
#footer1,
#footer2 {
	width: 950px;
	margin: 0px auto 0px auto;
	text-align: left;
	}

#shellcontainer {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
	min-height: 1000px;
	height: auto !important;
	height: expression("1000px");
	background-image: url("/pix/bg_light.gif");
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #f7eee5;
xborder: solid 1px purple;
xbackground-color: purple;
	}
#shellbox1 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 200px;
xbackground-color: orange; 
xborder: solid 1px orange;
	}
#shellbox1_b {
	}
#shellbox2 {
xbackground-color: yellow;
xborder: solid 1px yellow;
	}
#shellbox2_b {
	padding: 15px 0px 15px 0px;
	}
/* /shell structure ================================================================== */

/* header ============================================================= */
#header {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1000;
	width: 950px;
	margin: 0px auto 20px auto;
	padding: 20px 0px 0px 0px;
	}
/* /header ============================================================= */

/* page ============================================================== */
/*
#pagecontainer: min-height, height, height -- stops page height "flash" on js resize
#pageboxfull, #pagebox1, #pagebox2: NO padding or margins in the box
#pageboxfull_b, #pagebox1_b, #pagebox2_b: all margins and padding in the box
*/
#pagecontainer {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 20;
	width: 100%;
	min-height: 1000px;
	height: auto !important;
	height: expression("1000px;");
xborder: solid 1px #000000;
	}

#pageboxfull {
xbackground-color: blue;
xborder: solid 1px blue;
	}
#pageboxfull_b {
	padding: 0px;
	}
#pagebox1 {
xbackground-color: red;
xborder: solid 1px red;
	}
#pagebox1_b {
	margin: 0px 0px 0px 286px;
	padding: 16px 0px 0px 30px;
xborder: solid 1px #000000;
	}
.pc_layout_2 #pagebox1_b {
	margin-left: 430px;
	}
#pagebox2 {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 30;
	width: 286px;
xbackground-color: green;
xborder: solid 1px green;
	}
.pc_layout_2 #pagebox2 {
	width: 430px;
	}
#pagebox2_b { 
	}


#pagecontainer img {
	xborder-style: solid;
	xborder-width: 1px 1px 1px 1px;
	xborder-color: #000000;
	}
#pagecontainer img.noborder {border-width: 0px;}
/* /page ============================================================== */

/* footer ============================================================= */
#footer1 {
	}
#footer2 {
	font-size: 85%;
	color: #b79f92;
	padding: 0px 0px 30px 0px;
	}
#footer2 #hp_byline {
	padding: 3px 0px 3px 20px;
	background-image: url("/pix/hp_bug.png");
	background-position: 0px 3px;
	background-repeat: no-repeat;
xborder: solid 1px #000000;
	}

#footer_menu {
	color: #b79f92;
	padding: 20px 0px 20px 0px;
	}
#footer_menu h2 {
	font-size: 14px;
	}
#footer_menu div {
	float: left;
	padding-right: 30px;
	}
/* /footer ============================================================= */

/* navs =============================================================== */
/* see /_includes.php/nav_dropdowns.php or /_includes.php/nav_lc.php */

ul#footernav {
	text-align: center;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
ul#footernav li {
	display: inline;
	}
ul#footernav li#li_start {}
ul#footernav li#li_end {}

ul#footernav a {
	font-size: 85%;
	padding: 0px 10px 0px 6px;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #000000;
	}
ul#footernav a#start {}
ul#footernav a#end {border-right-width: 0px;}

ul#footernav a, ul#footernav a:visited {
	font-weight: normal;
	text-decoration: none;
	}
ul#footernav a:hover {
	text-decoration: none;
	}

.subnav {
	margin-top: 15px;
	padding: 10px;
	background-color: #f7eee5;
	background-color: #ffffff;
	}
.subnav h1 {
	padding-bottom: 10px;
	}
.subnav td {
	vertical-align: top;
	padding-right: 15px;
	padding-right: 10px;
	}
.subnav a,
.subnav a:visited, 
.subnav a:hover {
	display: block;
	padding: 0px 10px 4px 10px;
	margin-bottom: 4px;
	background-image: url("/pix/sub_link.gif");
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 14px;
	text-transform: lowercase;
	}
.subnav a:hover {
	background-image: url("/pix/sub_roll.gif");
	}
.subnav a#subnav_static {
	background-image: url("/pix/sub_static.gif") !important;
	color: #863702 !important;
	}
/* /navs =============================================================== */

/* buttons =========================================================================== */
/* NOTE: do NOT put these stroked buttons in a tight table, or IE will 
cut off the top border. If you MUST put them into a tight table, 
set the cellpadding to be equal with the padding below */
a.bn1, a:visited.bn1, input.bn1 {
	border-style: solid;
	border-width: 1px;
	padding: 2px 4px 2px 4px;
	font-size: 10px;
	font-weight: normal;
	background-color: #ffffff;
	text-decoration: none !important;
	}
input.bn1 {
	cursor: pointer;
	padding: 1px;
	}

a.bn {
	text-transform: lowercase;
	padding-left: 10px;
	background-image: url("/pix/arrow.gif");
	background-position: 0px 5px;
	background-repeat: no-repeat;
	}

.bn_pdf {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	padding: 3px 0px 5px 20px;
	background-image: url("/pix/pdficon_small.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	}
/* /buttons =========================================================================== */

/* toppic, initial values to be overridden in individual pages ===================== */
#toppic {
	position: relative;
	top: 0px;
	right: auto;
	bottom: auto;
	left: 0px;
	z-index: 10;
	width: 100%;
	margin: 0px 0px 15px 0px;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #999999;
	}
#toppic #image {
	}
#toppic #text_c {
	position: absolute;
	top: 0px;
	right: auto;
	bottom: auto;
	left: 0px;
	z-index: 20;
	padding: 10px;
xborder: solid 1px #000000;
	}
html>body #toppic #text_c #text_bg {/* IE 6 does will NOT take the width/height from #text_c above */
	position: absolute;
	top: 0px;
	right: auto;
	bottom: auto;
	left: 0px;
	z-index: 15;
	width:100%;
	height: 100%;
	background-color: #000000;
	filter: alpha(opacity=50);
	-khtml-opacity: .50;
	-moz-opacity: .50;
	opacity: .50;
	}
#toppic #text_c #text {
	position: relative;
	top: 0px;
	right: auto;
	bottom: auto;
	left: 0px;
	z-index: 25;
	font-size: 18px;
	text-align: right;
	}
#toppic #text_c #text h2{
	font-size: 24px;
	color: #ffedc5;
	}



#toppic_fade {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 10;
xborder: solid 1px red;
	}
#toppic_fade #image {
	}

.blurb {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
/*
	width: 900px;
	height: 256px;
*/
	filter: alpha(opacity=0);
	-khtml-opacity: .0;
	-moz-opacity: .0;
	opacity: .0;
xborder: solid 1px green;
	}
.blurb_b {
	}
/* toppic =========================================================================== */

/* table ==================================================================== */
.table {
	display: table;
	border-collapse: collapse;
	width: expression("100%");
xborder: solid 1px #000000;
	}
.cell {
	display: table-cell;
	vertical-align: top;
	float: expression("left");
xborder: solid 1px #000000;
	}
/* /table ==================================================================== */

/* position ======================================================================== */
.floatright {float: right;}
.floatleft {float: left;}
.clear {clear: both;}

img.picleft {display: block;}
.picleft, img.picleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
img.picright {display: block;}
.picright, img.picright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

div.pictxtleft:after,
div.pictxtright:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
div.pictxtleft,
div.pictxtright {
	display: expression("inline-block");
	padding-top: 8px;
	padding-bottom: expression("10px");
	}
div.pictxtleft h1,
div.pictxtleft h2,
div.pictxtleft h3,
div.pictxtleft h4,
div.pictxtright h1,
div.pictxtright h2,
div.pictxtright h3,
div.pictxtright h4 {
	padding-top: 0px;
	}
div.pictxtleft img {
	float: left;
	margin: 2px 10px 10px 0px;
	}
div.pictxtright img {
	float: right;
	margin: 2px 0px 10px 10px;
	}

.clearfix:after {
	/*apply this class to any floated element that needs to be cleared afterwards*/
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* /position ======================================================================== */

/* misc classes ===================================================================== */
.alert,
.error {
	color: red;
	}

.smtxt,
.caption {
	font-size: 85%;
	}
.caption {
	padding-top: 3px;
	}
.lgtxt {font-size: 115%;}

.lineheight_normal {line-height: normal;}

.nowrap {white-space: nowrap;}

.block {display: block;}
.inline {display: inline;}
.none {display: none;}


.wp_last3 {
	}
.wp_last3_headlines {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}
.wp_last3_headlines #wp-shell {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.wp_last3_headlines #wp-shell h2 a {
	color: #433125;
	cursor: text;
	}
.wp_last3_headlines #wp-shell .post{
	margin: 0px;
	padding: 0px;
	}
.wp_last3_headlines #wp-shell .post h3 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 100%;
	}

.filetree_container {
	float: left;
	min-width: 100%;
	white-space: nowrap;
	background-color: #ffffff;
	border: solid 1px #000000;
	padding: 5px;
	margin-bottom: 15px;
	}

.quote {
	}
.byline {
	font-size: 10px;
	}

#menu {
	}
#menu p {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	padding: 0px 20px 5px 0px;
	padding: 0px 0px 5px 0px;
	xbackground-image: url("/pix/menu_dots.gif");
	xbackground-position: 0px 12px;
	xbackground-repeat: repeat-x;
	}
#menu p i,
 #menu p span {
	xbackground-color: #f7eee5;
	}
#menu p i {
	font-style: normal;
	padding-right: 3px;
	}
#menu p span {
	xposition: absolute;
	xtop: 0px;
	xright: 10px;
	xz-index: 0;
	xwidth: 20px;
	padding-left: 3px;
	padding-left: 20px;
	font-weight: bold;
	}
html>body #menu p span {
	xright: 0px;
	}
#menu p em {
	display: block;
	padding-left: 10px;
	}
.quote_container {
	width: 220px;
	float: right;
	padding: 0px 0px 30px 30px;
	}
.quote {
	color: #69564c;
	font-style: italic;
	font-size: 18px;
	}
.byline {
	font-size: 10px;
	color: #281c18;
	}

#media a,
#media a:visited,
#media a:hover {
	color: #433125;
	}	
#media a:hover {
	color: #ff5800;
	}	
#media .source {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-style: italic;
	font-size: 10px;
	}
#media .headline {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	font-weight: normal;
	}
#media .excerpt {
	display: block;
	}
/* /misc classes ===================================================================== */

/* print styles ========================== */
@media print {
/* hack to give hasLayout to IE7, stops runaway printing */
#pagecontainer,
#pageboxfull,
#pagebox0,
#pagebox1,
#pagebox2,
#pagebox3 {
	min-height: 0 !important;
	}
/* /hack to give hasLayout to IE7 */
	}
/* /print styles ========================== */
