/********************************************************************************************/
/* This file contains the CSS declarations that are used in the content area of the site. 	*/
/* All declarations in this file will also be available in the SiteCM page editor. 			*/
/********************************************************************************************/

/* Required Declarations */
/* The following declarations are required by the SiteCM page editor */

/* Text - default */
body, td, p, li, input, select, textarea {
	font: normal normal 14px/17px Calibri, Verdana, Helvetica, Arial, Sans serif;
	text-decoration: none;
	color: #353535;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

hr {
	border: 0;
	color: #666;
	background-color: #666;
	height: 1px;
	width: 100%;
	text-align: left;
}

/* Headings */
h1 {
	font-size: 26px;
	color: #2d2d2d;
	line-height: 1em;
	font-family: 'NeoSansStdRegular', Arial, Tahoma, sans-serif;
}

h2 {
	text-transform:uppercase;
	margin: 2px 0 0 0;
	padding: 8px 0 0 18px;
	background: #f7941d url(/images/CLP_h1bg.jpg) repeat-x top left;
	color: #fff;
	font: normal normal 20px/28px 'NeoSansStdRegular', Arial, Tahoma, sans-serif;
}
.Venue h2{background: #008cd1;}

h3 {
	color: #f7941d;	
	font: normal normal 23px/27px 'NeoSansStdRegular', Arial, Tahoma, sans-serif;
	margin: 0 0 10px;
}

h4 {
	font-size: 14px;
	background: #6c6c6c;
	color: #fff;
	text-transform:uppercase;
	margin: 0;
	padding: 8px 0 0 20px;
	line-height: 28px;
	font-family: 'NeoSansStdRegular', Arial, Tahoma, sans-serif;
}
	
h5 {
	margin: 0 0 5px;
	font: normal normal 17px/23px 'NeoSansStdRegular', Arial, Tahoma, sans-serif;
}

h6 {
	color: #F7941E;
	margin: 10px 0 20px 0;
	font: normal normal 17px/20px 'NeoSansStdRegular', Arial, Tahoma, sans-serif;
}


/* Links - default */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #008cd1;
}	

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #008cd1;
}

a:hover {
	text-decoration: none;
	color: #008cd1;
}	

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #008cd1;
}
a{ outline: none;}
.bookmark {color:#008cd1;} 
img {border: 0;}

a.bookmark:link {color:#008cd1;}
a.bookmark:active {color:#008cd1;}
a.bookmark:hover{color:#008cd1;}
a.bookmark:visited{color:#008cd1;}

.Venue h3,
.Venue h6,
.Venue a:link,
.Venue a:visited,
.Venue a:hover,
.Venue a:active{color:#008cd1;}

/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */

td.content{padding: 30px 30px 30px 0;}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
img.image_padded_right {padding: 0 10px 0 0;}
img.image_padded_left {padding: 0 0 0 10px;}
