body{
	background-color: #000203;
	font-family: Arial, sans-serif;
	font-size: 16pt;
	color: #93278F;
}

a:link, a:visited, a:active, a:hover{
	color: #93278F;
	border-bottom: dotted 1px #93278F;
	text-decoration: none;
}

img{
	border: 0;
	border-bottom: 0;
}

.wrapped{
	width: 850px;
	margin: 0 auto;
}

#floodBG { 
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 0;
	opacity: 0.10;
	filter: alpha(opacity=10);
}

#floodBGOverlay{
	background-color: #000203;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

#pageContent{
	padding: 250px 0 50px;
	z-index: 1;
	position: relative;
	/*font-weight: bold;*/
}

#pageContent p{
	margin-top: 0;
	padding-top: 0;
}

#pageContent img, #pageContent a {
	border: none;
	text-decoration: none;
}

#headerDiv{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 210px;
	background-color: #404144;
	z-index: 5;
	overflow: visible;
}

#headerDiv .minimized{
	top: -150px;
}

#headerShadow{
	background-image: url(/assets/images/headerBG.png);
	background-repeat: repeat-x;
	position: fixed;
	top: 210px;
	left: 0;
	width: 100%;
	height: 34px;
	z-index: 5;
	overflow: visible;
}

#sgLogo{
	position: absolute;
	width: 470px;
	top: 50px;
	padding-left: 10px;
	overflow: visible;
}

#projNavDiv{
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	height: 90px;
	background-color: #111314;
	z-index: 2;
	font-size: 15px;
	overflow: visible;
}

#projPagination{
	position: fixed;
	top: 98px;
	left: 600px;
	width: 300px;
	height: 16pt;
	z-index: 2;
	font-size: 15px;
	overflow: visible;
}

#projPagination a{
	margin-left: 15px;
	color: #8B9298;
	border: 0;
}

#projPagination a.active, #projPagination a:hover{
	color: #93278F;
	border-bottom: dotted 1px #93278F;
}

.projNavItem a{
	margin: 38px 16px 0 0;
	float: left;
	clear: none;
	color: #8B9298;
	cursor: pointer;
	border: 0;
}

.projNavItem a:hover, .activeProjNavItem a{
	color: #93278F;
	border-bottom: dotted 1px #93278F;
}

#projNavShadow{
	position: fixed;
	top: 150px;
	left: 0;
	width: 100%;
	background-image: url(/assets/images/headerBG.png);
	z-index: 2;
	height: 34px;
	overflow: visible;
}

#projNavLogo{
	position: fixed;
	top: 90px;
	right: 25px;
	width: 200px;
	overflow: visible;
}

#mainNavDiv{
	position: fixed;
	top: 165px;
	left: 0;
	width: 100%;
	height: 75px;
	font-size: 16px;
	font-weight: bold;
	text-transform: UPPERCASE;
	z-index: 6;
	overflow: visible;
}

.mainNavItem{
	float: left;
	clear: none;
	padding: 0 30px;
	margin: 15px;
	cursor: pointer;
}

#mainNavDiv a{
	color: #232526;
	border: none;
}

#mainNavDiv .activeNav, #mainNavDiv .activeNav a{
	color: #FFF;
}

#mainNavActiveMarkerDiv{
	position: fixed;
	top: 171px;
	left: -1000px;
	height: 65px;
	width: auto;
	z-index: 5;
	overflow: visible;
}

#mainNavActiveMarkerDiv img{
	position: absolute;
}

#navSlitShadow{
	top: 0;
	/*left: 0;*/
	z-index: 5;
	overflow: visible;
}

#navItemBG{
	top: 0;
	/*left: 40px;*/
	width: 115px;
	height: 68px;
	overflow: visible;
}

#navCornerLeft, #navCornerRight{
	position: absolute;
	height: 21px;
	bottom: 5px;
	z-index: 0;
	overflow: visible;
}

#navCornerRight{
	/*left: 145px;*/
}
#navCornerLeft{
	/*right: 145px;*/
	display: none;
}

input[type=text], textarea{
	font-family: Helvetica, Arial, sans-serif;
	background-color: #505154;
	color: #111314;
	font-size: 18px;
	font-weight: bold;
	border: 0;
	padding: 5px;
	margin: 0 20px 0 0;
	width: 212px;
}

textarea{
	height: 150px;
}

input[type=button]{
	font-family: Helvetica, Arial, sans-serif;
	color: #FFF;
	background-color: #93278F;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	border: 0;
	cursor: pointer;
}

.grayQuote{
	color: #505154;
	font-size: 40px;
	font-weight: bold;
}

.grayBracket{
	color: #1a1b1d;
	font-size: 56px;
	font-weight: bold;
}

.projectListing{
	padding: 20px 0 75px;
	float: left;
	clear: both;
	width: 850px;
}

.projectMedia{
	float: left;
	clear: left;
	width: 640px;
	background-color: #404144;
}

.projectInfo{
	float: left;
	clear: right;
	width: 200px;
	margin: 10px 0 0 10px;
	color: #8B9298;
	font-size: 12px;
}

.projMediaItem{
	margin: 20px;
}

.projTitle{
	font-size: 21px;
	font-weight: bold;
	color: #FFF;
}

.projDesc{
	font-style: italic;
	font-weight: normal;
	color: #8B9298;
	font-size: 14px;
}

#companySubnavDiv{
	margin: 35px 0 0;
}

#companySubnavDiv .companySubnav{
	float: left;
	clear: none;
	margin-right: 25px;
	margin-left: 10px;
	color: #8B9298;
	cursor: pointer;
	font-weight: bold;
}

#companySubnavDiv .active{
	color: #93278F;
}

#companyContent{
	float: left;
	clear: both;
	width: 640px;
	line-height: 20pt;
	padding: 25px 0 0 10px;
}

.faqItem{
	margin: 20px 0;
}

.faqTitle{
	font-size: 13pt;
	cursor: pointer;
}

.faqAnswer{
	font-size: 10pt;
	color: #8B9298;
	margin: 5px 0;
}

.darkGrayBodyCopy{
	color: #1a1b1d;
}

.lightGrayBodyCopy{
	color: #505154;
}

.purpleText{
	color: #93278F;
}

#morelink{
	cursor: pointer;
	float: left;
	clear: right;
	width: auto;
	margin: 0 0 50px 50px;
}

#morestats{
	float: left;
	clear: left;
	width: auto;
	margin: 0 0 50px 0;
}

#siteOverlay, #sgLoading{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

#siteOverlay{
	background-color: #000;
	z-index: 999998;
}

#sgLoading{
	background-image: url(/assets/images/sgLoading.png);
	background-position: center;
	background-repeat: no-repeat;
	z-index: 999999;
}
