@charset "utf-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #333;
	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 */
	color: #333;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border-left: 2px solid #CC2027;
	border-right: 2px solid #CC2027; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border:6px double #CC2027;
}
.oneColFixCtrHdr #header {
	background-image:url(/img/rlp_id.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	height:80px;
	background-color:#000;
}
.oneColFixCtrHdr #header img {
	padding-right:20px;
}
.oneColFixCtrHdr #header 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-top: 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:200%;
	font-weight:700;

}
.oneColFixCtrHdr #menu {
	float:left;
	width: 780px;
	height:30px;
}
.oneColFixCtrHdr #mainContent {
	float:left;
	width:100%;
	padding:10px 0;
}
.oneColFixCtrHdr #mainContent a {
	text-decoration:none;
	color:#900;
	font-weight:bold;
}
.oneColFixCtrHdr #mainContent div.hr {
  height: 15px;
  background: #fff url(/img/hr1.png) no-repeat scroll center;
}
.oneColFixCtrHdr #mainContent div.hr hr {
  display: none;
}

.oneColFixCtrHdr #footer p {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
}
.oneColFixCtrHdr #footer {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:right;
	color:#999;
	font-size:92%;
}
.oneColFixCtrHdr #footer a {
	color:#999;
	text-decoration:none;
}
.G1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #CC0000;
	font-weight: bold;
}
.phone {
	font-size: 200%;
	color: #CC2027;
	font-weight:bold;
}
/***********  Additional buttons ************/
.clearbuttonA { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.buttonA {
    background: transparent url('/img/bg_button_a.gif') no-repeat scroll top right;
    color: #C00;
    display: block;
    float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size:110%;
	font-weight:600;
	letter-spacing:0.2em;
    height: 24px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.buttonA span {
    background: transparent url('/img/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 20px;
    padding: 2px 0 2px 18px;
} 
a.buttonA:active, a.buttonA:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.buttonA:active span, a.buttonA:hover span {
    background-position: bottom left;
    padding: 3px 0px 1px 18px; /* push text down 1px */
}
.red { color:#C00; }