@charset "utf-8";
/* CSS Document */

/* Globals */
body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p,h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	color: #da6601;
}
legend {
	color: #141414;
}
p{
	color: #141414;
margin:5px 0px 15px 0px;
}
a {
	color: #da6601;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;	
}

/* Layout */
#header_top{
	height: 125px;
	background: url(images/header_top.png) repeat-x;
}#navbar{
	height: 41px;
	background: url(images/navbar.png) repeat-x;
}#navbar_cont{
	
}#header{
	height: 267px;
	background: url(images/header.png) repeat-x;
}#breadcrumb{

	height: 36px;
	background: url(images/breadcrumb.png) repeat-x;
}#main{
	background-color: #ffffff;
	background: url(images/main.png) repeat-x;	
}#footer{
	height: 76px;
	background: url(images/footer.png) repeat-x;	
}.container-width-set{
	width: 900px;
	height: 100%;
	margin: 0 auto;
}.clear{
	clear: both;	
}#header_top_left{
	float: left;
}#header_top_right{
	float: right;
margin-top:12px;
}#footer_left{
	float: left;
	min-width: 150px;
}#footer_main{
	padding-top: 8px;
	min-width: 600px;
	margin: 0 auto;
}#footer_right{
	float: right;
	min-width: 150px;
	text-align: right;
}

/* 1 column */
#center {
  margin: 0 0 10px;
  position: relative;
  padding: 0px 15px 15px;
  height: 250px;
  min-height: 250px;
  height: auto;
  _height: 250px;
}

/* 3 columns */
body.sidebars #center {
  border-left: 1px solid #b4d7f0;
  border-right: 1px solid #b4d7f0;
  float: left;
  padding: 0 10px;
  width: 500px;
}

/* 2 columns - sidebar-left */
body.sidebar-left #center {
  border-left: 1px solid #b4d7f0;
  float: right;
  padding-left: 10px;
  width: 710px;
}

/* 2 columns - sidebar-right */
body.sidebar-right #center {
  border-right: 1px solid #FFCC88;
  float: left;
  padding-right: 10px;
  width: 690px;
}
.sidebar {
  width: 160px;
}

#sidebar-left {
  float: left;
  margin-right: 9px;
}

#sidebar-right {
  float: right;
  margin-left: 9px;
}

/* Content area */
#main_cont_content{
	padding: 4px;	
}#navbar_cont_content{
	padding-top: 10px;
	font-size: 16px;
}#navbar_cont_content li{
	border-right: solid 1px #FFFFFF;
	margin-left: 10px;
	padding-right: 25px;
}#navbar_cont_content li.last{
	border-right: none;	
}

/* Meta */
.meta{
	padding: 0px;
}

/* Nodes */
.node{
	padding-bottom: 20px;	
}
#logo { margin-top: 10px; margin-left: 15px}
.breadcrumb { display: none !important; }
#header_top_right h2 { display: none !important; }
#emscontactus_normal { margin: 35px 5px 0 0; }
h5.emslink { display: none; }
#poweredbyems a{ color: #000 !important; margin: 0 auto !important; }
#emscontactus_form h2 { display: none; }
#offline h2 { display: none; }
#breadcrumb_cont h2 {padding: 4px 0 0 15px; }
.contactushead { font-weight:bold; }
/*******************************************************************
* Color Module: Don't touch                                       *
*******************************************************************/
#header_top p, #header_top h1, #header_top h2, #header_top h3, #header_top h4 #header_top h5, #header_top h6, #header_top a{
	color: #ffffff;	
}
td.block { color: #000000; }
#navbar a{
	color: #ffffff;
	text-decoration: none;
}
#navbar a:hover {
	text-decoration: underline;	
}#main_cont_content{
	background: #ffffff;
	border-left: #dedede solid 1px;
	border-right: #dedede solid 1px;
}
