 * {
    	margin: 0;
	font-family: Arial, sans serif;
	line-height: 135%;
}
a {
	text-decoration: none;
}
html, body {
    	height: 100%;
	background: #a2bad1;
}
h1,h2 {
	font-family: Trebuchet MS; 
	color: #fff;
}
h1 {
	font-size: 36px; 
	line-height: 36px;
	padding-bottom: 20px;
}
h2 {
	font-size: 24px; 
	line-height: 24px;
	padding-bottom: 16px;
}
ul {
	padding-left: 25px;
}

#header {
	height: 138px;
	text-align:right; 
	background-image:url('img/topfade.gif');
	border-bottom: 1px solid black;
}
.wrapper {
    	min-height: 100%;
    	height: auto !important;
    	height: 100%;
    	margin: 0 auto -138px;
	font-size: 14px;
}
.footer, .push {
    	height: 138px;
}
.footer {
	font-size: 12px;
	text-align: right;
	background: url(img/bottomfade.gif);
}
.loginform {
	padding: 10px;
	font-size: 12px;
}
#colophon {
	padding: 10px;
}

 select {
        border: 1px solid #5C748B;
        width: 538px;
        padding: 3px;
	margin-bottom: 5px;
}

.textinput,textarea {
        border: 1px solid #5C748B;
        padding: 3px;
        width: 530px;
	margin-bottom: 5px;
}
label {
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
	margin-top: 10px;
}
p {
	padding-bottom: 12px;
}
.dateheader {
	font-weight: bold;
	border-top: 1px solid #5C748B;;
	padding-top: 10px;
	color: #fff;
}
.roundBox {
  background: url(/img/roundbox.gif) no-repeat top left;
  width:199px;
  padding:20px;
}.roundBox .boxBottom {
  background: url(/img/roundbox.gif) no-repeat bottom left;
  font-size:1px;
  line-height:1px;
  height:20px;
  margin:0 -20px -20px -20px;
}
.pullquote {
	color: #fff; 
	font-size: 20px; 
	font-family: Georgia, serif;
	font-weight: bold; 
	padding-bottom: 15px;
}


#stepone a:link
{
	display:block;
        background: url(/img/stepone.jpg) no-repeat 0 0 ;
}
#stepone a:visited
{
	display:block;
        background: url(/img/stepone.jpg) no-repeat 0 0 ;
}
#stepone a:hover
{
	display:block;
        background: url(/img/stepone-on.jpg) no-repeat 0 0;
}
#stepone a:active
{
	display:block;
        background: url(/img/stepone-on.jpg) no-repeat 0 0;
}

#steptwo a:link
{
	display:block;
        background: url(/img/steptwo.jpg) no-repeat 0 0 ;
}
#steptwo a:visited
{
	display:block;
        background: url(/img/steptwo.jpg) no-repeat 0 0 ;
}
#steptwo a:hover
{
	display:block;
        background: url(/img/steptwo-on.jpg) no-repeat 0 0;
}
#steptwo a:active
{
	display:block;
        background: url(/img/steptwo-on.jpg) no-repeat 0 0;
}


#stepthree a:link
{
	display:block;
        background: url(/img/stepthree.jpg) no-repeat 0 0 ;
}
#stepthree a:visited
{
	display:block;
        background: url(/img/stepthree.jpg) no-repeat 0 0 ;
}
#stepthree a:hover
{
	display:block;
        background: url(/img/stepthree-on.jpg) no-repeat 0 0;
}
#stepthree a:active
{
	display:block;
        background: url(/img/stepthree-on.jpg) no-repeat 0 0;
}

.mailtoselect {
	padding-top: 9px;
	width: 45px; 
	height: 51px;
}

        #overlay {
             position: absolute;
             left: 0px;
             top: 0px;
             width:100%;
             height:100%;
             text-align:center;
             z-index: 1000;
             background: url(/img/overlay.png);

        }

        #overlay div {
             margin: 80px auto; 
             width:70%;
             height:70%;
             background-color: #000;
             border:1px solid #000;
             padding:15px;
             text-align:left;
        }

.printonly {
	display:none;
}
