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, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	color: #a9a9a9;
	text-decoration: none;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on June 2, 2010 */


@font-face {
	font-family: 'TransportMedium';
	src: url('transport_medium-webfont.eot');
	src: local('☺'), url('transport_medium-webfont.woff') format('woff'), url('transport_medium-webfont.ttf') format('truetype'), url('transport_medium-webfont.svg#webfontShohpIQg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DejaVuSerifBook';
	src: url('dejavuserif-webfont.eot');
	src: local('☺'), url('dejavuserif-webfont.woff') format('woff'), url('dejavuserif-webfont.ttf') format('truetype'), url('dejavuserif-webfont.svg#webfontUF9n2hLy') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	background: white;
}

ol, ul {
	list-style: none;
}

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

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

#wrapper {
	font-family: DejaVuSerifBook, Georgia, "Times New Roman", Times, serif;
	float: left;
	width: 960px;
	margin: 0 auto;
	text-rendering: optimizeLegibility;
}

#masthead {
	height: 260px;
	margin-bottom: 120px;
	margin-left: 80px;
	vertical-align: bottom;
}

#contentArea {
	float: left;
	width: 870px;
	margin-left: 80px;
}

.oneCol, .twoCol, .threeCol, .fourCol, .sixCol, .nineCol {
	margin-right: 17px;
	float: left;
}

.threeCol {
	width: 260px;
	height: 240px;
}

.nineCol {
	width: 609px;
	height: 400px;
	padding-left: 20px;
	font-size: 1.25em;
}

.rightcaption {
	float: right;
	width: 100px;
	text-align: right;
	font-style: italic;
	padding-right: 18px;
	font-size: .8em;
	padding-top: 5px;
}

.leftcaption {
	width: 100px;
	text-align: left;
	font-style: italic;
	padding-left: 6px;
	font-size: .8em;
	padding-top: 5px;
}

.rightText {
	margin: 0 0 0 52px;
	font-size: 1em;
	padding-right: 0;
	font-style: italic;
}

.tight {
	letter-spacing: -2.5px;
	padding-top: 10px;
}

.info {
	font-style: italic;
	font-size: .8em;
	margin-left: 80px;
	padding-top: 20px;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-family: TransportMedium, Arial, Helvetica, Geneva, sans-serif;
	font-size: 2em;
	color: #b9b9b9;
}

h3 {
	font-family: TransportMedium, Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.5em;
	color: #b9b9b9;
}

h4 {
	font-weight: normal;
	line-height: 100%;
	margin: 10px 0px 0px;
	text-align: center;
	font-size: 1em;
}

h4 a:hover {
	color: #363636;
	text-decoration: underline;
}

h5 {
	font-size: 1.25em;
	font-style: oblique;
	font-weight: normal;
	text-decoration: none;
	margin-top: 10px;
}

h6 {
	font-family: TransportMedium, Arial, Helvetica, Geneva, sans-serif;

}

p {
	font-size: small;
	font-style: normal;
}

ul {
	padding: 15px 0 25px 0px;
	list-style-type: none;

}

li {
	display: inline;
	font-size: 1.5em;
	padding-right: 20px;
}


li a {
	text-decoration: none;
	color: #5c5c5c;
}

li a:hover {
	text-decoration: underline;
	color: #000;
}

img {
	-moz-box-shadow: 5px 5px 5px #777;
	-webkit-box-shadow: 5px 5px 5px #777;
	box-shadow: 5px 5px 5px #777;
}

div#video_box {	background-color: blue;
	display: block;
	width: 240px;	height: 135px;
	-webkit-transition-property: width;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: default;
}