body {margin-top:6px;}
/* 
* Header attribute options for top header image background
* uses class calls to set the bkgrnd image and border around
* the box.
*/
.tinytext {font-size: 11px; font-family:Verdana, Geneva, sans-serif}

#signpost {
	background: url(images/top_agent_signpost.png) right 0 no-repeat;
}
.headersky {
	background-image:url(images/nashvilleskyline.png);
	background-position:top left; 
	background-repeat:no-repeat; 
	height: 290px; 
	padding-left:20px; 
	padding-top: 50px;
	border:#FFDF55 ridge .5em;
}
.headersky_lt{
	background-image:url(images/skyline_blue.png);
	background-position:bottom left; 
	background-repeat:no-repeat; 
	height: 240px; 
	padding-left:20px; 
	padding-top: 50px;
	border: ridge #55F .5em; 
}
.headersky_splash_bl {
	background-image:url(images/skyline_bl_splashlites.png);
	background-position:bottom left; 
	background-repeat:no-repeat; 
	height: 240px; 
	padding-left:20px; 
	padding-top: 50px;
	border: ridge #55F .5em;
}
.headerky_solar_gold{
	background-image:url(images/solar_skyline.png);
	background-position:bottom left; 
	background-repeat:no-repeat; 
	height: 240px; 
	padding-left:20px; 
	padding-top: 50px;
	border:#FFDF55 ridge .5em;
}

.fl {float:left;}
.fr {float:right}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color:#000;
}
.headline {  font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; font-variant: normal; letter-spacing: -2px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: #000000}


.subheadline { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; font-variant: normal; letter-spacing: -1px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px}

.sidebarheadline { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; font-variant: normal; letter-spacing: -1px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px}

.address_headline {  font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; font-variant: normal; letter-spacing: -2px; margin-top: 6px; margin-right: 0px; margin-bottom: 4px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: #000000}
.sidebartext {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color:#000}

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

.bodyimage {  border: #999999; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; margin-left: 20px}

.hilite_insert {  background-color: #FFAE00; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; border: 2px #98876F dotted}

a {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration:none;
}

a:hover{ text-decoration:underline;
		}
.Blue_hl {
	background-color: #000;
	font-size: 16px;
	color: #FFAE02;
	font-weight: 600;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #808000;
	width: 80%;
	padding-left: 0.5em;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}

.resource_hl {
	background-color: #000;
	font-size: 14px;
	color: white;
	font-weight: 600;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #808000;
	width: 80%;
	padding-left: 0.5em;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}

.blueMenuHeadline {
	border-bottom-color: #808000;
	border-bottom-style: inset;
	border-bottom-width: 0.25em;
	font-weight: 800;
	color: #D4DF00;
	background-color: #000;
	padding-left: 5px;
}

/* 
	Menutable classes for building a better menu
	Built by Scott Fleming citynetlinks.com 
	Director of Web Support and all the domains 
	he sees fit.

*/
table#tblMenuBar {
	margin-left: .55em;
	margin-right: .15em;
}

TABLE#tblMenuBar TD  {
	font-size : 13px;
	font-weight: 700;
	text-align: center;
	color:#000;
	padding : 8px 0px 8px 8px;
	font-family : verdana, geneva;
	border-bottom: 2px outset #7F7F55;
	border-top: 2px outset #7F7F55;
	border-right: 2px outset #7F7F55;
	background-color:#B7B42B;
	background:url(images/menubarbkg.png);
	background-repeat:repeat-x;
	background-position:center;
}
td.opener {
	border-left: 2px outset #7F7F55;
	text-align: center;
	padding-right: 8px;
	
}
#closer {
	border-right: 0px outset #7F7F55;
	border-left: 0px;
}

A#tblMenuBar {
	text-decoration:none;
	color: #00006F;
}
A#tblMenuBar:hover  {
	color: #F00;
	
	
}

TABLE#tblMenuBar TD.clsMenuBarItem  {
	cursor : hand;
}

DIV.clsMenu  {
	font-size : 11px;
	filter : progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#fefefe,endColorStr=#dcdcba);
	position : absolute;
	visibility : hidden;
	padding : 0px 5px 5px 10px;
	border-top : 2 white outset;
	border-left : 2 white outset;
	border-right : 2 white outset;
	border-bottom :1 white outset;
}

DIV.clsMenu A  {
	text-decoration : none;
	color : Black;
	font-size : 11px;
}

DIV.clsMenu A:hover  {
	COLOR : #3333ff;
}.LogoMarker {
	position: relative;
	width: 209px;
	height: 113px;
	left: 626px;
	top: 1522px;
	background-image:url(images/century21PatCarrollLogo.png);
	background-position:center;
	background-repeat:no-repeat;
}

div.offices{
	margin: 10px 0px 20px 0px;
}

div.listingtext{
	background-color:#FFF;
	padding: 2px 2px 2px 2px;
	font-family:Verdana, Geneva, sans-serif;
	
}
