@charset "UTF-8";
body {
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 10px 0px; /* 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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
p {
	margin: 0px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #a76534;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 10px;
	color: #623f98;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #a76534;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h4 {
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	color: #a76534;
}
ul {
	margin: 20px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
li {
	font-size: 16px;
	background-repeat: no-repeat;
	background-position: left 0px;
	background-image: url(images/bulletBrown.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: 20px;
	margin-bottom: 4px;
}
#container {
	width: 921px; 
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: url(images/bg_top.gif) no-repeat left top;
	position: relative;
	height: 217px;
}
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 24px;
	font-weight: bold;
	color: #a76534;
	position: absolute;
	padding-top: 150px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 50px;
}
#header p {
	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: 15px 0 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 10px;
	font-weight: bold;
	color: #cca669;
	text-align: center;
}
#mainContent {
	text-align: center;
	position: relative;
	padding-right: 45px;
	padding-left: 45px;
	height: 1%;
	padding-bottom: 20px;
}
.purple #mainContent {
	background-image: url(images/bg_middlePurple.gif);
}
.white #mainContent {
	background-image: url(images/bg_middleWhite.gif);
}
.tan #mainContent {
	background-image: url(images/bg_middleTan.gif);
	background-repeat: repeat-y;
}
.services {
	/* list-style-image: url(images/bulletBrown.gif); */
	line-height: 50px;
	font-weight: normal;
	font-size: 16px;
}
.socialMarketing li {
	background-position: 0px -2px;
	font-size: 14px;
	background-image: url(images/bulletBrown.gif);
	background-repeat: no-repeat;
}
.fotonovela {
	font-size: 15px;
	color: #a76534;
	text-align: left;
	font-weight: bold;
	margin-left: 6px;
}
.twoColLeftCol {
	float: left;
	width: 410px;
	text-align: left;
	margin: 0px;
	height: 1%;
}
.twoColRightCol {
	float: right;
	width: 410px;
	text-align: left;
	height: 1%;
}
.tagLineLeft {
	background-image: url(images/birdButton.gif);
	background-position: left 2px;
	float: left;
	padding-left: 30px;
	background-repeat: no-repeat;
	font-size: 10px;
	line-height: 40px;
}
.tagLineRight {
	font-size: 10px;
	line-height: 40px;
	background-image: url(images/birdButton.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 30px;
	float: right;
	padding-right: 20px;
}
.tagLineCenter {
	line-height: 40px;
	font-size: 10px;
	background-image: url(images/birdButton.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	width: 300px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	height: 87px;
	text-align: center;
	font-size: 11px;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0;
}
#footer p {
	margin: 0px;
	padding-top: 10px;

}
.purple #footer {
	background-image: url(images/bg_bottomPurple.gif);
}
.white #footer {
	background-image: url(images/bg_bottomWhite.gif);
}
.tan #footer {
	background-image: url(images/bg_bottomTan.gif);
}
.alignLeft {
	text-align: left;
	font-size: 15px;
}
a:link, a:visited {
	text-decoration: none;
	color: #a76534;
}
a:hover, a:active {
	color: #a76534;
	text-decoration: underline
}
.tagLineLeft a:link, tagLineLeft a:visited, .tagLineRight a:link, tagLineRight a:visited, #footer a:link, #footer a:visited, .tagLineCenter a:link, tagLineCenter a:visited {
	text-decoration: none;
	color: #000000;
}
.tagLineLeft a:hover, tagLineLeft a:active, .tagLineRight a:hover, tagLineRight a:active, #footer a:hover, #footer a:active, .tagLineCenter a:hover, tagLineCenter a:active {
	color: #a76534;
	text-decoration: underline
}
#phoneNumber {
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	visibility: hidden;
	right: 108px;
	height: 50px;
	top: 199px;
}
#phoneNumberServices {
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	visibility: hidden;
	height: 50px;
	top: 200px;
	left: 550px;
}
#dolores {
	position: absolute;
	left: 322px;
	top: 597px;
	width: 465px;
	text-align: left;
	font-size: 15px;
}
#saturday {
	position: absolute;
	left: 341px;
	top: 690px;
	width: 325px;
	text-align: left;
	font-size: 15px;
}
#caminemos {
	position: absolute;
	left: 78px;
	top: 937px;
	width: 272px;
	text-align: left;
	font-size: 15px;
	height: 103px;
}
table#resources {
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 20px;
	width: 699px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

