@charset "utf-8";
/* CSS Document */

/* FLORIDA REALTY INVESTMENTS
===================================== */

/* LAYOUT
===================================== */
body {
	background-image: url(images/bkgd-top.jpg);
	background-repeat: repeat-x;
	background-color: #DFD8CE;
	margin-top: 0px;
}


/* TYPE
===================================== */
h3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#503217;
padding-top:15px;
padding-left:12px;
padding-right:18px;
}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#503217;
	padding-top:15px;
	padding-left:12px;
	padding-right:18px;
	font-weight: normal;
}


.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002146;
	padding-left:12px;
	padding-right:18px;
}

/* removed excess spacing on left side of UL */
/* at Joyce Dowd JN 12/9/2011 */
.main ul {
	padding-left: 13px;
	line-height: 140%;
}

.main h3{
	font-family: Arial, Helvetica, sans-serif;
	color: #002146;
	padding-left:12px;
	padding-right:18px;
}

.search {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: 11px;
font-weight: bold;
background-color: #020f1d;
background-image:url(images/searchBG.gif);
background-repeat:no-repeat;
background-position:top;
}

.nav {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: 11px;
font-weight: bold;
background-color: #002146;
}

.login {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #121212;
font-size: 11px;
font-weight: bold;
background-color: #002146;
}

.subnav {
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #9A4A03;
font-weight:bold;
font-size: 11px;
}

.footer {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
font-size:9px;
line-height:30px;
}

.tiles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #503217;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}

/* LINKS
===================================== */
.main a:link {
	color: #9A4A03;
	text-decoration: underline;
}
.main a:visited {
	color: #9A4A03;
	text-decoration: underline;
}
.main a:hover {
	color: #9A4A03;
	text-decoration: underline;
}
.main a:active {
	color: #9A4A03;
	text-decoration: underline;
}

.search a:link, .search a:visited {
	color: #ffffff;
	display:block;
	width:100%;
	text-decoration:none;
	padding:9px;
}
.search a:hover {
	color: #ffffff;
	background: #9A4A03;
	text-decoration: none;
	background-image:url(images/searchBG.gif);
    background-repeat:no-repeat;
    background-position:top;
}
.search a:active {
	color: #ffffff;
	text-decoration:none;
}

.nav a:link, .nav a:visited, .nav a:active {
	color: #ffffff;
	display:block;
	width:100%;
	text-decoration:none;
	padding:5px 9px;
}
.nav a:hover {
	color: #ffffff;
	background: #2E568A;
	text-decoration: none;
}

.login a:link, .login a:visited, .login a:active {
	color: #121212;
	display:block;
	width:100%;
	text-decoration:none;
	background-image: url(images/loginON.jpg);
    background-repeat: no-repeat;
    background-position: left top;
	padding:12px 9px;
}
.login a:hover {
	color: #121212;
	text-decoration: none;
	background-image: url(images/loginOVER.jpg);
}


.subnav a:link, .subnav a:visited {
	color: #9A4A03;
	display:block;
	width:100%;
	text-decoration:none;
	padding:5px 9px;
}
.subnav a:hover {
	color: #9A4A03;
	background: #020f1d;
	text-decoration: none;
}
.subnav a:active {
	color: #9A4A03;
	text-decoration: none;
}

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

.tiles a:link {
	color: #6B5401;
	text-decoration: underline;
}
.tiles a:visited {
	color: #6B5401;
	text-decoration: underline;
}
.tiles a:hover {
	color: #9A4A03;
	text-decoration: underline;
}
.tiles a:active {
	color: #6B5401;
	text-decoration: underline;
}

/* IMAGE STYLE
=========================================== */
.imgRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.imgLeft {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.style2 {
	color: #002146;
	font-weight: bold;
}

