/* basic layout styles */
body { 
	background-image: url('../images/bkg2.jpg');
  background-repeat: repeat-x;
  background-color: #439639;
  padding: 0; margin: 0;
}

body,td,h1,h2,h3,div,li {
  font-family: verdana, arial, helvetica, sans-serif;
}

body,td,div {
	font-size: 12px;
  line-height: 17px;
}

H1 { 
  margin-bottom: 10px; 
  font-size: 18px; 
  font-weight: normal; 
  margin-top: 2px; 
  color: #e58e1a; 
  padding-bottom: 15px;
  border-bottom: 1px dashed #cccccc;
}
H2 { font-size: 13px; font-weight: bold; }
H3 { font-size: 12px; font-style: italic; }
td { vertical-align: top; }
img { border: 0; }

a {
  color: #566c11;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* header styles */
div.header {
  height: 198px;
  background-image: url('../uploads/images/banner/banner3.jpg');
  margin-bottom: 10px;
  background-repeat: no-repeat;
}

/* menu styles */
div.menu {  
  height: 30px;
  background-color: #005daa;
}

/* main area styles */
div.centerpanel { width: 944px; text-align: left; 
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;

}
div.padding { padding: 40px 20px 20px 20px; }
div.paddingtop { padding: 40px 10px 20px 20px; }

/* content area styles */
td.content { height: 250px; background-color: #ffffff; }

blockquote {
  margin-left: 0;
  font-size: 120%;
  line-height: 130%;
  color: #8c8c8c;
}

.orange {
  color: #e58e1a;
}

.purple {
  color: #49176d;
}

.green {
  color: #439639;
}

/* left side styles */
td.rightside { 
  width: 180px; background-color: #ffffff;
}

td.rightside h1 { 
  color: #ffffff; 
  font-size: 14px; 
  font-weight: bold;
  line-height: 14px;
  margin: 0;
  font-family: arial;
  background-color: #c5bfa7;
  padding: 5px 5px 5px 10px;
  border-bottom: 0;
}

div.feature { 
  background-image: url('../images/bg_separator.gif');
  background-position: bottom left;
  background-repeat: repeat-x;
  color: #000000;
  padding: 5px 5px 5px 10px;
  background-color: #e7e3d9;
  margin-bottom: 20px;
}
div.feature div {
  font-size: 10px;
  line-height: 13px;
}
div.feature p {
  margin:0 0 5px 0;
}
div.feature a { color: #49176d; text-decoration: none; }
div.feature a:hover { text-decoration: underline; }

/* right side styles */
td.rightside {
  width: 307px; background-color: #ffffff;
}

/* right gradient styles */
td.rightgradient {
  background-image: url('../images/side_gradient.jpg');
  background-repeat: repeat-y;
  background-position: 0px 220px;
  width: 19px;
}

/* footer styles */
td.footer { background-color: #ffffff; padding: 0px 20px; }
div.footertop { border-top: 2px solid #f2f2f4; font-size: 10px; text-align: center; color: #6b6b6b; padding-top: 10px; padding-bottom: 10px; }
td.footer a { color: #6b6b6b; text-decoration: none; }
td.footer a:hover {  }

/* Table rows hiding */
tr.hide {
  visibility: collapse;
  display: none;
}

