﻿/* ************************* */
/* GLOABL HEADERS */
/* ************************* */

h1{ /* PRIMARY TITLE IN GREY BLOCK */
	margin: 10px;
	display: block;
	height: 24px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #444444;
	text-indent: 15px;
	text-transform:uppercase;
	background-color: #dfe0e1;
}

/* ************************* */
/* RIGHT COLUMN STYLES */
/* ************************* */

/* Press */

.presslisthome
{
	padding: 5px 10px 5px 10px;
	list-style:none;
}

.presslisthome li
{
	padding: 0px 11px 2px 0px; 
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	line-height: 15px;
}

.presslisthome .presslisthomedate
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #808080;
}

.presslisthome li a
{
	color: #31afc7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	text-decoration: none;
	text-transform: uppercase;
}

.presslisthome li a:hover
{
	color: #ef8b1e;
	text-decoration: none;
}



/* ************************* */
/* RIGHT COLUMN STYLES */
/* ************************* */


select
{
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
}

select option
{
	padding: 1px 5px 1px 5px;
	border: none;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
}