  html, body {
  height: 100%;
  padding: 0;
  margin: 0px auto;
  font-family: arial;
  font-size: 12px;
  background: #282828;
  color: #282828;
  }

  body > #wrapper {
  height: auto; 
  min-height: 100%;
  }
  
  body > #blog_wrapper {
  height: auto; 
  min-height: 100%;
  }
  
  #blog_wrapper {
  position: relative;
  width: 1000px;
  margin: 0px auto;
  height: 100%;
  background: #fff;
  }
  
  #wrapper {
  position: relative;
  width: 1000px;
  margin: 0px auto;
  height: 100%;
  background: #e8e8e8;
  }  
  
  #menu_holder {
  height: 50px;
  width: 1000px;
  border-top: 1px solid #eee;
  }
  
  #menu {
  padding:0; 
  margin:0; 
  list-style-type:none; 
  height:50px; 
  background:#fff url(../images/topbar.png) repeat-x;
  }
  
  #menu li {
  display:block; 
  float:left;
  }
  
  #menu li a {
  display:block; 
  float:left; 
  height:50px; 
  line-height:40px;
  text-decoration: none;
  font-size: 13px;
  font-family: verdana, arial;
  
  color: #282828; 
  padding: 0 0 0 15px; 
  cursor:pointer;
  }
  
  #menu li a span {
  float:left; 
  display:block; 
  padding:0 15px 0 1px; 
  height:50px; 
  }
  
  #menu li a:hover
  {
  color: #000;
  background: url(../images/hover_btn2.png) no-repeat;
  }
  
  #menu li a:hover span{
  background:url(../images/hover_btn2.png) no-repeat right top;
  }
  
  #main {
  padding-bottom: 210px;
  width: 1000px;
  background: #e8e8e8;
  }
  
  #blog_main {
  padding-bottom: 210px;
  width: 1000px;
  background: #fff;
  }

  #content_wrapper {
  padding: 0;
  margin: 0;
  float: left;
  }
  
  #header {
  height: 210px;
  width: 1000px;
  background: url(../images/header_bg2.png) no-repeat;
  }
  
  #logo {
  position: absolute;
  width: 335px;
  top: 35px;
  left: 30px;
  }
  
  #clients_comments {
  position: absolute;
  width: 320px;
  height: 100px;
  top: 105px;
  left: 50px;
  
  }
  
  #center_content {
  float: left;
  width: 1000px;
  background: #e8e8e8 url(../images/wrapper_gradient.png) repeat-x;
  }
  
  #center_content_single {
  padding: 20px;
  width: auto;
  text-align: justify;
  background: #e8e8e8 url(../images/wrapper_gradient.png) repeat-x; 
  }
  
  .clients_table {
  width: 960px;
  }
  
  .clients_table td {
  text-align: center;
  vertical-align: middle;
  width: 142px;
  }
  
  .clients_table img {
  border: 0;
  }
  
  #center_content h1 {
  font-size: 18px;
  padding: 0;
  margin: 0;
  color: #282828;
  font-family: arial;
  font-weight: normal;
  }
  
  #center_content a {
  color: #cc0000;
  font-weight: bold;
  }
  
  #center_content a:hover {
  text-decoration: none;
  }  
  
  #center_content_single h1 {
  font-size: 18px;
  padding: 0;
  margin: 0;
  color: #282828;
  font-family: arial;
  font-weight: normal;
  }
  
  #center_content_single a {
  color: #cc0000;
  font-weight: bold;
  }
  
  #center_content_single a:hover {
  text-decoration: none;
  }
  
  #left_holder {
  float: left;
  text-align: justify;
  width: 390px;
  padding: 20px 0px 20px 20px;
  }
  
  #right_holder {
  float: left;
  margin-left: 16px;
  text-align: justify;
  padding: 20px 20px 20px 0;
  }

  .blog_header {
  padding: 4px;
  background: #eaf5fa;
  }
  
  #blog_left_holder {
  float: left;
  text-align: justify;
  width: 680px;
  padding: 20px 0px 20px 20px;
  }
  
  #blog_right_holder {
  float: left;
  margin-left: 16px;
  padding: 20px 20px 20px 10px;
  border-left: 1px dashed #ccc;
  width: 250px;
  text-align: left;
  }
  
  #blog_left_holder h2 {
  font-weight: bold;
  font-size: 14px;
  padding: 0;
  margin: 0;
  color: #282828;
  font-family: arial;  
  } 
  
  #blog_right_holder h2 {
  font-size: 14px;
  padding: 0;
  margin: 0;
  color: #282828;
  font-family: arial;
  font-weight: bold;  
  }
  
  #blog_left_holder hr {
  color: #aaa;
  background-color: #aaa;
  border: 0;
  border-color: #aaa;
  height: 1px;
  }
  
  #blog_right_holder h3 {
  background: #efefef;
  padding: 4px;
  cursor: pointer;
  font-size: 14px;
  margin: 0;
  color: #cc0000;
  font-family: arial;
  font-weight: bold;
  }

  #blog_right_holder a {
  color: #282828;
  }
  
  #blog_center_content {
  float: left;
  width: 1000px;
  background: #fff;
  }
  
  #blog_center_content h1 {
  font-size: 18px;
  padding: 0;
  margin: 0;
  color: #282828;
  font-family: arial;
  font-weight: normal;
  }
  
  #blog_center_content a {
  color: #cc0000;
  font-weight: bold;
  }
  
  #blog_center_content a:hover {
  text-decoration: none;
  }
  
  
  
  #right_content {
  width: 510px;
  padding-left: 16px;
  }
  
  #right_content a {
  color: #cc0000;
  font-weight: bold;
  }
  
  #right_content a:hover {
  text-decoration: none;
  }  
  
  .box_text a {
  color: #cc0000;
  font-weight: bold;
  text-align: left;
  display: block;
  font-size: 12px;
  }
  
  .box_text a:hover {
  text-decoration: none;
  }  
  
  .boxes {
  height: 180px;
  width: 550px;
  }
  .box_inner {
  width: 550px;
  }
  
  .box_inner h1 {
  font-size: 18px;
  padding: 0;
  margin: 0;
  color: #282828;
  font-family: arial;
  font-weight: normal;
  }
  
  .box_item {
  width: 250px;
  float: left;
  padding-left: 16px;
  }
  
  .box_image {
  float: left;
  padding: 0 10px 0 0;
  margin: 0;
  }
  
  .box_image img {
  border: 1px solid #ccc;
  }
  
  .box_text {
  display: inline;
  
  }

  .box_text h1 {
  text-align: left;
  font-size: 14px;
  color: #282828;  
  font-weight: normal;
  padding: 0;
  margin: 0;
  }
  
  .boxes h1 {
  font-size: 18px;
  padding: 0;
  margin: 0;
  color: #282828;
  font-family: arial;
  font-weight: normal;
  }

  #footer {
  position: relative;
  margin: 0px auto;
  width: 1000px;
	margin-top: -210px; /* negative value of footer height */
	border-top: 2px solid #909090;
	background: #585858 url(../images/footer_bg.png) repeat-x;
	height: 210px;
	clear:both;
  }
  
  #footer_container {
  margin: 0px 30px 0 30px;
  padding: 20px 0px 0 0px;
  font-size: 11px;
  color: #fff;
  }
  
  #footer_container a {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  }
  
  #footer_container a:hover {
  text-decoration: none;
  }  
  
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

  
  .clear {
  clear: both;
  }

  .italics {
  font-style: italic;
  }
  
  .listing01 {
  margin-left: 0;
  padding-left: 16px;
  list-style: square;
  }
  
  .listing01 b {
  color: #cc0000;
  }
  
  .listing01 ul li {
  list-style: disc;
  }
    
  .listing02 {
  margin-left: 0;
  padding-left: 30px;
  list-style: square;
  }
   
  .numbered_listing01 {
  margin-left: 0;
  padding-left: 30px;  
  }
  
  .numbered_listing01 ol li {
  list-style: lower-alpha;
  }

  .listing03 {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  }
  
  .listing03 li {
  padding-bottom: 4px;
  }
  
  .listing04 {
  margin-left: 0;
  padding-left: 16px;
  list-style: square;
  }
  
  .listing04 li {
  padding-bottom: 8px;
  }
  
  .listing04 ul li {
  padding-bottom: 0;
  list-style: disc;
  }
  
  .listing04 b {
  color: #cc0000;
  }
  
  .listing05 {
  padding: 0;
  margin: 0;
  list-style-type: none;
  }

  .listing05 ul {
  padding: 4px 0 4px 20px;
  margin: 0;
  list-style: square;
  }
  
  .listing05 ul ul {
  padding: 0 0 0 10px;
  margin: 0;
  list-style-type: none;
  }
  
  .year {
  padding-bottom: 4px;
  }
  
  .paging {
  text-align: center;
  }
  
  .pagefield {
  width: 25px;
  border: 1px solid #ccc;
  padding: 4px;
  }
    
  .red {
  color: #cc0000;
  }
  .loading {
  display: none;
  background: #5895D9;
  color: #fff;
  padding: 2px;
  }
  
  .error{
  color: #cc0000;
  font-weight: bold;
  text-align: left;
  }
  .success{
  color: #217115;
  font-weight: bold;
  text-align: left;
  }

.form_container {
border: 1px solid #caeaf9;
background: #eaf5fa;
padding: 20px;
width: 500px;
}
  
.formtable {
padding: 0;
margin: 0;
}

.formtable td {
padding-right: 14px;
padding-bottom: 12px;
}

.inputfield {
padding: 5px;
width: 250px;
font-size: 14px;
font-weight: bold;
color: #282828;
border: 1px solid #aaa;
}

.inputfield_disabled {
padding: 5px;
width: 250px;
font-size: 14px;
font-weight: bold;
color: #888;
background-color: #eee;
border: 1px solid #aaa;
}

.numfield {
padding: 5px;
width: 100px;
font-size: 14px;
font-weight: bold;
color: #282828;
border: 1px solid #aaa;
}

.textfield {
padding: 5px;
width: 445px;
font-family: arial;
font-size: 12px;
color: #282828;
border: 1px solid #aaa;
}

.submit_btn {
padding: 4px;
border: 1px outset #aaa;
background: #5895D9;
cursor: pointer;
color: #fff;
font-weight: bold;
}

.submit_btn:active {
border: 1px inset #aaa;
}
