﻿#content 
{
	margin: 10px 20px 0 20px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#content p
{
	padding: 0 0 5px 0px;
}

#content a
{
	text-decoration: underline;
}

#content a[href^="http:"] {
display:inline-block;
padding-right:14px;
background:transparent url(../img/icons/external.png) center right no-repeat;
}

#content a[href$='.pdf'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(../img/icons/pdf.png) center left no-repeat;
}

#content a[href$='.doc'], #content a[href$='.docx'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(../img/icons/word.png) center left no-repeat;
}

#content a[href$='.xls'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(../img/icons/excel.png) center left no-repeat;
}

#content #newsTitle
{
	background-color: #CCC;
	width: 806px;
	height: 10px;
	color: #000;
	font-family: Franklin Gothic Medium Cond, Segoe Condensed, Arial Narrow, Arial, Sans-Serif;
	font-size: x-large;
	vertical-align: middle;
	
}

#content h1
{
	color: #FF001E;
	font-family: Arial Narrow;
	font-size: large;
	text-transform: uppercase;
	padding: 0 0 5px 0;
}

h2 {
border-bottom: 1px solid #666;
}

h2 span {
position: relative; 
left: -0.3em; 
bottom: -0.6em; 
padding: 1px 0.5em; 
margin: 0; 
border-style: solid; 
border-width: 1px 1px 1px 0.8em;  
border-color: #666 #666 #666 #008;
background-color: #ddd;
}

#content .title
{
	color: #000;
	padding: 20px 0 20px 0;
	margin: 20px 0 0 0;
	font-family: Franklin Gothic Medium Cond, Segoe Condensed, Arial Narrow, Arial, Sans-Serif;
	font-size: x-large;
	}

#content .titleRed
{
	color: #E0001E;
	padding: 20px 0 20px 0;
	margin: 20px 0 0 0;
	font-family: Franklin Gothic Medium Cond, Segoe Condensed, Arial Narrow, Arial, Sans-Serif;
	font-size: x-large;
}

#content .tagline
{
	color: #000;
	font-family: Verdana;
	font-size: 12px;
}

#content #homepageTitle
{
	margin: 20px 0 20px 0;
}


#content #newsHeading
{
	background:url(../img/filmslider/newsHeader.png) center left no-repeat;
}


#content #newsTitle
{
	background-color: #CCC;
	width: 806px;
	height: 30px;
	color: #000;
	font-family: Franklin Gothic Medium Cond, Segoe Condensed, Arial Narrow, Arial, Sans-Serif;
	font-size: medium;
	vertical-align: middle;
	
}


#content ul
{
	padding: 10px 0 10px 25px;
	margin: 0 0 0 10px;
}

#content li
{
	padding: 0 0 .2em 10px;
	list-style-type: disc;
}

  
input:hover, textarea:hover,   
input:focus, textarea:focus {   
    border-color: #C9C9C9;   
    }   
  
.form label {   
    margin-left: 10px;   
    color: #999999;   
    }   
  
.submit input {   
    width: auto;   
    padding: 9px 15px;   
    background: #617798;   
    border: 0;   
    font-size: 14px;   
    color: #FFFFFF;   
    }  




.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.myButton:active {
	position:relative;
	top:1px;
}
