﻿/* This controls the overall website position*/

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}

/* This controls the overall website position*/


/*This controls the header background and logo*/

.header-bg {
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat;
	max-height: 145px;
}


.website-logo {
	background-image: url(images/website-logo.jpg);
	background-repeat: no-repeat;
}
.header-call_info {
	background-image: url(images/call-header-info.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


/*This controls the header background and logo*/

/*This controls the top nav links */

.top-nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
}

.top-nav a {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #FFFFFF;
}

.top-nav  a:link {
	text-decoration: none;
}

.top-nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.top-nav a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

.top-nav a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.top-nav-div {
	background-image: url(images/top-nav-div.jpg);
	background-repeat: no-repeat;
	height: 14px;
	width: 22px;
	background-position: center bottom;
}

/*This controls the top nav links */

/*This controls the top nav links */
.header-call_infotxt {
	background-repeat: no-repeat;
	background-position: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
}

/*This controls the nav links */

.nav-bg {
	background-image: url(images/nav-up.png);
	background-repeat: repeat;
}

.nav-div {
	background-image: url(images/nav-div.png);
	background-repeat: no-repeat;
	height: 53px;
	width: 24px;
}
.nav-border {
	background-color: #a6c1dd;
}

.main-nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}

.main-nav a {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #FFFFFF;
}

.main-nav a:link {
	text-decoration: none;
}

.main-nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.main-nav  a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.main-nav a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/*This controls the top nav links */

#sidenav {
	background-image: url(images/nav-up.png);
	background-repeat: repeat;
}
 

#sidenav:hover {
	background-image: url(images/nav_over.png);
	background-repeat: repeat;
}

/* This controls the top nav links */

/* This Controls the slideshow and small search box */

.slideshow-bg {
	background-image: url(images/slide-bg.png);
	background-repeat: repeat;
}
.sml-search-bg {
	background-image: url(images/small-search-bg.gif);
	background-repeat: no-repeat;
}
.sml-search-title {
	background-image: url(images/sml-search-title.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.sml-search-img {
	background-image: url(images/sml-search-img.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

/* This Controls the slideshow and small search box */

/* This controls the body */
.main-website-body {
	background-image: url(images/main-body-back.jpg);
	background-repeat: repeat-x;
	background-color: #305780;
}
/* This controls the body */

/* This controls the footer */
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(images/footer-bg.png);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
}

.footer a:link {
	color: #FFFFFF;
	text-decoration:none;
}
.footer a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.footer a:hover {
	color: #CCCCCC;
	text-decoration:none;
}
.footer a:active {
	color: #FFFFFF;
	text-decoration:none;
}

.footer a {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
}
.main-website-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
}

.main-website-text a:link {
	color: #FFFFFF;
	text-decoration:none;
}
.main-website-text a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.main-website-text a:hover {
	color: #CCCCCC;
	text-decoration:none;
}
.main-website-text a:active {
	color: #FFFFFF;
	text-decoration:none;
}

.lrg-srh-bg {
	background-image: url(images/lrg-search-bg.png);
	background-repeat: no-repeat;
}
.agent-img {
	padding: 4px;
}


.featured {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
}

/* Adjust Photo Size (Typically height: 130px; width: 170px) */  
table.featuredPropertyPic img.photo { height: 202px; width: 265px; }   

/* Link Text */  
/* Note: Must change font size using fs argument (see below) */  
div.ihfslidestext a {
	font-weight:bold;
	color:#FFFFFF;
	font-size: 12px;
	text-decoration: none;
}   
div.ihfslidestext a:hover {
	font-weight:bold;
	color:#CCCCCC;
	font-size: 12px;
	text-decoration: none;
}   

