* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    outline: none;
    color: #0081c6;
}

a:hover {
    text-decoration: underline;
}

img {
    border: none;
}

body {
    background: #626365;
    font-family: Arial, Helvetica, sans-serif;
}

#page, #footer {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    min-width:500px;
    max-width:1200px;
}

#page {
    background: #f7f9fb scroll center;
    height: 100%;
    min-height:800px;
}

#shim {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

#header {
    height: 30px;
}

#top {
    position: relative;
    width: 100%;
}

#logo_container {
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
}

#logo_container a:hover {
    text-decoration: none;
}

#logo {
    margin-right: 10px;
}


#nav {
    width: 100%;
}


#footer {
    padding-top: 0.8em;
    text-align: center;
    font-size: 10px;
    color: #aaa;
    background: #626365 url('background_gradient_bottom.png') no-repeat;
}




#footer #footnav {
    /*border-bottom: 1px solid #aaa;*/
    margin-top: 10px;
    margin-bottom: 15px;
}
#footer #footnav a {
    color: #ddd;
}


.image_text {
    position: relative;
    overflow: hidden;
    color: #666666;
}

.image_text span {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-position: top left;
    background-repeat: no-repeat;
}

h1.image_text {
    font-size: 34px;
    height: 48px;
    font-weight: normal;
}

.clearfloats {
    clear: both;
    float: none;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
}

.centered {
    margin-left: auto;
    margin-right: auto;
}











fp {
    margin-bottom: 1em;
}

h4 {
    border-bottom: 1px solid #676767;
}

#navbar {
    padding: 3px 5px;
    text-align: center;
}

#navbar ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
}

#navbar li {
    display: inline;
    float: left;
    border-left: 4px solid #f7f9fb;
}

#navbar li.last {
    margin-right: 0px;
    border-right: 4px solid #4275A9;
}

#navbar a {
    display: block;
    color: #ffffff;
    background: #bbbbbb;
    height: 23px;
    border-top: 1px solid #67C1CE;
    -moz-border-radius-topright:0px;
}

#navbar a:hover {
    text-decoration: none;
    background: #67C1CE;
    color: #ffffff;
}

#navbar a span {
    font-size: 13px;
    font-weight: bold;
    word-spacing: 0em;
    padding: 5px 5px 0px 5px;
}

li#nav_welcome a {
}

body.home li#nav_welcome a {
    background-color:#67C1CE;
    color: #ffffff;
}

body.trails li#nav_trails a {
    background: #67C1CE;
    color: #ffffff;
}

body.members li#nav_members a {
    background: #67C1CE;
    color: #ffffff;
}

body.pictures li#nav_pictures a {
    background: #67C1CE;
    color: #ffffff;
}

body.conditions li#nav_conditions a {
    background: #67C1CE;
    color: #ffffff;
}

body.green li#nav_green a {
    background: #67C1CE;
    color: #ffffff;
}

body.organization li#nav_organization a {
    background: #67C1CE;
    color: #ffffff;
}


body.callouts li#nav_callouts a {
    background: #67C1CE;
    color: #ffffff;
}


body.myfriends li#nav_myfriends a {
    background: #67C1CE;
    color: #ffffff;
}


body.recent_updates li#nav_recent_updates a {
    background: #67C1CE;
    color: #ffffff;
}


body.posts li#nav_posts a {
    background: #67C1CE;
    color: #ffffff;
}


body.mypage li#nav_mypage a {
    background: #67C1CE;
    color: #ffffff;
}


body.about li#nav_about a {
    background-image: #67C1CE;
    color: #ffffff;
}
body.home li#nav_home a:hover,
body.home li#nav_welcome a:hover,
body.store li#nav_store a:hover,
body.about li#nav_about a:hover
{
    background-position: top left;
}

#navbuffer {
    clear: left;
    width: 100%;
    height: 1px;
    background-color: #67C1CE;
    border-bottom: 1px solid #bbb;
}

#main {
    position: relative;
    width: 100%;
    font-family: Arial, helvetica, sans-serif;
    color: #333;
    font-size: 12px;
    line-height: 22px;
}


#layout {
    width: 100%;
    position: relative;
}

div.onecol
{
   padding-top: 35px;
   padding-bottom: 105px;
}

div.twocol, div.twocol_right2to1
{
    padding-top: 35px;
    padding-bottom: 80px;
}

div.onecol #columns {
    padding: 0 110px;
}

div.onecol #content {
    position: relative;
}

div.twocol #columns,
div.twocol_right2to1 #columns {

}

div.twocol #sidenav,
div.twocol_right2to1 #sidenav {
    float: left;
    display: inline;
    margin-left: 25px;
    width: 161px;
}

div.twocol #content {
    float: left;
    display: inline;
    margin-left: 21px;
    width: 727px;
}

div.twocol_right2to1 #content {
    float: left;
    display: inline;
    margin-left: 21px;
    width: 751px;
}

div.twocol_right2to1 #content .top_row {
    margin-bottom: 1em;
}

div.twocol_right2to1 #content .left_column {
    float: left;
    display: inline;
    width: 490px;
}

div.twocol_right2to1 #content .right_column {
    float: right;
    display: inline;
    width: 240px;
}

div.sidenav_block {
    margin-bottom: 50px;
    line-height: normal;
    text-align: right;
}

div.sidenav_block ul {
    list-style-type: none;
}

.sidenav_header {
    margin-right: 8px;
    margin-bottom: 10px;
}

ul.sidenav_list li {
    padding-right: 10px;
    text-align: right;
    margin-bottom: 12px;
}

ul#sidenav_main li ul.sublist {
    list-style-type: none;
}

ul#sidenav_main li ul.sublist li {
    padding: 0px 6px 0px 0px;
    background: #fff;
    text-align: right;
    margin-top: 8px;
    font-size: 1px;
}

li.current {
    color: #676767;
    font-weight: bold;
}

ul#sidenav_main li ul.sublist li.current {
    font-size: 12px;
    margin-right: 6px;
}

ul#sidenav_main li ul.sublist li a,
ul#sidenav_main li ul.sublist li a:hover
{
    border-right: none;
    padding: 0px 6px 0px 0px;
    font-size: 12px;
}

ul#sidenav_main li {
    display: block;
    padding: 13px 0;
    text-align: right;
    font-size: 1px;
}

ul#sidenav_main li a {
    display: block;
    padding: 2px 4px 2px 0px;
    border-right: 6px solid #fff;
    font-size: 12px;
}

ul#sidenav_main li a:hover {
    border-right: 6px solid #979da2;
}

ul#sidenav_questions li {
    margin-bottom: 25px;
}

div.content1 {
    margin-bottom: 35px;
}

div.content1 p {
    margin-bottom: 25px;
}

div.content1 p, div.listblock ul ul {
    margin-bottom: 2px;
}

div.header2 {
    margin-bottom: 7px;
}

div.header3 {
    margin-bottom: 15px;
}

div.header3_noborder {
    margin-bottom: 2px;
}

div.header3_noborder h4 {
    border: none;
}


div.header3 p {
    margin-bottom: 12px;
}

div.header3b {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 4px;
}

div.header4 {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 4px;
}

div.header4 span.title {
    font-weight: normal;
    font-style: italic;
}

div.picblock, div.textblock {
    margin-bottom: 35px;
}

div.picblock div.picleft {
    float: left;
    display: inline;
    margin-right: 20px;
}

div.figtext, div.reftext {
    font-size: 11px;
    color: #676767;
    line-height: 14px;
}

div.figtext p, div.reftext p {
    margin-bottom: 10px;
}

div.picblock div.picright {
    float: left;
    display: inline;
}

div.singlecol div.content1x2 {
	width: 100%;
	margin-bottom: 35px;
}

div.singlecol div.content1x2_left {
	float: left;
	width: 430px;
	margin-left: 0px;
}

div.singlecol div.content1x2_right {
	float: right;
	width: 430px;
	margin-right: 0px;
}

div.content1x2 {
    width: 725px;
    margin-bottom: 35px;
}

div.content1x2_left {
    float: left;
    display: inline;
    margin-left: 75px;
    width: 250px;
}

div.content1x2_right {
    float: right;
    display: inline;
    margin-right: 74.9px;
    width: 250px;
}

div.content1x2_bottom {
    margin-top: 15px;
    padding: 0 75px;
}

div.content2x2 {
    width: 725px;
    margin-bottom: 35px;
}

div.content2x2_left {
    float: left;
    display: inline;
    margin-left: 10px;
    width: 315px;
}

div.content2x2_right {
    float: right;
    display: inline;
    margin-right: 9.9px;
    width: 315px;
}

div.content2x2_cell {
    margin-bottom: 35px;
}

div.content2x2_img, div.content2x3_img {
    float: left;
    display: inline;
    margin-right: 10px;  
    width: 110px;
}

div.content2x2_text, div.content2x3_text {
    float: left;
}

div.content2x2_text {
    width: 194px;
}

div.content2x3_text {
    width: 100px;
    line-height: 16px;
}

div.content2x3 {
    width: 725px;
    margin-bottom: 35px;
}

div.content2x3_row {
    padding: 0 10px;
}

div.content2x3_cell {
    float: left;
    display: inline;
    margin-right: 20px;
    width: 221px;
}

div.content2x3_cell_last {
    float: left;
    display: inline;
    margin-right: 0px;
    width: 221px;
}

ul.concept_list {
    list-style-type: none;
}

ul.concept_list li {
    margin-bottom: 8px;
}

ul.concept_list li h4 {
    border: none;
}

div.screenshot {
    width: 677px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 35px;
}

div.infographic {
    text-align: center;
    margin-bottom: 35px;
}

img.screenshot {
}

div.letter {
    margin-left: 29px;
    width: 695px;
    margin-bottom: 35px;
}

div.letter_container {
    border: 2px solid #cccccc;
}

div.letter_content {
    padding: 30px 25px;
    font-size: 14px;
    font-family: "Times New Roman", Times, serif;
    line-height: 1.4em;
}

div.letter_content p {
    margin-bottom: 1.2em;
}

div.letter_head {
    margin-bottom: 30px;
}

.letter_title {
    font-size: 18px;
    font-weight: bold;
}

img.letter_logo {
    float: left;
}

img.pr_logo {
    float: right;
}

div.listblock {
    margin-bottom: 5px;
}

div.listblock ul {
    margin-left: 20px;
    color: #0081c6;
    list-style-image: url(blue_bullet.png);
}


div.listblock ul li {
    color: #333;
    margin-bottom: 2px;
}

.listblock ul .green {
    list-style-image: none;
    list-style-type: disc;
    color: #0de10d;
}

.listblock ul .red {
    list-style-image: none;
    list-style-type: disc;
    color: #e10d0d;
}

div.listblock ul li span {
    color: #999999;
    margin: 0 0.5em;
}

a.pdf_link {
    padding: 2px 21px 2px 0px;
    line-height: 17px;
    color: #48a942;
}

#welcome h1.image_text {
    font-size: 28px;
    height: 58px;
}

span.feedback {
    font-size: 14px;
}

.block_header {
    background: #979da2;
    font-size: 14px;
    line-height: normal;
    font-weight: bold;
    color: #fff;
    padding: 0.3em 0.5em;
    margin-bottom: 0.5em;
}

.block_section {
    margin-bottom: 1em;
}

.register_button{
    margin-top: 25px;
    margin-bottom: 5px;
}

.register_button a,
.register_button a:hover
{
    padding:0px 4px 1px 4px;
    border:solid 1px #7f93bc;
    background: #979da2;
    font-size: 14px;
    line-height: normal;
    font-weight: bold;
    color: #fff;
}

div.course {
    padding:4px 4px 0px 4px;

    margin-top: 20px;
    margin-bottom: 40px;
    width: 680px;
    word-wrap : break-word;
    border-bottom:solid 1px #7f93bc;
	
}

div.course div.left {
    float: left;
    width: 15%;
    padding: 5px;
}

div.course div.right {
    float: right;
    width: 80%;
    padding: 5px;    
}

div.course div.right h2 {
    margin-bottom: 10px;
}




ul.trailblock li {
    display: block;
    margin-left: 17px;
    padding-left: 8px;
    padding-bottom: 5px;
    text-align: left;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 15px;
    background: url(blue_bullet_background.gif) no-repeat;

}

ul.trailblock li a {
    color: #0081c6;
}

table.schedule {
   width: 600px;
}

table.schedule tr td	{
    padding:4px;
}



div.schedule {
    padding:4px 4px 0px 4px;

    margin-top: 40px;
    margin-bottom: 40px;
    width: 500px;
    word-wrap : break-word;
    border:solid 1px #7f93bc;
}

div.schedule form.schedule * {
 margin-bottom:10px;
}