
/***************************************************************************************/
/* COMMON LAYOUT */
/***************************************************************************************/

html,body,div,span,table,tr,th,td,p,span,h1,h2,h3,h4,ul,ol,li,a,form { padding: 0px; margin: 0px; } /* Start with a clean slate */
* { font-family: arial;  }  /* Default font for all items */
* { -moz-box-sizing:border-box; box-sizing:border-box; -ms-box-sizing: content-box; -webkit-box-sizing: border-box; }
html { min-height: 100%; height: 100%; } /* Set height to 100% + 1px to force scroll bar in FF */
.clear { clear: both; height: 0px; overflow: hidden; } /* Used to clear floats without taking up space */
body { margin: 20px;  height: 100%;   }
hr { border-color: #CCCCCC; border-width: 1px; border-top-style: solid; border-bottom-style: none; height: 1px; overflow: hidden; }
textarea, select, select * { color: #333333; font-size: 12px; }


object:active, div:active { outline: none; }
object:focus, div:focus { -moz-outline-style: none; }


ul, ol { margin-left: 25px; line-height: 20px; margin-bottom: 15px; }
ol { margin-left: 30px; }


ul li { list-style-type: square; }

.bordered { border: 1px solid #33CCFF; }

h1, h2, h3, h4, h5 { font-family: Arial; font-weight: bold; }

h1 { background: #a2968a; width: 447px; height: 148px; float: left;  }
h1 span {
  display: block;
  text-align: right;
  font-size: 26px;
  line-height: 32px;
  padding-right: 40px;
  color: #FFFFFF;
  font-weight: normal;
  padding-top: 105px;
}


h2, h2 a { color: #a2968a; font-size: 18px; margin: 0px 0px 15px 0px; line-height: 22px; font-weight: normal; }
h3, h3 a { color: #000000; font-size: 12px; margin: 0px 0px 15px 0px; line-height: 15px; }
p  { margin: 0px 0px 12px 0px; }
p, table, td, div, a  { color: #333333; font-size: 12px; line-height: 18px; }
a  { color: #486e93; font: normal 12px arial; text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus, a:active { outline: 0;}


.frm td, .frm th { padding: 3px 0px 3px 0px; vertical-align: top; }
.frm th { padding-right: 10px; text-align: left; }


/***************************************************************************************/
/* SPECIFIC TO THIS LAYOUT */
/***************************************************************************************/

#main {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto; /* the bottom margin is the negative value of the footer's height */
}



#main {
  width: 882px;
}

#body {
  background: #FFFFFF;
  margin-bottom: 6px;
}


#left_column {
  width: 189px;
  float: left;
}
#left_nav {
    width: 152px;
    margin-left: 20px;
    border-color: #ada79e;
    border-width: 1px;
    border-top-style: solid;
    margin-top: 12px;
  }
#left_nav a {
    border-color: #ada79e;
    border-width: 1px;
    border-bottom-style: solid;
    line-height: 29px;
    display: block;
    padding-left: 10px;
}
#left_nav a:hover, #left_nav a.o {
    background: url('../images/layout/nav-bg.jpg') no-repeat center right;
    text-decoration: none;
}


#logo_container {
  background: #75685f;
  text-align:center;
  height: 148px;
}

#logo_container img {
  border: none;
  margin-top: 12px;
}


#right_column {
    width: 693px;
    float: right;
}

#content {
    float: left;
    width: 447px;
    margin-top: 10px;
    border-width: 1px;
    border-color: #b9afa1;
    border-left-style: solid;
    min-height: 310px;
    margin-bottom: 25px;
}

#content_inner {
  padding: 10px 25px;
}


.content_img {
  float: right;
  margin-top: 6px;
}


#other_footer {
  height: 66px;
  background: url('../images/layout/footer-bg.jpg');
}


#footer {

}

#other_footer {
    padding-top: 5px;
}
#other_footer div {
  line-height: 58px;
  padding: 0px 17px;
  color: #FFFFFF;
  font-size: 11px;
}


#footer_left {
  float: left;
  width: 540px;
  font-weight: bold;
  font-size: 11px;
  color: #555555;
  margin-left: 15px;
}

#footer_right {
  float: right;
  width: 480px;
  font-weight: bold;
  font-size: 11px;
  text-align: right;
  color: #555555;
  margin-right: 15px;
}



.head_img {
  float: right;
}





#gallery {

}

#gallery a {
    text-decoration: none;
}

#gallery a:hover {
    text-decoration: none;
}

#gallery a img {
    border: 2px solid #a2968a;
    padding: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 150px;
    height: 107px;
}

#gallery a:hover img {
    border-color: #75685f;
}


