/********************************************************************************************/
/* 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 11px Tahoma, Arial, Sans-Serif;
	text-decoration: none;
	color: #353535;
}
sup {
	font-size: 50%;
	vertical-align: super;
}

sub {
	font-size: 50%;
	vertical-align: sub; }
/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

hr{border: 0;
color: #999;
background-color: #999;
height: 1px;
width: 100%;
text-align: left;}

p{margin: 0 0 10px 0; line-height: 150%;}

/* Headings */
h1,h2,h3,h4,h5,h6{font-family: Calibri,Georgia,Utopia,Palatino,'Palatino Linotype',serif; margin: 0 0 10px;}
h1 {
	font-size: 30px; 
	color: #22456c;
}
h2 { font-size: 26px; color: #55708e; line-height: 150%; margin: 0;  }

h3 { font-size: 22px; color: #22456c; line-height: 28px; }
h4 {
	font-size: 18px;
	color: #22456c; 
	margin: 2px 0;
	text-transform: uppercase;
}	
h5 { font-size: 16px; color: #2d2d2d; text-transform: uppercase; margin: 0 0 5px; }
h6 {
	font-size: 10px;
	color: #22456c; 
}

/* Links - default */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #22456c;
}	

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #22456c;
}	

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #22456c;
}	

/* 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 */


/* Link <a></a> specific classes */
.moreLink{}
a.moreLink,
a.moreLink:link,
a.moreLink:visited { display: inline-block; padding-right: 30px; background: url(/images/SFI-content-arrow-sm.png) no-repeat top right;
	font: normal bold 14px/20px Calibri Bold, Calibri, Arial Bold, Arial, Tahoma, sans-serif; }
	a.moreLink:hover,
	a.moreLink:active	{background: url(/images/SFI-content-arrow-sm.png) no-repeat bottom right;}
.ContentRotator a.moreLink,
.ContentRotator a.moreLink:link,
.ContentRotator a.moreLink:visited { width: 90%; display: inline-block; padding-right: 30px; background: url(/images/SFI-content-arrow-sm.png) no-repeat top right;
	font: normal bold 20px/20px Calibri Bold, Calibri, Arial Bold, Arial, Tahoma, sans-serif; }
	.ContentRotator a.moreLink:hover,
	.ContentRotator a.moreLink:active	{background: url(/images/SFI-content-arrow-sm.png) no-repeat bottom right;}
	

/* Table <table></table> specific classes */
.is_home .ui_main_content table td.borders{border-top: 7px solid #22456c; border-bottom: 1px solid #22456c; padding-top: 10px; }


