body {
  margin:0;
  padding:0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height:16px;
  text-align:center;
  background-image:url('images/v_bg.jpg');
  background-repeat:repeat-x;
  background-color: #ffffff;
}

div#container_wrapper {
  /*
  background-image:url('images/glow_bg.jpg');
  background-repeat:no-repeat;
  width:1260px !important;*/
  height:100%;
  text-align: center;
  margin:0 auto;
  padding-top:25px;
}

div#container {
  width: 950px !important;
  width: /**/: 950px;
  background-color: #D2E5A8;
  padding:0;
  text-align: left;
  border: 1px solid #8E9877;
  margin:0px auto;
  padding-bottom:20px;
  overflow:auto;
  position:relative; 
}

div.ctner_bottom_corner{
  position:absolute;
  right:0;
  bottom:0;
}

div#header {
  position: relative;
  float: left;
  width: 950px;
  height: 122px;
  background-color: #7CB942;
}
div#left_sidebar {
  float: left;
  width: 150px;
}
div#left_sidebar_nav {
  float: left;
  width: 149px !important;
  width /**/: 149px;
  height: 320px;
  background-color: #FF6600;
  padding-left:5px;
  background: url(images/left_sidebar_bg.gif) repeat-y;

}

div#left_sidebar_items {
	clear:left;
  width: 149px !important;
  width /**/: 149px;
  background-image: url("images/left_sidebar_bg.gif");
  background-repeat:repeat-y;
  padding-bottom:20px;
}
div#left_sidebar_items div.item_first{
  width:130px;
  height:145px;
  margin-left:10px;
  padding-top:10px;
  text-align:center;
}

div#content {
  float: left;
  width: 590px !important;
  width /**/: 590px;
  padding: 0 15px 15px 15px;
}
div#footer {
  text-align: center;
  width: 950px;
  margin:0 auto;
  
  
}
div.horizontal_line {

  position: relative;
  width: 565px !important;
  width /**/: 575px;
  height: 3px;
  /*margin: 5px 0 0 10px;*/
  line-height:16px;
  margin-bottom:16px;
  background: url(images/faq_horizontal_line.gif) no-repeat;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  background-color: #000000;
}
#content ul {
  list-style: none;
  margin: 0;
  padding: 3px 20px 1em 20px;
}
#content ul li {
  list-style: none;
  background: url(images/bullet.gif) no-repeat 0 5px;
  padding: 0px 0px 0px 15px;
  margin-bottom:0;
}

#content ul.white li{
  background: url(images/bullet_white.gif) no-repeat 0 5px;
}

ul.were_closed {
 margin: 0;
 padding: 115px 20px 0 220px;
 color: #FFF;
}
ul.were_closed li {
  padding-bottom: 10px;
}
ul.were_closed li a {
  color: #000;
}
ul.were_closed li a:hover {
  color: #000;
  text-decoration: none;
}
p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  font-weight: normal;
  padding: 5px 5px 0px 10px;
  margin: 0 0 16px 0;

}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  color: #414D20;
  font-weight: bold;
  padding: 10px 5px 0 10px;
}
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
  padding: 5px 5px 0px 10px;
}
h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  padding: 10px 5px 0 10px;
	margin-bottom: 5px;
}


p.small {
  font-size: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}
p.faq_question {
  clear: both;
  padding-bottom: 0;
  margin-bottom:0;
  font-weight: bold;
  padding-top: 16px;
}
p.faq_answer {
  color: #414D20;
  padding-top: 2px;
}
p.no_top_marg {
  padding-top: 0;
}
p.no_marg {
  padding: 0;
  margin: 0;
}
p.err {
  color: #C33037;
  font-weight: bold;
}
p.msg {
  color: #587993;
  font-weight: bold;
}
p.footer {
	clear:left;
  font-size: 10px;
  color: #414D20;
}
a {
  color: #7A261C;
  text-decoration: underline;
}
a:hover {
  color: #5A604F;
  text-decoration: underline;
}

a.more {
  color:#FF6600;
  font-weight:bold;
  text-decoration:none;
}
a.more.arrow {
  background-image:url(images/more_arrow.png);
  background-repeat:no-repeat;
  padding-right:10px;
  background-position:center right;	
}

a.more:hover {
  text-decoration: underline;
}

.nav_item {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
}
img.float_left {
  float: left;
  padding: 0px 20px 20px 20px;
  display: inline;
}
.inputbox {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #FFFFFF !important;
  border: 1px solid #A5ACB2;
  padding: 2px;
}
.ddlb {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  border-color: #A5ACB2;
}
input.submit {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  border: 1px solid #A5ACB2;
  background-color: #F2F2F2;
  padding: 3px 5px 3px 5px;
}

/* News Ticker (Moostick)
-------------------------------------------------------------- */
#ticker-container {
  float: left;
  width: 950px;
  height: 25px;
  background: #114E96;
}

#moostick {
  display: block;
  height: 20px;
  margin: 0;
  padding: 4px 0 2px 10px;
  overflow: hidden;
}

#whats-new-spec #moostick {
  display: block;
  margin: 0;
  padding: 3px 0 2px 10px;
}

#moostick li {
  display: block;
  list-style-type: none;
  margin: 0 auto 0 auto;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  color: #FFFFFF;
  font-size: 11px;
}

#whats-new-spec #moostick li {
  visibility: visible;
  margin: 0 auto;
  padding: 0;
  opacity: 1;
  color: #FFFFFF;
  font-size: 11px;
}

#moostick a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 11px;
}


/* milonic_menu hack 
-------------------------------------------------------------- */
div#menu1{
  border:1px solid #8C9A73 !important;
}
div#menu1 table tr td {text-align:left !important;}


div.download_checklist_btn {
  background-image:url('images/checklist_download.jpg');
  background-repeat:no-repeat;
  position:relative;
  width:193px;
  height:391px;
}

img.header_bg  { float:left; }
p.header_copys { font-size: 14px; color:#ffffff; }


/* photo gallery
----------------------------*/
 #photo-gallery img { border:none; }
 #photo-gallery table tr td {
   background-color:inherit;
   padding:15px;
 }
 #photo-gallery  a{
   text-decoration: none;
   color: inherit;
   cursor: pointer;
   margin: 0;
   display: inline-block;
   background: white;
   padding: 2px;
   -webkit-border-radius: 4px 4px;
   -moz-border-radius: 4px 4px;
   border-radius: 4px 4px;
   -moz-box-shadow: 0px 0px 8px #AAA;
   -webkit-box-shadow: 0px 0px 8px #AAA;
   box-shadow: 0px 0px 8px #AAA;
   -webkit-transition: -webkit-box-shadow 0.1s ease-out;
   -moz-transition: -webkit-box-shadow 0.1s ease-out;
   -o-transition: -webkit-box-shadow 0.1s ease-out;
   transition: -webkit-box-shadow 0.1s ease-out;
 }

 #photo-gallery a img{
  border: none;
  padding: none;
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px 4px;
  border-radius: 4px 4px;
 }

 #photo-gallery a:hover{
  -moz-box-shadow: 0px 0px 8px #222;
  -webkit-box-shadow: 0px 0px 8px #222;
  box-shadow: 0px 0px 8px #222;
 }


