body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	background-color: #fffce3;
	color: #000066;
}
img { border: solid 2px #cc9; }
/*<agl.folder "layout divs">*/
	/* layout divs */
#container {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 750px;
	height: 49px;
	padding-top: 3px;
}
#header h1, #header h2 {
	text-indent: -999em;
	background-color: transparent;
	border: none;
	text-decoration: none;
}
#title {
	width: 400px;
	height: 49px;
	float: left;
	background: url(../images/main-title.gif) no-repeat;
}
#sub-title {
	width: 350px;
	height: 49px;
	float: left;
	background: url(../images/sub-title.gif) no-repeat;
}
#wrapper {
	width: 750px;
	background: url(../images/mainbg.gif) repeat-y;
}
#navigation { width: 750px; height: 25px; clear: both; padding: 0 9px; }
#main-content {
	width: 730px;
	margin: 10px auto;
}
#photo-gallery { background-color: #fffce3; width: 730px; margin: 10px auto; }
#footer {
	width: 750px;
	background: url(../images/footer.jpg) no-repeat top left;
	padding-top: 5px;
	font-size: 9pt;
	text-align: center;
}
#eellink {
	font-size: 8pt;
}
	/* layout divs */
/*</agl.folder>*/

/*<agl.folder "main navigation">*/
	/* navigation */
#main-nav { width: 732px; height: 25px; float: left; margin: 0; padding: 0; list-style: none; }
	#main-nav li {
	float: left;
	height: 25px;
	text-indent: -999em;
	padding: 0;
	margin: 0;
}
#main-nav li a {
	height: 25px;
	display: block;
	background: url(../images/navigation.gif) no-repeat;
	border: 0;
	text-decoration: none;
}
	/* navigation dimensions */
#home-link a:link, #home-link a:visited { background-position: -9px 0; width: 122px; }
#principalprofiles-link a:link, #principalprofiles-link a:visited  { background-position: -131px 0; width: 122px; }
#advisorycouncil-link a:link, #advisorycouncil-link a:visited  { background-position: -253px 0; width: 122px; }
#services-link a:link, #services-link a:visited  { background-position: -375px 0; width: 122px; }
#testimonials-link a:link, #testimonials-link a:visited  { background-position: -497px 0; width: 124px; }
#news-link a:link, #news-link a:visited  { background-position: -622px 0; width: 120px; }
	/* end navigation dimensions */

	/* over states */
#home-link a:hover, #home-link a:active {
	background-position: -9px -24px;
}
#principalprofiles-link a:hover, #principalprofiles-link a:active {
	background-position: -131px -24px;
}
#advisorycouncil-link a:hover, #advisorycouncil-link a:active {
	background-position: -253px -24px;
}
#services-link a:hover, #services-link a:active {
	background-position: -375px -24px;
}
#testimonials-link a:hover, #testimonials-link a:active {
	background-position: -497px -24px;
}
#news-link a:hover, #news-link a:active {
	background-position: -622px -24px;
}
	/* end over states */
	/* end navigation */
/*</agl.folder>*/
/*<agl.folder "down states">*/
body#home-page #main-nav li#home-link a { background-position: -9px -24px; cursor: default; }
body#principalprofiles-page #main-nav li#principalprofiles-link a { background-position: -131px -24px; cursor: default; }
body#advisorycouncil-page #main-nav li#advisorycouncil-link a { background-position: -253px -24px; cursor: default; }
body#services-page #main-nav li#services-link a { background-position: -375px -24px; cursor: default; }
body#testimonials-page #main-nav li#testimonials-link a { background-position: -497px -24px; cursor: default; }

body#news-page #main-nav li#news-link a { background-position: -622px -24px; cursor: default; }

/*</agl.folder>*/
/*<agl.folder "footer nav">*/
	/* footer navigation */
#footernav {
	margin: 0 auto;
	padding: 20px 0 5px 0;
	text-align: center;
	width: 700px;
}
#footernav li {
	margin: 0;
	padding: 0px 8px;
	border-left: 1px solid #000;
	display: inline;
}
#footernav li.first {
	border-left: 0;
	display: inline;
}
	/* end footer nav */
/*</agl.folder>*/
/*<agl.folder "link styles">*/
	/* link styles */
#main-content a:link, #main-content a:visited {
	text-decoration: none;
	color: #0000ff;
}
#main-content a:hover, #main-content a:active {
	border-bottom: dotted 1px #0000ff;
}
#popup-content a:link, #popup-content a:visited {
	text-decoration: none;
	color: #0000ff;
}
#popup-content a:hover, #popup-content a:active {
	border-bottom: dotted 1px #0000ff;
}
#footer a:link, #footer a:visited {
	color: #000;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #000;
	border-bottom: dotted 1px #000;
	padding-bottom: 2px;
}
#eellink a:link, #eellink a:visited {
	color: #000;
	text-decoration: none;
}
#eellink a:hover, #eellink a:active {
	color: #000;
	text-decoration: underline;
}
	/* end link styles */
/*</agl.folder>*/
/*<agl.folder "special classes">*/
	/* special classes */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
	/* End hide from IE-mac */
	/* end special stuff */
/*</agl.folder>*/
/*<agl.folder "headers and paragraphs">*/
	/* headers, paragraphs */
h1 { font-size: 16pt; border-bottom: 1px dashed #000066; margin-left: 20px; margin-right: 10px; padding-bottom: 3px; }
h2 { font-size: 14pt; background-color: #f1f1f1; margin-bottom: 0; padding-top: 5px; padding-left: 10px; padding-bottom: 5px; }
h3 { font-size: 12pt; text-align: center; clear: both; }
h4 { font-size: 10pt; clear: both; }
p {
	margin-left: 5px;
	margin-right: 5px;
}
	/* end headers, paragraphs */
/*</agl.folder>*/
/*<agl.folder "lists">*/
	/* lists */
.mission-statementlist { width: 420px; float: left; padding-left: 10px; margin-left: 20px; margin-top: 0; margin-bottom: 15px; padding-top: 10px; list-style-position: inside; }
.mission-statementlist li {
	margin: 5px auto;
	letter-spacing: 0.05em;
}
.address-list { width: 400px; margin-right: auto; margin-left: auto; list-style: none; display: block; }
.address-list li {
	margin: 2.5px auto;
	letter-spacing: 0.05em;
}
#photo-gallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 730px;
}
#photo-gallery li {
	width: 145px;
	height: 170px;
	text-align: center;
	float: left;
}
.resume-list {
	width: 440px;
	margin: 0 auto;
}
dt {
	font-weight: bold;
	margin-top: 5px;
}
dd {
	margin-top: 2px;
}
	/* end lists */
/*</agl.folder>*/
/*<agl.folder "common classes">*/
	/* common classes */
.home-floatimage { background-color: #fff; width: 275px; height: 200px; float: left; padding: 5px; }
.image-floatleft {
	width: 200px;
	height: 150px;
	float: left;
	text-align: center;
}
.image-floatleft img {
	margin: 0 auto;
}
.clearbr {
	clear: both;
}
.text-floatright {
	width: 500px;
	float: left;
}
.text-floatright p {
	margin-top: 0;
	margin-bottom: 1.5em;
}
	.no-border  /* Used for images that borders aren't needed for */ { border-style: none; border-width: 0; }
	.logo-floatright { position: relative; float: right; margin-right: 70px; border-width: 0; }
	/* end common classes */
/*</agl.folder>*/
/*<agl.folder "popup">*/
#popup-container {
	width: 600px;
	background: url(../images/popup-bg.gif) repeat-y;
	margin: 0 auto;
	text-align: left;
}
#popup-header {
	width: 600px;
	height: 21px;
	background: url(../images/popup-header.gif) repeat-y;
}
#popup-wrapper {
	width: 600px;
}
#popup-content {
	width: 580px;
	margin: 10px auto;
}
#popup-footer {
	width: 600px;
	height: 14px;
	background: url(../images/popup-footer.gif) repeat-y;
}
.close-window {
	text-align: center;
}
/*</agl.folder>*/
