/* ==================================================== *
 * TITLE   : TRADITIONFL     |  press.css               *
 * AUTHOR  : R.Bombardieri   |  info@rule13.com         *
 * CREATED : 09 Jun 2007     |  UPDATED:                *
 * ==================================================== */

/* ==================================================== *
 * BUILDING BLOCKS
 * ==================================================== */
* {
	font-size:100%;
	margin:0;
	padding:0;
	outline:none; }	
body {
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.4em;
	background: #FFF url(../images/bg-header-wrap2.gif) top center repeat-x; 	}

/* ==================================================== *
 * BASIC DECLARATIONS
 * ==================================================== */
h1 {
	font-size: 2em;
	height: 30px;
	line-height: 30px;
	margin: 0 0 16px 4px;
	color: #fff; }		
h2 {
	/*clear: both;*/
	font-size: 1.2em;
	height: 22px;
	line-height: 22px;
	color: #282F35;
	margin-bottom: 4px; }
h3 {
	margin-bottom: 4px;
	font-size: 0.9em;
	color: #444; }
h4 {}

p, address { 
	font-style: normal;
	margin-bottom: 15px; }
/*em {
	font-style: normal;
	color: #f16e05;	}*/
acronym, abbr {
	border-bottom: 1px dotted #444;
	cursor: help;
	font-style:normal; }
.small {
	font-size: 0.8em;
	color: #005499; 
	margin: -4px 0 10px 0; }	
.info {
	padding: 10px 20px;
	background-color:#fec;
	border: 1px solid #ffc392; }
.highlight { 
	background: #FFC; }

/* ==================================================== *
 * IMAGE STYLES
 * ==================================================== */
img { 
	border: none;	}
.alignleft {
	margin: 0 15px 5px 0;
	float: left;
	display: inline; }
.alignright {
	margin: 0 0 5px 15px;
	float: right;
	display: inline; }
#map {
	width: 510px;
	height: 300px; }
	
/* ==================================================== *
 * LIST STYLES
 * ==================================================== */
ol {
	margin: 0 0 15px 30px; }	
ul {
	margin-bottom: 15px; }
	ul li {
		background: url(../images/bullet.gif) 0 0.3em no-repeat;
		list-style-type: none;
		padding:0 0 0 20px; }
	#content li {margin-bottom: 10px;}

#link li {
	background: none;
	padding: 0px;
	float: left;
	margin-bottom: 10px; }
#link img {
	display: inline;
	margin: 6px 12px 0 0;
	float: left;
	border: 1px solid #ddd; }	

/* ==================================================== *
 * TWO COLUMNS
 * ==================================================== */
.col-1 {
	width:49%;
	float:left; }
.col-2 {
	width:49%;
	float:right; }

/* ======================================================== *
 * FLOAT CLEAR
 * ======================================================== */
.clear-content  {
	content:"."; 
	display:block; 
	height:0;
	font-size:0;
	clear:both; 
	visibility:hidden; }
.clear { clear: both; background: none; }

.hide{ 
	position:absolute;
	left:-9999px;
	width:0px;
	overflow:hidden; }

/* ==================================================== *
 * BLOCKQUOTES
 * ==================================================== */
blockquote {
	clear: both;
	text-align: left;
	text-indent: 25px;
	background: url(../images/quotes1.gif) 0 2px no-repeat;
	margin: 20px auto;
	width: 460px; }
blockquote p {
	/*font-family: "Century Gothic", "Lucida Sans Unicode","Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	color: #005499;
	font-size: 1.1em;
	font-weight:bold;
	display: inline;
	padding-right: 24px;
	background: url(../images/quotes2.gif) bottom right no-repeat; }

/* ==================================================== *
 * LINK STYLES
 * ==================================================== */
#content a {color: #282F35;}
#content acronym a {text-decoration: none;}
#content a:hover {
	color: #56816F;
	text-decoration: none; }
#content a.close {
	background:url(../images/icons/close.gif) no-repeat left center;
	padding:1px 8px 1px 20px; }
	#content a.print {
	background:url(../images/icons/print.gif) no-repeat left center;
	padding:1px 20px; }

/* ======================================================== *
 * PRESS RELEASES
 * ======================================================== */
.newsblock {
	background-color:#FFF;
	border-bottom:1px solid #D8D8D8;
	margin-bottom:1em;
	padding:5px; }
.newsblock h3 {
	color:#A8561C;
	font-size:90%;
	margin-bottom:0.4em; }
.newsblock h3 span {
	color:#333;
	float:right;
	font-size:80%; }
.newsblock h2 {
	margin:0 0 16px 0;
	font-size:150%; }
.newsblock p {
	line-height:1.4em; }
.newsblock p a.read-more {
	background:transparent url(../images/icons/right-arrow.gif) no-repeat scroll right center;
	font-size:95%;
	padding:0pt 20px 2px 6px; }
.newsblock p a.read-more-pdf {
	background:transparent url(../images/icons/page_acrobat.gif) no-repeat scroll right center;
	font-size:90%;
	padding:0pt 20px 2px 6px; }
.newsblock p a.read-more-word {
	background:transparent url(../images/icons/page_word.gif) no-repeat scroll right center;
	font-size:90%;
	padding:0pt 20px 2px 6px; }


.video { text-align:center; }
/* ======================================================== *
 * CONTENT CONTAINERS
 * ======================================================== */
#content {
	background: #transparent;
	width: 100$;
	margin: 0 auto;
	padding-bottom:40px; }

.close-bottom {
	text-align:right;
	padding-bottom:16px; }