@charset "UTF-8";
/* CSS Document */

/* -------------------------------------------- GLOBAL RESETS -------------------------------------------- */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

:focus {
    outline: 0;
}


body, html {
	margin: 0;
	padding: 0;
	height: 100%;
}


strong {
  font-weight: bold;
}

.cleared {
	clear: both;
	height: 0;
	overflow: hidden;
}

/* tables still need 'cellspacing="0"' in the markup */


td, th {
  text-align: left;
  vertical-align: top;
}


h1, h2, h3, h4, h5, h6 {
  line-height: 1.0em;
}


a img {
  border: none;
}

body, td, p  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2f2e2d;
	line-height: 20px;
	margin: 5px 0 20px 0;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #cd8a3f;
}

h3 {
  color:#8f1628;
  fon-size:16px;
  font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;
  font-weight:bold;
  font-size:20px;
  padding: 5px;
  clear: both;
  cursor: pointer;
}

h4 {
  color:#8f1628;
  font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;
  font-weight:bold;
  font-size:20px;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #106a49;
}


a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #106a49;
	line-height: 18px;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



/* CSS Document */

body { 
	background: top left url(/nic/images/woodtile.jpg);
}

/* Header */

#header {
	position: relative;
	width: 941px;
	height: 168px;
	float: left;
	background: top left no-repeat url(/nic/images/paper-top.png);
	top: 20px;
}


.container { 
	position: relative;
	width: 941px; 
	margin: 0 auto; 
	height: 100%;
}


#logo {
	position: relative;
	float: left;
	left: 20px;
	top: 32px;
	z-index: 100;
}

#pin {
	top: 10px;
	left: 460px;
	position: absolute;
	z-index: 100;
}


/* End Header */

/* Main Nav */
#nav {
	width: 691px;
	height: 43px;
	padding: 80px 40px 0 0;
	position: relative;
	float:right;
} 
	
#nav ul {
	padding: 0;
	list-style: none;
	width: 890px;
}

#nav li {
	float: left;
 	position: relative;
    display: block;
}


/* Main Content */

.content {
	width: 901px;
	padding: 20px;
	background: top left repeat-y url(/nic/images/paper-repaet.png);
	float: left;
	margin-top: 20px;
	margin-left: 1px;
}

*html .content {
	margin-left: -1px;
}

.headingNational {
	text-indent: -999px;
	background: url(/nic/images/heading/national-innovation.png) top left no-repeat;
	margin-bottom: 5px;
	height: 36px;
}

.how {
	text-indent: -999px;
	background: url(/nic/images/heading/how.png) top left no-repeat;
	height: 30px;
}

.faq {
	text-indent: -999px;
	background: url(/nic/images/heading/faq.png) top left no-repeat;
	height: 30px;
}

.register {
	text-indent: -999px;
	background: url(/nic/images/heading/register.png) top left no-repeat;
	height: 30px;
}

.terms {
	text-indent: -999px;
	background: url(/nic/images/heading/terms.png) top left no-repeat;
	height: 30px;
}

.contact {
	text-indent: -999px;
	background: url(/nic/images/heading/contact.png) top left no-repeat;
	height: 30px;
}

.resources {
	text-indent: -999px;
	background: url(/nic/images/heading/resources.png) top left no-repeat;
	height: 30px;
}

.prizes {
	text-indent: -999px;
	background: url(/nic/images/heading/prizes.png) top left no-repeat;
	height: 30px;
}

.phaseOne {
	text-indent: -999px;
	background: url(/nic/images/heading/phase-one.png) top left no-repeat;
	height: 23px;
}

.phaseTwo {
	text-indent: -999px;
	background: url(/nic/images/heading/phase-two.png) top left no-repeat;
	height: 23px;
}

.awards {
	text-indent: -999px;
	background: url(/nic/images/heading/awards.png) top left no-repeat;
	height: 23px;
}

.rightPic {
	float: right;
	margin: 5px 15px;
}

.wings {
	margin-left: 45px;
}

.tape {
	margin: 20px 0 15px 80px;
}

.footnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.indent {
	margin-left: 15px;
}

.table_heading {
	background-color:#C4B594;
	color:#2E200E;
	font-family: font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding-left: 3px;
}

.table_content {
	color:#2E200E;
	font-family: font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.table_content a {
	font-size:12px;
}

/* FOOTER */
#footer {
	position: relative;
	width: 938px;
	height: 81px;
	float: left;
	background: top left no-repeat url(/nic/images/paper-bottom.png);
	margin: -2px 0 0 1px;
}

.share {
	float: left;
	margin: 15px 20px 0 25px;
}

.white {
	width: 450px;
	float: left;
}

.white p {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 10px 0 10px 24px; 
}

.endLinks {
	width: 450px;
	float: right;
}

.endLinks a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.endLinks p {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 10px 24px 10px 0;
	text-align: right;
}

.endLinks a:hover {
	text-decoration: underline;
}

#nicForm input {
  border: 1px solid #e0d9d7;
  padding: 3px;	
}

#nicForm label.error {
  margin-left: 10px;
  width: auto;
  display: inline;
  color:#8f1628;
  font-family:Lucida Grande,Lucida Sans,Arial,sans-serif;
  font-weight:bold;
  font-size:11px;
  padding: 5px;
}

#nicForm a {
	cursor: pointer;
}
