/* *************************** 
  Site - Texas Home Property Management
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#50A;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	text-decoration:none;
	border-bottom-color: #116371;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	color: #1DA3BA;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}

/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	text-align:center;
	font-size:75%;
	font-family:Arial, Helvetica, sans-serif;
	background:#25004A;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}
#container {
	width:856px;
	margin:0 auto;
	text-align:left;
	padding-top:0px;
	background-color: #000;
}

/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	height:110px;
}
#header h1 {
	width:400px;
	height:108px;
	float:left;
	margin-left:64px;
	display:inline;
	background-image: url(../images/texas-property-logo.jpg);
	background-repeat: no-repeat;
	margin-top: 1px;
}
#header h1 a {
	width:222px;
    height:93px;
    float:left;
    text-indent:-9999px;
    outline-color: invert;
	outline-style: none;
	outline-width: medium;
	display: block;
}
#header div.calltoaction {
	color: #61D8D6;
	margin: 0 40px 0 0;
	font-size: 135%;
	font-variant: small-caps;
	text-align: center;
	padding: 25px 0 0 0;
}

#header2 h1.keywords {
	font-size: smaller;
	font-weight: normal;
	color: #ABABAB;
	display: inline;
	float:  none;
	margin-top: 0px;
}

/* *************************** 
   $4 Content Styles
   ***************************/
#content {
    font-size: 1.1em;
}
#maincontent {
	padding:16px 26px;
	background-color: #FAFAFA;
/*	background:#d8c9ae url(../images/bg_maincontent.jpg) repeat-x;*/
}
#maincontent p {
	margin-bottom:15px;
}
#maincontent h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.1em;
	color: #805F00; /*#005959;*/
	padding:0 0 10px 15px;
	background:url(../images/2-bg_h1.jpg) bottom no-repeat;
	margin-bottom:10px;
	margin-top: 28px;
}
#bottomcontent {
	height:206px;
	padding:18px 0 0 17px;
	height/**/:/**/ 188px;
	background:url(../images/2-bg_bottomcontent.jpg) repeat-x;
}
#bottomcontent img {
	border:3px solid #116371;
	float:left;
	margin-right:8px;
}

#hspacefader {
    width: 384px;	
	float: right;
	margin: 0px;
	border: 0px groove #000;
	padding: 3px;
}

/* *************************** 
   $5 Sidebar Styles
   ***************************/
#sidebar {
}

.shadeform	{ 
		font: 12px Tahoma;
		background-image: url("../images/shadeform.gif");
		text-align: left;
		padding: 2px;
}

.textarea	{ 
		font: 12px Tahoma;
		background-image: url("../images/shadeform.gif");
		text-align: left;
		padding: 2px;
}

/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
	height:34px;
	padding:11px 0 0 0;
	height/**/:/**/ 72px;
	color:#D5D5D5;
	font-size: 95%;
}
#footer .boldbig {
	font-size: 120%;
	font-weight: bold;
}
#footer a { color:#CA95FF; 
}
#footer a:hover { color:#f5f5f5;
}
#maincontent .smallheading {
	font-variant: small-caps;
	font-weight: bold;
	font-size: smaller;
}

#maincontent .contactname {
	font-weight: bold;
	font-size:medium;
}
.underlined {
	text-decoration: underline;
}
blockquote {
	background-color: #F4F1EA;
	margin: 10px;
	padding: 8px;
	width: 40%;
	border: 1px solid #AAA494;
}

    #tabs6 {
	float:left;
	width:100%;
	font-size:108%;
	line-height:normal;
	border-bottom:1px solid #666;
	margin-top: -10px;
	background: #030303 url(../images/2-bg_header.jpg) repeat-x left -7px;
	height: 40px;
      }
    #tabs6 ul {
          margin:0;
          padding:10px 10px 0 50px;
          list-style:none;
      }
    #tabs6 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs6 a {
      float:left;
      background:url(../images/tableft6.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs6 a span {
      float:left;
      display:block;
      background:url(../images/tabright6.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs6 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs6 a:hover span {
      color:#FFF;
      }
    #tabs6 a:hover {
      background-position:0% -42px;
      }
    #tabs6 a:hover span {
      background-position:100% -42px;
      }

      #tabs6 #current a {
              background-position:0% -42px;
      }
      #tabs6 #current a span {
              background-position:100% -42px;
      }
