/********************************************************************************************/
/* 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 Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	line-height:1.55em;
	color: #353535;
}

.ui_middle ul li {padding-bottom:6px;}
/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	font-family:Myriad, Helvetica, Arial, Sans-Serif;
}
h1 {
	font-size: 24px; 
	color: #000000;
	font-weight:900;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
	color: #ED1C24;
}
h4 {
	font-size: 18px;
	color: #000000; 
}	
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
	color: #ED1C24; 
}

/* Custom Style for Right Hand Content Blocks */

.Right_Style_Header 
{
	font: 24px Helvetica, Arial, Sans-Serif;
	font-weight:bolder;
	border-bottom:2px solid;
	border-color:#C2BC9C;
	color:#000000;
	padding-bottom:7px;
	}
.Right_Style_Head_line1 
{
	font: 24px Helvetica, Arial, Sans-Serif;
	font-weight:bolder;
	color:#000000;
	}

/* Links - default */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #ED1C24;
}	

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #ED1C24;
}	

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #ED1C24;
}	

/* Links - hover (onmouseover) */
a:hover {
	text-decoration: none;
	color: #353535;
}	
a{ outline: none;}
/* Forms */
form { margin: 0px; padding: 0px; }

.bookmark {color:#353535;} 

a.bookmark:link {color:#353535;}
a.bookmark:active {color:#353535;}
a.bookmark:hover{color:#353535;}
a.bookmark:visited{color:#353535;}

/* Custom Declarations */
/* The following declarations required by the SiteCM page editor */

/* Classes that can be used with any element */
.RedBoldText { font-weight: bold; color: #f00; }
.GreenBoldText { font-weight: bold; color: #0f0; }
.BlueBoldText { font-weight: bold; color: #00f; }
.BlackBoldText { font-weight: bold; color: #000; }

/* Link <a></a> specific classes */
a.BlackLink { background-color: #000; color: #fff; }

/* Paragraph <p></p> specific classes */
p.PurpleParagraph { background-color: #88f; color: #fff; }

/* Table <table></table> specific classes */
table.RedTable { background-color: #f00; color: #fff; }

/* Table cell <td></td> specific classes */
td.GreenTableCell { background-color: #080; color: #fff; }

/* Image <img /> specific classes */
img.BorderedImage { border: solid 5px #f00; }

.ui_past{background: url(/images/takenplace.png) no-repeat center; width: 300px; height: 150px; padding: 0 0 0 20px;}

	
