body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6e6f71;
	margin:0;
	padding:0;
	background:url('../images/sambro_bg_tile2.jpg') #fff repeat;
/*	background:url('../images/sambro_body_bg.gif') #fff repeat-x;*/
}

form{ margin:0; padding:0; }

img {
	border:none;
}

div {
	/*border:1px solid gray;*/
}

h1 {
	color:#666;
	font-weight:bold;
	font-size:18px;
	padding:5px 0 25px 0;
	margin:0;
}

h2 {
	font-weight:normal;
}

p {
	margin-top:0;
	margin-bottom:10px;
}

p.small_text {
	font-size:11px;
	font-weight:bold;
}
.tiny_text{
	font-size:10px;
	font-weight:normal;
}

a, a:visited {
	text-decoration:none;
	color:#3c74a4;
}

a:hover {
	text-decoration:underline;
}

.blue {
	color:#3c74a4;
}

.clear {
	clear:both;
}

.input_text {
	border:1px solid #acc3e2;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px 3px;
	margin:1px 0;
}

#siteContainer{
	width:920px;
	margin:0 auto;
	background:url('../images/sambro_head_bg.gif') #fff repeat-x;
}

#holder {
	width:887px;
	margin:0 auto;
}

#siteHeader{
	height:195px;
}

#siteHeader #logo {
	padding-top:26px;
	float:left;
}

#siteHeader #top_banner {
	float:right;
	padding-top:30px;
}

#priContent {}

#priContent #container_menu{background:#868686 url('../images/menu_bg.gif') repeat-x;}

#priContent #menu_top{float:left; width:726px;}

#priContent #menu_search_box{
	float:right;
	width:161px;
	height:38px;
	background:#868686 url('../images/menu_bg.gif') repeat-x;
}

#priContent #menu_search_box #search_box{
	margin: 9px 0 0 0;
	/*padding:3px 10px 0 20px;
	background:url('../images/sambro_search_box_bg.gif') #fff no-repeat;
	border:0;*/
	width:110px;
	height:14px;
	color:#6e6f71;
	font-size:10px;
}

#priContent #menu_search_box #search_btn{
	width:30px;
	/*background:url('../images/sambro_search_box_btn.gif') #fff no-repeat;
	height:22px;
	border:0;*/
	color:#6e6f71;
	font-size:9px;
	font-weight:normal;
	margin:0;
	padding:0;
}

#priContent #head_img{
	margin:5px 0 5px 0;
}

#priContent #breadcrumb {
	background:#A3B5E5;
	margin:0;
	padding-top:24px;
	padding-bottom:5px;
	width:774px;
}

#priContent #breadcrumb .inner {
	border:2px solid #fff;
	color:#fff;
	font-size:11px;
	padding:2px 3px;
	background:url('../images/breadcrumb_bg.jpg') repeat-y right;
	width:97%;
	margin:0 auto;
	z-index:2;
}

#priContent #breadcrumb a {
	color:#fff;
}


#priContent .homepage_column{
	width:290px;
	float:left;
	margin-right:8px;
}

#priContent .column_title{
	width:290px;
	height:33px;
	background:url('../images/sambro_column_title_bg.gif') #9d9d9d repeat-x;
}

#priContent .column_content{
	width:290px;
	min-height:325px;
	background:url('../images/sambro_column_content_bg.gif') #fff repeat-x;
}
* html #priContent .column_content{
	height:325px;
}

#priContent .column_content_text{
	width:270px;
	min-height:305px;
	padding:10px;
	background:url('../images/sambro_column_content_bg.gif') #fff repeat-x;
}
* html #priContent .column_content_text{
	height:305px;
}

#priContent .content_title{
	height:33px;
	background:url('../images/sambro_column_title_bg.gif') #9d9d9d repeat-x;
}

#priContent .content_text{
	padding:10px;
	min-height:350px;
	background:url('../images/sambro_column_content_bg.gif') #fff repeat-x;
}

* html #priContent .content_text{
	height:350px;
}

#priContent #content_left{
	float:left;
	width:592px;
}

#priContent #content_right{
	float:right;
	width:290px;
}

#priContent #content_full_width{
	width:100%;
}

#priContent #content_full_width .content_text{
	padding-right:290px;
}

#priContent #carousel_box{
	border-top:#a2a2a2 solid 1px;
	padding:15px 0 15px 0;
}

#priContent .search_result_title {
	font-size:15px;
	font-weight:bold;
	padding-bottom:3px;
}
#priContent .search_result_body {
}
#priContent .search_result_link {
	text-align:right;
	padding-right:20px;
	padding-bottom:15px;
}



/* news */
.news_item {
	border-bottom:#a2a2a2 solid 1px;
	padding:10px;
}
.news_item .h1 {
	color:#666;
	font-weight:bold;
	font-size:18px;
	padding:5px 0 25px 0;
	margin:0;
}
.news_item_blue {
	color:#3c74a4;
	border-bottom:#a2a2a2 solid 1px;
	padding:10px;
}
.news_item_blue .h1 {
	color:#3c74a4;
	font-weight:bold;
	font-size:18px;
	padding:5px 0 25px 0;
	margin:0;
}
/* news */


/* footer */
#siteFooter {
	text-align:center;
	margin-top:20px;
	padding-bottom:20px;
}

#siteFooter #footer_copyright{
	display: inline;
	margin-right:10px;

}

#siteFooter ul.footer_menu {
	display: inline;
	padding:0;
	list-style:none;
}

#siteFooter ul.footer_menu li {
	display:inline;
}

#siteFooter ul.footer_menu li a {
	color:#808285;
}
