/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p , br{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
	background-color: #D4D4D4;
	background-image: url(../images/bgb.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#Shadow {
	background-image: url(../images/bgShadow.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
#wrap {
	padding: 0px;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#mainRibbon {
	margin: 0px;
	height: 342px;
	width: 438px;
	position: absolute;
	left: -14px;
	top: -12px;
	background-image: url(../images/mainRibbon.png);
	z-index: 6;
	font-size: 10px;
	line-height: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	visibility: visible;
}
#mainRibbon2 {
	margin: 0px;
	padding: 0px;
	height: 89px;
	width: 167px;
	position: absolute;
	left: 424px;
	top: -12px;
	background-image: url(../images/mainRibbon2.png);
	background-repeat: no-repeat;
	z-index: 5;
	visibility: visible;
}
#topNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	height: 88px;
	width: 884px;
	text-align: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bg.jpg);
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#topNav ul {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 605px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
}

#topNav ul li {
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#topNav ul li a {
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 11px;
}
#topNav ul li a:hover {
	color: #8E9ED5;
	text-decoration: none;
}
#topNav ul li a.ON {
	color: #F7CB0F;
	text-decoration: none;
}
#topNav ul li.noRightBorder {
	border-right-style: none;
}

#mainNav {
	padding: 0px;
	height: 44px;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0d142d;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F7CB0F;
	line-height: normal;
	font-weight: normal;
	font-style: normal;
}
#mainNav ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 440px;
}
#mainNav ul li {
	margin: 0px;
	float: left;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
	height: 16px;
}
#mainNav ul li a {
	color: #003;
	text-decoration: none;
	background-image: url(../images/mainNavBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	height: 16px;
	background-color: #F7CB0F;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
}
#mainNav ul li a:hover {
	color: #FFF;
	background-image: url(../images/mainNavBg-hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #8090c7;
}
#mainNav ul li a.ON {
	color: #003;
	background-image: url(../images/mainNavBg-over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
}
#mainContent {
	background-color: #FFF;
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #000;
	font-weight: normal;
	font-style: normal;
	line-height: 18px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#flashPortfolio {
	height: 240px;
	width: 880px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#flashPortfolioAbsolute {
	margin: 0px;
	padding: 0px;
	height: 450px;
	width: 880px;
	position: absolute;
	left: 30px;
	z-index: 5;
	visibility: visible;
}
#greyColumn {
	background-color: #d4d4d4;
	width: 285px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 315px;
	margin-left: 0px;
}
#greyColumn h2 {
	font-family: Garamond, Georgia, Times New Roman, serif;
	font-size: 38px;
	font-weight: normal;
	color: #333;
	text-align: left;
}
#whiteColumn {
	margin: 0px;
	padding: 0px;
	width: 540px;
	float: left;
}
#whiteColumn a {
	color: #FFF;
	text-decoration: none;
	background-color: #253b83;
	margin: 0px;
	padding: 5px;
}
#whiteColumn a:hover {
	color: #253B83;
	background-color: #f7cb0f;
	margin: 0px;
	padding: 5px;
}
#webDevelopment {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	width: 520px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#webDevelopment a   {
	color: #FFF;
	text-decoration: none;
	background-color: #253b83;
	margin: 0px;
	padding: 7px;
}
#webDevelopment a:hover {
	color: #253B83;
	background-color: #f7cb0f;
	margin: 0px;
	padding: 7px;
}
#Webdesign {
	width: 250px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
}

#Webdesign a {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	color: #06C;
	text-decoration: underline;
}
#Webdesign a:hover {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	color: #003;
	text-decoration: underline;
}
#News {
	width: 235px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;









	height: 350
.px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 11px;
}
#News a   {
	font-weight: bold;
	color: #253B83;
	background-color: #FFF;
	font-size: 12px;
}
#News a:hover {
	font-weight: bold;
	color: #7E8FBC;
	background-color: #FFF;
}

.newsFeed {
	overflow: auto;
	height: 375px;
	width: 235px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.newsFeed ul {
	margin: 0px;
	padding: 0px;
}
.newsFeed ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	list-style-type: none;
	margin: 0px;
	padding: 10px;
}

.newsFeed ul li:hover {
	background-color: #FFF;
}

#subpageContent {
	background-color: #FFF;
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/subpage_header_bottom_shadow.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}

#subpageContentHeader {
	height: 129px;
	width: 387px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding-top: 71px;
	padding-right: 379px;
	padding-bottom: 0px;
	padding-left: 114px;
	text-align: center;
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: 20px;
	line-height: normal;
	font-weight: normal;
	color: #1f3778;
}
#subpageContentLeftSideNav {
	width: 256px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 260px;
	margin-left: 41px;
	background-image: url(../images/subpage_nav_bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 49px;
	padding-left: 0px;
	position: relative;
}

#subpageContentLeftNavLinks {
	width: 226px;
	float: left;
	background-image: url(../images/subpage_nav_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 30px;
}
#subpageContentLeftNavLinks ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#subpageContentLeftNavLinks ul li {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 196px;
}
#subpageContentLeftNavLinks ul li a {
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	width: 186px;
	display: block;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8E9ED5;
}
#subpageContentLeftNavLinks ul li a:hover {
	color: #8E9ED5;
	display: block;
	margin: 0px;
	width: 186px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-decoration: underline;
}
#subpageContentLeftNavLinks ul li a.ON {
	color: #F7CB0F;
}




#subpageContentRight {
	margin: 0px;
	width: 460px;
	float: right;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#subpageContentRightPortfolio {
	margin: 0px;
	width: 850px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#subpageContentRight3 {
	width: 820px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	margin: 0px;
}


#subpageContent2 {
	background-color: #FFF;
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/subpage_header_bottom_shadow2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
#subpageContent2 a {
	font-weight: bold;
	color: #5162AD;
	text-decoration: none;
}
#subpageContent2 a:hover {
	color: #333;
	text-decoration: underline;
}

#subpageContent2Column {
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#subpageContent2ColumnLeft {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	width: 360px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #666;
}
#subpageContent2ColumnRight {
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	width: 395px;
	float: right;
}



#Testimonials {
	margin: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}

#ThirtySecondTest {
	margin: 0px;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 60px;
	width: 760px;
}

#Workshops {
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 40px;
	width: 480px;
	float: left;
}
#WorkshopsRightColumn {
	margin: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 295px;
	float: left;
}
#photoHolder {
	margin: 0px;
	padding: 0px;
	width: 350px;
	position: absolute;
	left: 21px;
	top: -292px;
	height: 254px;
	text-align: center;
	z-index: 10;
}
#photoHolder2 {
	margin: 0px;
	padding: 0px;
	width: 350px;
	position: absolute;
	left: 30px;
	top: -334px;
	height: 300px;
	text-align: center;
}
#photoHolder3 {
	margin: 0px;
	padding: 10px;
	width: 320px;
	position: absolute;
	left: 35px;
	top: -427px;
	height: 350px;
	text-align: center;
}
#photoHolder4 {
	margin: 0px;
	padding: 0px;
	width: 320px;
	position: absolute;
	left: 35px;
	top: -320px;
	height: 285px;
	text-align: center;
}




#footerWrap {
	height: 240px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/bgFooter.png);
	background-repeat: no-repeat;
	background-position: 20px top;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	position: relative;
	width: 940px;
	padding: 0px;

}
#flashVideo {
	background-image: url(../images/flashvideo.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 354px;
	width: 379px;
	position: absolute;
	z-index: 3;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
	bottom: 199px;
	left: -10px;
	visibility: visible;
}
#footer {
	width: 860px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: 205px;
}
#footerColumnLeft {
	padding: 0px;
	width: 685px;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footer ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
#footer ul li {
	margin: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#footer ul li a {
	font-size: 14px;
	color: #253b83;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#footer ul li a:hover {
	font-size: 14px;
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #1D2D66;
}
#footerCompanyInfo {
	width: 245px;
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #666;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#footerCompanyInfo a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#footerCompanyInfo a:hover {
	color: #666;
}
#footerCompanyDescription {
	padding: 0px;
	width: 405px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#footerCompanyDescription a {
	text-decoration: none;
	color: #333;
}
#footerColumnRight {
	float: left;
	height: 194px;
	width: 100px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}

h1 {
	color: #f7cb0f;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h2  {
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 30px;
	color: #000;
	font-weight: normal;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}
h3  {
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 30px;
	font-weight: normal;
	color: #51629c;
	font-style: italic;
	line-height: 28px;
}
h4  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	font-style: normal;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: normal;
}
h5  {
	font-family: Garamond, Georgia, Times New Roman, serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
	font-style: normal;
	background-color: #999;
	padding: 5px;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h6 {
	font-family: Garamond, Georgia, Times New Roman, serif;
	font-size: 22px;
	line-height: normal;
	font-weight: normal;
	color: #333;
	padding: 0px;
	margin: 0px;
}

p {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}

a {
	color: #06C;
}
a:hover {
	margin: 0px;
	padding: 0px;
	color: #003;
	text-decoration: underline;
}
#subpageContentRightPortfolio .headerEmphasis a {
	text-decoration: underline;
}

.blueColor {
	color: #253B83;
}
.center {
	text-align: center;
}


.clear {
	padding: 0px;
	clear: both;
	height: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.dottedLine {
	padding: 0px;
	height: 1px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.float {
	padding: 0px;
	float: left;
	width: 277px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}



.footerCompanyInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
}
.footerCopyright {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
.gray {
	color: #999;
}

.headFont  {
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 30px;
	color: #1C2E67;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.header30SecondTest {
	background-image: url(../photos/header_30_second_test.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 880px;
}


.headerAbout {
	background-image: url(../photos/header_about.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 880px;
}
.headerContact {
	background-image: url(../photos/header_contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 880px;
}
.headerEmphasis {
	font-style: normal;
	font-weight: normal;
	color: #5162AD;
	line-height: 36px;
}
.headerInternetMarketing {
	background-image: url(../photos/header_internet_marketing.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 880px;
}

.headerPortfolio {
	background-image: url(../photos/header_portfolio.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 880px;
}
.headerTestimonials {
	background-image: url(../photos/header_testimonials.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 880px;
}
.headerWebDevelopment {
	background-image: url(../photos/header_web_development.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 880px;
}
.headerWorkshops {
	background-image: url(../photos/header_workshops.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 880px;
}
.logoOutline {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	margin-right: 7px;
	margin-left: 0px;
}

.paddingRight75 {
	padding-right: 50px;
	padding-left: 35px;
}


.paragraph {
	width: 840px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}



.people1 {
	background-image: url(../photos/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.people1 h6 {
	display: none;
}
.people2 {
	background-image: url(../photos/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.people3 {
	background-image: url(../photos/bg3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.people4 {
	background-image: url(../photos/bg4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.people5 {
	background-image: url(../photos/bg5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.people6 {
	background-image: url(../photos/bg6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.people7 {
	background-image: url(../photos/bg7.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.people8 {
	background-image: url(../photos/bg8.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.photoFrame {
	border: 1px solid #CCC;
	margin: 0px;
	padding: 0px;
}
.photoOutline {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #CCC;
}
.photoOutline2 {
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #666;
}
.portfolioLinkSize {
	font-size: 10px;
}


.quoteFrame {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #666;
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: 24px;
	color: #51629c;
	font-style: italic;
	line-height: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.quoteFrameSmaller {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #666;
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: 17px;
	color: #51629c;
	font-style: normal;
	line-height: normal;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.topNavWhiteTxt {
	color: #FFF;
	font-style: italic;
}
.topNavYellowTxt {
	color: #f7cb0f;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.unbold {
	font-weight: normal;
}

.yellow {
	background-color: #FF0;
	font-size: 16px;
	font-weight: bold;
}
#subpageContent2Column .headerEmphasis a {
	text-decoration: underline;
}

.borderthumbs {
	border: 1px solid #CCC;
}
.thumbfloat {
	padding: 3px;
	float: left;
}

