a, a:link, a:visited, a:active {color: #71a28a;}
p {margin: 12px 0;}
img {border:0;}

body, html {
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
}

body {
	background: url('../images/repeat-x_body.png') repeat-x 0 0;
}

#wrapper {
	width: 960px;
	min-height: 600px;
	margin: 0 auto;
	background-position: top right;
	background-repeat: no-repeat;
}
#content {
	min-height: 579px;
	position:relative;
}
.dragonFly {
	position: absolute;
	right: -100px;
	bottom: 10px;
	/*
	width: 209px;
	height: 104px;
	background:url('../images/dragonfly.gif') 0 0 no-repeat;
	*/
}

#wrapper.home {
	background-image:url('../images/bg_home.jpg');
}
#wrapper.services {
	background-image:url('../images/bg_services.jpg');
}
#wrapper.meet {
	background-image:url('../images/bg_meet.jpg');
}
#wrapper.office {
	background-image:url('../images/bg_office.jpg');
}
#wrapper.affiliations {
	background-image:url('../images/bg_forms.jpg');
}
#wrapper.offers {
	background-image:url('../images/bg_offers.jpg');
}
	/* match height of image */
	#wrapper.services #content {min-height:650px}
	#wrapper.meet #content {min-height: 801px;}
	#wrapper.office #content {min-height: 709px;}
	#wrapper.affiliations {min-height: 617px;}
/* all the classes for background images */

h1 {
	font-family: Georgia, serif;
	font-size: 33px;
	font-weight:normal;
	margin: 10px 0;
}

.leftColumn, .centerColumn, .rightColumn {
	float: left;
}

.leftColumn {
	width: 260px;
	padding: 40px 0 0 0;
}
	.nav {
		margin:20px 0 0 0;
		padding:0;
		list-style:none;
		font-family: Georgia, serif;
	}
	
	.nav li {
		width: 225px;
		height: 35px;
		background:url('../images/repeat-x_nav.png') bottom left repeat-x;
	}
	
		.dotted {background:url('../images/repeat-x_nav.png') bottom left repeat-x; line-height: 3	px; height: 3px;}
	
	.nav li a {
		color: #666666;
		font-size: 19px;
		line-height: 35px;
		text-decoration:none;
		padding:1px 32px 1px 0;
		background: url('../images/butterfly.gif') no-repeat 0 -32px;
	}
	
	.nav li a:hover, .nav li a.selected {color: #71a28a;background-position: top right;}

	.contactInfo {
		font-size: 14px;
		padding: 10px 0;
	}
	.contactInfo a {
		font-size: 12px;
		display:block;
		margin: 5px 0 0 0;
	}
	.contactInfo a.facebook {
		height: 20px;
		line-height: 20px;
		background: url('../images/fb.png') 120px 0 no-repeat;
	}
.centerColumn {
	padding: 130px 45px 0 0;
	width:355px;
	font-size: 15px;
}
	.centerColumn h1 {
		font-size: 33px;
		color: #fff;
		margin-bottom: 30px;
	}
	
	.centerColumn li {margin: 0 0 6px 0;}

	.affiliations .centerColumn {
		min-height: 487px;
	}

	.affiliations_grid { clear: both;}
	.affiliations_grid .grid_item {
		float: left;
		width: 135px;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		margin: 0 35px 0 0;
		padding: 5px 0 0 0;
	}
	
.rightColumn {
	width: 289px;
	padding: 10px 0 0 0;
}
	span.phoneNumber {
		font-size: 16px;
		font-weight: bold;
	}
	
	.rightContent {}
		
		/* helper classes */
		.greenSubhead {
			font-size: 16px;
			color: #71a28a;
			font-weight: bold;
		}
		.greenSubhead span.small {font-size: 12px; font-weight: normal;}

		.home .rightContent {
			padding: 250px 0 0 20px;
			font-size: 15px;
		}
		.rightContent p.acceptText {font-size:14px;}
		.acceptText strong a {padding-top:3px;display:block;}
		.home .rightContent strong a, .home .rightContent a strong {font-size:12px;}
		
		.services .rightContent {
			padding: 360px 0 0 10px;
		}
		
		.meet .rightContent, .office .rightContent, .affiliations .rightContent, .offers .rightContent {
			padding: 370px 0 0 10px;
		}

#footer {
	width: 100%;
	clear: both;
	border-top: 1px solid #999999;
	font-family: Georgia, serif;
	text-align: center;
	padding: 10px 0;
	font-size: 11px;
}
	#footer a {
		padding: 0 10px;
		font-size: 13px;
		color: #666666;
	}
	
.modalBox {
	width: 600px;
	height: 300px;
	padding: 100px 0 0 0;
	background:url('../images/bg_insuranceBox.png') no-repeat 0 0;
}
.modalContent {
	padding: 0 36px 0px 36px;
	background: url('../images/bg_modalContent.png') no-repeat bottom right;
}

.modalContent h1 {font-size:23px;}

.modalContent .list {
	width: 50%;
	float: left;
	font-size: 15px;
	line-height: 25px;
	padding: 0 0 10px 0;
}

.modalContent .certifications {
	font-size: 15px;
	width: 360px;
	padding: 0 0 25px;
}
	.modalContent .certifications a {
		font-weight: bold;
		font-size: 12px;
	}

.modalContent .list span {display:block;}

.modalContent .modalFooter {
	border-top: 1px solid #999999;
	padding: 10px 0 0 0;
	text-align: center;
	font-size:11px;
	clear:left;
}