/* --------------------- Normalization Start --------------------------- *//* 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: 0;
}
/* Normalizes font-size and font-weight for headers */


h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
/* Removes list-style from lists */


ol, ul {
  list-style: none;
}
/* Removes text-decoration from links and set color to black */


a {
  color: #000000;
  text-decoration: none;
}
/* Normalizes font-style and font-weight to normal */


address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
/* Removes list-style from tables */


table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Removes border from fieldset and img */


fieldset, img {
  border: 0;
}
/*Left-aligns text in caption and th */


caption, th {
  text-align: left;
}
/* Removes quotation marks from q */


q:before, q:after {
  content: '';
}
/* --------------------- Normalization End --------------------------- */
/*--- Wrap header ---*/


#wrapper {
  margin: 0 auto;
  min-height: 100%;
  position: relative;
  width: 750px;
}


#header {
  height: 141px;
  margin: 0;
  width: 100%;
}
/*--- Main Navigation ---*/


#main_nav {
  font-family: verdana;
  font-size: 11px;
  height: 18px;
}


#main_nav ul li {
  display: inline;
  line-height: 20px;
  list-style: none;
  padding-left: 20px;
  padding-top: 5px;
}


#main_nav ul{
  height: 23px;
  margin: 0;
  padding: 1px 0;
  text-align: center;
}


#main_nav ul li a{
  display: inline;
  font-size: 12px;
  text-decoration: underline;
}

.top_menu{
  text-align: center;
}


#breadcrump {
  clear: both;
  font-family: verdana;
  font-size: 11px;
  height: 18px;
  padding: 15px 0 0 20px;
}


#breadcrump ul{
  height: 20px;
  margin: 0;
  padding: 1px 0;
  text-align: left;
}


#breadcrump ul li {
  display: inline;
  list-style: none;
  vertical-align: middle;
}


.breadcrump_text {
  float: left;
  padding-top: 3px;
}

#wrap_content {
  margin: 0 0 15px 0;
}

#content {
  padding-top: 5px;
  padding-left: 20px;
  position: relative;
  width: 700px;
  z-index: 100;
}

h2 {
  margin:0;
  padding:10px 0 0 0;
}

div#whatnew h2 {
  margin:0;
  padding:10px 0;
}

h4 {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}

h5 {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}


/*--- Main Content ---*/


#pagetitle {
  padding: 20px 0 0 20px;
}


#wrap_content{
  margin: 0 auto;
  width: 750px;
}

/*--- Footer ---*/

.clear-all {
  clear: both;
  display: block;
  font-size: 1px;
  height: 1px;
  margin-top: -1px;
  overflow: hidden;
  width: 1px;
}


#footer {
  bottom: 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: 750px;
}


#footer ul{
  height: 15px;
  margin: 0;
  padding: 3px 0 3px 0;
  text-align: center;
}


#footer ul li {
  display: inline;
}


#footer ul li a{
  padding: 0 5px 5px 5px;
  text-decoration: underline;
}


#footer .note{
  font-size: 11px;
  height: 14px;
  padding: 2px 0 0 10px;
  text-align: center;
  width: 740px;
}


#main_nav2{
  margin: 0;
  padding: 0;
  position: relative;
}


#logo1{
  bottom: 0;
  height: 100px;
  position: absolute;
}


.csc-textpic-caption {
  padding: 0 5px 5px 5px;
}

.hidden {
 left:-999px;
 position:absolute;
}