/******************************** GENERAL HTML TAGS *******************************/
img {
  border: 0;
}
body {
  font: small Arial, Verdana, Helvetica, sans-serif;
  color: #333;
  background: #9c8d70 url(../images/page_bg-dktan.jpg) repeat 0 0;
  padding: 0;
  margin: 0;
  text-align: center;
}
td, th {
  vertical-align: top;
  text-align: left;
}
.clear {
  clear: both;
}
h1 {
  font: bold 150% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
  font: bold 130% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
li {
  padding: 5px 0;
}
.smallText {
  font-size: 90%;
  font-weight: normal;
}
/********************************* PAGE WRAPPER *****************************************/
#wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 775px;
   background: #ffffff url(../images/content_bg_left-dktan.jpg) repeat-y 0 0;
  color: inherit;
  text-align: left;
  border: 1px solid #9c8d70;
}
#wrapper2 {
   background: url(../images/content_bg_right-dktan.jpg) repeat-y top right;
   float: left;
   width: 100%;
   margin: 0;
   padding: 0;
}
/*******************************  HEADER **********************************************/
#header {
   padding: 0 25px;
  float: left;
}
#header #logo {
  float: left;
  margin: 10px 5px;
}
#headerRight {
  float: right;
  width: 500px;
}
#topNav {
  width: 232px;
  height: 42px;
  margin-left: 100px;
  background: #a42825 url(../images/top_nav_bg.jpg) no-repeat 0 0;
  color: #fff;
  text-align: center;
}
#topNav ul {
  list-style: none;
  margin: 0;
  padding: 8px 0 0 0;
}
#topNav li {
  display: inline;
  margin-top: 10px;
  padding: 0 3px;
}
#topNav a {
  color: #fff;
}
#topNav .current, #topNav .currentParent {
  text-decoration: none;
  font-weight: bold;
}
#cookieTrail {
  padding: 10px;
  font-size: 80%;
}
/********************************** CONTENT *******************************************/
#contentWrapper {
  clear: both;
  padding: 0 35px 0 30px;
  margin: 0 0 30px 0;
  float: left;
  width: 700px;
  background: url(../images/nav_bg.jpg) repeat-y 205px 0;
}
#contentHome {
  clear: both;
  padding: 30px 35px 0 30px;
  margin: 0 0 30px 0;
  float: left;
  width: 710px;
}
#leftNav {
  float: left;
  width: 185px;
  text-align: right;
  background:  url(../images/nav_bg.jpg) repeat-y top right;
}
#leftNav ul {
  text-align: left;
 /*  background: #aa2a27 url(../images/nav_gradient.jpg) repeat-x left bottom; */
  background: #240709 url(../images/nav_gradient.jpg) repeat-x left top;
  margin: 0 10px 0 0;
  padding: 6px 0;
  list-style: none;
}
#leftNav li {
  padding: 4px 4px 4px 8px;
}
#leftNav li a {
  font: 140%  "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
  display: block;
}
#leftNav a:hover {
  text-decoration: underline;
}
#leftNav li.current, #leftNav li.currentParent {
  /* background: #8f403f url(../images/sub_nav_bg.jpg) repeat-x 0 0;
  background: #753938 url(../images/sub_nav_bg.jpg) repeat-x 0 0; */
  background: #a74544 url(../images/sub_nav_bg.jpg) repeat-x left bottom;
  border-top: 1px solid #cb9291;
  border-bottom: 1px solid #cb9291;
}
#leftNav ul ul {
  background: none;
}
#leftNav ul li li {
  font: normal 80% "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding: 2px 4px 2px 0px;
}
#leftNav ul li li.current {
 background: url(../images/arrow.gif) no-repeat 0 50%;
  border: none;
}
#leftNav li li a {
  padding-left: 12px;
}
#leftNav li li a:hover {
  background: url(../images/arrow.gif) no-repeat 0 50%;
}
#leftBg {
  clear: both;
  width: 185px;
  text-align: right;
  height: 46px;
}
#content {
  float: right;
  width: 500px;
}
#tblPortfolio {
  width: 100%;
}
#tblPortfolio td {
  padding: 6px 3px;
  width: 25%;
}
#portfolioHome p {
  clear: both;
  float: left;
  font-size: 110%;
  font-weight: bold;
  line-height: 1em;
  margin: 1.3em 0;
}
#portfolioHome img {
  float: left;
  padding: 0 10px;
}
.testimonials {
  clear: both;
  margin: 20px 0;
}
.testimonials img {
  float: left;
  padding: 0 10px 10px 0;
}
#auroreanHomeImg {
  float: left;
  padding: 10px;
  text-align: center;
}
#auroreanHomeImg img {
  border: 1px solid #666;
}
#ssl {
  float: right;
  margin: 20px 5px 0 0;
}
/******************************* HOME PAGE ********************************************/
#encircle_home {
  text-align: center;
}
#tbl_home_logos {
  width: 100%;
  margin: 20px 0;
}
#tbl_home_logos td {
  width: 25%;
  text-align: center;
  padding: 5px;
  color: #666;
}

/******************************* FOOTER ***********************************************/
#footer {
  clear: both;
  margin: 30px 25px;
  padding-top: 30px;
  text-align: center;
  border-top: 1px solid #e3e3e3;
}
#footer img {
  margin: 0 8px;
}
#bottom {
  clear: both;
  height: 22px;
  background: #828693 url(../images/content_bg_bottom-dktan.jpg) repeat-x 0 0;
  width: 744px;
  position: relative;
  bottom: 6px;
  margin: 0 auto;
}
#footer p {
  font-size: 90%;
}
#footer a {
  color: #333;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
