/*######################
 RESETTING
 #######################*/

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

body, html {
	height: 100%;
	text-align: center;
}

body
{
  background-color: #79A448;
	font-family: Arial;	
	font-size: 1.0em;
}

a {
  color: #C20000;
}

h1 {
   padding: 4px 0 12px 0;
   font-size: 1.6em;
}


/*######################
 GENERAL
 #######################*/

div.clear {
  clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

/*######################
 MAIN CENTERED CONTAINER
 #######################*/

div#wraper {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  position: relative;
  display: table; /*** For non-IE browsers ***/
  height: 100%;
}



div#content_container {
  position: relative;
	float: left;
  display: table; /*** For non-IE browsers ***/
	width: 930px;
  
	padding: 0 10px 10px 10px;
  background-color: #FFFFFF;
	//height: auto; /*** For IE7  ***/
  //min-height: 100%; /*** For IE7  ***/
}

/*######################
 HEADER
 #######################*/

div#header div#logo {
	float: left;
	width: 200px;
	height: 200px;
	background-color: #C20000;	
	margin: 10px 10px 0 0;
}

div#header div#banner {
	position: relative;
	float: left;
  width: 720px;
  height: 200px;
	background-color: #ED0000;
	margin-top: 10px;
}



/*######################
 MENU
 #######################*/

div#menu {
	float: left;
  width: 200px;
	margin: 10px 10px 0 0;
}

div#menu ul {
	list-style: none;
}

div#menu li a
{
  display: block;
  background-color: #C20000;
  height:39px;
  border-bottom: 1px solid #ED0000;
  line-height: 39px;
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 20px;
  font-weight: bold;
}

div#menu li a:hover, div.menu li.selected a
{
  background-color: #ED0000;
}

div#menu li.sub_menu_option a {
  display: block;
  background-color: #C20000;
  height:39px;
  border-bottom: 1px solid #ED0000;
  line-height: 39px;
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 40px;
  font-size: 12px;
  font-weight: bold;  
}

div#menu li.sub_menu_option a:hover, div.menu li.selected a {
  background-color: #ED0000;
}

/*######################
 PAGE CONTENT
 #######################*/

div#page_content {
	float: left;
	width: 700px;
	padding: 10px;
	margin-top: 10px;
	background-color: #FFFFFF;
}

/*######################
 FOOTER
 #######################*/

div#footer {
	float: left;
	clear: both;
  width: 930px;
	margin-top: 10px;
	background-color: #C20000;
}

div#footer a
{
  color: #FFFFFF;
}

div#footer h2 {
	display: block;
	color: #ffffff;
	clear: both;
	padding: 10px 0 0 20px;
	height: 40px;
	background-color: #C20000;
}

div#footer div.footer_content {
	float: left;
	padding: 10px;
	width: 898px;
}

div.footer ul {
  list-style: none;
  float: left;
  text-align:center;
  width: 135px;
  border-right: 1px dotted #ED0000;
}

div#footer ul li.top {
	color: #C20000;
  font-weight: bold;
  font-size: 0.9em;
}

div#footer ul li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 0.8em;
}

div#footer ul li a:hover {
  text-decoration: underline;
}

div#footer div.copyright {
  float: left;
  margin-top: 40px;
  font-size: 0.8em;
  color: #ffffff;
}

div#footer a.footer_logo {
  float: right;
  width: 67px;
  height: 60px;
  margin-top: 20px;
  background:
}

div#footer a.footer_logo:hover {
  background-position: 0 -60px ;
}

div.footer_content ul{
    list-style: none;
    float: left;
    text-align: center;
    width: 135px;
    border-right: 1px dotted #231F20;
}

.seo_links
{
list-style: none;
}

.seo_links  a
{
text-decoration: none;
font-weight: bold;
color: #ED0000
}

.enag {
width: 200px;
height: 200px;
background: url("../uploads/assets/tj_new/tj_environment_agency.jpg");
margin-top: 10px;
}