@charset "UTF-8";

/* Global Content Formatting and Styles */

body { 
	color: #000000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	background: #efeeee url(../images/background_gradient.jpg) repeat-x 0px 0px;
 }
 
.page {
	max-width: 980px;
	margin: 0px auto 0px auto;
	position: relative;
	background-color: #ffffff;
 }
 
 h1 { color: #d10800; margin: 0em 0em .75em 0em; 
    font-family: 'Ropa Sans', sans-serif;
	font-size: 40px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 40px;}
 h2 { color: #025685; margin: 0em 0em .75em 0em; }
 h3 { color: #025685; font-size: 18px; margin: 0em 0em .5em 0em; }
 
 p  { margin: 0em 0em .75em 1em; line-height: 1.4em; }
 a  { color: #c91111; }
 a:hover { color: #047aa8; }
 
 
 footer {
	 font-size: .85em;
	 color: #333;
	 background-color: #efeeee;
	 padding: 10px 10px 10px 0px;
 }

 
 .promo h3 { font-size: 1.1em; margin: 0; }
 .promo p { line-height: 1.2em; font-size: .9em; margin-bottom: .5em; }
 
 .promo { background-repeat: no-repeat; }
 
 .promo.one { background-image: url(../images/icon1.png); }
 .promo.two { background-image: url(../images/icons2_1.png); }
 .promo.three { background-image: url(../images/icons3.png); }
 .promo.four { background-image: url(../images/icons4.png); }
 .promo.five { background-image: url(../images/icons5.png); }
 .promo.six { background-image: url(../images/icons6.png); }
 
 .staff h3 { font-size: 1.25em; margin: 0; }
 .staff p { line-height: 1.2em; font-size: 1.185em; margin-bottom: .5em; }
 
 .staff { background-repeat: no-repeat; }
 
 .staff.one { background-image: url(../images/suzanne_p1.jpg); }
 .staff.two { background-image: url(../images/carol_p1.jpg); }
 .staff.three { background-image: url(../images/angie.jpg); }
 .staff.four { background-image: url(../images/Katie2.jpg); }
 .staff.five { background-image: url(../images/tammy_p1.jpg); }
 .staff.six { background-image: url(../images/elizabeth_p1.jpg); }
 .staff.seven { background-image: url(../images/erin.jpg); }
 .staff.eight { background-image: url(../images/meagan_p1.jpg); }
 .staff.nine { background-image: url(../images/AmieAmmon.jpg); }
  .staff.ten { background-image: url(../images/Autumn.jpg); }
 
 a.cta { 
 	text-transform: uppercase;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 12px 0px 0px;
}
 a.cts:hover { background-position: right -50px; }
 
 .clear-fix { clear: both; line-height: 1px; }
 
 .secondary  {
	 width: 100%;
	 background-color: #CCC;
	 padding: 4px 4px 4px 4px;
	 text-align: center;
 }
 