@charset "UTF-8";

body {
	font-family: "Myriad Pro", Trebuchet MS, Helvetica, sans-serif;
	font-size:13px;
}

p {
	padding: 0 0 1em;
}

a {
	color:#333300;
}

h1 {
	padding: 0.7em 0 0.7em;
}

h2 {
	padding: 0.8em 0 0.8em;
	font-family: Impact, Charcoal, sans-serif;
	font-weight:normal;
	letter-spacing:0.05em;
}

h2 .clear {
	font-family: "Myriad Pro", Trebuchet MS, Helvetica, sans-serif;
	font-weight:bold;
}

h3 {
	text-transform:uppercase;
}

h4 { 
	color: #999999;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	margin: 10px 0 10px 0;
}

.nav ul {
	padding:0px;
}

.nav li {
	float:left;
	list-style:none;
	padding-right:13px;
}

.nav li a {
	font-family: Impact, Charcoal, sans-serif;
	font-size:18px;
	text-decoration:none;
	color:#333300;
}

.ajax-loader {
	background:url(../images/ajax-loader.gif) top left no-repeat;
	height:30px;
	padding:0 5px 5px 25px;
	font-size:small;
}
.ajax-loader-reset {
	background:url(../images/ajax-loader-reset.gif) top left no-repeat;
	width:18px;
	height:21px;
	display:block;
}

.info a {
	color: white;
}

.required{color:#990000}

.videotitle {
	font-weight:bold;
	color:#333300;
}