/* CSS Document */
body {
	font: 12px Verdana, Arial, Sans-Serif;
	margin-top: 30px;
	padding: 0px;
	border: 0px;
	background: url(../img/background.jpg);
	background-repeat: repeat-x;
	color: #B97559;
	background-color: #953F1E;
	padding-bottom: 25px;
	}
	
A {
 color: #B97559;
}

/* Main table ----------- */
.mainTable {
	background-color: #FFFFFF;
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;	
	padding-right : 0px;
}


.staffText {
	font: 10px Verdana, Arial, Sans-Serif;
 	font-style:italic;
}

.drSmallPicCell {
  border: 1px; 	
  border-color: #B97559;
  border-style: solid;
  vertical-align: top;
}

.drContactCell {
	vertical-align: top;
}

.procedureTitle {
    font-weight: bold;
	line-height: 2
}

.questionIndex {
    font-weight: normal;
}

.backToTop {
 font: 9px Verdana, Arial, Sans-Serif;
}


.question {
    font-weight: bold;
	line-height: 2
}

.address {
 font: 20px Book Antiqua, Arial, Sans-Serif;
 align: left;
}

.phone {
 font: 25px Book Antiqua, Arial, Sans-Serif;
 text-align: right;
 horizontal-align: right;
}

.hablamosEspanol {
  text-align: right;
  font-weight: bold;  
  horizontal-align: right;
  font: 12px Book Antiqua, Arial, Sans-Serif;  
  color: red;
}

.quotation {
	font: 10px Verdana, Arial, Sans-Serif;
 	font-style:italic;
}

#mainText {
	margin-left: 10px;	
	margin-right: 10px;
}

/* FOOTER ELEMENTS ----------- */

#footer {
 font-size: 10px;
 padding: 10px;
 color: #FFFFFF;
 clear: both;
 background-color: #B36B4E;
 margin: 10px;
}

html>body#footer {
width: 700px;
height: 100px;
}

#footer a:link, #footer a:visited, #footer a:active {
 text-decoration: none;
 color: #FFF;
}

#footer a:hover {
            text-decoration: underline;
            color: #FFE8E8;
}

