/*

##########################################################
This is the stylesheet for copy stylings.
It contains standard styles used in all our sites
##########################################################
*/


/* This is a temporary class to frame copy in width=490 box when editing the copy in WYSIWYG editors */
.textholder {
  width: 550px;
  padding: 30px;
  margin: auto;
  border: 1px solid;
}

h1 {  
  font-family: Arial, Verdana, Helvetica, sans-serif; 
  font-size: 32px; font-style: normal; 
  font-weight: bold; 
  color: #000273; 
  text-decoration: none
  }
.center {
	left: auto;
	right: auto;
}

  
h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
  }
  
h3 {  
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 18px; font-style: normal; 
  font-weight: bold; 
  color: #003399; 
  text-decoration: none
  }
  
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #80b0db;
	text-decoration: none;
    margin:3px 0 17px 0;
	text-align:left;
  }
  
h5 {  
  font-family: Arial, Verdana, Helvetica, sans-serif; 
  font-size: 16px; 
  font-style: normal; 
  font-weight: bold; 
  color: #666666;  letter-spacing: 1px;
  text-decoration: none
  margin-bottom: 10px;
  }
  
h6 {  
  font-family: Verdana, Trebuchet, Verdana, sans-serif; 
  font-size: 14px; 
  font-style: normal; 
  font-weight: normal; 
  color: #003399; 
  text-decoration: none;
    margin-bottom: 10px;
  }

/* Special Copy Fonts */
.pic_caption {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #666666; text-decoration: none}
.quote       {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold; color: #003399; text-decoration: none}

p  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	letter-spacing: normal;
	line-height: 17px;
	padding-bottom: 0px;
}

.first_letter {
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 18pt;
  font-weight: normal;
  color: #B38F00;
}

ul {
	margin: 10px;
	padding: 0px;
	}
li {
	line-height: 2.5ex; 
	font-family: Verdana, Arial;
	font-size: 10pt; 
	padding-top: 0px; 
	margin-bottom: 5px;
	margin-left: 5px;
	}
li a:link { 
	font-family: Verdana, Arial;
	font-size: 12px; 
	color: #808080;
	}
li a:visited {
	color: #B3AE94;
	}
	
ol li {	
  list-style-type: decimal;
	background: none;
	padding-left: 5px; 
	}
	
/*
##########################################################
Boxes for Grouping Elements of copy like Testimonials etc
##########################################################
*/

.silver {
	font-size: 16px;
	border: 1px solid #d0e4fd;
	background-color: #f2f5f7;
	padding: 8px;
	margin: auto;
	margin-bottom: 30px;
	-moz-border-radius: 7px; 
  -moz-box-sizing: border-box;
    }

.white {
	font-size: 16px;
	border: 1px solid #d0e4fd;
	background-color: #FFFFFF;
	padding: 8px;
	margin: 10px;
	margin-bottom: 30px;
	-moz-border-radius: 7px; \
  -moz-box-sizing: border-box;
}

.yellow {
	font-size: 16px;
	border: 1px solid #99cc00;
	background-color: #fffdd9;
	padding: 8px;
	margin: 10px;
	margin-bottom: 30px;
	-moz-border-radius: 7px; \
  -moz-box-sizing: border-box;
}

/*
Quote Stylings from http://simon.incutio.com/archive/2003/05/21/stylingBlockquotes
*/

blockquote {
  width: 400px;
  margin-top: 25px;
}

blockquote div {
  padding: 0 25px;
}

blockquote p {
	font-size: 16px;
	font-weight: bold; 
	color: #003399;
	line-height: 22px;
	text-align: center;
}

.quote_author {
	color: #666666;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
}

.testimonial {
	padding-right: 10px;
	padding-left: 10px;
margin: 0 auto;
	padding-bottom: 2px;
	border: 1px solid #d0e4fd;
	background-color: #ffffff;
	-moz-border-radius: 7px; 
  -moz-box-sizing: border-box; width: 500px; font-size: 14px;
  margin-bottom:10px;
}

.testimonial h5 {
	color: #FF0000;
	padding-top: 2px;
}

.testimonial h4 {
	color: #80b0db; font-weight: bold;
	padding-top: 20px;
}


/* Banner Links for SEO - Designed by Mike in Oct 2003 */
.banner { font-family: Arial, Verdana, Helvetica, sans-serif; color: #00CCFF; font-size: medium }
.banner_link { font-family: Arial, Verdana, Helvetica, sans-serif; color: #CCFFFF; font-size: 12; text-decoration: none }


/* Boxes for Decorating Certain Copy Elements */

.img-shadow {
  float:left;
  margin-left:5px; margin-right:8px; margin-top:0px; margin-bottom:0
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #c0c0c0;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
  

/*
#############################
Custom Styles for GoldmanMethod.com
#############################
*/
a.red:link, a.red:visited {
	color: #FF0000;
}
a.red:hover {
	color: #FF0000;
}
/* fill box white */
	.whiteBox { background:url(../img/box_white3.gif) repeat-y #fff; width:500px; margin:0 auto; text-align:justify; margin-bottom:15px;}

	.whiteBox a{ text-decoration:none;}
	.whiteBox .box1 { background:url(../img/box_white1.gif) no-repeat top left; width:500px;}
	.whiteBox .box2 {background:url(../img/box_white2.gif) no-repeat bottom left; padding:20px 15px; width:500px; width/**/:/**/470px; font-size:15px; font-style:italic;}.red {
	color: #FF0000;
}
.red-italics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #FF0000;
	text-align: center;
}
