html, body { border: 0; margin: 0; padding: 0;height: 100%;} 
body {
	padding: 0 481px 0 481px;
	margin: 0;
	text-align: center;
	background: #05070b url(img/back.jpg);
	height: 100%;
}
		
#sizer {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 8%;
	max-width: 28px;  /* version for IE is at the bottom of this style block */
}
 
#expander {
	margin: 0 -481px 0 -481px;
	min-width: 962px; /* Critical Safari fix! */
	position: relative;
	background: url(img/mid.png);
}
 
/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */
 
/* helps IE get the child percentages right. */
#wrapper { width: 100%; } 
 


.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -8em;
 }

.over {
position: absolute; top: 600px;
}


.footer, .push {
     height: 8em;
 }


 body { font-family: Tahoma, sans-serif; }
 

 
#content {
	width: 94%;
	margin-right: 3%;
	margin-left: 3%;
	text-align: left;
	display: inline;
	float: center;
	padding-bottom: 3em;
}
 
#footer { clear: both; padding: 0.5em 0 0.5em 0; margin: 1em 5% 1em 5%; border-top: 3px solid black; }
 
p,
label {
	margin: .95em;
	font-size: 13px; 
	line-height: 1.2;
}
 
 
/* http://positioniseverything.net/easyclearing */
 
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
 
.clearfix {display: inline-table;}
 
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
 
/* * * Decorative Styles * * */
h1 {
	font-family: Georgia, serif;
	text-align: center;
	padding: 60px 0 30px 0; 
	margin: 0;
 
}
h2 {
	background: black;
	color: white; 
	padding:5px;

}
p { }
.fill { color: #aaa; }
.fill2 { color: #aaa; font-size:14px; }
 
.back {text-align: right; padding: 3px 10px 0 0;}
 
.alignright {margin: 30px 0; text-align: right;}
 
.small {font-size: .8em;}
 
.return {position: absolute; top: 10px; right: 20px; width: 20em; text-align: right; font-size: .9em; line-height: 1.4;}
 
.return a {color: #000;}
 
#sidebar a {color: #686;}
 
/* * * Form Styles * * */
 
form {margin: 0 0 2em -20%; position: relative;}
 
/*\*/
* html form {height: 0;}
/* Holly hack */
 
label input { width: 40%; }
 
label span {
	display: block;
	float: left;
	width: 40%;
	text-align: right;
	padding-right: 2%;
}
 
label.max { padding-top: 25px; }
 
.submit { text-align: center; padding-top: 20px; }

#tright img { position: absolute; right: 0; top: 50px; z-index:3;}

#tright2 img { position: absolute; right: 120px; top: 50px; z-index:3;}

p img, td img {
margin:5px;
}

/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:500px;
 max-width:600px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000;
 z-index:5;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(img/dialog2-blue-800x1600.png) no-repeat top right;
 _background-image:url(img/dialog2-blue.gif);
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}
.ticker {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #993399; }
.ticker A:link {text-decoration: none; }
.ticker A:visited {text-decoration: none;}
.ticker A:active {text-decoration: none; }
.ticker A:hover {text-decoration: underline;}
