/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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: 0;
}

br{
    clear: both;
}

a {
    cursor: pointer;
    text-decoration: underline;
    color:#fff;
}

a:hover{
    color: #c15e20;
    text-decoration: none;
}

/* SCROLL */

div#vScroll ul {
    margin: 5px 0 5px 24px;
}
div#vScroll ul li {
    list-style: disc;
}

div#vScroll ol {
    margin: 5px 0 5px 24px;
}
div#vScroll ol li {
    list-style: decimal;
}

/* ddnavmenu */

ul.ddnavmenu {
    float: left;
}
ul.ddnavmenu * {
    font-family: verdana;
    text-transform: lowercase;
    font-size: 10px;
    color: #fff;
}

ul.ddnavmenu li {
    float:left;
    border-right: 1px solid #c15e20;
    text-align: center;
    position: relative;
}
ul.ddnavmenu li.last {
    border-right: none;
}
ul.ddnavmenu li a{
    cursor: pointer;
    display: block;
    width: auto;
    padding: 2px 24px;
    overflow: visible;
    line-height: 16px;
    text-decoration: none;
}
ul.ddnavmenu li:hover > div, ul.ddnavmenu li.hover div {
    display:block;
}
ul.ddnavmenu li:hover > a, ul.ddnavmenu li.hover a:hover {
    background: #c15e20;
}
ul.ddnavmenu li div {
    display: none;
    border-top: 2px solid #c15e20;
    padding: 3px;
    position: absolute;
    background: #000;
    left: -1px;
    width: 140px;
    z-index: 1809;
}
ul.ddnavmenu li div a {
    width: auto;
    text-align: left;
    margin: 3px 0;
}

ul.ddnavmenu li div a:hover{
    background: #c15e20;
}
ul.ddnavmenu li.last div a {
    text-align: right;
}



/* BUTTONS */

a.btn-map {
    background: url('../images/btn-map.gif') no-repeat center left;
    padding: 15px 52px;
    line-height: 40px;
    cursor: pointer;
}

a.btn-moreinfo {
    background: url('../images/btn-moreinfo.gif') no-repeat center left;
    padding: 15px 81px;
    line-height: 40px;
    cursor: pointer;
}

a.btn-moreimages {
    background: url('../images/btn-moreimages.gif') no-repeat center left;
    padding: 15px 93px;
    line-height: 40px;
    cursor: pointer;
}

a.btn-contact {
    background: url('../images/btn-contact.gif') no-repeat center left;
    padding: 15px 77px;
    line-height: 40px;
    cursor: pointer;
}

/* FORM PAGES */
.formPages {
    width: 450px;
}
.formPages input {
    display: block;
    width: 240px;
    border: 1px inset #fff;
    padding: 5px;
}
.formPages label {
    color: #E96D1F;
    font-size: 12px;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}
.formPages textarea {
    display: block;
    width: 410px;
    border: 1px inset #fff;
    padding: 5px;
}

.formPages .submit {
    background:none repeat scroll 0 0 #E96D1F;
    border:1px outset #E96D1F;
    color:#000000;
    display:inline-block;
    font-size:24px;
    padding:2px 18px;
    text-transform:uppercase;
    width:auto;
    cursor: pointer;
    font-family: arial;
}
.formPages .submit:active{
    border: 1px inset #ccc;
}

.shortsale-col {
    background-attachment:scroll;
    background-image:url("../images/short-sale-bg.gif");
    background-position:center top;
    background-repeat:no-repeat;
    float:left;
    padding-left:15px;
    padding-top:50px;
    width:18%;
}

.shortsale-col p{
    padding-bottom:25px;
    padding-left:40px;
    text-align:justify;
}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #000000;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background-color: #e60908;
	padding-left: 15px;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
/*	background-color: #f00;*/
}
.holder02 {
	background-image: url(http://www.tonipatillo.com/skin/toniep/images/toni-bg.png);
	width: 947px;
	height: 362px;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 20px;
	color:#FFFFFF;
}
.scroll-pane02 {
	width: 840px;
	height: 330px;
	overflow: auto;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 30px;
}
#pane2 {
	width: 875px;
	margin-right: 30px;
	margin-left: 0px;
	margin-top: 0px;
}
