@charset "UTF-8";
/* AdvisorWebsites.com CSS v2.0, Author: Todd Baylis, February 6th, 2009 */

/* import other stylesheets */
@import "form.css";
@import "layout.css";
@import "typography.css";
@import "custom.css";


/* general styles */
.clear {
	clear: both;
	height: 1px;
}
.last {
	margin-right: 0;
}
.clearLine {
	clear: both;
	height: 1px;
}
img {
	border: 0;
}
.clearLine {
	clear: both;
	height: 1px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.first {
	margin-top: 0;
}

/* callouts */
/* sets the size, margins and background images */
.calloutMeeting, .calloutResources, .calloutTell, .calloutClientSurvey, .calloutWillPlanner, .calloutIdealLife {
	margin: 0 0 15px;
	padding-left: 60px;
	height: 70px;
	background: url(../images/icon_meeting.jpg) no-repeat left center;
	text-decoration: none;
	cursor: pointer;
}
.calloutResources {
	background: url(../images/icon_resources.jpg) no-repeat left center;
}
.calloutTell {
	background: url(../images/icon_tell.jpg) no-repeat left center;
}
/* style editable text inside buttons */
.calloutText {
	padding-top: 10px;	
}
.calloutText a:link, .calloutText a:visited, .calloutText a:hover, .calloutText a:active {
	text-decoration: none;
	color: #000;
}

/* home page callouts (anthony morris pieces) */
.calloutClientSurvey, .calloutWillPlanner, .calloutIdealLife {
	height: 60px;
	padding-left: 70px;
}
.calloutClientSurvey {
	background: url(../images/icon_clientsurvey.jpg) no-repeat;
}
.calloutWillPlanner {
	background: url(../images/icon_willplanner.jpg) no-repeat;
}
.calloutIdealLife {
	background: url(../images/icon_ideallife.jpg) no-repeat;
}
#indexTopRight .calloutText {
	padding-top: 3px;
}

/* advisor picture styles */
.imgHome {
	float: left;
	margin: 4px 20px 10px 0;
	border: 1px solid #888;
}
.imgContact {
	float: right;
	margin: 0 0 10px 20px;
	border: 1px solid #888;
}
