
/* *************************** 
  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:#1E8A77;
	text-decoration:none;
	font-weight: normal;
	border-bottom: 1px dotted #1E8A77;
}

a:hover {
	text-decoration:none;
	border-bottom-color: #D40000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #D40000;
}

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;
}

h3 {
	font-variant: normal;
	font-size: 125%;
	font-weight: bold;
	border-bottom: 1px dotted #939393;
	margin: 8px 0;
	padding: 3px 0;
	color: #25004A;
	letter-spacing: 1px;
	text-indent: 6px;
}

h4 {
	color: #989898;
	text-transform:uppercase;
	font-size: 125%;
}

h5 {
	color: #989898;
	text-transform:uppercase;
	font-size: 85%;
	margin: -11px 13px 6px 0;
	text-align: right;
}

#container {
	width:856px;
	margin:0 auto;
	text-align:left;
	padding-top:0px;
	background-color: #000;
}

.linksbox {
	clear: right;
	width:325px;
	background:url(../images/box-bottom.jpg) no-repeat bottom left;
	margin:0 0 1em 1em;
	float: right;
}

.linksbox p {
	background:url(../images/box-top.jpg) no-repeat top left;
	color:#477F7D;
	margin:0;
	padding: 5px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}

.linksbox p span {
	font-size: 100%;
	color: #000051;
	font-weight: bold;
	text-transform:uppercase;
	margin-bottom: 6px;
	display: block;
	border-bottom: medium double #25004A;
	padding-bottom: 4px;
	padding-left: 11px;
}

.linksbox a {
	font-weight: normal;
	border-bottom: none;
	line-height: 150%;
	color: #1E8A77;
}

.linksbox a:hover {
	font-weight: normal;
	color: #A00;
	border-bottom: 1px solid #A00;
}

/* *************************** 
   $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;
	border-bottom: none;
}

#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;
	min-height: 500px;/*	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;
}

#maincontent ul { 
	margin-left: 40px;
	margin-bottom: 18px;
}

#maincontent ul li { 
	list-style-type:circle;
	padding-bottom: 5px;
}

#maincontent img.leftside {
	border: 3px groove #888;
	margin-right: 15px;
	margin-bottom: 11px;
}

#maincontent img.evenmore {
	margin-right: 30px;
}

#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 14px 0;
	height/**/:/**/ 72px;
	color:#D5D5D5;
	font-size: 95%;
}

#footer .boldbig {
	font-size: 120%;
	font-weight: bold;
}

#footer a {
	color:#CA95FF;
	border-bottom: none;
}

#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; }

span.indent12 { margin-left: 20px; }

span.indent24 { margin-left: 40px; }

span.indent36 { margin-left: 60px; }

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; }

