/* number nine pickering style sheet */

* {
	margin: 0;
	padding: 0;
}

/*** General Styles ***/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background: #73825e url(css-images/background-20x20.gif) repeat scroll left top;
	color: #333;
	font-size: 75%; /*12px*/
	/*line-height: 170%;
	letter-spacing: -0.02em;*/
}

/* ensure table font size consistency (not sure if this is needed anymore) /
table, td, input, select { font-size: 1em; }*/

table td, table th { padding: 2px; }

p, ul, ol { margin: 0.5em 0; }

ul, ol { margin-left: 1.5em; }

img { /*display: block;*/ }

hr { margin: 1em 0; }

/* headings */
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Utopia, Palatino, 'Palatino Linotype', 'Times New Roman', Times, serif;
	color: #73825e;
	margin: 1em 0 0.5em 0;
	font-weight: normal;
	font-size: 1em;
	/*clear: left;*/
}
h1 {
	font-size: 2em; /*24px*/
	font-size: 1.84em; /*22px*/
	margin-top: 0;
}
h2 {
	font-size: 1.67em; /*20px*/
	font-size: 1.5em; /*18px*/
}
h3 {
	font-size: 1.5em; /*18px*/
	font-size: 1.34em; /*16px*/
}
h4 {
	font-size: 1.34em; /*16px*/
}

/* link style defaults */
a {
	color: #73825e;
	text-decoration: underline;
}
a:hover {
	color: #9da88e;
}


/*** Layout Styles ***/

#page {
	background: url(css-images/drop-shadow-sides-1100x6.gif) repeat-y scroll center top;
}

#winner {
	position: relative;
	margin: 0 auto;
	width: 760px;
	z-index: 999;
}
#winner a {
	position: absolute;
	top: 88px;
	top: 106px;
	right: 17px;
	z-index: 999;
	width: 132px;
	height: 132px;
	/*background: url(css-images/winner-badge-with-bg-132x132.gif) no-repeat right top;*/
	background: url(css-images/winner-badge-transparent-132x132.gif) no-repeat right top;
	text-indent: -100em;
}

#top {
	background: url(css-images/drop-shadow-top-blank-1100x48.gif) no-repeat center -10px;
	padding-top: 18px;
}

#header {
	position: relative;
	margin: 0 auto;
	width: 760px;
	height: 126px;
	background: white url(css-images/banner-760x126.jpg) no-repeat right top;
}
#header h1 {
	margin-top: 0;
}

#logo {
	position: absolute;
	left: 34px;
	top: 25px;
	width: 140px;
	height: 80px;
	background: url(css-images/no9-logo-140x80.gif) no-repeat right top;
	text-indent: -99em;
}
#logo a {
	display: block;
	width: 140px;
	height: 80px;
}

#nav {
	font-family: Georgia, Utopia, Palatino, 'Palatino Linotype', 'Times New Roman', Times, serif;
	font-size: 1.34em; /*16px*/
	margin: 0 auto;
	padding: 4px 0 0 40px;
	width: 720px; /*760px*/
	height: 24px; /*28px*/
	background-color: #4d4d4d;
	color: white;
}
#nav a {
	color: #9da88e;
	color: white;
	text-decoration: none;
}
#nav a:hover {
	color: #9da88e;
	text-decoration: none;
}
#nav a.active {
	color: #9da88e;
	text-decoration: none;
}
#nav ul {
	margin: 0;
	list-style-type: none;
}
#nav li {
	display: inline;
	margin-right: 1em;
}


#middle {
	position: relative;
	margin: 0 auto;
	width: 760px;
	background-color: white;
	min-height: 422px;
	height: auto !important;
	height: 422px; /*fix for ie6*/
}

#main-content {
	padding: 20px 200px 40px 40px;
}

.terms li {
	margin-bottom: 0.7em;
}

#awards {
	position: absolute;
	top: 60px;
	right: 40px;
	width: 140px;
	text-align: right;
}


#bottom {
	background: url(css-images/drop-shadow-bottom-1100x48.gif) no-repeat center 8px;
	padding-bottom: 18px;
	padding-bottom: 8px;
}

#footer {
	font-family: 'Times New Roman', Times, serif;
	font-size: 0.84em; /*10px*/
	font-size: 0.92em; /*11px*/
	font-size: 11px;
	margin: 0 auto;
	padding: 7px 0 0 40px;
	width: 720px; /*760px*/
	height: 21px; /*28px*/
	background-color: #4d4d4d;
	color: white;
	overflow: hidden;
}
#footer a {
	color: #C6D2B6;
	text-decoration: none;
}


#credit {
	font-size: 0.84em; /*10px*/
	margin: 0 auto;
	padding-top: 3px;
	width: 758px;
	height: 16px;
	text-align: right;
	color: #444;
}
#credit a {
	color: #9da88e;
	text-decoration: none;
}
