/* CSS Document */
td,p,div{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}
.shhhh { display:none; }
.small{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}
.bold{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
color:16006A;
}
.header{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:16006A;
}
.pic{
margin-left:10px;
margin-bottom:5px;
margin-top:5px;
}

/***********************************************/

body{
	/*position:relative;*/
	margin-top: 10px;
}

.linkbutton {
	display:block;
	color:#16006A;
	font-size:16px;
	font-weight:bold;
}
.linkbutton a {
	display:block;
	line-height:16px;
	height:16px;
	color:#ffffff;
	text-decoration:none;
}
.linkbutton a:hover {
	display:block;
	line-height:16px;
	height:16px;
	color:#E9B300;
	text-decoration:none;
}
.navlist
{
margin: 0;
font:16px Arial bold;
padding: 0 0 0px 0px;
}

.navlist ul, .navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

.navlist a:link, .navlist a:visited
{
float: center;
margin: 10px 25px 10px 25px;
text-decoration: none; 
padding:3px;
color: #ffffff;
}

.navlist a:link#current, .navlist a:visited#current, .navlist a:hover
{
color: #fff;
}

.navlist a:hover 
{
color:#E9C95C;
}

#announcement {
	display: block;
	margin: 3px 0 5px;
	padding 0;
	display: block;
	width: 514px;
	height: 50px;
	border: 1px solid #898989;
	background-color: #ffffff;
}
#announcement_inner {
	display: block;
	width: 498px;
	height: 34px;
	margin: 7px 7px;
	padding: 0;
	border: 1px solid #898989;
	background-color: #E9C95C;
}
#announcement_inner p {
	display:block;
	margin: 7px 0 0 0!important;
	padding: 0;
	font-size: 16px !important;
	text-align: center !important;	
	vertical-align: middle !important;
}

div#bottom {
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align:center;

}

div#bottom p#site_map {
	margin-top: 10px;
}

div#bottom div.center_ul {
	margin: 0 auto;
	width: 770px;
}

div#bottom ul{
	list-style: none;
/*	float:left;*/
	width: 770px;
	display: block;
	margin: 0;
	padding: 0;
}


div#bottom ul p{
	margin:0;
	padding:0;
}

div#bottom ul a{
	margin-top:5px;
	padding:0;
}


div#bottom ul li{
	float:left;
	margin: 0 15px;
}

div#bottom ul li#equal_housing_logo{
	display: block;
	width: 75px;
	height: 79px;
	background: transparent url(images/equal_housing_logo.jpg) 0 0 no-repeat;
	overflow: hidden;
	text-indent:-9999px;
	margin-left: 161px;
}

a#eye{ 
	display: block;
	width: 30px;
	height: 30px;
	background: transparent url(images/eye.png) 0 0 no-repeat;
	overflow: hidden;
	text-indent:-9999px;
}

a#eye:hover{ 
	background: transparent url(images/eye.png) 0 -30px no-repeat;
}

a#ghertner_logo{ 
	display: block;
	width: 226px;
	height: 38px;
	background: transparent url(images/ghertner_logo.jpg) 0 0 no-repeat;
	overflow: hidden;
	text-indent:-9999px;
}


/* HOME FADER */

div#home_fader {
	width: 515px;
	height: 529px;
	position: relative;
	display: block;
	overflow: hidden;
	margin: 2px 0 0 0;
	clear: left;
}

div#home_fader ul {
	position: relative;
	width: 515px;
	height: 529px;
	list-style: none;
	margin: 0;
	padding: 0;
}

div#home_fader ul li {
	width: 515px;
	height: 529px;
	border-bottom: 1px solid red;
	color: white;
	position: absolute;
	left: 0;
	top: 0;	
	display: none;
	overflow: hidden;
	text-align: left;
}

div#home_fader ul li p {
    position:relative;
    zoom:1; /* Enable layout in IE */
    color:#444; /* Color of shadow? */
    z-index:9;
    font-family: 'Rokkitt', serif;
    font-size: 40px;
    left: 30px;
}

div#home_fader ul li p em {
    position:absolute;
    top:-1px;
    left:-1px;
    z-index:10;
    color:#fff; /* Color of the text? */
    font-style:normal; /* Only if you want to remove default styling of the EM-tag */
    text-shadow: #000 0px 0px 3px;
}


/*  SOCIAL ICONS  */

div#social {
	position:absolute;
	top: 10px;
	left: 50%;
	margin-left:390px;
	width: 32px;
	padding: 0 3px 0 3px;
	background-color:transparent;
}

body > div#social {
	position:fixed;
}

div#social a{
	display:block;
	width: 32px;
	height: 32px;
	margin: 0 0 3px 0;
	padding: 0;
	text-indent:-9999px;
	overflow:hidden;
}

div#social a#facebook:hover{
	background: transparent url(images/social.png) 0 -32px no-repeat;
}

div#social a#facebook{
	background: transparent url(images/social.png) 0 0 no-repeat;
}

div#social a#twitter:hover{
	background: transparent url(images/social.png) -32px -32px no-repeat;
}

div#social a#twitter{
	background: transparent url(images/social.png) -32px 0 no-repeat;
}
