@charset "utf-8";

body {
	/* background: url(images/background/background.gif) fixed repeat #666666; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	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;
	padding: 0;
	margin-top: 0px;
	background: #ccc;
}

/* main container, the box containing all the text & pictures */
#container {
	width: 780px;  				/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	 							/* the auto margins (in conjunction with a width) center the page */
	text-align: left; 			/* this overrides the text-align: center on the body element. */
	background: #FFF;
	
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-webkit-box-shadow: 2px 2px 2px #333; 	/* safari - drop shadow */
	-moz-box-shadow: #333 2px 2px 2px; 		/* firefox 3.1 - drop shadow  */
	box-shadow: 2px 2px 2px #333;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36pt;
	text-align: center;
	text-shadow: 3px 3px #CCC;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
}

p { line-height: 1.6em;
}


/* all the images will have a drip shadow */
.dropshadow { -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
              -moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
	          box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}	

.about { font-size: 14pt;
		 color: #666; 
}

.greytext {
	color: #666;
}

.name { font-size: 14pt;
		font-weight: bold;
}

.fancy { font-family: "Times New Roman", Times, serif;
		 font-size: 18pt;
}

.picture_title {
	font-size: 90%;
}


.quotes {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	line-height: 1.8em;
	font-size: 105%;
}

/* gradient horizontal rule, using css3, #66,00,00 = rgba( 102,0,0,1) */
hr.style-one { 
	border: 0; height: 1px; 
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,51,0,0.7), rgba(0,0,0,0)); 
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,51,0,0.7), rgba(0,0,0,0)); 
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,51,0,0.7), rgba(0,0,0,0)); 
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,51,0,0.7), rgba(0,0,0,0));
}

.strap-line {
	text-align: center;
	font-size: 11px;	
}

.grey {
	color: #999;
}

ul {
	/* give the bullet lists a little more space between text lines */
	line-height: 1.6em;
}

.specialist {
	text-transform: uppercase;
	font-weight: bold;
}

.specialist::before {
	content: '~ ';
}

.specialist::after {
	content: ' ~';
}

.discounted-text {
	font-weight: bold;
	font-size:16px;
	color: #360;
}

.signed {
	font-style:italic;
	font-weight:bold;
}