html {
	background: #8FC56F; /*url(images/bg2.jpg);
	background-repeat: none;*/
}

body {
	margin: 0;
	padding:0;
	font-family: Verdana, Tahoma, "Trebuchet MS";
	font-size: 12px;
	line-height: 1.5em;
	width: 100%;
	display: table;
	/*background: #689EBA; #e3e3e3; 
	background-color:#FDD003;*/
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-x;
}

a:link, a:visited {	color: #0000ff; text-decoration: none; } /*494949*/
a:active, a:hover { color: #0F6404; text-decoration: underline;}

p {
	font-size: 12px;
	color: #484848;
	text-align: justify;
	margin: 10px 10px 10px 10px;	
}

span.date {
	font-size: 11px;
	color: #999999;
	text-align: justify;
	margin: 0 0 3px 0;	
}

h1 {
	font-size: 23px;
	color: #a18800;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 18px;
	color: #565656;
	font-weight: normal;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 13px;
	color: #a18800;
	font-weight: normal;
	margin: 0 0 3px 0;
}

#s_container {
	width: 960px;
	margin: auto;
}


#s_header {
	width: 960px;
	height: 169px;
}

#s_header_logo {
	width: 960px;
	height: 115px;
	background: url(images/s_logo.jpg);
	padding: 1px 0 0 0;
}

#s_header_slogan {
	font-size: 16px;
	color: #FFf;
	margin: 72px 0 0 310px;
	float: left;
	font-weight: bold;
}

#s_search {
	float: right;
	width: 280px;
	height: 22px; /* 70px */
	margin: 78px 0px 0 0;
}

.labels {
	color: #fff;
	font-size: 12px;
}

.field {
	float: left;
	width: 166px;
	height: 24px;
	border: none;	
	border: none;
	color : #686868;
	background: url(images/s_search_field.jpg) no-repeat;
	margin: 8px 0 0 10px;
	padding: 3px 3px 0 3px;
}

.button {
	float: right;
	width: 89px;
	height: 27px;
	border: none;	
	background: url(images/templaetmo_bottom.png) no-repeat;
	margin: 8px 5px 0 0;
	cursor: pointer;
}

/* menu */

#s_menu {
	float: left;
	width: 960px;
	height: 48px;
	background: url(images/s_menu_bg.jpg);
	padding: 5px 0 0 0;
}

#s_menu ul {
	float: right;
	margin: 0px;
	padding: 0 0 0 0;
	width: 960px;
	list-style: none;
}

#s_menu ul li {
	display: inline;
}

#s_menu ul li a {
	float: left;
	padding: 11px 27px;	
	text-align: center;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	background: url(images/s_menu_divider.png) center right no-repeat;
	color: #fff;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	outline: none;
}

#s_menu li a:hover, #s_menu li .current {
	color: #ffeb00;
}

#s_menu li .last {
	background: none;
}

/* end of menu*/

.s_section_1 {
	width: 960px;
	background: url(images/s_section_1.jpg);
}

.s_section_1_contentarea {
	width: 958px;
	background:url(images/s_contentarea_bg.jpg) no-repeat top;
	margin: 0;
	padding: 1px;
}

.s_section_1_contentarea .s_text {
	float: left;
	width: 375px;
	margin: 35px 0 0 35px;
	
}
.s_section_1_contentarea .s_img {
	float: right;
	margin: 5px 8px 0 0;
}

.s_text img {
	float: left;
	margin: 0 10px 5px 0;
}

.s_section_1_bottom {
	width: 960px;
	height: 9px;
	background: url(images/s_section_1_bottom.jpg);
}

#s_content_area {
	width: 954px;
	margin: 10px 0 0 0;
	background: url(images/s_section_1.jpg);
}

#test {
background: url(images/s_section_1.jpg);
}

#s_left {
	float: left;
	width: 280px;
	padding: 0 15px;
	margin: 0 2px 0 0;
}

#s_left span.big {
	font-size: 23px;
	color: #a18800;
	font-weight: bold;
}

#s_left img {
	border: none;
}

#s_mid{
	float: left;
	width: 316px; /* 326 */
	margin: 0 3px;
	padding: 0 15px;
}

.category_list {
	margin: 0 20px;
	padding: 0px;
	list-style: none;
	display: block;
}

.category_list li { 
	display: block;
	height: 15px;
	clear: right;
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
	background: url(images/s_list_bullet.png) top left no-repeat;
	background-position: 0 5px;
}

.category_list li a { 
	color: #5c5c5c;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}

.category_list li a:hover { 
	color: #000000;
	text-decoration: none;
}

#s_right {
	float: right;
	width: 232px;
	margin: 0 0 0 0;
	padding: 0 25px;
}

.templatmo_v_line {
	height: 310px;
	float: left;
	width: 2px;
	background:url(images/s_v_line.jpg);
}

.s_h_line {
	width: 100%;
	clear: both;
	border-top: #c1c1c1 1px solid;
	border-bottom: #f6f6f6 1px solid;
	margin: 0 0 10px 0;
}

.s_readmore_2 {
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #484848;
	background: url(images/s_readmore_2.png) left top no-repeat;
	padding: 0 0 0 15px;
	background-position: 0 4px;
	margin: 0 0 10px 0;
}

.s_readmore_2 a {
	color: #484848;
	text-decoration: none;
}

.s_readmore_2 a:hover, .s_readmore_2:hover {
	text-decoration: underline;
}

.s_gallery {
	margin: 0;
	padding: 0;
}

.s_gallery img {
	float: left;
	margin: 0 0 20px 0;	
}

.s_gallery img.mid {
	float: left;
	margin: 0 20px;	
}

#s_footer {
	clear: both;
	width: 960px;
	height: 32px;
	background: url(images/s_footer_bg.jpg);
	margin: 0px 0;
	padding: 15px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

#s_footer a {
	color: #fff;
}

#s_footer a:hover {
	color: #ffff00;
	text-decoration: none;
}

.cleaner {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

table.data_center_aligned td{
	text-align:center;
	}
	
table.boxes {
background: #000000;
}
table.boxes tr th { 
  background: #9EBAD0;
  color: #000000;
  padding: 7px 4px;
  text-align: center;
}
  
table.boxes tr td { 
  background: #E4FDFF;
  color: #47433F;
padding: 7px 4px;
  border-top: 1px solid #FFF;
  text-align:center;
}

table.boxes2 {
background: #000000;
}
table.boxes2 tr th { 
  background: #9EBAD0;
  color: #000000;
  padding: 7px 4px;
  text-align: center;

}
  
table.boxes2 tr td { 
  background: #E4FDFF;
  color: #47433F;
padding: 7px 4px;
  border-top: 1px solid #FFF;
  text-align:left;
}

table.boxes1 tr th { 
  background: #9EBAD0;
  color: #000000;
  padding: 7px 4px;
  text-align: center;

}
  
table.boxes1 tr td { 
  background: #E4FDFF;
  color: #47433F;
padding: 7px 4px;
  border-top: 1px solid #FFF;
}

.button1 {
	background-color:#193F73; 
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	border:1px solid #a60c0c;
	text-indent:1.31px;
	display:inline-block;
	color:#ff00ff;
	font-family:Verdana;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	height:28px;
	line-height:28px;
	width:205px;
	text-decoration:none;
	text-align:center;
}.button1:hover {
	background-color:#FF6501;
	border:1px solid #000000;
	font-size:13px;
}.button1:active {
	position:relative;
	top:1px;
}


.blue_box{
	background-color:#193F73; 
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	border:0px solid #a60c0c;
	text-indent:1.31px;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	height:28px;
	line-height:28px;
	width:205px;
	text-decoration:none;
	text-align:center;
}

#ftr
{
padding-top:58px;
width:100%;
text-align:center;
color: #fff;
background:url(images/ftr.jpg) repeat-x;
}
#ftr a:hover {
	color: #ffff00;
	text-decoration: none;
}
#ftr a {
	color: #ffff00;
}