html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	/*IE centering hack*/
	text-align: center;
	font-size: 100%;
	line-height: 1.125em;
	font-family: "Century Gothic", "Helvetica", "Verdana", "Arial", sans-serif;
	color: #636466;
	background: #e3e3e3 url("/_library/gfx/bg_grad.gif") repeat-x top left;
	
}

a:link, a:active, a:visited, a:hover {
	color: #c41230;
	text-decoration: none;
	padding: 0;
}

.clearer {
	clear: left;
	height: 0;
	line-height: 0;
}

h1 {
	margin: 33px 0 25px 0; 
	font-size: 1.5em;
	color: black;
}

h2 {
	font-size: 1.4em;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.2em;
	margin-bottom: 10px;
}

p {
	font-size: 1em;
	line-height: 1.5em;
}

#wrapper_bg {
	margin: 0 auto 0 auto;
	padding: 0 40px 40px 40px;
	width: 816px;
	height: 100%;
	text-align: left;
	background: white;
}

#content_left {
	position: relative;
	width: 159px;
	float: left;
}

#content_right {
	padding-top: 50px;
	width: 625px;
	float: right;
}

#logo {
	margin-top: 50px;
	width: 157px;
	height: 60px;
}

#menu_upper {
	width: 157px;
	height: 672px;
	border-right: 1px dashed #b2b2b2;
	border-bottom: 1px dashed #b2b2b2;
	border-left: 1px dashed #b2b2b2;
}

#menu_lower {
	position: absolute;
	bottom: 8px;
	left: 10px;
}

.menu {
	margin: 12px 0 20px 12px;
	letter-spacing: -0.03em;
}

#copyright {
	font-size: .6em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}

ul a:link, ul a:hover, ul a:active, ul a:visited{
	color: #636466;
}

ul li{
	text-transform: uppercase;
	line-height: 2em;
}

ul li ul {
	margin-bottom: 5px;
}

ul li ul li{
	font-size: .7em;
	text-transform: none;
	line-height: 1.5em;
}

.movie_grid_entry {
	position: relative;
	margin: 0 0 1px 1px;
	width: 155px;
	height: 155px;
	float: left;
	overflow: hidden;
	cursor: pointer;
}

.movie_grid_entry_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 155px;
	height: 155px;
	color: white;
	background: url("/_library/gfx/movie_grid_entry_overlay_dark.png") repeat top left;
	display: none;
	cursor: pointer;
}


.movie_grid_entry_overlay .caption_lg {
	padding: 10px 0 0 5px;
	font-size: .8em;
	text-transform: uppercase;
}

.movie_grid_entry_overlay .caption_sm {
	padding: 0 0 0 5px;
	font-size: .7em;
}

.movie_grid_entry_overlay .caption_play {
	padding: 10px 0 0 5px;
	font-size: .8em;
	text-transform: uppercase;
}

#movie_grid_nav a:link, #movie_grid_nav a:active, #movie_grid_nav a:visited, #movie_grid_nav a:hover {
	margin-top: 35px;
	color: #c41230;
	font-size: 1.3em;
	float: left;
}

#play_all {
	float: left;
}

#pager {
	float: right;
}

#project_wrap {
	margin: 80px auto 0 auto;
	width: 480px;
}

#project_header {
	font-size: 1.5em;
}

#project_header a:link, #project_header a:active, #project_header a:visited, #project_header a:hover{
	color: #c41230;
}

#project_video_file_standard {
	margin: 15px 0 30px 0;
	width: 480px;
	height: 376px;
}

#project_video_file_wide {
	margin: 15px 0 30px 0;
	width: 480px;
	height: 286px;
}

#project_name {
	margin-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

.project_detail {
	font-size: .8em;
}

.project_detail a:link, .project_detail a:active, .project_detail a:visited, .project_detail a:hover{
	color: #c41230;
}

.contact_col {
	margin-bottom: 30px;
	width: 200px;
	float: left;
}

.contact_col p {
	margin-bottom: 20px;
	font-size: .9em;
	line-height: 1.5em;
	text-transform: lowercase;
}

#news_scroll_area {
	padding-right: 20px;
	height: 554px;
	overflow-y: auto;
}

.post {
	margin-bottom: 50px;
	border-bottom: 1px solid #dddddd;
}

.post h2 {
	float: left;
}

.post .date {
	margin: 2px 0 0 5px;
	font-size: 1.1em;
	float: left;
}

.post .header_border {
	width: 100%;
	height: 6px;
	background: url('/_library/gfx/news_pattern.gif') repeat-x top left;
}

.post p{
	font-size: .8em;
	margin: 15px 0 15px 0;
}

.post #back {
	font-size: .8em;
}

.navigation {
	font-size: .9em;
}


