@charset "utf-8";
body  {
	margin: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666857;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
h1 {
	font-size: 17px;
	color: #4E024B;
}

#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
}
#header {
	background-color: #5E0C5C;
	width: 780px;
	height: 28px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 280px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 65px;
}
#sidebar1  h1 {
	font-size: 12px;
	line-height: 17px;
	color: #653263;
	padding-top: 12px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

#mainContent {
	margin-top: 0;
	margin-right: 325px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0px;
} 
#mainContentCopy {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 45px;
}
#mainContentCopy p {
	padding-left: 20px;
	margin: 5px;
	padding-bottom: 10px;
}

#mainContentCopy h1 {
	font-size: 17px;
	font-weight: bold;
	color: #5E0C5C;
	font-variant: normal;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#mainContentCopy h2 {
	font-size: 12px;
	font-weight: bold;
	color: #656758;
	font-variant: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footer {
	margin-top: 30px;
	margin-right: 87px;
	margin-bottom: 0px;
	margin-left: 87px;
	font-size: 10px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #693F69;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.imageCaption-Top {
	font-size: 11px;
	text-align: right;
	padding-right: 8px;
	color: #898B78;
	margin-bottom: 8px;
}

a {
	color: #9800E1;
	text-decoration: none;
}
a:hover {
	color: #9800E1;
	text-decoration: underline;
}
#img-team {
	text-align: center;
	width: 246px;
}
#img-team h1 {
	font-size: 12px;
	font-weight: bold;
	color: #5E0C5C;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#img-team img {
	margin: 0px;
}
#img-team h2 {
	font-size: 9px;
	color: #757766;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
#quotebox {
	color: #FFFFFF;
	background-color: #747764;
	padding: 20px;
	width: 224px;
}
.quote-byline {
	padding-left: 25px;
	font-style: italic;
}
.quote-bylinemain {
	padding-left: 65px;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.PortfolioBox {
	float: right;
	width: 360px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#container .PortfolioBox p {
	font-size: 12px;
	text-align: center;
}
#mainContentCopyEditableArea {
	padding: 0px;
	margin: 0px;
}
#sidbarEditableArea {
	margin: 0px;
	padding: 0px;
}
#FullWidthEditableContent {
	padding: 0px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
}
#FullWidthEditableContent p  {
	margin-left: 35px;
}
.PortfolioCaption {
	font-size: 12px;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 8px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
}
