* {
    outline: none;
	color: #000;
	font-family: Geneva, Arial, Helvetica, sans-serif !important;
} 

div {
	font-size:11px;
}

h1 {
	font-size:17px;
	margin-bottom:15px;
	/*font-weight:bold;*/
}

h3 {
	margin-bottom:5px;
}

h1, h2, h3, h4, h5, h6, legend span, label {
	color: #716144;
}

a:link, a:visited, a:active {
    color: #716144;
    text-decoration: none;
}

a:hover, p.orange a:link, p.orange a:visited, p.orange a:active, a.active {
    color: #fcb040;
}

a.active {
	font-weight:bold;
}

.orange {
	color: #fcb040;
}

#logo {
	/*float:right;*/
	position:relative;
	top:63px;
	left:11px;
}

#logo-outer-wrapper {
	
}

#logo-inner-wrapper {
	text-align:right;
}

.left-column {
	text-align:right;
	padding-top: 180px;
}

.two-column {
	padding-top:80px;
}

#nav-wrapper {
	text-align:center;
	margin-top:15px;	
}

#nav {
	text-transform: uppercase;
	/*border:1px solid #fff;*/
	font-size:12px;
	width:700px;
	margin-left:200px;
}

#nav ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
} 

#nav ul a {
    /*font-size: 14px;
    padding: 10px 12px;*/
  	padding: 0 29px;
    display: block;
}

#nav ul a.first {
	padding-left: 0;
}

#nav ul li {
    float: left;
    /*background: url('images/link-border.png') no-repeat right center;*/
}

/*#nav ul li ul li {
    background: none;
    float: none;
    text-align: left;
    border-bottom: 1px dotted #88774E;
}

#nav ul li ul {
    position: absolute;
    color: rgb(0, 0, 0);
    background-color: rgb(250, 247, 232);
    left: -999em;
    border-left: 1px dotted #88774E;
    border-right: 1px dotted #88774E;
    min-width: 175px;
}

#nav ul li:hover ul, ul#menutop li.sfhover ul {
    left: auto;
} */

#content-wrapper {
	/*position: relative;
	top: -40px;*/
}

.heading {
	font-weight:bold;
}

h3 a {
	/*padding-left: 12px;
	background: transparent url(/images/towerdesigncirclebrown.jpg) no-repeat center left;*/
	font-size:0.8em;
}

h3 a.active, h3 a:hover {
	padding-left: 12px;
	background: transparent url(/images/towerdesigncircle.jpg) no-repeat center left;
}

ul#sitemap > li {
	list-style:none;
	text-transform: uppercase;
}

ul#sitemap li li {
	list-style-image:url(/images/towerdesigncirclebrown.jpg);
	margin-left:20px;
	text-transform:none;
}

#footer {
    text-align: center;
	margin-top: 25px;
}

