/* 
Title:		Maya sunperpent, Client stylesheet
Author: 	david@wordsandpeople.com
*/




.bold {
	font-weight: bold;
}
.centerbold {
	text-align: center;
	font-weight: bold;
}
.centerquote {
	text-align: center;
	font-style: italic;
}
.greenbold {
	color: #393;
	font-weight: bold;
}
.redbold {
	color: #c33;
	font-weight: bold;
	text-align: right;
}
.picleft {
	float: left;
	margin: 2px 5px;
}
.center {
	text-align: center;
}
.picright {
	float: right;
	margin: 2px 5px;
}
.picleft2 {
	float: left;
	margin: 2px 5px;
	padding: 2px 8px 8px 2px;
	background: url(../images-design/image-bg.gif) right bottom no-repeat;
}
.picright2 {
	float: right;
	margin: 2px 5px;
	padding: 2px 8px 8px 2px;
	background: url(../images-design/image-bg.gif) right bottom no-repeat;
}
.orange {
	color: #c63;
}


.deeporange {
	color: #c63;
	font-weight: bold;
}
.redtext {
	color: #f03;
}
.redtextbold {
	color: #f03;
	font-weight: bold;
}
.redtextbold a:link {
	color: #f03;
	font-weight: bold;
}
.quotesblock {
	background-color: #c99;
	padding: 5px 3px;
	width: 90px;
	color: #fff;
	font-style: italic;
	width: 30%;
	float: right;
	text-align: center;
}

.notesblock {
	border: dashed 1px #c63;
	color: #c63;
	padding: 5px 10px 20px 10px;
	width: 95%;
	margin: 20px 0;
}
.spanishflag {
	clear: both;
	font-weight: bold;
	padding: 0 0 0 30px;
	background: url(../images-design/spanish-flag.gif) left center no-repeat;
}

.clear {
	clear: both;
}

p.infoIcon {
	padding: 19px 0 20px 23px;
	margin: 10px 0 10px 0;
	font-weight: bold;
	background: url(../images-design/info-icon.gif) no-repeat 0 50%;	
	color: #AF7627;
}