/* CSS Document 
	Cobb Farr
*/

/*HTML TAGS*/
a:link, a:visited
{
	font-family				:Arial, Helvetica, sans-serif;
	font-size				:11px;
	color						:#333366;
	text-decoration		:none;
}
a:hover
{
	font-family				:Arial, Helvetica, sans-serif;
	font-size				:11px;
	color						:#333366;
	text-decoration		:underline;
}

tr, td
{
	font-family				:Arial, Helvetica, sans-serif;
	font-size				:11px;
	color						:#000000;
}

textarea, option, select, input.textboxes
{
	font-family				:Arial, Helvetica, sans-serif;
	font-size				:10px;
	color						:#000000;
	width						:160px;
}
checkbox, input
{
	font-family				:Arial, Helvetica, sans-serif;
	font-size				:10px;
	color						:#000000;
}

/* OTHER CLASSES */
.propertyImgBorder
{
	border-style			:solid;
	border-width			:2px;
	border-color			:#000000;
}

/* LINKS */
a.pS:link, a.pS:visited
{
	font-family				:Arial, Helvetica, sans-serif;
	font-size				:10px;
	color						:#FFF7B7;
	text-align				:center;
	background-color		:#000000;
	border-width			:1px;
	border-style			:solid;
	border-color			:#FFF7B7;
	text-decoration		:none;
	height					:15px;
	width						:85px;;
	display					:block;
}
a.pS:hover
{
	font-family				:Arial, Helvetica, sans-serif;
	font-size				:10px;
	color						:#000000;
	text-align				:center;
	background-color		:#FFF7B7;
	border-width			:1px;
	border-style			:solid;
	border-color			:#000000;
	text-decoration		:none;
	height					:15px;
	width						:85px;
	display					:block;
}

.office_name { color:#fff7b7;background-color:#000000;line-height:25px;width:150px;margin:0 auto;font-weight:bold;font-size:14px; }
.office_photoWrap {margin:0 0 10px 0 ; } 
.office_details { font-size:12px;font-weight:normal;margin:10px 0 0 0; }
