/* sitestyle.css stylesheet, version 6.0, 2006-09-11 */

/* 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 {
	background-color: #fff9e6;
	color: #0e0e0f;
	text-align: center;
	background-image: url("/pix/bg.gif");
	}

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

p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	line-height: 1.4;
	}
br {line-height: 10px;}

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

blockquote {padding-left: 25px;}

a,
a:link,
a:visited,
a:hover {
	color: #bf0411;
	text-decoration: none;
	}
a:hover {
	color: #550008;
	text-decoration: underline;
	}

h1,h2,h3,h4 {
	font-weight: normal;
	color: #550008;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}
h1 {
	font-size: 150%;
	font-size: 20px;
	padding-left: 20px;
	background-image: url("/pix/h_lines.gif");
	background-position: 0px 6px;
	background-repeat: no-repeat;
	}
h2 {
	font-size: 135%;
	font-size: 16px;
	}
h3 {
	font-size: 120%;
	}
h4 {
	font-size: 100%;
	}

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

form table td {padding: 3px;}

fieldset {
	margin: 0px;
	padding: 5px 10px 10px 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #550008;
	background-color: #fff9e6;
	background-color: #ffffff;
	}
legend {
	font-size: 20px;
	color: #550008;
	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 div {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	padding: 0px 0px 4px 84px;
	}
.form1 div div.multicontainer {
	padding: 0px;
	}
.form1 label {
	position: absolute;
	top: 2px;
	left: 0px;
	z-index: 0;
	width: 80px;
	text-align: right;
	}
.form1 div.controlset,
.form1 div.controlset div {
	padding: 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 ================================================================= */

/* pads ======================================================== */
.m0 {margin: 0px 0px 0px 0px;}
.m5 {margin: 0px 0px 5px 0px;}
.m15 {margin: 0px 0px 15px 0px;}

.padtop0 {padding-top: 0px;}
.padtop0 {padding-right: 0px;}
.padtop0 {padding-bottom: 0px;}
.padtop0 {padding-left: 0px;}

.padtop3 {padding-top: 3px;}
.padright3 {padding-right: 3px;}
.padbottom3 {padding-bottom: 3px;}
.padleft3 {padding-left: 3px;}

.padtop5 {padding-top: 5px;}
.padright5 {padding-right: 5px;}
.padbottom5 {padding-bottom: 5px;}
.padleft5 {padding-left: 5px;}

.padtop10 {padding-top: 10px;}
.padright10 {padding-right: 10px;}
.padbottom10 {padding-bottom: 10px;}
.padleft10 {padding-left: 10px;}

.padtop15 {padding-top: 15px;}
.padright15 {padding-right: 15px;}
.padbottom15 {padding-bottom: 15px;}
.padleft15 {padding-left: 15px;}

.pad5 {padding: 5px;}
.pad10 {padding: 10px;}
.pad15 {padding: 15px;}

table.tblpad3 td {padding: 3px;}
table.tblpad5 td {padding: 5px;}
/* /pads ======================================================== */

/* 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;
	border-color: #0000ff;
	padding: 2px 4px 2px 4px;
	font-size: 10px;
	font-weight: normal;
	color: #689a9a;
	text-decoration: none;
	background-color: #fff9e6;
	}
input.bn1 {
	cursor: pointer;
	padding: 1px;
	}
a.bn1:hover, input:hover.bn1 {
	color: #000000;
	text-decoration: none;
	border-color: #000000;
	}

.bn {
	font-size: 85%;
	text-transform: uppercase;
	padding: 0px 0px 0px 8px;
	background-image: url("/pix/arrow.gif");
	background-position: 0px 2px;
	background-repeat: no-repeat;
	}
/* /buttons =========================================================================== */

/* body structure ================================================================== */
#shell {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 950px;
	margin: 0px auto 0px auto; /* centers this div on the page, also, see body definition above */
	text-align: left;
	border-style: solid;
	border-width: 0px;
	border-color: #00ff00;
	}
#shell_sub0 {
	position: relative;
	top: -6px;
	top: expression("-9px");
	left: 0px;
	z-index: 0;
	}
#shell_sub1 {
	margin: 0px 40px 0px 42px;
	padding: 0px 0px 0px 7px;
	background-image: url("/pix/lines.gif");
	background-position: top left;
	background-repeat: repeat-y;
	}
#shell_sub2 {
	padding: 0px 7px 0px 0px;
	background-image: url("/pix/lines.gif");
	background-position: top right;
	background-repeat: repeat-y;
	}
#shell_sub3 {
	background-color: #fff4d4;
	background-color: #fefcee;
	background-image: url("/pix/body_bg.gif");
	}
/* /body structure ================================================================== */

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

/* page ============================================================== */
#pagecontainer {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
	/* stops page height "flash" on js resize */
	min-height: 1000px;
	height: expression("1000px");
xborder: solid 1px #000000;
	}
#pagecontainer img {
	padding: 5px;
	background-color: #fff9e6;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
	}
#pagecontainer a img {
	border-color: #bf0411;
	}
#pagecontainer a:hover img {
	border-color: #550008;
	}
#pagecontainer img.noborder {
	border-width: 0px;
	padding: 0px;
	background-color: transparent;
	}

#pageboxfull,
#pagebox1,
#pagebox3 {
	margin: 0px 0px 0px 30px;
	padding-top: 30px; 
	}
#pageboxfull {
	margin-right: 30px;
	}
#pagebox1 {
	margin-right: 436px;
xborder: solid 1px red;
	}
#pagebox2 {
	/* NOTE: NO padding or margins in this box!!! use the width and right values instead */
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 0;
	width: 385px;
	xbackground-color: #fff4d4; /* in-case javascript is turned off */
xborder: solid 1px green;
	}
#pagebox2_b {
	/* all padding-marigns for pagebox2 go here */ 
xborder: solid 1px black;
	}
#pagebox3 {
	margin-right: 286px;
xborder: solid 1px red;
	}
#pagebox4 {
	/* NOTE: NO padding or margins in this box!!! use the width and right values instead */
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 0;
	width: 235px;
	xbackground-color: #fff4d4; /* in-case javascript is turned off */
xborder: solid 1px green;
	}
#pagebox4_b {
	/* all padding-marigns for pagebox2 go here */ 
xborder: solid 1px black;
	}
/* /page ============================================================== */

/* footer ============================================================= */
#footer1 {
xborder: solid 1px #000000;
	}
#footer2 {
	padding: 0px 10px 20px 10px;
	font-size: 85%;
	}
/* /footer ============================================================= */

/* navs =============================================================== */
div#topnav {
	}
div#topnav ul,
div#topnav li	{
	padding: 0px;
	margin: 0px;
	}
ul#mainnav {
	position: absolute;
	top: 560px;
	left: 80px;
	z-index: 10;
	list-style-type: none;
	text-transform: uppercase;
	}
ul#mainnav a {text-decoration: none;}

ul#mainnav li.l1 {
	position: relative;
	top: 0px;
	left: 0px;
	display: inline;
	float: left;
	}
ul#mainnav li.l1:hover {}
ul#mainnav li.l1#start {}
ul#mainnav li.l1#end {}
ul#mainnav li.l1 a {
	display:  block;
	font-size: 16px;
	text-transform: uppercase;
	padding: 7px 20px 7px 20px;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #794135;
	}
ul#mainnav li.nav {
	background-image: url("/pix/shim.gif");
	background-position: left center;
	background-repeat: no-repeat;
	}
ul#mainnav li.navstatic {
	background-image: url("/pix/nav_static_left.gif");
	background-position: left center;
	background-repeat: no-repeat;
	}
ul#mainnav li.l1 a#start {border-left-width: 1px;}
ul#mainnav li.l1 a#end {}
ul#mainnav li.l1 a.nav,
ul#mainnav li.l1 a:visited.nav {
	text-decoration: none;
	}
ul#mainnav li.l1 a:hover.nav {
	text-decoration: none;
	}
ul#mainnav li.l1 a.navstatic,
ul#mainnav li.l1 a:visited.navstatic,
ul#mainnav li.l1 a:hover.navstatic {
	color: #550008;
	background-image: url("/pix/nav_static_right.gif");
	background-position: right center;
	background-repeat: no-repeat;
	}

ul#mainnav ul.l2container {
	position: absolute;
	top: 32px;
	left: 0px;
	z-index: 50;
	border-width: 0px;
	background-color: #f9efcd;
	font-size: 12px;
	}
ul#mainnav li.l2  {
	display: inline;/* for ie */
	}
ul#mainnav li.l2 a {
	/* NO min-width OR width allowed, even in expressions!!!! IE bug */
	display: block;
	white-space: nowrap;
	text-transform: none;
	padding: 5px 20px 5px 20px;
	border-width: 0px;
	background-color: #f9efcd;
	}
ul#mainnav li.l2 a#end {
	border-width: 0px;
	}
/*ul#mainnav li.l2 a:link, ul#mainnav li.l2 a:visited {color: #996633;}*/
ul#mainnav li.l2 a:hover {
	}
	
ul#footernav {
	text-align: center;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	list-style-type: none;
	}
ul#footernav li {
	display: inline;
	}
ul#footernav a {
	padding: 0px 5px 0px 5px;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #000000;
	}
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 ===================================================================== */
.alert {color: red;}
.smtxt {font-size: 85%;}

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

.xl {
	font-size: 16px;
	line-height: 100%;
	color: #550008;
	}

img.h2 {
	float: left;
	margin: 3px 10px 10px 0px;
	}

.caption {
	padding: 3px 0px 0px 0px;
	}
/* /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 ========================== */
