.si_container{
	
}

.box{
	padding: 0.9em;
	background-color: transparent;
}

/****** Promo Type 1 *********/
.promo_1{
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	border: 1px solid #e3e3e3;
	border-bottom: 2px solid #e3e3e3;
	
	background-image: url(../graphics/si_back.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.promo_1 h3{
	margin-bottom: 10px;
	font-size: 1.5em;
}

/****** Promo Type 2 *********/
.promo_2{
	border-bottom: 1px solid #b9b9b9;
	line-height: 1.5;
	padding: 0;
	margin-bottom: 15px;
}

.promo_2 .box{
	margin-bottom: 0px;
}

.promo_2 h3{
	margin-bottom: 0px;
	background-color: #f5f5f5;
	color: #666;
	border-bottom: 1px solid #b9b9b9;
	padding: 13px 10px 8px 10px;
}

.promo_2 a, a.link_editor{
	color: #37556a;
	text-decoration: none;
}

.promo_2 a:hover, a.link_editor:hover{
	color: #37556a;
	text-decoration: underline;
}

/********** BOx Paletes ********************************************************/

/**** Palete 1 ***************************************************************/

.box_palete_1 h3{
	color: #37556a;
}

.box_palete_1 a, .box_palete_1 a.link_editor{
	color: #37556a;
	text-decoration: none;
}

.box_palete_1 a:hover, .box_palete_1 a.link_editor:hover{
	color: #37556a;
	text-decoration: underline;
}

/**** List Templates ******************/
.box_palete_1 .doc_title,
.box_palete_1 .doc_title a, .box_palete_1 .doc_title a.link_editor,
.box_palete_1 .doc_node a, .box_palete_1 .doc_node a.link_editor{
	color: #37556a;
	text-decoration: none;
}

.box_palete_1 .doc_title a:hover, .box_palete_1 .doc_title a.link_editor:hover,
.box_palete_1 .doc_node a:hover, .box_palete_1 .doc_node a.link_editor:hover{
	color: #37556a;
	text-decoration: underline;
}


.box_palete_1 .doc_read_more a, .box_palete_1 .doc_read_more a.link_editor{
	color: #37556a;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 15px;
	background-image: url(../graphics/more_light_back.png);
	background-repeat: no-repeat;
	background-position: left;
}

.box_palete_1 .doc_read_more a:hover, .box_palete_1 .doc_read_more a.link_editor:hover{
	text-decoration: underline;
	color: #37556a;
}

/**** Palete 2 *************************************************************/

.box_palete_2 h3{
	color: #b10e30;
}

.box_palete_2 a, .box_palete_1 a.link_editor{
	color: #333333;
	text-decoration: none;
}

.box_palete_2 a:hover, .box_palete_1 a.link_editor:hover{
	color: #b10e30;
	text-decoration: underline;
}

/**** List Templates ******************/
.box_palete_2 .doc_title,
.box_palete_2 .doc_title a, .box_palete_2 .doc_title a.link_editor,
.box_palete_2 .doc_node a, .box_palete_2 .doc_node a.link_editor{
	color: #b10e30;
	text-decoration: none;
}

.box_palete_2 .doc_title a:hover, .box_palete_2 .doc_title a.link_editor:hover,
.box_palete_2 .doc_node a:hover, .box_palete_2 .doc_node a.link_editor:hover{
	color: #b10e30;
	text-decoration: underline;
}

.box_palete_2 .doc_read_more a, .box_palete_2 .doc_read_more a.link_editor{
	color: #b10e30;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 15px;
	background-image: url(../graphics/more_light_red.png);
	background-repeat: no-repeat;
	background-position: left;
}

.box_palete_2 .doc_read_more a:hover, .box_palete_2 .doc_read_more a.link_editor:hover{
	text-decoration: underline;
	color: #b10e30;
}


/********** BOx Styles ********************************************************/

/********* Style 1  ***************/
.box_style_1 label{
	font-weight: normal;
}

.box_style_1 .doc_title{
	font-weight: bold;
	font-size: 1.1em;
}

.box_style_1 .doc_source,
.box_style_1 .doc_source label{
	font-weight: bold;
}

.box_style_1 .doc_node{
	font-style: italic;
}

/*****************  More... Component *************/
/****** Button Style *********/
.more_button{
	
	background-color: #fff;
	padding: 0px 0px 0px 0px;
	width: auto;
	min-width: 90px;
	display: inline-block;
	line-height: 1.5;
	
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	border: 1px solid #d2d2d2;
	margin-top: 0px;
}

.more_button a, .more_button a.link_editor{
	background-image: url(../graphics/more_button_back.png);
	background-repeat: repeat-x;
	background-position: right bottom;
	padding: 2px 26px 2px 6px !important;
	margin: 0px 0px 0px 0px;
	display: block; 
	width: auto;
	white-space: nowrap;
	text-decoration: none;
	color: #a51c37;
}

.more_button a:hover, .more_button a.link_editor:hover{
	background-position: right top;
	color: #a51c37;
	text-decoration: none;
}

/****** Check Button Style *********/
.check_button{
	
	background-color: #fff;
	padding: 0px 0px 0px 0px;
	width: auto;
	min-width: 90px;
	display: inline-block;
	line-height: 1.5;
	
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	border: 1px solid #d2d2d2;
	margin-top: 0px;
}

.check_button a, .check_button a.link_editor{
	background-image: url(../graphics/check_button_back.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 2px 6px 2px 30px !important;
	margin: 0px 0px 0px 0px;
	display: block; 
	width: auto;
	white-space: nowrap;
	text-decoration: none;
	color: #a51c37;
	
}

.check_button a:hover, .check_button a.link_editor:hover{
	background-position: left top;
	color: #a51c37;
	text-decoration: none;
}




/****** Light Style *********/
.more_light{
	margin-top: 10px;
	display: block;
}

.more_light a, .more_light a.link_editor{
	color: #37556a;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 15px;
	background-image: url(../graphics/more_light_back.png);
	background-repeat: no-repeat;
	background-position: left;
}

.more_light a:hover, .more_light a.link_editor:hover{
	text-decoration: underline;
	color: #37556a;
}




/***********   Home Page Blocks ************************************************/
.news_promo{
	min-height: 222px;
}

.solutions{
	background-image: url(../graphics/solutions_back.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.services{
	background-image: url(../graphics/services_back.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}


.education{
	background-image: url(../graphics/education_back.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.contact_box{
	background-image: url(../graphics/contact_box_back.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.solutions .box, .services .box, .education .box{
	margin-bottom: 0px;
}

.solutions, .services, .education{
	line-height: 2;
}