/* Start of CMSMS style sheet 'v1' */
body {
  margin: 0;
  padding: 0;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333;
}

.mainBody {
  background: #fff url(uploads/images/website/bg.png) repeat-x top;
}

.subBody {
  background: #fff url(uploads/images/website/subBG.png) repeat-x top;
}

a {
  color: #6533a3;
}

h2 {
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 14px;
}

img {
  border: 0;
}

/* Main page */

#main {
  background: #fff url(uploads/images/website/main.png) no-repeat top;
  position: relative;
  width: 906px;
  height: 805px;
  left: 50%;
  margin-left: -453px;
}

#mainIntro {
  width: 422px;
  height: 220px;
  float: left;
  margin-top: 75px;
  margin-left: 50px;
  overflow: hidden;
  color: #fff;
}

#mainIntro h1 {
  font-size: 22px;
}

#mainIntro p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 150%;
}

#mainScan {
  width: 175px;
  height: 175px;
  float: right;
  margin-top: 118px;
  margin-right: 213px;
  cursor: pointer;
}

#mainContent {
  width: 906px;
  float: left;
  margin-top: 62px;
}

#news {
  width: 275px;
  height: 320px;
  float: left;
  margin-left: 31px;
}

#archive {
  width: 73px;
  height: 32px;
  float: left;
  margin-left: 176px;
  cursor: pointer;
  margin-bottom: 26px;
}

.newsBlock {
  width: 275px;
  height: 69px;
  float: left;
  margin-bottom: 12px;
  overflow: hidden;
}

.newsDate {
  width: 62px;
  height: 30px;
  float: left;
  margin-top: 22px;
  margin-left: 6px;
  font-size: 22px;
  color: #fff;
}

.newsLink {
  width: 190px;
  height: 66px;
  margin-top: 2px;
  float: right;
}

.newsLink p {
  padding: 0;
  margin-top: 2px;
  font-size: 11px;
  line-height: 110%;
}

.newsLink h3 {
  padding: 0;
  margin: 0;
  font-size: 11px;
}

#services {
  width: 568px;
  margin-right: 2px;
  float: right;
  overflow: hidden;
}

#services h2 {
  margin: 20px;
  margin-bottom: 30px;
  font-size: 18px;
  color: #fff;
}

#services h3 {
  margin-top: 0px;
  margin-bottom: 2px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 0;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #222;
}

#services p {
  margin-top: 0;
  margin-botom: 0;
  margin-left: 12px;
  margin-right: 12px;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  color: #222;
}

#services a {
  text-decoration: none;
  color: #222;
}

#services a:hover {
  text-decoration: underline;
  color: #6533a3;
}

#serviceL {
  width: 278px;
  height: 314px;
  float: left;
}

#serviceR {
  width: 278px;
  height: 314px;
  float: right;
}

#mainIntro p {
  color: #fff;
}

#mainFooter {
  width: 876px;
  height: 30px;
  float: left;
  margin-top: 55px;
  padding-left: 35px;
  color: #666;
}

#mainFooter a {
  color: #666;
  text-decoration: none;
}

#mainFooter a:hover {
  color: #666;
  text-decoration: underline;
}

/* End of Main page */

/* Sub page */

#sub {
  background: #fff url(uploads/images/website/sub.png) no-repeat top;
  position: relative;
  width: 906px;
  height: 336px;
*height: 100%;
  left: 50%;
  margin-left: -453px;
}

#subIntro {
  width: 530px;
  height: 100px;
  float: left;
  margin-top: 75px;
  margin-left: 50px;
  overflow: hidden;
  color: #fff;
}

#subIntro h1 {
  padding: 0;
  margin: 0;
  font-size: 22px;
}

#subIntro p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 150%;
  margin-top: 10px;
}

#subScan {
  width: 175px;
  height: 175px;
  float: right;
  margin-top: 42px;
  margin-right: 55px;
  cursor: pointer;
}

#subLeft {
  width: 580px;
  float: left;
}

#subBread {
  width: 530px;
  height: 20px;
  float: left;
  margin-top: 53px;
  margin-left: 50px;
}

#subContent {
  width: 530px;
  float: left;
  margin-top: 10px;
  margin-left: 50px;
}

#subContent p, #subContent li {
  line-height: 180%;
  font-size: 12px;
}

#subBreak {
  width: 100%;
  height: 20px;
  float: left;
  background: #fff url(uploads/images/website/subFooterBG.png) repeat-x;
}

#subFooter {
  position: relative;
  left: 50%;
  margin-left: -438px;
  width: 876px;
  height: 30px;
  float: left;
  margin-top: 5px;
  padding-left: 35px;
  color: #666;
}

#subFooter a {
  color: #666;
  text-decoration: none;
}

#subFooter a:hover {
  color: #666;
  text-decoration: underline;
}

/* End of Sub page */

/* menuTop */

#menuTop {
  width: 600px;
  height: 21px;
  margin-top: 48px;
  margin-right: 40px;
  float: right;
  font-weight: bold;
  font-size: 16px;
  text-transform: lowercase;
  color: #666;
}

#nav {
  margin: 0px;
  padding: 0px;
  float: right;
}

#nav li {
  float: left;
  margin-right: 20px;
  padding-left: 20px;
  white-space: nowrap;
  list-style: none;
}

#nav a {
  color: #6533a3;
  display: block;
  text-decoration: none;
}

#nav a:hover {
  color: #666;
  display: block;
  text-decoration: underline;
}

/* end menuTop */

/* menuSub */

#menuSub{
	width: 282px;
        float: right;
	background: url('uploads/images/website/menuSubBG.png') repeat-y;
	text-align: left;
        color: #333;
        font-size: 12px;
        font-weight: bold;
}

#menuSubTop {
        width: 282px;
        height: 18px;
	background: url('uploads/images/website/menuSubTop.png') no-repeat top;
}

#menuSubBottom {
        width: 282px;
        height: 18px;
	text-align: left;
	background: url('uploads/images/website/menuSubBottom.png') no-repeat bottom;
}

#menuSub ul {
	position: relative;
        padding: 0px 10px 10px 20px;
	list-style: none;
        margin: 0;
}

div#menuSub ul ul {
   position: relative;
   padding: 0px;
   margin: 0px;
}

div#menuSub ul ul ul {
   position: relative;
   padding: 0px;
   margin: 0px;
}

#menuSub li {
   list-style: none;
   display: block;
   font-size: 12px;
   font-weight: bold;
   margin-top: 8px;
   color: #333;
}

#menuSub ul ul li, ul ul ul li {
   list-style: none;
   display: block;
   background: url(uploads/images/website/MenuSubLi.png) no-repeat left;
   padding-left: 25px;
   font-size: 12px;
   font-weight: bold;
   margin-top: 8px;
   color: #666;
}

div#menuSub a {
   font-size: 12px;
   font-weight: bold;
   color: #333;
   text-decoration: none;
}

div#menuSub ul ul a, ul ul ul a {
   font-size: 12px;
   font-weight: bold;
   color: #666;
   text-decoration: none;
}

div#menuSub a:hover {
   font-size: 12px;
   font-weight: bold;
   color: #333;
   text-decoration: underline;
}

/* separator */
div#menuSub li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#enuSub li.separator hr {
   display: none; /* this is for accessibility */
}

/* End of menuSub */
/* End of 'v1' */

