@charset "utf-8";
BODY {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #e7e7e7;
}

/* Begin Shared Layout */
#container {
	width: 584px;
	background: #6a3873;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px solid #6a3873;
}
#logo {
	border: 0;
	display: block;
	clear: both;
}
#header {
	padding: 0;
	margin: 0;
	width: 584px;
}
#mainContent {
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}
#mainContent H1 {
	margin: 0; 
	padding: 0 0 10px 0;
	color: #ead0ef;
	border-bottom: 1px solid #8E6397;
}
#mainContent H2 {
	margin: 0; 
	padding: 5px 0 10px 0;
	color: #CF4CE7;
}
A {
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	padding: 0 2px;
}
A:link {
	color: #FFFBCF;
	background-color: #7F0997;
	border-top: 1px solid #8E5A8E;
	border-bottom: 1px solid #BF47BF;
	text-decoration: none;
	font-weight: bold;
}
A:visited {
	color: #EFE9AC;
	background-color: #7F0997;
	border-top: 1px solid #8E5A8E;
	border-bottom: 1px solid #BF47BF;
	text-decoration: none;
	font-weight: normal;
}
A:hover {
	color: #fff;
	background-color: #1e8080;
	border-top: 1px solid #1BD71A;
	border-bottom: 1px solid #00FF00;
	text-decoration: none;
}
#footer {
	padding: 10px;
	background: #8e5a8e url(images/bg-footer.jpg) repeat-y top;
	border: 2px solid #581165;
	margin: 25px 0;
}
#footer P {
	margin: 10px 0;
	padding: 0;
	font-size: small;
}
#footer A {
	background: transparent;
	border: 0;
	text-decoration: underline;
	color: white;
	font-weight: normal;
}

#bottomNav A:link, #bottomNav A:visited, #bottomNav A:active  {
	padding: 5px;
	text-transform: uppercase;
	font: bold medium Arial Narrow;
	color: #e7e7e7;
	text-decoration: underline;
	background: transparent;
	border: 0;
}
#bottomNav A:hover  {
	color: #fff;
	text-decoration: none;
	border: 0;
}
#servicesBox {
	background: #6a3873 url(images/callout-box-services.jpg) no-repeat 0 0;
	border: 3px solid #0b6a6a;
	padding: 65px 25px 0 25px;
	float: right; 
	width: 200px;
	font-size: small;
	margin: 15px 0 10px 17px;
}
#servicesBox P {
	padding: 0;
	margin: 0;
	line-height: 1.3em;
}
#servicesBox A:link, #servicesBox A:visited, #servicesBox A:active  {
	font: bold small Arial Narrow;
	color: #e7e7e7;
	text-decoration: underline;
	background: transparent;
	border: 0;
}
#servicesBox A:hover  {
	color: #fff;
	text-decoration: none;
	border: 0;
}
/* END Shared Layout */


/* Begin HomePage Layout */
BODY.homeLayout {
		background: #6a3873 url(images/bg-homepage-bar.gif) repeat-x 0 8.6em;
}
.homeLayout #logo {
 	margin-top: 23px;
}
.homeLayout #banner {
	width: 584px;
	height: 125px;
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
}
.homeLayout #mainContent {
	background: url(images/bg-photo-home-banner-reflect.jpg) no-repeat top;
	padding-top: 35px;
	margin-top: 1px; 
}
/* END Home page Layout */


/* Begin Subpage Layout */
BODY.mainLayout {
		background: #6a3873 url(images/bg-subpage-bar.gif) repeat-x 0 6.1em;
}
.mainLayout #logo {
 	margin-top: 3px;
}
.mainLayout #topNav {
	height: 100px;
	background: url(images/bg-subpage-bar-menu.gif) repeat-x top left;
	float: left;
	width: 313px;
	padding: 17px 0 0 17px;
	color: #8687F9;
}
.mainLayout #topNav A:link, .mainLayout #topNav A:visited, .mainLayout #topNav A:active  {
	padding: 10px 8px;
	text-transform: uppercase;
	font: bold small Arial Narrow;
	color: #e7e7e7;
	text-decoration: none;
	background: transparent;
	border: 0;
}
.mainLayout #topNav A:hover  {
	color: #fff;
	text-decoration: underline;
	border: 0;
}
.mainLayout #subpageBanner {
	float: right;
	padding: 0;
	margin: 0;
	height: 100px;
	width: 254px;
	background: url(images/bg-photo-cityline.jpg) no-repeat;
}

/* END Subpage Layout */


/* Begin Miscellaneous Styles */
.clearfloat {
	margin: 0;
	padding: 0;
	visibility: hidden;
	clear: both;
}
IMG.staff{
	padding: 0;
	margin: 0;
  border: 3px solid #0b6a6a;
	float: right; 
	margin: 0 0 15px 15px;
	clear: right;
}
.staffList {
	margin:10px 0;
	padding:0;
}
.staffList LI {
	list-style-type:none;
	padding:0 25px 40px 0;
	margin:0;
}
.staffList IMG {
	padding: 0;
	margin: 0;
  border: 2px solid #cf4ce7;
	float: left; 
	margin: 0 15px 0 0;
	clear: left;
	vertical-align: text-top;
}
.groupPhoto {
	border-top: 2px solid #581165;
	border-bottom: 2px solid #581165;
	clear: both;
	margin: 10px 0 !important;;
	padding: 0 !important;;
	background: none !important;
}

.em {
	color: #CF4CE7;
	font-weight: bold;
}

.email {
	padding: 0 5px 0 0 !important;
  border: none !important;
	float: none !important; 
	margin: 0 !important;
	clear: none !important;
	vertical-align: middle !important;

/* END Global Formatting  & Positioning */

