/* sitestyle.css stylesheet, version 7.0, 2008-09-30 */

/* 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: #333333;
	padding: 20px 0px 0px 0px;
	background-color: #1e0405;
	background-image: url("/pix/bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	}

body,td,input,textarea,select,option {
	font: normal 12px georgia,"times new roman",serif;
	}

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

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

a,
a:link,
a:visited,
a:hover,
.bn1,
#pagecontainer a img  {
	color: #bc0017;
	border-color: #bc0017;
	text-decoration: none;
	}
a:hover,
.bn1:hover,
#pagecontainer a:hover img {
	color: #333333;
	border-color: #333333;
	}
#pagecontainer a:hover img {
	}

h1,h2,h3,h4 {
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	line-height: 100%;
	}
h1 {
	font-size: 150%;
	font-size: 22px;
	padding-top: 0px;
	}
h2,
.wp_last3 h1 {
	font-size: 135%;
	font-size: 18px;
	}
h3,
.wp_last3 h2 {
	font-size: 120%;
	font-size: 14px;
	}
h4 {
	font-size: 100%;
	}

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");}
/* /list styles ========================================================= */

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

label {
	font-weight: bold;
	font-size: 85%;
	}
input {width: 300px;}
textarea {width: 300px;}

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

.form1 {
	padding: 10px 0px 0px 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 {
	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 input {
	width: auto;
	}
/* /form ================================================================= */

/* 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;
	}

.bn,
.bn:hover {
	padding: 0px 0px 0px 10px;
	background-image: url("/pix/arrow.gif");
	background-position: 0px 3px;
	background-repeat: no-repeat;
	}
.bn:hover {
	background-image: url("/pix/arrow_roll.gif");
	}

.bn_pdf {
	xdisplay: block;
	xfont-size: 10px;
	xtext-transform: uppercase;
	padding: 3px 0px 5px 20px;
	background-image: url("/pix/pdficon_small.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	}

/* /buttons =========================================================================== */

/* body structure ================================================================== */
#shell {
	width: 890px;
	margin: 0px auto 0px auto; /* centers this div on the page, also, see body definition above */
	padding: 30px 30px 25px 30px;
	text-align: left;
	border: solid 1px #000000;
	background-color: #ffffff;
	background-image: url("/pix/bg_gradient.gif");
	background-position: top left;
	background-repeat: repeat-x;
	}

#shellcontainer {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
	/* stops page height "flash" on js resize */
	min-height: 1000px;
	height: auto !important;
	height: 1000px;
xbackground-color: purple;
xborder: solid 1px purple;
	}
#shellbox1 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 0px;
xbackground-color: orange; 
xborder: solid 1px orange;
	}
#shellbox1_b {
	}
#shellbox2 {
	margin: 0px 0px 0px 200px;
	margin: 0px 0px 0px 0px;
xbackground-color: yellow;
xborder: solid 1px yellow;
	}
#shellbox2_b {
	padding: 20px 0px 0px 0px;
	}
/* /body structure ================================================================== */

/* header ============================================================= */
#header {
	padding: 0px 0px 35px 0px;
	}
/* /header ============================================================= */

/* page ============================================================== */
#pagecontainer {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 20;
	width: 100%;
	/* stops page height "flash" on js resize */
	min-height: 1000px;
	height: auto !important;
	height: 1000px;
xborder: solid 1px #000000;
	}
#pagecontainer img {
	padding: 1px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
	}
#pagecontainer img.noborder {
	padding: 0px;
	border-width: 0px;
	}

#pageboxfull {/* NOTE: NO padding or margins in this box */
xbackground-color: blue;
xborder: solid 1px blue;
	}
#pageboxfull_b {
	padding: 0px 0px 30px 0px;
	}
#pagebox1 {/* NOTE: NO padding or margins in this box */
xbackground-color: red;
xborder: solid 1px red;
	}
#pagebox1_b {
	margin: 0px 233px 0px 0px;
	padding: 0px 20px 30px 0px;
xborder: solid 1px #000000;
	}
#pagebox2 {/* NOTE: NO padding or margins in this box */
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 30;
	width: 233px;
xbackground-color: green;
xborder: solid 1px green;
	}
#pagebox2_b {/* all padding-margins for pagebox2 go here */ 
	padding: 330px 0px 30px 20px;
xborder: solid 1px black;
	}
/* /page ============================================================== */

/* footer ============================================================= */
#footer1 {
	padding-top: 20px;
	background-image: url("/pix/sep.gif");
	background-position: top left;
	background-repeat: no-repeat;
xborder: solid 1px #000000;
	}
#footer2 {
	padding: 10px 10px 20px 10px;
	}
#footer2,
#footer2 a {
	font-size: 10px;
	color: #ffffff;
	}
#footer2 a {
	text-decoration: underline;
	}
#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 ============================================================= */

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

ul#footernav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
xborder: solid 1px #000000;
	}
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 {padding-left: 0px;}
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;
	}
/* /navs =============================================================== */


/* misc classes ===================================================================== */
.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;
	}

.alert,
.error {
	color: red;
	}

.smtxt,
.caption {
	font-size: 85%;
	}
.caption {
	padding-top: 3px;
	}
	
.indent {
	padding-left: 10px;
	line-height: 1.6;
	}

.lineheight_normal {line-height: normal;}

.nowrap {white-space: nowrap;}

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

.floatright {float: right;}
.floatleft {float: left;}
.clear {clear: both;}

img.picleft {display: block;}
.picleft, img.picleft {
	float: left;
	margin: 10px 10px 10px 0px;
	}
img.picright {display: block;}
.picright, img.picright {
	float: right;
	margin: 10px 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 */

.rc_pic_top {
	position: absolute;
	top: -30px;
	right: -30px;
	z-index: 20;
	border-width: 0px !important;
	}

.rc_pic_bot {
	position: absolute;
	bottom: -10px;
	right: -15px;
	z-index: 20;
	border-width: 0px !important;
	}

.toppic {
	padding: 0px 0px 20px 0px;
	}

.standout {
	font-size:16px;
	color:#666666;
	line-height:1.4;
	}
.standout .firstword {
	font-size:20px;
	color:#000000;
	line-height:100%;
	}

.featured {
	text-align: center;
	padding: 0px 0px 20px 0px;
	width: 230px;
	}
.featured .crn_tl {
	background-image: url("/pix/rc_ornament_tl.gif");
	background-position: top left;
	background-repeat: no-repeat;
	}
.featured .crn_tr {
	background-image: url("/pix/rc_ornament_tr.gif");
	background-position: top right;
	background-repeat: no-repeat;
	}
.featured .crn_br {
	background-image: url("/pix/rc_ornament_br.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
	}
.featured .crn_bl {
	background-image: url("/pix/rc_ornament_bl.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	}
.featured .featured_b {
	padding: 10px 20px 5px 20px;
xborder: solid 1px #000000;
	}

.featured h2 {
	font-size: 14px;
	padding-bottom: 10px;
	color: #666666;
	}
.featured h3 {
	}
.featured img {
	padding: 0px 0px 5px 0px;
	border-width: 0px !important;
	}

.rc_loc {
	}
.rc_loc h2 {
	font-size: 10px;
  color: #333333;
  text-transform: uppercase;
	}

.line1 {
	padding-top: 20px;
	background-image: url("/pix/sep.gif");
	background-position: top left;
	background-repeat: no-repeat;
xborder: solid 1px #000000;
	}

.quote {
	padding: 15px 20px 0px 40px;
	font-size: 12px;
	font-style: italic;
	xcolor: #666666;
	}
.byline {
	font-size: 12px;
	padding: 0px 20px 5px 40px;
	}

.tout {
	margin: 10px 0px 24px 0px;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-image: url("pix/tout_bg.jpg");
	background-position: top left;
	xbackground-repeat: no-repeat;
	}
.tout_tl {
	background-image: url("/pix/tout_topleft.gif");
	background-position: top left;
	background-repeat: no-repeat;
	}
.tout_tr {
	background-image: url("/pix/tout_topright.gif");
	background-position: top right;
	background-repeat: no-repeat;
	}
.tout_bl {
	background-image: url("/pix/tout_bottomleft.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	}
.tout_br {
	background-image: url("/pix/tout_bottomright.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
	}
.tout_inner {
	padding: 5px 25px 5px 25px;
	}
/* /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 ========================== */
