/* CSS Document */

html{
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: auto;
}


body, html{
padding: 0px;
min-height: 100%;
height: 100%;

}



/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 * This is used to align the footer to the bottom of the window on short pages
 */

html>body, html>body #container {
	height: auto;
}

form{
	margin: 0;
	padding: 0;
}

body{
position: relative;
margin: 0px 0px 0 38px;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 75%;
color: #000;
background-color: #ffffff;
min-width: 955px;

}


a{
	color: #00F;
	text-decoration: none;
}

a:hover{
	color: #d11e38;
	text-decoration: underline;
}

a img{
	border: none;
}

p{
	margin: 0 0 1em 0;
	line-height: 1.5;
}



/****************************/
/** Headings
/****************************/

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 230%;
	font-weight: normal;
	margin: 0.7em 0 0.8em 0;
	color: #000000;
	width: 575px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: normal;
	line-height: 1.2;
	color: #000000;
	margin: 0;
}

h3{
	font-size: 100%;
	font-weight: normal;
	color: #E4E4E4;
	margin: 0 0 0 0;
	line-height: 1.5;
}

ul {
margin: 0 0 1em 0;
padding: .25em 0 0 0;
line-height: 1.5em;
list-style-type: none;
}

.front {
margin: 0 0 1em 0;
padding: 0 0 0 1.25em;
line-height: 1.5em;
list-style-type: disc;
}


  .home{
  position: relative;
  width: 470px;
  margin-top: 150px;
  }

 
 .home h1{
 	margin-bottom: 0.3em;
	font-size: 300%;
 }
 




#container{
	position: absolute;
	top: 30px;
	width: 470px;
	left: 0;
	margin: auto;
	z-index: 1;
}

#minwidth{
	position: relative;
	width: 955px;
}

#homelink{
	position: absolute;
	right: 38px;
	top: 33px;
}

.clear{
	clear:both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}

#mainimage{
	position: absolute;
	right: 0;
	top: 65px;
	z-index: 0;
}

.nomargin{
	margin: 0 !important;
}





/****************************/
/** onecol.php
/****************************/
 
 .onecol{
 	position: relative;
 	width: 567px;
 }

/****************************/
/** Footer
/****************************/


#footer {
	position: absolute;
	bottom: 22px;
	margin: 10px 0 0 0px;
	padding: 5px 0 0px 0;
	font-size: 80%;
	color: #333333;
	height: 31px;
	vertical-align: middle;
}

#footer img{
	vertical-align: middle;
}

#footerspacer{
	clear: both;
	position: relative;
	height: 65px;
}
 
#footer a{
	color:#000033;
	}
	 
 

.note {
	font-size: 1.25em;
	padding: 12px;
	border: 1px dotted #333;
	background-color: #ffffff;
}

span {
	font-size: 2em;
	color: #000;
	font-weight:bold;
}

.pullquote {
width:550px;
line-height:1.5;
font-size:1.2em;
text-align:justify;
}

.pullquote:before {
content:"\201C" attr(title) "\201D";
font-family: "Times New Roman", Times, serif;
font-size:1.2em;
text-align:center;
background:#333;
color:#fff;
display:block;
float:left;
width:7em;
margin: 0.25em 1em 0.5em 0;
padding:1em;
}


.payment {
	margin: 0 ;
	padding: 0 0 0 5px;
}

