* {
	margin: 0;
	padding: 0;
}

body{
	background: #000;
	font-size: 12px;
	font-family: arial, helvetica, verdana, times;
	color: #fff;
	margin-top: 10px;
}

a, img {
	border: none;
	color: #fff;
	text-decoration: none;
}


/*	Useful Classes
-----------------------------------------------*/

.Clear {
	clear: both; 
	float: none;
	padding-bottom: 1px; /* for Gecko based browsers */
	margin-bottom: -1px; /* for Gecko based browsers */
}

.active {
	color: #231f20;
}

.Active {
	color: #db1e90;
}

/*	Page Header
-----------------------------------------------*/

#header {
	height: 170px;
	width: 760px;
	margin: 0 auto;
}

#header #Logo {
	float: left;
	margin-left: -5px;
}

#header #Text {
	float: right;
	margin-right: 10px;
	margin-top: 60px;
}

#header #Text #Title {
	font-size: 65px;
	letter-spacing: 5px;
	margin-right: 5px;
	position: relative;
	top: 13px;
	left: -10px;
}

#header #Text #Sub {
	font-size: 24px;
	letter-spacing: 1.4px;
	margin-right: 5px;
	text-align: right;
}

/*	Top Navigation
-----------------------------------------------*/

#nav {
	background: #db1e90;
	width: 100%;
	height: 25px;
}

#nav #links {
	width: 740px;
	margin: 0 auto;
	display: block;
}

#nav #links a {
	float: left;
	position: relative;
	font-weight: bold;
	line-height: 25px;
	margin: 0;
	padding: 0;
	margin-right: 34px;
	letter-spacing: .08em;
}

#nav #links a#contact {
	margin: 0;
}

#nav #links a:hover {
	color: #231f20;
}

#nav #links a:last-child {
	margin: 0;
	padding: 0;
}

/*	Scroller
-----------------------------------------------*/

.marquee0 div{
	margin-left: 2px;
}

.marquee0 img{
	background: #000;
	margin-left: 3px;
}

/*	Homepage Content
-----------------------------------------------*/

#scroller {
	height: 160px;
	width: 740px;
	margin: 2px auto;
	overflow: hidden;
}

#underBanner {
	width: 740px;
	margin: 0 auto;
	margin-bottom: 25px;
	position: relative;
	left: -2px;
}

/*	Generic
-----------------------------------------------*/

#Content {
	width: 740px;
	margin: 0 auto;
	*margin-top: 160px;
	_margin: 0 auto;
}

#quoteLeft {
	width: 26px;
	padding-right: 5px;
}

#quoteRight {
	width: 26px;
}

#quote{
	letter-spacing: .06em;
	position: relative;
	float: left;
	width: 410px;
	display: block;	
}

#QuoteFeatured{
	font-weight: bold;
	font-size: 14px;
	letter-spacing: .06em;
	position: relative;
	float: left;
	width: 140px;
	display: block;	
}

#QuoteName{
	font-weight: bold;
	text-transform: uppercase;
	display: block;	
	letter-spacing: .06em;
	line-height: 16px;
	font-size: 12px;
	margin-top: 15px;
	text-align: right;
}

#QuotePosition{
	font-style: italic;
	display: block;	
	letter-spacing: .06em;
	font-size: 12px;
	line-height: 16px;
	text-align: right;
}

#QuoteCompany{
	font-style: italic;
	display: block;	
	font-size: 12px;
	letter-spacing: .06em;
	line-height: 16px;
	text-align: right;
}

/*	Subpage Left
-----------------------------------------------*/

#left {
	float: left;
	padding-top: 20px;
	margin-left: 5px;
	width: 215px;
}

#left #links a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	margin: 0;
	padding: 0;
	letter-spacing: .1em;
}

#left #links a:hover {
	color: #db1e90;
}

#left #links a:last-child {
	margin: 0;
	padding: 0;
}

/*	Subpage Right
-----------------------------------------------*/

#right {
	float: left;
	margin-top: 20px;
	padding-left: 30px;
	font-size: 13px;
	letter-spacing: .01em;
	border-left: 1px solid #db1e90;
	width: 475px;
}

#right #mainTitle {
	font-weight: bold;
	font-size: 20px;
	color: #db1e90;
	margin-bottom: 13px;
	letter-spacing: .1em;
}


#right #title {
	font-size: 17px;
	color: #db1e90;
	letter-spacing: .08em;
	margin-bottom: 20px;
}

#right #headline {
	font-size: 15px;
	letter-spacing: .08em;
	margin-bottom: 10px;
	font-weight: bold;
}
#right #headline a{
	color: #db1e90;
}

#right #headline a:hover{
	text-decoration: none;
}

#right #content {
	
}

/*	Projects Page
-----------------------------------------------*/

#projectImages {
	width: 490px;
	text-align: center;
}

#projectImages a {
	float: left;
	height: 85px;
	width: 85px;
	margin-right: 5px;
	overflow: hidden;
	border: 1px solid #db1e90;
}


/*	Partners Page
-----------------------------------------------*/

#partnerColumn {
	float: left;
	width: 300px;
	margin-top: 5px;
	margin-left: 50px;
}

#partnerColumn #title a{
	font-size: 14px;
	color: #db1e90;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: .06em;
	font-variant: small-caps;
	margin-bottom: 5px;
}

#partnerColumn #title a:hover{
	text-decoration: underline;
}

#partnerColumn #description {
	letter-spacing: .04em;
	margin-bottom: 10px;
}

/*	Contact Page
-----------------------------------------------*/

#ContactName a{
	margin-top: 10px;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #db1e90;
	display: block;
}

#ContactName a:hover, #ContactEmail a:hover{
	text-decoration: underline;
}

#ContactPosition {
	font-style: italic;
	display: block;
}

#thankYou {
	height: 200px;
	margin-top: 20px;
}

/*	Footer
-----------------------------------------------*/

#footer {
	width: 100%;
	text-align: center;
	line-height: 18px;
	margin-top: 25px;
	font-size: 11px;
	letter-spacing: .06em;
	color: #db1e90;
}

#footer a:hover{
	text-decoration: underline;
}