@charset "utf-8";
body {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background: #0A0404;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

a:link { color: #005fa9; text-decoration: none; }

a:visited { color: #5F3131; text-decoration: none; }

a:hover{ text-decoration: underline; }

fieldset { border: 1px solid #ccc; padding: 8px 10px 3px 10px; }

h1 {
	/* Adjust heading sizes as appropriate */
	font-size: 110%;
}

h2 { font-size: 105%; }

h3 { font-size: 105%; }

h4 { font-size: 105%; }

ul{ list-style-type: square; }

.centertext { text-align: center; }

.clearfloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../images/bg_button_a.png') no-repeat scroll top right;
    color: #000;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 22px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_span.png') no-repeat;
    display: block;
    line-height: 12px;
    padding: 5px 0 5px 18px;
} 

a.button:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    padding: 5px 0 5px 18px; /* push text down 1px */
} 

.comStyle { color: #C0C0C0; }

.erraticStyle { color: #8080FF; }

.impactStyle { color: #99CC99; }

.IndexLinks { overflow: hidden; }

.IndexLinks a:link{ color: #4169e1; text-decoration: none; }

.IndexLinks a:visited{ color: #95977B; text-decoration: none; }

.IndexLinks a:hover{ text-decoration: underline; }

.IndexLinksPanel { color: #005fa9; margin: 0px; padding: 0px; }

.IndexLinksPanel p {
	color: white;
	margin: 0px;
	padding: 0px;
	font-size: 95%;
	text-indent: 0px;
}

.IndexLinksPanelContent {
	color: #dcdcdc;
	overflow: auto;
	margin: 0px;
	padding: 5px;
	text-align: center;
	font-size: 95%;
}

.IndexLinksPanelTab {
	color: #005fa9;
	margin: 0px;
	Padding: 2px;
	font-size: 95%;
	font-weight: bold;
}

.legalese { /* Footers and the "fine print" */ font-size: 85%; }

.legendtext{
	color: black;
	font: bold 105% Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #bookBox {
	border: 1px solid #ccc;
	float: right;
	font-size:80%;
	margin: 0px 0px 0px 8px;
	text-align: center;
	width: 25%; /* since this element is floated, a width must be given */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0px 5px 0px; /* top and bottom padding create visual space within this div */
}

.oneColFixCtrHdr #breadcrumb { color: #404040; font-size: 90%;}

.oneColFixCtrHdr #breadcrumb a{ color: #404040; }

.oneColFixCtrHdr #breadcrumb a:hover{ color: #005fa9; text-decoration: underline; }

.oneColFixCtrHdr #breadcrumb img { float: right;}

.oneColFixCtrHdr #container {
	background-color:white;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #05161E;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 46em; /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
}

.oneColFixCtrHdr #header {
	background-image: url(../images/ilovesteinwayback.jpg);	
	padding: 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #header h1 {
	margin: 0 10px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 150%;
}

.oneColFixCtrHdr #headersubtitle {
	color: #F4F2F2;
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 90%;
	margin: 0px 0px 0px 30px;
}

.oneColFixCtrHdr #mainContent {
	padding: 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: white;
}

.oneColFixCtrHdr #mainContent h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 15px 0 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #siteinfo{
	background-color: #fff;
	color: #404040;
	font-size: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 0 0;
	text-align: center;
}
