html {
	height: 100%;
}

body {
	background: transparent url('/images/background.png?1') repeat;
	height: 100%;
/*	font-family: Gotham, 'Lucida Grande', 'Lucida Sans';*/
	font-family: Tahoma, Geneva, sans-serif;
}

td {
	vertical-align: top;
}

.page {
	background: transparent url('/images/texture.png?2') repeat-x;
	height: 100%;
}

.content {
	width: 800px;
	padding-top: 31px;
	margin: auto;
	position: relative;
}

h1.tagline, h1.tagline a.header {
	text-decoration:none;
	position: relative;
	font-size: 40px;
	color: #ccc;
	
	padding-top: 32px;
	padding-bottom: 12px;
	padding-left: 4px;
	text-shadow: #212121 2px 2px 3px;
}

div.about {
	border: none;
	border-top: 1px solid #222222;
	border-left: 1px solid #222222;
	border-right: 1px solid #666666;
	margin: 10px 0px 0px;
	padding: 0px;

	position: relative;
	height: 220px;
}

div.aboutBackground {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	height: 218px;
	width: 796px;
	
	-moz-opacity: 0.50;
	opacity: 0.50;
	filter: alpha(opacity=50);
	
	background-color: #141637;
	border-bottom: 1px solid #121520;
	border-top: 1px solid #2D2E3C;
	border-left: 1px solid #2D2E3C;
	border-right: 1px solid #121520;
}

div.aboutContent {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

td.aboutVishuColumn {
	padding-top: 14px;
	padding-left: 14px;
	padding-right: 14px;
}

td.aboutJasonColumn {
	padding-top: 14px;
	padding-left: 14px;
	padding-right: 8px;
}

td.aboutTextColumn {
	color: #fff;
	font-size: 14px;
	
	padding: 14px 14px;
	line-height: 1.5;
	width: 50%;
}

.aboutTextColumn p {
	margin-bottom: 14px;
	
}

.aboutTextColumn h2 {
	font-size: 24px;
	font-weight: 700;
}

span.missionHighlights {
	font-style: italic;
}

table.appPanels {
	width: 100%;
	margin: 0px;
}

td.thinklinkrPanel, td.mocklinkrPanel {
	width: 50%;
	border-top: 1px solid #666666;
	padding-top: 30px;
	text-align: center;
}

td.thinklinkrPanel {
	border-right: 1px solid #222222;
}

td.mocklinkrPanel {
	border-left: 1px solid #666666;
}

h2.tagline {
	font-size: 18px;
	color: #CCCCCC;
	text-shadow: #212121 2px 2px 3px;
	margin: 5px 0px 18px;
}

.checkOutButton {
	margin: 30px 0px 45px;
}

.rioPanel {
	background: transparent url('/images/rio-panel.png') no-repeat;
	margin: 0px auto;
	height: 150px;
	width: 741px;
}

.rioLogoPanel {
	padding: 30px;
}

.rioDescriptionPanel {
	font-size: 16px;
	color: #333333;
	padding: 25px 30px 30px 0px;
	line-height: 24px;
}

.moreButton {
	position: absolute;
	right: -62px;
	bottom: -10px;
}

.popup {
	border: 5px solid #444444;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	
	-moz-box-shadow: #666 2px 2px 6px;
	-webkit-box-shadow: #666 2px 2px 6px;
	
	width: 768px;
	background-color: #eee;
	padding: 8px 16px;
}

.popup h1 {
	font-size: 24px;
	color: #333;
	
	text-shadow: #666 2px 2px 4px;
}

.popup h1 img {
	position: relative;
	top: 5px;
	margin-right: 20px;
}

.closeX {
	position: absolute;
	right: -22px;
	top: -21px;
}

.appPopupContent {
	margin-top: 20px;
	font-size: 14px;
}

.appPopupContent p {
	padding: 0px 18px;
	line-height: 1.8;
	margin-bottom: 10px;
}

.mocklinkrSignupLink, .thinklinkrSignupLink {
	font-size: 36px;
	font-weight: 700;
	line-height: 75px;
}

.mocklinkrSignupLink {
	color: #1D78FB;
}

.thinklinkrSignupLink {
	color: #94C122;	
}

.twitterButton {
	position: absolute;
	right: 0px;
	top: 400px;
	text-decoration: none;
	z-index: 10;
}

.twitterButton span {
	position: relative;
}

.twitterIcon {
	position: absolute;
	right: 0px;
	z-index: 2;
}

.followUs {
	position: absolute;
	right: 0px;
	top: 12px;
	z-index: 1;
}

.blogButton, .contactButton {
	position: absolute;
	top: 48px;
}

.blogButton {
	left: 560px;
}

.contactButton {
	left: 638px;
}

.contactPopup {
	width: 400px;
}

.contactPopup p img {
	margin-top: -6px;
	margin-right: 20px;
	float: left;
}

.contactPopup p {
	font-size: 24px;
	color: #333;
	margin: 20px;
}

p.jasonContactInfo {
	margin-top: 50px;
}

.contactPopup span {
	font-weight: 700;
}

.footer {
	margin-top: 30px;
	background: transparent url('/images/footer-background.png') repeat-x;
	height: 116px;
	border-top: 5px solid #111;
}

.footerContent {
	width: 750px;
	margin: 0px auto;
	padding-top: 10px;
	font-size: 18px;
	color: #999;
}

.footerLinks {
	float: right;
}

.footerLinks a {
	color: #999;
	padding-left: 10px;
}



ul {
	margin-left: 25px;
	list-style: disc outside none;
}
ol {
	margin-left: 25px;
	list-style: decimal outside none;
}