﻿html *
{
	color: #888888;
	font-family: Helvetica, Arial, Sans-Serif;
}

a
{
	text-decoration: none;
}

h1, h2, h3
{
	text-transform: uppercase;
}

a:hover
{
	text-decoration: underline;
}

/* testing */
div
{
	/*border: solid 1px #aaa;*/
}

p
{
	font-size: .9em;
	line-height: 1.4em;
}

q
{
	font-style: italic;
}

#main-container
{
	margin: 0 auto;
	width: 862px;
}

#main-navigation
{
	height: 50px;
	margin-top: 5px;
	background: #fff url(images/background-menu.gif) bottom;
	background-repeat: no-repeat;
}

#header
{
	position: relative;
	margin-top: 5px;
	height: 182px;
	overflow: hidden;
}

#sub-navigation
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #BF2E1A;
	width: auto;
	overflow: hidden;
}

#sub-navigation span, #sub-navigation a
{
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.4em;
	color: #fff;
}

#positioning-statement
{
	float: right;
}

#content
{
	padding: 10px 20px;
	background: #fff url(images/background-content.gif);
	background-repeat: no-repeat;
	width: 861px;
}

#content h1
{
	font-size: 1.7em;
	font-weight: bold;
	text-transform: uppercase;
}

#content-wrapper
{
	position: relative;
	width: 100%;
	overflow: hidden;
}

#content p
{
	line-height: 1.5em;
	margin: 1em 1em 1em 0;
}

#footer
{
	clear: both;
	padding: 10px;
	position: relative;
}

/* classes */
.breadcrumbs
{
}

.premierPost
{
	color: #5d7c97;
}

.premierPost a
{
	color: #5d7c97;
	text-decoration: underline;
}

.premierPost a:hover
{
	color: #888888;
}

.premierIS
{
	color:#BF2E1A;
}

.premierIS a
{
	color:#BF2E1A;
	text-decoration: underline;
}

.premierIS a:hover
{
	color: #888888;
}

.premierAV
{
	color:#5d9732;
}

.premierAV a
{
	color:#5d9732;
	text-decoration: underline;
}
.premierAV a:hover
{
	color: #888888;
}

.premierStudios
{
	color: #f88f34;
}

.premierStudios a
{
	color: #f88f34;
	text-decoration: underline;
}

.premierStudios a:hover
{
	color: #888888;
}

.container
{
	background: transparent url(images/horizontal_rule.gif) top;
	background-repeat: no-repeat;
	padding-top: 5px;
}

.long-container
{
	clear:both;
	background: transparent url(images/horizontal_rule_full.gif) top;
	background-repeat: no-repeat;
	padding-top: 5px;
}

.half-column
{
	float: left;
	width: 46%;
	margin: 5px;
	padding: 10px;
}

.split-subhead 
{
    margin: .5em 0 1.5em 0;
}

.split-subhead span
{
	font-weight: bold;
}

.split-subhead-top
{
    display:block;
    
}
.split-subhead-bottom
{
    display:block;
}

.vert-sep
{
	background: transparent url(images/vert-sep.jpg) right no-repeat;
}

ul.download-list li 
{
    list-style: disc inside;
    line-height: 1.5em;
    padding-left: 1em;
}

ul.download-list a
{
    text-decoration: underline;
}