@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	vertical-align: top;
	background-color: #A52C17;
}
.twoColFixLtHdr #container {
	width: 868px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/back-con.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding-left: 6px;
	padding-right: 6px;
	height: 380px;
	vertical-align: top;
} 
#top-left {
	width: auto;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
} 
.twoColFixLtHdr #footer {
	background-color: #A52C17;
	text-align: center;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
#design {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#read {
	width: 90px;
	float: right;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #mainContent-home {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 20;
	padding-right: 20px;
	padding-bottom: 0;
	background-image: url(images/back-midlle-home.jpg);
	background-repeat: repeat-x;
	margin-left: 6px;
	width: 810px;
	padding-left: 25px;
	height: 550px;
	background-color: #F5EFEF;
}
#areas {
	float: left;
	width: 242px;
	padding-right: 13px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #666666;
	margin-right: 13px;
	vertical-align: top;
}
#areas2 {
	float: left;
	width: 242px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #666666;
	padding-left: 13px;
	padding-right: 13px;
}
#areas h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #655152;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	margin: 0px;
	padding-left: 5px;

}
#areas p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #544c4c;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 5px;
}
#areas2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #655152;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	margin: 0px;
	padding-left: 5px;
}
#areas2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #544c4c;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 5px;
}
#read a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #991017;
	text-decoration: underline;
	font-weight: bold;
}
#areas3 {
	float: left;
	width: 242px;
	padding-left: 13px;
	padding-right: 13px;
}
#areas3 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #655152;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	margin: 0px;
	padding-left: 5px;
}
#areas3 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #544c4c;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 5px;
}
#top-left img {
	margin: 0px;
}

#centro {
	margin: 0px;
	padding: 0px;

}

#centro p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #666666;

}

#centro h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #991117;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}


#contact {
	margin: 0px;
	width: 330px;
	float: left;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;

}

#contact p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #666666;
	margin-top: 0px;

}

#contact h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #991117;
	margin-top: 0px;
	margin-bottom: 10px;
}#contact a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #991017;
	margin-top: 0px;
}


@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	vertical-align: top;
	background-color: #A52C17;
}
.twoColFixLtHdr #container {
	width: 868px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/back-con.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding-left: 6px;
	padding-right: 6px;
	height: 380px;
	vertical-align: top;
} 
#top-left {
	width: auto;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 280px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
} 
.twoColFixLtHdr #footer {
	text-align: center;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
#design {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#read {
	width: 90px;
	float: right;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #mainContent-home {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 20;
	padding-right: 20px;
	padding-bottom: 0;
	background-image: url(images/back-midlle-home.jpg);
	background-repeat: repeat-x;
	margin-left: 6px;
	width: 810px;
	padding-left: 25px;
	height: auto;
}
#areas {
	float: left;
	width: 242px;
	padding-right: 13px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #666666;
	margin-right: 13px;
	vertical-align: top;
}
#areas2 {
	float: left;
	width: 242px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #666666;
	padding-left: 13px;
	padding-right: 13px;
}
#areas h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #655152;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	margin: 0px;
	padding-left: 5px;

}
#areas p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #544c4c;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 5px;
}
#areas2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #655152;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	margin: 0px;
	padding-left: 5px;
}
#areas2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #544c4c;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 5px;
}
#read a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #991017;
	text-decoration: underline;
	font-weight: bold;
}
#areas3 {
	float: left;
	width: 242px;
	padding-left: 13px;
	padding-right: 13px;
}
#areas3 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #655152;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	margin: 0px;
	padding-left: 5px;
}
#areas3 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #544c4c;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 5px;
}
#top-left img {
	margin: 0px;
}

#centro {
	margin: 0px;
	padding: 0px;

}

#centro p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #666666;
	margin-top: 0px;
	text-align: justify;

}

#centro h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #991117;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}


#contact2 {
	margin: 0px;
	width: 410px;
	float: left;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCC;

}



#contact2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #991117;
	margin-top: 0px;
	margin-bottom: 10px;
}#contact2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #991017;
	margin-top: 0px;
}


#list{
	float: left;
	width: 300px;
	padding-right: 13px;
	border-right-width: 1px;
	margin-right: 13px;
	vertical-align: top;
}
#list ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #991117;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#list li {
	margin-bottom: 10px;
}

#list h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;

}
h2 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#quote h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
	color: #991017;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	margin: 0px;
	padding-left: 5px;
}


#quote {
	float: left;
	width: 242px;
	padding-left: 13px;
	padding-right: 13px;
	background-color: #FFF;
	border: 1px dashed #666;
}
#sidebar1 img {
	border: 1px solid #CCC;
}
#checklist {
	background-color: #991017;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding: 10px;
	font-weight: bold;
	width: 230px;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 25px;
	border-right-style: solid;
	border-left-style: solid;
}

#checklist2 {
	color: #991017;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	width: 795px;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right-style: dashed;
	border-left-style: dashed;
	background-color: #EBEBEB;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#inside {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding: 10px;
	font-weight: bold;
	width: 235px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
}
#inside ul{
	color: #991017;
	line-height: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 11px;
}

#inside li{
	color: #991017;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
}
#quote2 {
	float: right;
	width: 242px;
	padding-left: 13px;
	padding-right: 13px;
	background-color: #FFF;
	border: 1px dashed #666;
	margin-left: 15px;
}
#quote2 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	margin: 0px;
}
#checklist h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 0px;
}
#checklist a {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}
#checklist p {
	font-weight: normal;
	color: #FFF;
}
#inside p {
	font-weight: normal;
}
#checklist ul li {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#quote2 ul {
	font-weight: bold;
	color: #991017;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 0px;
	padding-left: 15px;
	margin-top: 0px;
	line-height: 18px;
}
#centro ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
#centro li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#quote2 p a {
	font-weight: bold;
	color: #991017;
}

#checklist ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#inside2 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding: 10px;
	font-weight: bold;
	width: 320px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
}
#inside3 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding: 0px;
	font-weight: bold;
	width: 430px;
	float: left;
	margin: 0px;
}
#inside2 p {
	font-weight: normal;
}
#quote2 li {
	color: #991017;
}
#areas h1 a {
	color: #655152;
	text-decoration: none;
}
#areas2 h1 a {
	color: #655152;
	text-decoration: none;
}
#areas3 h1 a {
	color: #655152;
	text-decoration: none;
}
#centro h1 a {
	color: #991017;
	text-decoration: none;
}
