
/* CSS Document */

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* Main Styles */

#checkMe {
	background-image:url(../images/components/rBrown.png);
}

body {
	background: #000;
	font: 75%/1.4 Arial, Verdana, sans-serif;
	color: #cd9f55;
	text-align: center;
}

a:link 		{ color: #fff }
a:active 	{ color: #fff }
a:visited { color: #fff }
a:hover 	{ color: #fff }

div.hr {
	width: 100%;
	height: 19px;
	background: url(../images/components/fullScroll.gif) center no-repeat;
	border: 0;
}

#container {
  margin: 0 auto;
  width: 980px;
	text-align: left;
}

h1 {
	background: url(../images/components/logo.gif) no-repeat top left;
	width: 100%;
	height: 100px;
	margin: 10px 0 0 10px;
	text-indent: -9000px;
}

h3 {
	width: 250px;
	height: 22px;
	position: absolute;
  border-left: 1px solid #ae7f2e;
  text-align: left;
}

h3 a {
	display: block;
	height: 22px;
  background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: -9000px;
}

a.button, input.button {
	width: 60px;
	height: 20px;
	display: block;
	background: #360107 no-repeat;
  background-position: center top;
	border: 3px double #ae7f2e;
	text-indent: -9000px;
}
a.button:hover, input.button:hover {
	background-position: center bottom;
	background-color: #291e2c;
}

.downloadBtn {
	background-position: center -20px;
  border: 4px solid #ff0;
}

#banner {
	position:absolute;
	top: 128px;
	width: 980px;
	padding-top: 5px;
}

#banner img {
	position: absolute;
  margin-top: -20px;
}

#quotes {
	position: absolute;
  top: 230px;
  left: -15px;
}

#vidPlayer {
	position: absolute;
  top: 5px;
  left: 310px;
}

#banner a.button {
	position: absolute;
	top: 264px;
	left:	751px;
	width: 75px;
  height: 19px;
  background-position: center -1px;
  border: 1px solid #ae7f2e;
}

#banner a.button:hover {
	background-position: center bottom;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* Navigation */

#home { background-image: url(../images/components/nav/home.gif);}#about { background-image: url(../images/components/nav/about.gif);}#video { background-image: url(../images/components/nav/video.gif);}#gallery { background-image: url(../images/components/nav/photos.gif);}#m101 { background-image: url(../images/components/nav/nyu101.gif);}#press { background-image: url(../images/components/nav/press.gif);}
#mainNavHold {
	width: 960px;
	height: 16px;
	padding: 3px 0;
	background: url(../images/components/gradRuleRed.gif) repeat-y center;
}

#mainNav {
	float:right;
	margin-right: 40px;
}

#mainNav li, #subNav li {
	float: left;
	margin-left: 10px;
  margin-top: 1px;
}

#mainNav li a {
	display: block;
	width: 108px;
	height: 16px;
  margin: 0;
	text-indent: -9000px;
	background-position: center top;
	background-repeat: no-repeat;
}

#mainNav li a:hover {
	background-position: center bottom;
}

#subNav {
	height: 50px;
}

#subNav li a {
	display: block;
	color: #cd9f55;
	text-transform: uppercase;
	font-size: 90%;
}

#subNav li a:hover {
	color: #fff;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* Positioning */

#content {
	position:absolute;
	top: 425px;
	width: 980px;
  background: url(../images/components/largeRule.gif) no-repeat;
  padding-top: 20px;
}

#mainCont, #subCont {
	clear: both;
	width: 100%;
	margin: 30px auto;
}

#subCont {
	padding-bottom: 30px;
}

#leftCol, #rightCol, #subCol1, #subCol2 {
	position: relative;
	float: left;
	width: 280px;
}

#leftCol {
	margin-right: 10px;
	width: 690px;
}

#rightCol {
	text-align: center;
}

#footer {
	clear: both;
}

li.footer a {
	border: 0;
  height: auto;
  width: auto;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* Error */

#errorMessage h4 {
	width: 210px;
  height: 35px;
	background: url(../images/components/settleDown.gif) no-repeat; 
  text-indent: -9000px;
}