/* === Normalizing styles === *//* Normalizes margin, padding */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
  margin: 0;
  padding: 0px;
}
/* Normalizes font-size for headers */


h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
/* Remove list-styles from list */


ol, ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}
/* Normalize font-style and font-weight to normal */


address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}


strong {
  font-weight: bold;
}


em {
  font-style: italic;
}
/* Remove style from tables */


table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Remove border from fieldset and img */


fieldset, img {
  border: 0;
}
/* Left-align text in caption and th */


caption, th {
  text-align: left;
}
/* Removes quotation marks from q */


q:before, q:after {
  content: '';
}
/* Normalize links */


a {
  outline: none;
  overflow: hidden;
  text-decoration: none;
  padding: 2px;
}
/*--- Wrap header ---*/


html, body {
  height: 100%;
}


#wrapper {
  margin: 0 auto;
  min-height: 100%;
  position: relative;
  width: 749px;
  z-index: 100;
}


#header {
  height: 210px;
}


#branding h1 {
  height: 210px;
  margin: 0 auto;
  width: 749px;
}


#branding h1 a {
  display: block;
  height: 205px;
  position: relative;
  text-indent: -9999px;
  width: 745px;
}


#branding {
  display: block;
  float: left;
  position: relative;
  width: 0;
}


#top {
  height: 25px;
  width: 100%;
}


#logo {
  height: 74px;
  margin: -19px 0 0 622px;
  position: absolute;
  width: 124px;
}


#logo h1 {
  height: 113px;
  margin-top: 0;
  position: absolute;
  width: 140px;
}


#logo h1 a {
  display: block;
  height: 74px;
  left: 0px;
  outline-style: none;
  position: relative;
  text-indent: -9999px;
  width: 120px;
}
/*--- Main Navigation ---*/


#main_nav {
  height: 31px;
}


#main_nav ul li {
  display: inline;
  margin: 0 3px;
  padding: 0;
  vertical-align: middle;
}


#main_nav ul {
  padding: 2px 0 0 5px;
}

html:first-child #main_nav ul {
  padding-top: 14px;
}


#footer ul li {
  display: inline;
  float: left;
}
/*--- Main Content ---*/


#pagetitle {
  padding: 20px 0 0 20px;
}


#wrap_content{
  float: left;
  width: 100%;
}


#content {
  margin: 7px auto 230px;
  padding: 0 20px 46px;
  position: relative;
  width: 700px;
  z-index: 100;
}

.cont_position {
  margin-top: 40px !important;
}


#col_left {
  float: left;
  height: 324px;
  margin: 0 16px 0 14px;
  width: 328px;
}


#link {
  bottom: 0;
  float: left;
  font-size: 13px;
  font-weight: bold;
  margin: 51px 0 0 50px;
}


.cont_height {
  margin: 7px 0 -10px !important;
}

div.csc-textpic-intext-right div.csc-textpic-imagewrap {
  clear:both;
}

div#content .rgsnest {
  display: none;
}



/*--- Galleries Box ---*/

.glr_wrap_top_box, .glr_wrap_bot_box {
  height: 20px;
  width: 100%;
}

.glr_box {
  margin: 18px 0 10px;
  width: 50%;
}

.glr_box_list_bot_left, .glr_box_bot_left {
  float: left;
  height: 20px;
  width: 20px;
}

.glr_box_bot_right, .glr_box_list_bot_right {
  float: right;
  height: 20px;
  width: 20px;
}

.glr_box_top_right {
  float: right;
  height: 20px;
  width: 20px;
}

.glr_box_top_left {
  float: left;
  height: 20px;
  width: 20px;
}


.glr_box_top_middle {
  float: left;
  height: 20px;
}

.header {
  font-weight: bold;
}


h3, h4 {
  padding: 0px 0 6px 0;
}



#link2 {
  padding-bottom: 34px;
}


#content ul {
  list-style-position: outside;
  list-style-type: disc;
  padding: 0 0 0 14px;
}


#content ol {
  list-style-position: inside;
  list-style-type: decimal;
  padding: 8px 0;
}
/*--- Footer ---*/


.clear-all {
  clear: both;
  display: block;
  font-size: 1px;
  height: 1px;
  margin-top: -1px;
  overflow: hidden;
  width: 1px;
}


#footer {
  bottom: 0;

  padding: 0 0 0 24px;
  position: absolute;
  width: 725px;
  z-index: 100;
}


#footer ul li {
  padding: 0 5px;
}


#footer #address {
  float: left;
  padding: 10px 0 7px 0;
}


.hidden {
  display: none;
  left: -999px;
  position: absolute;
}