/*
Title:      Client classes for screen media
Author:     wordsandpeople.com
Updated:    Dec 2005
*/



/* ---[ classes ]------------------------------- */
	
.bold {
	font-weight: bold;
	}
.accent	{
	font-weight: bold;
	color: #2E4B78;
	}
.italic {
	font-style: italic;
	color: #666;
	}
.author {
	font-style: italic;
	color: #666;
	display: block;
	font-size: 90%;
	margin: 1em 0 1em;
	}
.highlight {
	color: #69c;
	font-style: italic;
	}
.textRight {
	text-align: right;
	}
.textCenter {
	text-align: center;
	}
.redText {
	color: #ef8787;
	}
.blueText {
	color: #85bbf2;
	}
.yellowText {
	color: #ffcc33;
	}
.greenText {
	color: #009933;
	}
.greyText {
	color: #666;
	}
.picLeft {
	float: left;
	position: relative;
	display: inline;
	margin: 0 10px 10px 10px;
	padding: 5px;
	background: #fff;
	border: solid 1px #ddd;
	}
.picRight {
	float: right;
	position: relative;
	margin: 0 10px 10px 10px;
	padding: 5px;
	background: #fff;
	border: solid 1px #ddd;
	}
.picCenter {
	display: block;
	position: relative;
	margin: 10px auto;
	padding: 5px;
	background: #fff;
	border: solid 1px #ddd;
	}
.picLeftPlain {
	float: left;
	position: relative;
	margin: 10px;
	}
h6.linkContact {
	padding: 0 0 10px 80px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	position: relative;
	line-height: 1.2em;
	font-size: 100%;
	font-weight: 600;
	color: #FF3300;
	margin: 1.5em 0 1em;
	background: url(../images-design/icon-mail.gif) no-repeat 0% 0%;
	}
p.points {
	padding: 2px 0 5px 28px;
	background: url(../images-design/icon-points.gif) no-repeat left top;
	}
h3.question {
	padding: 10px 0 8px 30px;
	font-size: 110%;
	background: #fff;
	color: #41A50F;
	border: none;
	background: url(../images-design/icon-question.gif) no-repeat left top;
	}
a.more {
	padding: 2px 15px 5px 0;
	background: url(../images-design/icon-more.gif) no-repeat 100% 8px;
	}
p.imageHead {
	background: #eee;
	display: block;
	padding: 25px;
	border: solid 1px #ddd;
	}	
p.nugget {	
	padding: 15px 25px 40px;
	clear: both;
	/*color: #666;
	border-top: solid 1px #ddd;
	background: #eee;*/
	border-top: solid 1px #75AADF;
	font-weight: normal;
	color: #2D78C4;
	background: #C4DFF2 url(../images-design/zigzag-bg.gif) repeat-x left bottom;
	}	
p.comment1, p.comment2 {	
	padding: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	color: #336666;
	font-weight: normal;
	letter-spacing: .1em;
	text-align: center;
	border: solid 1px #F7F9F7;
	background: #F7F9F7 url(../images-design/rays.gif) no-repeat center bottom;
	}	
/*this is used to clear images with hr and this class*/	
hr.imageClear {
	display: block; 
	clear: both; 
	visibility: hidden; 
	height: 0; 
	border-width: 0; 
	margin: -10px; 
	padding: 0;
	}	
	
	
	
	
	
	
	
	
	
	
	
	
	
