@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
h1 {font-family:"Times New Roman", Times, serif;
font-size:28px;
font-weight:normal;
}
.cite {color:#E5672D}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 142px; /* .push must be the same height as .footer */
	
}
.footer {
	background-image:url(../images/bottom-bg.gif);
	background-repeat:repeat-x;
}

.content { font-family:"Times New Roman", Times, serif; font-size:14px; font-style:italic; color:#000; line-height:120%}
.form {font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#333;}
.num { width:200px; height:35px; margin:0; padding:0; text-align:left; float:right; padding-top:48px;}
.phone {font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#000;}
.phonered {font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#CC0000; font-weight:bolder;}
.footertxt {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#ccc; line-height:150%}
.buttons {margin:5px 10px;
padding:5px 10px;
border:1px solid #999999;}

a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #E8672D;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
