@charset "utf-8";
/* CSS Document */

body {
	font-family: "Lucida Sans Unicode", Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #F3ECDC;
	text-align: center;
	padding: 0;
	background-image: url(/horseshoe/images/hsch_bg_v3d.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bodystyle a:visited {text-decoration: none; color: #0000CC;}

a:link  {  text-decoration: none; color: #0000CC; }
a:active {  text-decoration: none; color: #0000CC;}
a:visited {  text-decoration: none; color: #0000CC; }
a:hover  {  text-decoration: underline; color: #431F03;}

p {
	margin-top: 5px;
	margin-left: 5px;
}

body, td, tr, p, li {
    font-size: 12px;
    color: #000000;
}


h1 {
	font-size: 1.8em;
	margin:0 0 4px 0;
	padding: 2px 0 2px 0;
	text-transform: uppercase;
	height: 20px;
	color: #431F03;
	padding-top: 3px;
}

h2 {
	font-size: 1.5em;
	margin-bottom: 4px;
	border-bottom: solid #FFA229 1px;
	color: #431F03;
}

h3 {
	font-size: 1em;
	color: #FFA229;
	margin-bottom: 0;
}

h4 {
    font-size: 0.85em;
}

h5 {
    font-size: 0.82em;
}

p {
	margin-top: 4px;
	padding-bottom:4px;
	line-height: 130%;
	font-size: 1.1em;
}

li p {
font-size: 0.95em;
}


#pageHeader{
	width: 920px;
	background-color: #333333;
	margin: 0 auto;
}

#container {
	width: 920px;
	background: #F3ECDC;
	text-align: left;
	border: 1px solid #B38F24;
	margin: 0 auto;
}

#footer{
	width: 860px;
	margin: 0 auto;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer a:link, a:visited{
	color: #FFFFFF;
	text-decoration: underline;
	
}

.caption{
	font-size:10px;
}

.designby{
	font-size:8px;
}

.designby a:link, a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}

/* Nav Bar styles */
#GlobalNav {
	text-align: center;
	background-color: #FFFFFF;
    height: 25px !important;
    margin: 0 auto;
    padding: 0;
    width: 760px;
    z-index: 999 !important;
}
#NavTabs {
    width: 760px;
    height: 20px;
    padding: 0;
    margin: 0;
}
#nav, #nav ul {
    padding: 0;
    margin: 0;
    list-style: none !important;
    height: 20px;
    z-index: 5000;
}
#nav a, #nav a:visited, #nav a:active {
    display: block;
    font-size: 12px;
    font-family: verdana;
    color: #684A31;
    text-decoration: none !important;
}

#nav a:hover {
    display: block;
    font-size: 12px;
    font-family: verdana;
    color: #281202;
    text-decoration: none !important;
}

#nav li {
	float: left;
	padding: 3px 0;
	border-left: 1px solid #A74B07;
	border-right: 1px solid #A74B07;
}

#nav li.active	{
	background-color: #590e0e;
}

#nav li ul {
    position: absolute;
    left: -999em;
    width: 140px;
}

#nav li ul li {
    top: 0;
    left: 100%;
    width: 100%;
    background: #F3ECDC;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

#nav li:hover ul, #nav li.sfhover ul {
    background: #fff;
    left: auto;
    z-index: 999;
}

#nav li:hover, #nav li.sfhover {
	background: #DDDDDD;
}
#nav li li:hover, #nav li li.sfhover {
	cursor: hand;
	cursor: pointer;
	background: #DBC695;
}

.SubTabBot {
    width: 100%;
    padding-top: 1px;
    height: 9px;
    background-image: url(/images/subgreybot.jpg);
    background-repeat: repeat-x;
    background-position: bottom left;
    text-align: center;
}

li .TopSubTab {
    border-bottom: none !important;
    line-height: 1px;
}

li .LastSubTab {
    border-bottom: none !important;
}

.MiddleSubLi {
	text-align:left;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 1px solid #ccc;
}

.MiddleSubLi a {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* INDIVIDUAL TAB STYLES START HERE */
a#homeTab {
    text-decoration: none;
    width: 80px;
}

a#communitiesTab {
    text-decoration: none;
    width: 120px;
}

a#homesTab {
    text-decoration: none;
    width: 140px;
}

a#lotsTab {
    text-decoration: none;
    width: 70px;
}

a#floorplansTab {
    text-decoration: none;
    width: 100px;
}

a#featuresTab {
    text-decoration: none;
    width: 90px;
}

a#aboutTab {
    text-decoration: none;
    width: 100px;
}

a#contactTab {
    text-decoration: none;
    width: 100px;
}
