/* Primary CSS Document: McMichael Realty */

body {
	margin: 0px;
	background: url(../images/bg.jpg);
	background-color: #855000;
	background-position: top;
	background-repeat: no-repeat;
}

/******************************
 FONT STYLES
 ******************************/
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003366;
	font-variant: small-caps;
	border-bottom: 1px dotted #CCCCCC;
}

.default {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.large {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CC6600;
}

.related_community_active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}

/******************************
 DIV / TABLE STYLES
 ******************************/
div.ticker {
	width: 772px;
	height: 24px;
	background: url(../realestate_images/realestate_ticker.jpg); background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.table_outline {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	background-image: url(../images/tablebg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

div.header {
	width: 772px;
	height: 115px;
	background: url(../realestate_images/mcmichael_realty_header.jpg); background-repeat: no-repeat;
}

div.navigation {
	width: 755px;
	height: 34px;
}

div.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

div.footer {
	width: 755px;
}


/******************************
 URL STYLES
 ******************************/
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FFCC33;
}
a:active {
	color: #999999;
}

.navv a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.navv a:visited {
	color: #FFFFFF;
}
.navv a:hover {
	color: #FFCC33;
}
.navv a:active {
	color: #FFFFFF;
}

.related_community a:link {
	color: #990000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.related_community a:visited {
	color: #990000;
	font-size: 12px;
}
.related_community a:hover {
	color: #0033CC;
	font-size: 12px;
}
.related_community a:active {
	color: #990000;
	font-size: 12px;
}
.related_community {
	color: #B0B0B0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/******************************
 NEWS TICKER (IN HEADER)
 ******************************/
#newsticker {
	background: transparent;
	position: relative;
}
#newsticker ul {
	border: 0px;
	list-style: none;
	min-height: 1.6em;
	padding: 10px 15px;
	padding-right: 30px;
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
/* #newsticker #togglenewsticker {
	background: transparent url("icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
} */
* html #newsticker #togglenewsticker {
	right: 30px;
}
