/*//////////////////////////////////////////////////////////////
// Reset CSS Code for browser compatability
///////////////////////////////////////////////////////////////*/
html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0px;
}

/*//////////////////////////////////////////////////////////////
// set TAG code
///////////////////////////////////////////////////////////////*/
p,body,table,td,tr,input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body{
	background-image:url(art/background_top.jpg);
	background-repeat:repeat;
	background-position:top;
	background-color: #333333;
	margin:0px 0px 0px 0px;
}
a{
	color:#FF0000;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #FFFFFF;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	margin:0px 0px -15px 0px;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF0000;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#FFFFFF;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	margin:0px 0px 2px 0px;
}
/*/////////////////////////////////////////////////////////////////////////
 collage bar
//////////////////////////////////////////////////////////////////////////*/
#collage{
	background-repeat:no-repeat;
	background-position:right;
	background-image:url(art/collage.jpg);
	width:950px;
	height:200px;
	position:absolute;
	margin-left:-475px;
	left:50%;
	top:0px;
}
/*/////////////////////////////////////////////////////////////////////////
 top bar text
//////////////////////////////////////////////////////////////////////////*/
#titletext{
	padding:5px;
	width:940px;
	height:40px;
	position:absolute;
	margin-left:-465px;
	left:50%;
	top:150px;
}
#titletext2{
	padding:5px;
	width:940px;
	height:40px;
	position:absolute;
	margin-left:-465px;
	left:50%;
	top:10px;
}
/*/////////////////////////////////////////////////////////////////////////
 menu bar
//////////////////////////////////////////////////////////////////////////*/
.menubar{
	background-repeat:repeat-x;
	background-image:url(art/menu_back.jpg);
	width:950px;
	height:40px;
	padding:0px;
	position:absolute;
	margin-left:-475px;
	left:50%;
	top:210px;
	text-align:left;
	vertical-align:top;
	border:#666666 dotted 1px;
}
.menubar2{
	background-repeat:repeat-x;
	background-image:url(art/menu_back.jpg);
	width:950px;
	height:40px;
	padding:0px;
	position:absolute;
	margin-left:-475px;
	left:50%;
	top:70px;
	text-align:left;
	vertical-align:top;
	border:#666666 dotted 1px;
}
.linkbar{
	width:950px;
	height:30px;
	padding:0px;
	margin-top:10px;
	text-align:center;
	vertical-align:top;
}

#menu{
	padding:1px;
	margin:0px;
	color:#FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	white-space:nowrap;
	list-style-type:none;
}
#menu li {
	display:inline;
	height:30px;
	vertical-align:middle;
	text-align:center;
}
#menu li a{
	padding-top:12px;
	padding-bottom:12px;
	padding-left:9px;
	padding-right:9px;
	background:none;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	border-right:1px dotted #cccccc;
}
#menu li a:hover{
	background:#CCCCCC;
	color:#000000;
}
/*/////////////////////////////////////////////////////////////////////////
 menu bar
//////////////////////////////////////////////////////////////////////////*/
#contentheader{
	background-repeat:no-repeat;
	background-image:url(art/content_header.jpg);
	width:950px;
	height:20px;
	padding:0px;
}
#contentfooter{
	background-repeat:no-repeat;
	background-image:url(art/content_footer.jpg);
	width:950px;
	height:20px;
	padding:0px;
}
/*/////////////////////////////////////////////////////////////////////////
 menu bar
//////////////////////////////////////////////////////////////////////////*/
#photoheader{
	background-repeat:no-repeat;
	background-image:url(art/content_photo_header.jpg);
	width:950px;
	height:20px;
	padding:0px;
}
#photofooter{
	background-repeat:no-repeat;
	background-image:url(art/content_photo_footer.jpg);
	width:950px;
	height:20px;
	padding:0px;
}

/*/////////////////////////////////////////////////////////////////////////
 main holder
//////////////////////////////////////////////////////////////////////////*/
#side_small{
	width:340px;
	height:600px;
	position:absolute;
	margin:0px 0px 0px 135px;
	left:50%;
	top:260px;
	padding:0px;
	border:#FFFFFF solid 0px;
}
#side_large{
	width:600px;
	height:600px;
	position:absolute;
	margin:0px 0px 0px -475px;
	left:50%;
	top:260px;
	padding:0px;
	border:#FFFFFF solid 0px;
}
#side_tiny{
	width:120px;
	height:600px;
	position:absolute;
	margin:0px 0px 0px 355px;
	left:50%;
	top:120px;
	padding:0px;
	border:#FFFFFF solid 0px;
}
#side_huge{
	width:800px;
	position:absolute;
	margin:0px 0px 0px -475px;
	left:50%;
	top:120px;
	padding:0px;
	border:#FFFFFF solid 0px;
}
/*/////////////////////////////////////////////////////////////////////////
 panels
//////////////////////////////////////////////////////////////////////////*/
#small_panel_white{
	width:320px;
	padding:10px;
	margin-bottom:10px;
	border:#000000 dotted 1px;
	background-image:url(art/header_white.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#dddddd;
	color:#FFFFFF;
}
#small_panel_red{
	width:320px;
	padding:10px;
	margin-bottom:10px;
	border:#000000 dotted 1px;
	background-image:url(art/header_red.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#990000;
	color:#FFFFFF;
}
#small_panel_grey{
	width:320px;
	padding:10px;
	margin-bottom:10px;
	border:#666666 dotted 1px;
	background-image:url(art/header_grey.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#000000;
	color:#FFFFFF;
}
#tiny_panel_grey{
	width:100px;
	padding:10px;
	margin-bottom:10px;
	border:#FF0000 dotted 1px;
	background-image:url(art/header_grey.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#000000;
	color:#FFFFFF;
}
#large_panel{
	width:580px;
	padding:10px;
	margin-bottom:10px;
	border:#666666 dotted 1px;
	background-image:url(art/right_side_panel_header.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
#food_panel{
	width:580px;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:10px;
	border:#999999 dotted 1px;
	background-image:url(art/right_side_panel_header.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#000000;
	color:#FFFFFF;
	font-size:16px;
}
#huge_panel{
	width:800px;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:10px;
	border:#999999 dotted 1px;
	background-image:url(art/right_side_panel_header.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#000000;
	color:#FFFFFF;
	font-size:12px;
}
#testimonial_row{
	padding:10px;
	margin-top:5px;
	border:#333333 dotted 1px;
	background-repeat:repeat-x;
	background-position:top;
	background-color:#111111;
	color:#FFFFFF;
	font-size:12px;
}
#testimonial_row div{
	padding:2px;
	padding-left:10px;
	color:#999999;
	font-size:12px;
}
/*/////////////////////////////////////////////////////////////////////////
 main holder
//////////////////////////////////////////////////////////////////////////*/
#event_row{
	padding:5px;
	margin-top:5px;
	border:#333333 dotted 1px;
	background-repeat:repeat-x;
	background-position:top;
	background-color:#111111;
	color:#CC0000;
	font-size:12px;
}
#event_row:hover{
	border:#666666 dotted 1px;
}
#event_row a{
	color:#cccccc;
}
#event_row a:hover{
	color:#ffffff;
}
/*/////////////////////////////////////////////////////////////////////////
 main holder
//////////////////////////////////////////////////////////////////////////*/
#gallery_row{
	padding:5px;
	margin-top:5px;
	border:#333333 dotted 1px;
	background-repeat:repeat-x;
	background-position:top;
	background-color:#111111;
	color:#CC0000;
	font-size:12px;
}
#gallery_row a img{
	float:left;
	margin-right:10px;
	border:#FFFFFF dotted 1px;
}
#gallery_row a img:hover{
	border:#FFFFFF solid 1px;
}
#gallery_row:hover{
	border:#666666 dotted 1px;
}
#gallery_row div{
	color:#CC0000;
	font-size:12px;
}
#gallery_row div+div{
	color:#DDDDDD;
	font-size:12px;
	min-height:25px;
}
/*/////////////////////////////////////////////////////////////////////////
 main holder
//////////////////////////////////////////////////////////////////////////*/
#gallery_cell{
	text-align:center;
	vertical-align:center;
	display:inline;
}
#gallery_cell a img{
	margin:17px;
	border:#FFFFFF dotted 1px;
}
#gallery_cell a img:hover{
	border:#FFFFFF solid 1px;
}
/*/////////////////////////////////////////////////////////////////////////
 main holder
//////////////////////////////////////////////////////////////////////////*/
#paging{
	padding:1px;
	margin:0px;
	color:#FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	white-space:nowrap;
	list-style-type:none;
	margin-top:2px;
	margin-bottom:2px;
}
#paging li {
	display:inline;
	vertical-align:middle;
	text-align:center;
	font-size:18px;
	color:#FFFFFF;
}
#paging li a{
	font-size:12px;
	padding:5px;
	padding-left:9px;
	padding-right:9px;
	background-color:#222222;
	color:#FFFFFF;
	text-decoration:none;
	border:1px dotted #333333;
}
#paging li a:hover{
	color:#cc0000;
	background-color:#333333;
	color:#cc0000;
	text-decoration:none;
	border:1px dotted #555555;
}
/*/////////////////////////////////////////////////////////////////////////
 main holder
//////////////////////////////////////////////////////////////////////////*/
#photonav{
	padding:1px;
	margin:0px;
	color:#FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	white-space:nowrap;
	list-style-type:none;
	margin-top:2px;
	margin-bottom:2px;
}
#photonav li {
	display:inline;
	vertical-align:middle;
	text-align:center;
	font-size:12px;
	color:#666666;
}
#photonav li a{
	font-size:12px;
	padding:5px;
	padding-left:9px;
	padding-right:9px;
	background-color:#222222;
	color:#FFFFFF;
	text-decoration:none;
	border:1px dotted #333333;
}
#photonav li a:hover{
	color:#cc0000;
	background-color:#333333;
	color:#cc0000;
	text-decoration:none;
	border:1px dotted #555555;
}
/*/////////////////////////////////////////////////////////////////////////
 main holder
//////////////////////////////////////////////////////////////////////////*/
#links{
	padding:5px;
	margin-top:5px;
	border:#333333 dotted 1px;
	background-color:#111111;
	color:#FFFFFF;
	font-size:12px;
}
#links a{
	color:#FFFFFF;
	font-size:12px;
}
#links div{
	color:#999999;
	font-size:12px;
}
#links a img{
	border:#FFFFFF dotted 1px;
}
#links a img:hover{
	border:#FFFFFF solid 1px;
}
/*/////////////////////////////////////////////////////////////////////////
 main holder
//////////////////////////////////////////////////////////////////////////*/
#event_box{
	padding:10px;
	margin-top:5px;
	border:#333333 dotted 1px;
	background-repeat:repeat-x;
	background-position:top;
	background-color:#111111;
	font-size:12px;
}
/*/////////////////////////////////////////////////////////////////////////
 main holder
//////////////////////////////////////////////////////////////////////////*/
#big_photo{
	border:#FFFFFF dotted 1px;
}
/*/////////////////////////////////////////////////////////////////////////
 main holder
//////////////////////////////////////////////////////////////////////////*/
#formtable{
	padding:10px;
	border:#555555 dotted 1px;
	text-align:left;
	color:#FFFFFF;
	background-color:#333333;
}
#formtable input{
	border:#cccccc solid 1px;
	background-color:#ffffff;
	font-size:12px;
	width:200px;
}
/*/////////////////////////////////////////////////////////////////////////
 main holder
//////////////////////////////////////////////////////////////////////////*/
#preforeclosure_content{
	background-color:#EEEEEE;
	width:950px;
	padding:0px;
}
#preforeclosure_content tr td{
	width:260px;
	vertical-align:top;
	text-align:center;
	padding: 0px 5px 0px 7px;
}
#preforeclosure_content tr td a img{
	border:#0099FF solid 1px;
}
#preforeclosure_content tr td+td{
	width:340px;
	vertical-align:top;
	padding: 0px 5px 0px 5px;
}
#preforeclosure_content tr td+td+td{
	width:303px;
	background-color:#87A9D6;
	border-left:#CCCCCC solid 1px;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	vertical-align:top;
}
/*/////////////////////////////////////////////////////////////////////////
 recently saved homes modules
//////////////////////////////////////////////////////////////////////////*/
#recently_saved_homes div{
	border-bottom:#EEEEEE dotted 1px;
	padding:10px;
	text-align:left;
}
#recently_saved_homes div a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
#recently_saved_homes div img{
	border:solid 1px;
	width:30px;
	height:30px;
	margin-right:5px;
	float:left;
}
/*/////////////////////////////////////////////////////////////////////////
 recently saved homes modules
//////////////////////////////////////////////////////////////////////////*/
#recently_shortsale_homes div{
	border-bottom:#CCCCCC dotted 1px;
	padding:5px 5px 15px 5px;
	text-align:left;
}
#recently_shortsale_homes div a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0099FF;
}
#recently_shortsale_homes div img{
	border: #000000 solid 1px;
	width:50px;
	height:50px;
	margin-right:5px;
	float:left;
}
/*/////////////////////////////////////////////////////////////////////////
 recently saved homes modules
//////////////////////////////////////////////////////////////////////////*/
#pageitem{
	border-bottom:#CCCCCC dotted 1px;
	padding:10px;
	text-align:left;
}
#pagedetails{
	border:#CCCCCC dotted 1px;
	background-color:#FFFFFF;
	padding:10px;
	text-align:left;
	margin-bottom:10px;
}
#pagechild{
	border-top:#CCCCCC dotted 1px;
	padding:5px;
	text-align:left;
}
#pagechild a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
#pagechild a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0099FF;
	font-weight:bold;
}
/*/////////////////////////////////////////////////////////////////////////
 recently saved homes modules
//////////////////////////////////////////////////////////////////////////*/
#pagepdf{
	border-bottom:#CCCCCC dotted 1px;
	padding:10px;
	text-align:left;
}
#pagepdf img{
	margin-right:10px;
	border:none;
	height:20px;
	width:20px;
}
#pagepdf a{
	color:#FFFFFF;
}
/*/////////////////////////////////////////////////////////////////////////
 recently saved homes modules
//////////////////////////////////////////////////////////////////////////*/
#testitem{
	border-bottom:#CCCCCC solid 1px;
	padding:5px;
}
#testitem a img{
	border:solid 1px;
}
/*/////////////////////////////////////////////////////////////////////////
 recently saved homes modules
//////////////////////////////////////////////////////////////////////////*/
#propertytable tr td{
	background-color:#DDDDDD;
	padding:5px;
	text-align:right;
	width:100px;
	color:#0099FF;
}
#propertytable tr td+td{
	background-color:#FFFFFF;
	padding:5px;
	text-align:left;
	width:200px;
	color:#000000;
}
/*/////////////////////////////////////////////////////////////////////////
 recently saved homes modules
//////////////////////////////////////////////////////////////////////////*/
#propertyphototable tr td{
	padding:5px;
	text-align:center;
	vertical-align:top;
	background-color:#EEEEEE;
}
#propertyphototable tr td+td{
	padding:5px;
	text-align:center;
	vertical-align:top;
	background-color:#EEEEEE;
}
#propertyphototable tr td+td+td{
	padding:5px;
	text-align:center;
	vertical-align:top;
	background-color:#EEEEEE;
}
/*/////////////////////////////////////////////////////////////////////////
 recently saved homes modules
//////////////////////////////////////////////////////////////////////////*/
#formtable tr td{
	background-color:#DDDDDD;
	padding:5px;
	text-align:right;
	width:100px;
}
#formtable tr td+td{
	background-color:#EEEEEE;
	padding:5px;
	text-align:left;
}
#formtable input{
	border:#999999 solid 1px;
}
/*/////////////////////////////////////////////////////////////////////////
 recently saved homes modules
//////////////////////////////////////////////////////////////////////////*/
#recentgalleries{
	padding:5px;
	margin-top:2px;
	background-color:#CCCCCC;
	font-size:12px;
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
}
#recentgalleries:hover{
	background-color:#FFFFFF;
}
#recentgalleries a img{
	width:40px;
	height:40px;
	border:#FF0000 solid 1px;
	float:left;
	margin-right:10px;
}
#recentgalleries a{
	font-size:18px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}
/*/////////////////////////////////////////////////////////////////////////
 general text styles
//////////////////////////////////////////////////////////////////////////*/
.blacktitle{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000000;
	font-size:18px;
}
.greytext{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#666666;
	font-size:12px;
}
.redtext{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#CC0000;
	font-size:12px;
}
.yellowtext{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#FFCC00;
	font-size:12px;
}
.whitetitle{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#FFFFFF;
	font-size:18px;
}
.redtitle{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#FF0000;
	font-size:18px;
}