/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../../../Applications/compass.app/Contents/Resources/ruby/compass_0.11/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 20, ../../../../../../../Applications/compass.app/Contents/Resources/ruby/compass_0.11/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body {
  line-height: 1;
}

/* line 22, ../../../../../../../Applications/compass.app/Contents/Resources/ruby/compass_0.11/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 24, ../../../../../../../Applications/compass.app/Contents/Resources/ruby/compass_0.11/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 26, ../../../../../../../Applications/compass.app/Contents/Resources/ruby/compass_0.11/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 28, ../../../../../../../Applications/compass.app/Contents/Resources/ruby/compass_0.11/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 101, ../../../../../../../Applications/compass.app/Contents/Resources/ruby/compass_0.11/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 30, ../../../../../../../Applications/compass.app/Contents/Resources/ruby/compass_0.11/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 114, ../../../../../../../Applications/compass.app/Contents/Resources/ruby/compass_0.11/compass-0.11.5/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 10, ../sass/screen.scss */
body {
  background: #FFF;
  font-family: Arial, sans-serif;
  font-size: 12px;
  text-rendering: optimizeLegibility;
}

/* line 17, ../sass/screen.scss */
strong {
  font-weight: bold;
}

/* line 21, ../sass/screen.scss */
p {
  margin-bottom: 1em;
  line-height: 18px;
}

/* line 26, ../sass/screen.scss */
.reg {
  vertical-align: super;
  font-size: 10px;
}

/* line 31, ../sass/screen.scss */
#container {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  background: #ECECEC;
}

/* line 38, ../sass/screen.scss */
#header {
  position: relative;
  width: 1000px;
  z-index: 5;
}
/* line 42, ../sass/screen.scss */
#header #logo {
  float: left;
  width: 215px;
  height: 100px;
  display: block;
  text-indent: -9999em;
  background: transparent url("../images/logo.png") center center no-repeat;
}
/* line 50, ../sass/screen.scss */
#header #nav {
  position: relative;
  z-index: 5;
  float: left;
  background: transparent url("../images/navbar.png") 0 0 repeat-x;
  width: 785px;
  height: 45px;
}
/* line 57, ../sass/screen.scss */
#header #nav li {
  float: left;
  position: relative;
  z-index: 5;
  height: 40px;
  padding: 0 19px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
/* line 65, ../sass/screen.scss */
#header #nav li a {
  height: 45px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
}
/* line 73, ../sass/screen.scss */
#header #nav li a:hover {
  color: #f7941d;
}
/* line 77, ../sass/screen.scss */
#header #nav li ul {
  position: absolute;
  left: 0;
  z-index: -1;
  padding: 0.5em 0;
  display: block;
  background: black;
  background: rgba(0, 0, 0, 0.85);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -o-border-bottom-right-radius: 10px;
  -o-border-bottom-left-radius: 10px;
  -ms-border-bottom-right-radius: 10px;
  -ms-border-bottom-left-radius: 10px;
  behavior: url("ie-css3.htc");
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  behavior: url(ie-css3.htc);
}
/* line 97, ../sass/screen.scss */
#header #nav li ul li {
  background: none;
  display: block;
  z-index: -1;
  float: none;
  text-align: left;
  height: auto;
  padding: 0.25em 1em;
  border: none;
}
/* line 106, ../sass/screen.scss */
#header #nav li ul li a {
  line-height: 18px;
  font-weight: normal;
  font-size: 18px;
}
/* line 115, ../sass/screen.scss */
#header #nav #collegeMenu ul {
  margin-top: -815px;
}
/* line 120, ../sass/screen.scss */
#header #nav #studentMenu ul {
  margin-top: -590px;
}
/* line 124, ../sass/screen.scss */
#header #nav #earlyMenu {
  width: 120px;
  height: 32px;
  padding-top: 8px;
}
/* line 128, ../sass/screen.scss */
#header #nav #earlyMenu a {
  line-height: 12px;
}
/* line 131, ../sass/screen.scss */
#header #nav #earlyMenu ul {
  margin-top: -290px;
}
/* line 136, ../sass/screen.scss */
#header #nav #aboutMenu ul {
  margin-top: -235px;
}
/* line 140, ../sass/screen.scss */
#header #nav #contactUs {
  width: 180px;
  padding-top: 8px;
  border: none;
}
/* line 144, ../sass/screen.scss */
#header #nav #contactUs a {
  line-height: 12px;
}

/* line 151, ../sass/screen.scss */
.bx-wrapper {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 0;
  width: 1000px !important;
  height: 355px !important;
}
/* line 158, ../sass/screen.scss */
.bx-wrapper .bx-window {
  width: 1000px !important;
  height: 355px !important;
}
/* line 162, ../sass/screen.scss */
.bx-wrapper .bx-pager {
  position: absolute;
  z-index: 100;
  bottom: 1.2em;
  right: 1em;
  width: 65px;
}
/* line 168, ../sass/screen.scss */
.bx-wrapper .bx-pager .pager-link {
  display: block;
  height: 15px;
  width: 15px;
  padding: 0 3px;
  float: left;
  text-indent: -9999em;
  background: transparent url("../images/pager.png") 0 0 no-repeat;
}
/* line 177, ../sass/screen.scss */
.bx-wrapper .bx-pager .pager-active {
  background: transparent url("../images/pager.png") 0 -15px no-repeat;
}

/* line 183, ../sass/screen.scss */
#hero {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 1000px;
  height: 355px;
  display: block;
  -webkit-box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.3);
  behavior: url(ie-css3.htc);
}
/* line 191, ../sass/screen.scss */
#hero .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 1em;
  color: white;
  background: black;
  background: rgba(0, 0, 0, 0.65);
}
/* line 200, ../sass/screen.scss */
#hero .caption h1 {
  font-weight: bold;
  float: left;
  font-size: 17px;
  padding-right: 10px;
  border-right: 1px solid #a6a799;
  color: #5ab8e9;
  text-align: right;
  text-transform: uppercase;
  text-shadow: 0px 2px 5px #000000;
  line-height: 1.3em;
}
/* line 212, ../sass/screen.scss */
#hero .caption p {
  float: left;
  font-size: bold;
  font-size: 13px;
  padding-left: 10px;
  margin: 0;
  width: 350px;
  text-shadow: 0px 2px 5px #000000;
}

/* line 225, ../sass/screen.scss */
.clearfix {
  overflow: hidden;
  *zoom: 1;
  clear: both;
}

/* line 230, ../sass/screen.scss */
#content {
  padding: 30px;
  margin-top: 255px;
}

/* line 235, ../sass/screen.scss */
#intro {
	margin-left:100px;
  	margin-bottom: 30px;
	margin-right:100px;
	text-align:justify;
	border-bottom:1px solid #CACACA;
}
#list {
	margin-left:100px;
	margin-right:100px;
	text-align:justify;
}
/* line 237, ../sass/screen.scss */
#intro #promo #list {
  width: 350px;
  height: 205px;
  float: left;
  text-align: left;
  background: transparent url("../images/prizes.png") 0px 10px no-repeat;
}
/* line 243, ../sass/screen.scss */
#intro #promo h1 #list {
  text-align: right;
  color: #e9930c;
  font-weight: bold;
  font-size: 20px;
  margin-right: 35px;
  margin-bottom: 12px;
}
/* line 251, ../sass/screen.scss */
#intro #promo form #list {
  text-align: left;
  margin-left: 175px;
}
/* line 254, ../sass/screen.scss */
#intro #promo form input #list{
  -webkit-appearance: none;
  border: 1px solid #b2b2b2;
}
/* line 258, ../sass/screen.scss */
#intro #promo form #submit #list{
  background: #d97904;
  color: white;
  padding: 0.5em;
  margin-left: 35px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  behavior: url(ie-css3.htc);
  -webkit-box-shadow: inset inset 0px 0px 3px;
  -moz-box-shadow: inset inset 0px 0px 3px;
  -ms-box-shadow: inset inset 0px 0px 3px;
  -o-box-shadow: inset inset 0px 0px 3px;
  box-shadow: inset inset 0px 0px 3px;
  behavior: url(ie-css3.htc);
}
/* line 268, ../sass/screen.scss */
#intro #introduction #list {
  padding: 1em 3em 3em;
}
/* line 271, ../sass/screen.scss */
#intro a, #intro small #list{
  font-size: 9px;
}
.intLink{
	color:#000000;
	
}
.linkSize{
	font-weight:bold;
	font-size:12px;
}
/* line 277, ../sass/screen.scss */
.cols .column {
  width: 280px;
  float: left;
  padding: 0 24px;
  border-left: 1px solid #CACACA;
}
/* line 282, ../sass/screen.scss */
.cols .column:first-child {
  padding-left: 0;
  border: none;
}
/* line 286, ../sass/screen.scss */
.cols .column h1 {
  color: #24acef;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
/* line 293, ../sass/screen.scss */
.cols .column.last {
  padding-right: 0;
}
/* line 296, ../sass/screen.scss */
.cols .column .quote {
  font-weight: bold;
  text-align: center;
}

/* line 304, ../sass/screen.scss */
#footer {
  text-align: right;
  height: 35px;
  color: white;
  background: black;
  text-transform: uppercase;
  font-size: 10px;
  margin-top: 35px;
  padding: 0 1em;
}
/* line 313, ../sass/screen.scss */
#footer p {
  line-height: 35px;
}
/* line 316, ../sass/screen.scss */
#footer a {
  text-decoration: none;
  color: white;
}
/* line 319, ../sass/screen.scss */
#footer a:hover {
  text-decoration: underline;
}
