/*
Site: Red Lady Realty
Author: Christian Ross
Author URI: http://www.thinairmediasolutions.com  
Sep 21, 2009 
*/


/* ---- Reset CSS ---- */

html, body, img {
	margin: 0; padding: 0; border: 0; outline: 0;
	font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
	vertical-align: baseline;
}
:focus { outline: 0; }

html { overflow-x: auto; overflow-y: auto; }

body { line-height: 1; }
p { margin:0; padding:0; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
em { font-style: italic; }
strong { font-weight: bold; }

.clear:after { content: "."; display: block; height: 0;	font-size: 0; clear: both; visibility: hidden; }
.clear { display: inline-block; }
/* \*/
.clear { display: block; }
/* */ 
.image { display: block; font-size: 0; text-indent: -9999px; outline: none; }

td { vertical-align:top; }


/*  Red Lady Realty - CSS  */
/*  Layout  */
html { overflow-x: hidden; overflow-y: auto; }

body {
	margin-top: 0;
	margin-bottom: 30px;
	background: url(../images/bg1.png) 0 0 repeat;
	background-color:#FFF;
	font: 14px/18px Arial, Helvetica, Verdana, sans-serif;
	line-height:18px;
	color:#000;
	text-align:left;
}

#container 	{ width:960px; margin:0 auto; }
#header 	{ height:225px; background:url(../images/banner-bg.jpg) 0 0 no-repeat; }
#content 	{ padding-top:25px; background:url(../images/content-repeat.png) 0 0 repeat-y; } 
  #main-content { margin-bottom:-35px; }
  #nav {  }
  #register { padding-top:30px; }
    #register p { padding-top:5px; }
#footer  	{ background: url(../images/footer-divide.jpg) 0 0 no-repeat; font-size:12px; line-height:16px; background-position:center; text-align:center; padding:100px 20px 10px; }
#content-bottom { background:url(../images/page-bottom-bg.png) 0 0 no-repeat; height:6px; }
  
  
/*  Styles  */

a:link    { color: #90122A; font-weight: bold; text-decoration: none; } 
a:visited { color: #90122A; font-weight: bold; text-decoration: none; }
a:active  { color: #90122A; font-weight: bold; text-decoration: none; }
a:hover   { color: #777; font-weight: bold; text-decoration: underline; }

.mainNav 		  { font-size:20px; font-weight:bold; line-height:20px; font-family:"Times New Roman", Times, Georgia, serif; }
a.mainNav:link	  { text-decoration:none; color:#90122A; font-weight:normal; }
a.mainNav:active  { text-decoration:none; color:#90122A; font-weight:normal; }
a.mainNav:visited { text-decoration:none; color:#90122A; font-weight:normal; }
a.mainNav:hover   { text-decoration:none; color:#777; font-weight:normal; }

a.footer:link	  { text-decoration:none; color:#90122A; font-weight:normal; font-size:12px; }
a.footer:active   { text-decoration:none; color:#90122A; font-weight:normal; font-size:12px; }
a.footer:visited  { text-decoration:none; color:#90122A; font-weight:normal; font-size:12px; }
a.footer:hover    { text-decoration:underline; color:#333; font-weight:normal; font-size:12px; }

a.footerNav:link	 { text-decoration:none; color:#90122A; font-weight:normal; font-size:12px; padding:0px 5px; }
a.footerNav:active   { text-decoration:none; color:#90122A; font-weight:normal; font-size:12px; padding:0px 5px; }
a.footerNav:visited  { text-decoration:none; color:#90122A; font-weight:normal; font-size:12px; padding:0px 5px; }
a.footerNav:hover    { text-decoration:underline; color:#333; font-weight:normal; font-size:12px; padding:0px 5px; }

h1.completesite { font: 34px/38px "Times New Roman", Times, Georgia, serif; color:#90122A; margin:0 0 10px 0; padding:0; font-style:italic; }
h2.completesite { font: 28px/32px "Times New Roman", Times, Georgia, serif; color:#90122A; margin:10px 0 8px 0; padding:0; font-style:italic; }
h3.completesite { font: 20px/24px "Times New Roman", Times, Georgia, serif; color:#90122A; margin:0 0 6px 0; padding:0; }
h4.completesite { font: 16px/18px "Times New Roman", Times, Georgia, serif; color:#90122A; margin:0 0 4px 0; padding:0; }

ul {padding:0; margin:0; }
li {padding:0 0 0 0; margin:0 0 0 20px; border:0; }

li.side-nav { margin: 7px 0; list-style:none; }

.completesite 	{ font: 14px/18px Arial, Helvetica, Verdana, sans-serif; font-weight:normal; }
.pipe		  	{ font-size:10px; color:#999; padding:0 10px; }
.space			{ padding:0 10px; color:#CCC; }
.spaceL			{ padding:0 0 0 10px; }
