﻿/* CSS Document */



a, a:visited{
  text-decoration: none;
  color: #484a06;
  font-weight: bold;
}

a:hover{
  text-decoration: underline;
  color: #FFFFFF;
}

.apt_name
{
	left: 0px;
	font-family: "Arial" , Times, serif;
	font-size:30px;
	width: 470px;
	font-weight:bold;
	color: #FFFFFF;
	padding: 28px;
	vertical-align: middle;
}

sup{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}


.copyright{
	width: 205px;
	position: relative;
	left: 160px;
}

.copyright a,.copyright a:visited{
  text-decoration: none;
  color: #927904;
  font-size: 12px;
}

.copyright a:hover{
  text-decoration:underline;
  color: #FFFFFF;
  font-size: 12px;
}
.logo{
	position: absolute;
	right: 11px;
	margin-top: 17px;
}

#footer{
	width: 760px;
	margin: 0px auto;
	padding: 0px;
	position:relative;
	clear:both;
	border-bottom: 2px solid #ffffff;
}

#footer .copy{
	width: 740px;
	margin: 0px auto;
	color: #927904;
}
h3{
	font-size: 30px;
}
#shell{
	position: relative;
	width: 774px;
	margin: 0px auto;
	background-image: url(../images/page_bg.gif);
	background-position: top center;
	background-repeat: repeat-y;	
}

.footer_info{
	background-color: #FED109;
	position: relative;
	bottom: 0;
	margin: 0px;
	padding-top: 5px;
	width: 760px;
	height: 40px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #927904;
}
#footer .res_link a, #footer .res_link a:visited{
  background-image: url(images/arrow_white.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 18px;
  text-decoration: none;
  color: #484a06;
  font-size: 12px;
}

#footer .prop_link a, #footer .prop_link a:visited{
  background-image: url(images/arrow_white.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 18px;
  text-decoration: none;
  color: #ffffff;
  font-size: 12px;
}

#footer .prop_link a:hover{
  background-image: url(images/arrow_white.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 14px;
  margin: 0px 0px 0px 4px;
  text-decoration: none;
}


#horizontal_nav{
	position: relative;
	width: 760px;
	height: 36px;	
	margin: 0px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-image: url(../images/nav_bg.gif);
	background-position: top center;
}

#horizontal_nav a, #horizontal_nav a:visited{
	color: #484a06;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
}

#horizontal_nav a:hover{
	text-decoration: underline;
	color: #989d0e;
}

#horizontal_nav ul{
	position: absolute;
	width: 760px;
	margin: 0px;
	padding: 0px;
	top: 15px;
}

#horizontal_nav .link1,.link2,.link3,.link4,.link5,.link6,.link7{
	position: absolute;
	list-style-type: none;
	font-weight: normal;
	width: 104px;
	text-align: center;
}

#horizontal_nav .link1{
	left: 1px;
}

#horizontal_nav .link2{
	left: 109px;
}

#horizontal_nav .link3{
	left: 217px;
}

#horizontal_nav .link4{
	left: 326px;
}

#horizontal_nav .link5{
	left: 435px;
}

#horizontal_nav .link6{
	left: 545px;
}

#horizontal_nav .link7{
	left: 653px;
}
#main_content{
	width: 760px;
	margin: 0px auto;
	position:relative;
}

.title{
	position: relative;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #FFFFFF;
	height: 22px;
	color: #FFFFFF;
	background-image:url(../images/bar.jpg);
	background-color: #ffffff;
}



td{
	padding: 0px 0px 0px 0px;
}

#top_banner{
	position: relative;
	margin: 0px auto;
	/*background-color: #777465;*/
	/* for a background image use the code below but hide background-color:*/
	background-image:url(../images/bannerbg.jpg);
	height: 100px;
	width: 760px;
}

