@import url(reset.css);

/* =Minimal base styles
*******************************************************************************/
html {
    height: 100%;
}
body {
    font:15px/1.6 Arial, sans-serif;
    background: #fff;
    height: 100%;
    width: 100%;
    min-width: 960px;
    color: #666;
}
select, input, textarea {
    color: #666;
    outline: none;
    font: 13px Arial, sans-serif;
}
::-webkit-input-placeholder { color: #666; }
:-moz-placeholder           { color: #666; }
h1, h2, h3, h4, h5, h6  { font-weight: bold; }
a       {color: #004737; }
a:hover { color: #3c7c62; }
hr, .hr{
background: none;
border: solid #CCCCCC;
border-width: 2px 0 0 0;
height: 0;
width: 100%;
}
blockquote {margin-left:15px !important;}
/* =Useful classes
*******************************************************************************/

.hidden   { display: none; visibility: hidden; }
.no-marg  { margin: 0 !important; }
.no-pad   { padding: 0 !important; }
.no-bg    { background: none !important; }
.no-bd    { border: none !important; }
.fl-l     { float: left !important; }
.fl-r     { float: right !important; }
.a-center { text-align: center; }
.a-left   { text-align: left; }
.a-right  { text-align: right; }
.clear    { clear: both; }
.overflow {overflow: hidden;}
.wrapper {
    min-height: 100%;
}
.page-width{
	width: 940px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.btn,
.btn span{
    background:url(../images/bg_btn.gif) no-repeat 100% 0;
    height: 21px;
    display: inline-block;
    padding: 0 3px 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    line-height: 21px;
}
.ie7 .btn, .ie7 .btn span{
    display: inline;
}
.btn span{
    padding: 0 20px 0 23px;
    background:url(../images/bg_btn.gif) no-repeat;
}
.btn input{
    border: 0;
    background: none;
    padding: 0;
    margin: 0 -23px;
    color: #fff;
    font-size: 13px;
    line-height: 21px;
    height: 21px;
    width: 72px;
}

/* =Form
*******************************************************************************/
.form label, #thankYouMessage{
	color: #3c7c62;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.4;
	display: block;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.form input[type="text"],
.form input[type="password"]{
    width: 211px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 2px 5px;
    height: 16px;
    margin: 0 0 4px;
}
.btn-join a{
    overflow: hidden;
    border: 0;
    height: 21px;
    width: 72px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
    background:url(../images/bg_btn.gif) no-repeat 0 -22px;
	display:block;
}
.ie7 .btn-join input{
    line-height: 0;
    font-size: 0;
    text-indent: 0;
    color: #005d89;
}

/* =Header
*******************************************************************************/
.header{
	padding: 0px 0 0px;
	height: 145px;
}
.header .page-width{
    position: relative;
    z-index: 2;
}

/* logo area */
.logo{
    float: left;
    width: 239px;
    height: 88px;
    text-indent: -9999px;
    overflow: hidden;
    background:url(../images/logo_animated_15.gif) no-repeat;
}
.logo a{
    height: 100%;
    display: block;
}

/* =Navigation
*******************************************************************************/
.nav{
	float: right;
	padding: 0px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
}
.nav li{
    float: left;
    padding: 0 0 0 1px;
}
.nav li li{
    float: none;
    padding: 0 0 5px;
}
.nav li:hover{
    position: relative;
}
.nav a{
	float: left;
	color: #fff;
	cursor: pointer;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}
.nav li li a{
    float: none;
    padding: 0;
}
.nav li li a:hover{
    color: #a7c8b5;
}
.nav li:hover a{
    background:url(../images/bg/bg_nav_item.gif) no-repeat 100% 0;
}
.nav li.has-drop:hover a{
    background:url(../images/bg/bg_nav_item_drop.gif) no-repeat 100% 0;
}
.nav li.has-drop:hover li a{
    background: none;
}
.nav a span{
	float: left;
	line-height: 28px;
	height: 28px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
}
.nav li:hover a span{
    background:url(../images/bg/bg_nav_item.gif) no-repeat;
}
.nav li.has-drop:hover a span{
    background:url(../images/bg/bg_nav_item_drop.gif) no-repeat;
}
 @media screen and (max-device-width: 1024px) and (orientation:landscape) {
  .nav li:hover a span,
  .nav li.has-drop:hover a span{
    padding: 0 8px;
    background:url(../images/bg/bg_nav_item_drop_ios.gif) no-repeat;
    -webkit-background-size: 100% 100%;
  }
  .nav li:hover a span{
      background:url(../images/bg/bg_nav_item_ios.gif) no-repeat;
  }
  .nav li:hover a,
  .nav li.has-drop:hover a{
     background: none;
     padding: 0;
  }
}
@media screen and (max-device-width: 768px) and (orientation:portrait) {
  .nav li:hover a span,
  .nav li.has-drop:hover a span{
    padding: 0 8px;
    background:url(../images/bg/bg_nav_item_drop_ios.gif) no-repeat;
    -webkit-background-size: 100% 100%;
  }
  .nav li:hover a span{
      background:url(../images/bg/bg_nav_item_ios.gif) no-repeat;
  }
  .nav li:hover a,
  .nav li.has-drop:hover a{
     background: none;
     padding: 0;
  }
}
.nav .drop{
    display: none;
    position: absolute;
    top: 28px;
    left: 1px;
    width: 245px;
    background:url(./images/none.gif) no-repeat;
}
.nav .drop .top,
.nav .drop .btm{
    overflow: hidden;
    height: 7px;
    background:url(../images/bg/bg_nav_top_245.png) no-repeat;
    -webkit-background-size: 245px 8px;
}
.nav .drop .btm{
    background:url(../images/bg/bg_nav_btm_245.png) no-repeat 0 -1px;
}
.nav .drop ul{
    background: #3c7c62;
    font: bold 13px Arial, Helvetica, sans-serif;
    padding: 0 5px 0 10px;
}
.nav li:hover .drop{
    display: block;
}

/* =Slide
*******************************************************************************/
.slide{
	height: 363px;
	background-image: url(../images/bg/bg_slidearea.jpg);
	background-repeat: repeat-x;
}
.slide ul{
    height: 363px;
    position: relative;
    z-index: 1;
}
.ie .slide ul{
    overflow: hidden;
}
.slide h1{
    text-indent: -9999px;
    overflow: hidden;
    font-size: 41px;
    color: #007850;
    position: absolute;
    top: 0;
    left: 0;
}
.slide li{
    position: relative;
}
.slide .link{
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 232px;
    right: 1px;
    width: 133px;
    height: 30px;
    z-index: 2;
    background:url(../images/none.gif) no-repeat;
}
.bx-next, .bx-prev {
    display: none;
}
.bx-pager li a,
.bx-pager li img{
    display: block;
}
.bx-pager{
    text-align: center;
    line-height: 1;
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    z-index: 2;
}
.bx-pager a {
    background:url(../images/ico/ico_slideturn.gif) no-repeat -14px 0;
    height: 9px;
    width: 9px;
    margin: 0 0 0 4px;
    overflow: hidden;
    text-indent: -9999px;
    display: inline-block;
}
.ie7 .bx-pager a{
    display: inline;
    padding: 2px 2px 0 0;
    text-indent: 0;
    font-size: 0;
    line-height: 0;
    color: #bae1f0;

}
.bx-pager .pager-active,
.bx-pager a:hover {background-position: 0 0;}
.ie7 .bx-pager .pager-active,
.ie7 .bx-pager a:hover{
    color: #1a9ccc;
}

/* =Footer
*******************************************************************************/
.footer{
	background-image: url(../images/bg/bg_footer.jpg);
	background-repeat: repeat-x;

}
.footer .page-width{
	width: 937px;
	height: 89px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top:20px;
}

.foot-uepi{
    width: 254px;
    height: 66px;
    float: left;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    margin: 3px 0 0 0;
    background:url(../images/bg/footer_uepi.jpg) no-repeat;
}
.foot-uepi a{
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 254px;
    height: 66px;
}
.foot-facebook{
	width: 113px;
	height: 54px;
	margin: 0 0 0 100px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/bg/footer_facebook.jpg);
	background-repeat: no-repeat;
	/* background-position: 0 -81px; */
}
.foot-facebook a{
    height: 100%;
    display: block;
}
.foot-twitter{
	width: 85px;
	height: 54px;
	margin: 0 0 0 20px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/bg/footer_twitter.jpg);
	background-repeat: no-repeat;
	/* background-position: 0 -81px; */
}
.foot-twitter a{
    height: 100%;
    display: block;
}
.footer .form{
	float: right;
	width: 260px;
	height: 74px;
}
.footer .sign{
	text-align: right;
	color: #999;
	font-size: 11px;
	position: relative;
	line-height: 1.6;
	margin-top: -2px;
}

/* =Main content
*******************************************************************************/
.content{
    padding: 0;
}
.content h1{
	color: #3c7c62;
	margin: 0 0 11px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 40px;
	line-height: 1.0;
}
.content h2{
	color: #3c7c62;
	font-size: 20px;
	margin-top: 20px;
}
.content h5{
    font-size: 10px;
	font-style:italic;
}
.content p{
    margin: 0 0 23px;
}
.sub-page{
    background:url(../images/bg/bg_content.gif) no-repeat 50% 0;
    padding: 34px 0 0;
}
.simple-list{
    margin: 0 0 23px;
    padding: 0 0 0 37px;
}
.simple-list li{
    background:url(../images/ico/ico_bulletlist.gif) no-repeat 0 9px;
    padding: 0 0 0 20px;
}

/* sub navigation */
.subnav{
    float: left;
    width: 162px;
    margin: 0 14px 0 0;
    padding: 57px 0 0;
}
.subnav ul{
    font-size: 16px;
    font-weight: bold;
	line-height: 1.4;
}
.subnav li{
    padding: 12px 0 7px;
}
.subnav a{
    color: #3c7c62;
}
.subnav a:hover{
    color: #004737;
}
.sub-page .subnav p{
    line-height: 1.6;
}

/* article */
.article{
    overflow: hidden;
}
.article-img img{
    display: block;
    margin: 0 0 3px;
}
.sub-page .article p{
    line-height: 1.6;
}
.article ul{
padding: 0 0 0 2em;
list-style:disc outside;
}
.article ol{
padding: 0 0 0 2em;
list-style:decimal outside;
}
.article li{
padding: 0 0 .3em 0;
}

/* section */
.section{
    float: right;
    width: 210px;
    margin: 0 0 0 14px;
    padding: 64px 0 0 10px;
    font-size: 12px;
    line-height: 1.5;
}
.section .ttl{
    border-bottom: 1px solid #ccc;
    padding: 0 0 5px;
    margin: 0 0 7px;
}
.content .section h3{
    color: #3c7c62;
    letter-spacing: 1px;
    font: 16px Georgia, "Times New Roman", serif;
}
.content .section h4{
    font-size: 12px;
    color: #666;
    margin: 0 0 1px;
}
.sub-page .section p{
    line-height: 1.5;
}

/* info columns */
.cols{
    font-size: 13px;
    width:960px;
    margin: 0 -10px 0;
    padding: 33px 0 0;
    overflow: hidden;
}
.cols .col{
    width: 300px;
    float: left;
    padding: 0 10px;
}
.cols .col p{
    line-height: 1.6;
}
.cols h2{
    font-size: 24px;
    line-height: 1.33;
    font-weight: normal;
    padding: 0 25px 10px 0;
    margin: 0 0 12px;
    min-height: 64px;
    border-bottom: 4px solid #f0f1f0;
}
.cols h2.blue{color: #016ca4;}
.cols h2.green{color: #007850;}
.cols h2.purple{color: #870187;}
.content-img{
    padding: 4px 0 0;
}
.content-img img{
    border: 1px solid #cdcdcd;
    display: block;
}
/* =Styles for Table
*******************************************************************************/
table.gridtable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}
/* =Styles for Adobe Contribute
*******************************************************************************/
.sub-page p,
.header p, .footer p, .slide p, .cols p{
    line-height: 0;
}
.slide p{
    display: none;
}

/* =Print styles
*******************************************************************************/
@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    .header .frame *, .footer, .pagenavigator, .nav, .banner {
        display: none !important;
    }
    .header .logo, .header .logo * {
        display: block !important;
        padding: 0;
    }
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    pre, blockquote  {
        /*border: 1px solid #999;*/
        page-break-inside: avoid;
    }
    thead { display: table-header-group; }
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
}
/* Print styles */
/* popup styles */
.footer form {
	float:right;
	margin: 0 0 0 45px;
}
.popup {
	position:fixed;
	top: 15%;
	left:0;
	z-index:9999;
	width:100%;
	display:none;
}
.popup-holder {
	background: url(../images/bg/bg-popup.png) no-repeat;
	width:540px;
	height: 480px;
	position:relative;
	top:30%;
	left:30%;
	padding: 7px 0 0 26px;
}
.submit-next {
	display:block;
	width:63px;
	height: 24px;
	z-index:999;
	margin: 10px 0 0;
}
.close-btn {
	background: url(../images/close.png) no-repeat;
	width:15px;
	height:15px;
	position:absolute;
	top:22px;
	right:56px;
	text-indent:-9999px;
	overflow:hidden;
}
.bg-fade {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 8888;
	background: url(../images/bg-fade.png);
}
.video-b {
	position:absolute;
	z-index:0;
}
