/* ROOT STUFF & MAIN ELEMENTS */

html,body {
    height: 100%;
    margin: 0;
}
body {
    background-image: url(../images/2011/topbackground.png);
    background-repeat: repeat-x;
    background-color: #f0f0f0;
    color: black;
    font-family: "myriad-pro-1", "myriad-pro-2", "Arial", sans-serif;
    font-size: 10.5pt;
    line-height: 1.3em;
    vertical-align: top;
}
#container {
    width: 886px;
    min-height: 100%;
    margin: 0 auto;
    padding: 0;
}
img {
    border: none;
}
a {
    color: #616f91;
    text-decoration: none;
}
a:hover {
    color: #fba927;
}
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 0.8em;
}
ul, ol {
    margin-left: 1.5em;
    padding-left: 0;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
b,strong {
    font-weight: bold;
}
i,em {
    font-style: italic;
}
.small {
    font-size: 0.8em;
    line-height: 1em;
}
h1 {
    position: absolute;
    bottom: 0;
    font-size: 1.8em;
    font-weight: bold;
    color: #42444b;
    text-transform: uppercase;
    line-height: 1.0em;
    margin-bottom: 5px;
}
h2 {
    font-size: 1.6em;
    font-weight: bold;
    color: #42444b;
    margin-bottom: 1em;
    line-height: 1.3em;
}
h3 {
    font-size: 1.3em;
    font-weight: bold;
    color: #42444b;
    margin-bottom: 1em;
    line-height: 1.2em;
}
h4 {
    font-size: 1.1em;
    font-weight: bold;
    color: #42444b;
    margin-bottom: 0.8em;
}
h5 {
    font-size: 1.0em;
    font-weight: bold;
}
hr {
    width: 100%;
    height: 1px;
    background-color: #dddddd;
    border: none;
    margin: 15px 0;
    clear: both;
}
table, th, td {
    vertical-align: top;
}
blockquote {
    width: 75%;
    margin: 1em auto;
}

/* HEADER SECTION */

#header {
    position: relative;
    height: 99px;
}
#headerLogo {
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 99px;
    background-image: url(../images/2011/TexasFiveSTarRealty.png);
    margin: 0;
}
#headerLogo > a {
    display: block;
    width: 220px;
    height: 99px;
    color: #13274c;
    font-size: 0;
    text-decoration: none;
}
#headerFavorites {
    position: absolute;
    top: 0;
    left: 604px;
}
#headerLogin {
    position: absolute;
    top: 0;
    left: 704px;
    width: 182px;
    height: 34px;
    background-image: url(../images/2011/login.png);
    color: white;
    text-align: center;
}
#headerLogin a {
    color: white;
    text-decoration: underline;
}
#headerLogin div {
    margin-top: 0.35em;
}
#headerChat {
    position: absolute;
    top: 74px;
    left: 512px;
}
#headerCompany {
    position: absolute;
    top: 74px;
    left: 657px;
}
#headerJoin {
    position: absolute;
    top: 74px;
    left: 734px;
}
#headerContact {
    position: absolute;
    top: 74px;
    left: 815px;
}
#breadshare {
    position: relative;
    height: 38px;
}
#breadcrumb, #sharethis {
    margin-top: 1em;
}


/* NAV MENU */

#nav {
    position: relative;
    height: 68px;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}
#nav > li {
    float: left;
    height: 68px;
    color: #13274c;
    font-size: 0;
    text-decoration: none;
}
.navSub {
    position: absolute;
    top: 68px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 100000;
}
.navSub li {
    width: 177px;
    height: 37px;
    background-image: url(../images/2011/ddnormal.png);
    font-size: 11pt;
    line-height: 2.4em;
}
.navSub li:last-child {
    background-image: url(../images/2011/ddbottom.png);
}
.navSub li:first-child {
    background-image: url(../images/2011/ddtop.png);
}
.navSub li:hover {
    background-image: url(../images/2011/ddhover.png);
}
.navSub a {
    color: white;
    text-decoration: none;
    vertical-align: middle;
    margin-left: 1em;
}
#navBuySub {
    left: 0px;
}
#navSellSub {
    left: 125px;
}
#navRentSub {
    left: 253px;
}
#navFinanceSub {
    left: 385px;
}
#navServicesSub {
    left: 550px;
}
#navAgentsSub {
    left: 721px;
}

/* BODY SECTION */

#content {
    position: relative;
    overflow: auto;
    padding-bottom: 383px;
    clear: both;
    vertical-align: top;
}
.lightbox{
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

/* FOOTER SECTION */

#footer {
    background-image: url(../images/2011/bottombackground.png);
    background-repeat: repeat-x;
    background-position: bottom;
    position: relative;
    margin-top: -383px;
    height: 383px;
    clear: both;
    font-size: 0.9em;
    line-height: 1.1em;
}
body:before { /*Opera Fix*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
#footerMap {
    width: 886px;
    margin: 30px auto;
}
.footerMapBlock {
    width: 24%;
    height: 90%;
    margin-top: 15px;
    padding: 0;
    float: left;
    border-left: solid 1px #9ea1a6;
}
.footerMapBlock:first-child {
    border-left: none;
}
#footerMap h3 {
    font-size: 1.3em;
    font-weight: bold;
    text-transform: uppercase;
    color: #003366;
    margin: 20px 0px 10px 15px;
}
#footerMap a {
    color: white;
    text-decoration: none;
}
#footerMap a:hover {
    color: #394b75;
}
#footerMap ul {
    margin-left: 0;
}
#footerMap li {
    margin: 5px 15px;
    list-style-type: none;
}
#footerColophon {
    width: 886px;
    margin: 50px auto;
    color: white;
}
#footerColophon a {
    color: #bbb;
    text-decoration: none;
}
#footerColophon a:hover {
    color: white;
}
#footerColophon img {
    vertical-align: middle;
}

/* FORMS */

input[type=text], input[type=password], select, textarea {
    padding: 3px;
    border: solid 1px #afafaf;
    background-color: white;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.formreq {
    color: red;
    font-size: 0.8em;
    font-style: italic;
}

/* MISC */

#barberpole {
    text-align: center;
    height: auto;
    width: auto;
}