/*
-----------------------------------------------
http://www.spinkrealestate.com
author:   Logistica Systems
version:  04.12.2008
----------------------------------------------- */

html,body,div {
	font: normal 14px Arial, Helvetica, sans-serif; 
	color: #000000; 
	margin: 0; 
	padding: 0;
}


body {
	background-image: url(images/spink_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;	
}

td  {
	font: normal 14px Arial, Helvetica, sans-serif; 
	color: #000000; 
}

h1 {
	color: #666666;
	font: bold 14pt Arial, Helvetica, sans-serif;
}

h2 {
	margin: .6em  0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	
}

p	{
	margin: 0 0 1em 0;
	color:#000000;
	font: normal 14px; Arial, Helvetica, sans-serif;	
	line-height: 130%;	
	text-align:justify

}

div.quicknav {
	font-weight:bold;
	color:#FFFFFF;
	font-size:14px;
	padding-bottom:.5em;
}


ol,ul {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

li {
	color:#000;
	margin: 0;
	margin-bottom: 0.5em;
	font: normal 14px; Arial, Helvetica, sans-serif;
}

li.links {
	list-style-type: square;
	margin: 0;
	margin-bottom: 0.5em;
}


td.masthead_L {
	background-color: #FFFFFF;
	height:310px;
	padding: 5px 0 5px 5px;
}

td.masthead_R {
	background-color: #FFFFFF;
	height:310px;
	padding: 5px 5px 5px 0;
}

td.content_home_L {
	margin:0
	2width:470;
	padding: 1.5em 0 0 0;	
	background-color: #FFFFFF;
	background-image: url('images/home_cont_bg_L.jpg');
	background-repeat: no-repeat;
	background-position: 5px top;
	
}

td.content_home_R {
	margin:0
	2width:330;
	padding: 1.5em 0 0 0;	
	background-color: #FFFFFF;
	background-image: url('images/home_cont_bg_R.jpg');
	background-repeat: no-repeat;
	background-position: left top;

}

td.content_cell {
	padding-top: 1.5em;
	padding-right: 1.5em;
	padding-bottom: 7em;
	padding-left: 1.5em;
	background-color: #FFFFFF;
}

/* MISC */
.small		{font-size: 11px; color:#C80000; }

textarea, input, select  {
	font: normal 17px Arial, Helvetica, sans-serif; 
	padding: 2px;
	background-color:#F3F3ED;
}

.feat_img {
	border: 1px solid #999999;
}

.featured {
	background-color:#94C4DA; width:280px;
	border: 1px solid #999999;
	padding-top:5px;
	border-top:0;
	height: 40px;	
}

.img_detail {
	border: 1px solid #999999;
	margin-bottom:1em;
}

/* Generic Link */
a.link				{font: normal 14px Arial, Helvetica, sans-serif;  text-decoration: underline;}
a.link:link			{color: #0099E2; }
a.link:visited		{color: #0099E2; }
a.link:hover		{color: #0066CC; text-decoration: underline;}

/* Feature Link */
a.linkf				{font: bold 11px Arial, Helvetica, sans-serif;  text-decoration: none;}
a.linkf:link		{color: #FFF; }
a.linkf:visited		{color: #FFF; }
a.linkf:hover		{color: #000; text-decoration: underline;}

/* Listings Link */
a.linkl				{font: bold 14px Arial, Helvetica, sans-serif;  text-decoration: underline;}
a.linkl:link		{color: #000; }
a.linkl:visited		{color: #000; }
a.linkl:hover		{color: #000; text-decoration: none;}


/* Legal Stuff */
td.copyright	{
	font-size: 9px;
	font-weight:normal;
	color: #FFF;
	font-family: Verdana, arial, sans-serif;
	padding:  0 1em 1em 0;
	background-image: url(images/bott_banner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:200px;
}


a.logistica				{font-size: 9px; color: #FFF; font-family: Verdana, arial, sans-serif; text-decoration: none;}
a.logistica:link		{color: #FFF;}
a.logistica:visited		{color: #FFF;}
a.logistica:hover		{color: #FFF; text-decoration: underline; font-weight: normal; }


/*-----------------------------------------------
SATURDAY NAV 
-----------------------------------------------*/
ul#saturday{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	font-size:12px;
	font-weight:normal;
	background:transparent url("images/bgOFF.gif") repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	OFFborder-bottom:2px solid #000;
	OFFborder-top:2px solid #000;
	text-transform: uppercase;
}

ul#saturday li{display:block;float:left;margin:0;pading:0;}

ul#saturday li.divider {
display:block;float:left; padding:10px 15px 0 15px;height:24px;
background:transparent url("images/bgDIVIDER.gif") no-repeat top right;}

ul#saturday li a{
display:block;float:left;color:#FFFFFF;text-decoration:none;
padding:10px 15px 0 15px;height:24px;
background:transparent url("images/bgDIVIDER.gif") no-repeat top right;}

ul#saturday li a:hover{background:transparent url("images/bgHOVER.gif") no-repeat top right;}
ul#saturday li a.current,ul#saturday li a.current:hover{color:#fff;background:transparent url("images/bgON.gif") no-repeat top right;}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */