/********************************************************************************************/
/* 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;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

hr {
	border: 0;
	color: #999;
	background-color: #999;
	height: 1px;
	width: 100%;
	text-align: left;
}

/* Headings */
h1 {
	font-size: 18px;
	color: #00529F;
	background: transparent url(/images/ORS_Left_Hover.jpg) no-repeat center left;
	border-bottom: solid 1px #00529F;
	padding-left: 30px;
}

h2 {
	font-size: 18px; 
	color: #00529F;
}

h3 {
	font-size: 16px; 
}

h4 {
	font-size: 14px;
	color: #00529F; 
}
	
h5 {
	font-size: 12px; 
}

h6 {
	font-size: 10px; 
	color: #00529F;
}

/* Links - default */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #00529F;
}	

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #00529F;
}

a:hover {
	text-decoration: none;
	color: #6A88BD;
}	

a:active {
	font-weight: bold;
	text-decoration: none;
	color: #00529F;
}

.bookmark {color:#353535;} 

a.bookmark:link {color:#353535;}
a.bookmark:active {color:#353535;}
a.bookmark:hover{color:#353535;}
a.bookmark:visited{color:#353535;}

/* Forms */
form { margin: 0px; padding: 0px; }

/* Custom Declarations */

.CB_Top {
	background: transparent url(/images/ORS_CB_top.jpg) no-repeat top left;
	height: 19px;
	width: 142px;
}

.CB_Repeat {background: transparent url(/images/ORS_CB_Repeat.jpg) repeat-y top left;}

.CB_Bottom {
	background: transparent url(/images/ORS_CB_Bottom.jpg) no-repeat top left;
	height: 19px;
	width: 142px;
}

.Home_Column1_Top {
	background: transparent url(/images/ORS_HOME_C1_Top.jpg) no-repeat top left;
	width: 356px;
	height: 13px;
}

.Home_Column1_Repeat {background: transparent url(/images/ORS_HOME_C1_Repeat.jpg) repeat-y top left;}

.Home_Column1_Bottom {
	background: transparent url(/images/ORS_HOME_C1_Bottom.jpg) no-repeat top left;
	width: 356px;
	height: 11px;
}

.Home_Column2_Top {
	background: transparent url(/images/ORS_HOME_C2_Top.jpg) no-repeat top left;
	width: 183px;
	height: 13px;
}

.Home_Column2_Repeat {background: transparent url(/images/ORS_HOME_C2_Repeat.jpg) repeat-y top left;}

.Home_Column2_Bottom {
	background: transparent url(/images/ORS_HOME_C2_Bottom.jpg) no-repeat top left;
	width: 183px;
	height: 11px;
}

.Home_Column3_Top {
	background: transparent url(/images/ORS_HOME_C3_Top.jpg) no-repeat top left;
	width: 183px;
	height: 13px;
}
