/* RESET STYLES */

html {
	color: #000;
	background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	margin: 0;
	padding: 20px;
}

address, caption, cite, code, dfn, em, strong, th, var {
	
}

li {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	font-variant: normal;
}

/* IE FIX TO PRESERVE LINE-HEIGHT AND SELECTOR */

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

* {
	border: 0px solid #eee;
	margin: 0;
	padding: 0;
	list-style: none;
}

html, body, #bg, #bg table, #bg td, #cont {
	width: 100%;
	background: black url(../images/toddp_bg.jpg) no-repeat;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	cursor: default;
	background: black url(../images/toddp_bg.jpg) no-repeat;
	color: #000;
}

h1, h2, .large, .left {
	font-family: "Century Gothic","Lucida Grande", Arial,sans-serif;
	font-size: 20px;
	color: white;
}

.medium {
	font-size: 20px;
	font-weight: bold;
}

.byline {
	font-size: 16px;
	font-style: italic;
	color: #74776a;
}

.footer {
	float: right;
	display: inline; /*fixes IE float bug*/
	text-align: right;
	color : #999;
	margin-top: 5px;
}

.footer a {
	color: #999;
}

.footer a:hover {
	color: #FFF;
}

h2, .box div img {
	padding-bottom: 10px;
}

a {
	text-decoration: none;
	color: #000;
	outline: 0;
}

a:hover {
	text-decoration: none;
	color: #74776a;
	outline: 0;
}

img {
	display: block;
}

#menu {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 80;
	width: 85px;
	line-height: 12px;
}

#menu div {
	height: 70px;
	background: none;
	padding: 27px 0 0 7px;
}

h1 {
	position: relative;
	left: -141px;
	margin-bottom: -63px;
	width: 140px;
	opacity: 0.99;
}

h1 a {
	padding: 41px 10px 10px 0;
	color: #fff;
	background: url(../images/spacer.gif) repeat-x 0 -30px;
	font-size: 11px;
	text-align: right;
	display: block;
}

h1 a:hover {
	background: url(../images/spacer.gif) repeat-x 0 43px;
}

ul {
	float: left;
	width: 110px;
}

li a {
	height: 12px;
	padding: 0 5px;
	color: #999;
}

li a:hover, li.current a {
	color: #fff;
}

.logo {
	z-index: -1;
}

.box {
	
	position: absolute;
	top: 310px;
	left: 107px;
	width: 700px;
}

.box div {
	
	line-height: 1.5em;
	background: #fff;
	padding: 20px 30px;
}

.box div a {
	text-decoration: underline;
}

h4 {
	position: relative;
	border-bottom-width: 0px;
	padding: 10px 30px;
	margin: 0 -30px -10px -30px;
	text-transform: uppercase;
	line-height: 20px;
	font-size: 20px;
}

h5 {
	position: relative;
	border-bottom-width: 0px;
	padding: 10px 30px;
	margin: -10px -30px -5px -30px;
	text-transform: none;
	line-height: 20px;
	font-size: 20px;
}

h3 {
	position: relative;
	border-bottom-width: 1px;
	padding: 10px 30px;
	margin: 0 -30px 20px -30px;
	text-transform: uppercase;
	line-height: 20px;
	font-size: 20px;
}

h3 span {
	position: absolute;
	right: 510px;
	top: 29px;
	background: #000;
	text-align: center;
	padding: 0 5px;
	white-space: nowrap;
	display: block;
	color: #fff;
	font-weight: normal;
}

p {
	display: block;
	width: 620px;
	padding: 5px 0 10px;
	font-size: 12px;
}