﻿@import url("jplayer/jplayer.blue.monday.css");

/* OVERRIDES */
html{
  overflow-y: scroll;
} 
p img { margin-right: 10px; margin-bottom: 10px; }
a, .link,  a:link { text-decoration: none; color: #2f8ab9; }
a:visited { text-decoration: none; color: #2f8ab9; /* #7665ac; */ }
a:hover, a:active { text-decoration: underline; color: #000; }

h4 { font-weight: bold; }

/* UTILITY CLASSES */
.link { cursor: pointer; }
.link:hover { text-decoration: underline; }
.readmore { display: none; background-color: #FAFAFA; border: 2px solid #ACE;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 0 20px #ACE;
    box-shadow: inset 0 0 20px #ACE ;
    padding: 10px 10px 0;
    margin-bottom: 10px;
 }
.readmorelink { display: none; }
.right { float: right; }
a.top { font-size: 0.8em; color: #D0D0D0; }
a.top:hover { color: #ACE; }
.fontsizer { text-align: right; }

/* FORMS */
input[type="text"], input[type="password"], input.text, input.title, textarea, select {
    background: #fafafa;
}
input[type="text"]:focus, input[type="password"]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
    background: #fefefe;
}


.debug { border: 1px solid red; background: yellow; }
.debug .msg { cursor: pointer; }


/* HOME */
#hero { height: 300px; z-index: -1;}

/* EXCERPTS */

.lq, .rq {
    background: transparent url(images/quotes-sprite-bg.gif) no-repeat scroll 0 0;
}
.lq { background-position: left top;  margin-left: -20px; padding-left: 20px;  }
.lq .title { padding-left: 8px; }
.rq { background-position: right bottom; padding-right: 20px; margin-right: -20px; }

.rounded10 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.rounded5 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.boxshadow { 
    -moz-box-shadow: 0 3px 8px #CCC;
    -webkit-box-shadow: 0 3px 8px #CCC;
    box-shadow: 0 5px 5px #CCC;
}

.border-med { border: 2px solid #88CAEF; }

.shadebox {        

    background: #e3e8fe;
    padding: 10px 30px;
    position: relative;
    margin-top: 15px; /* same as h2 top offset */
    margin-bottom: 30px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
ul.nobullet { list-style: none; }

div.excerpt {
    background: #edf5f8;
    border: 1px solid #e3e8fe;
}

.shadebox h2 { 
    position: relative;
    display: block;
    background-color: #fafafa;
    font-size: 1.333em;
    font-weight: bold;
    margin: -25px -15px 5px -15px; 
    padding: 5px 15px;
    
    border:1px solid #DDD;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;

    -moz-box-shadow: 0 3px 8px #CCC;
    -webkit-box-shadow: 0 3px 8px #CCC;
    box-shadow: 0 5px 8px #CCC;

    
 }
 .shadebox h2 span { padding: 5px 0 5px 0;  } 
 
 .shadebox p { margin-bottom: 5px; }

 .faq dt {
    -moz-border-radius:4px;
    -webkit-border-radius: 4px ;
    border-radius: 4px ;
    
    -moz-box-shadow:0px 5px 8px #E3E8FE;
    -webkit-box-shadow:0px 5px 8px #E3E8FE;
    box-shadow:0px 5px 8px #E3E8FE;
    
    background:none repeat scroll 0 0 #FAFAFA;
    border: 2px solid #E3E8FE;
    display:block;
    padding:5px 5px 5px 34px;         
 }
 .faq dt .question {
    font-size:1.333em;
    font-weight:bold;
 }

 .faq dd {
    -moz-border-radius:0 0 10px 10px;
    -webkit-border-radius:0 0 10px 10px;
    border-radius:0 0 10px 10px;
    
    background:none repeat scroll 0 0 #EDF5F8;
    border: 3px solid #E3E8FE;
    border-top: none;
    margin:0 18px 18px;
    padding:10px 15px;         
 }

 .linklist .body ul {
    list-style-image:url("images/list-style-arrow-blue.gif");
    list-style-position: outside;
    padding-left: 18px;
 }

/* STRUCTURE */
  

    #body { background: #d0f2ff url(images/fade-bg.jpg) repeat-x scroll 0 0;}
    #hd, #bd, #ft { float: left; }
    #hd { background: transparent url(images/pgx-whitebox-bg.png) no-repeat scroll 0 top; padding: 20px 20px 0; width: 910px;}
    #bd { z-index: 1; background: transparent url(images/pgx-whitebox-bg.png) repeat-y scroll -1000px 0; padding: 0 20px; width: 910px;  }
    #ft { background: transparent url(images/pgx-whitebox-bg.png) no-repeat scroll -2000px bottom; padding: 0 20px 20px; width: 910px; }
    #nav { z-index: 10; height: 75px; background: transparent url(images/menubar-bg.gif) repeat-x scroll 0 bottom; position: relative;}
    ul.Menu ul { z-index: 100; }
        
    .faq dt.active { background: #75a8ca;  }
    .faq dt { margin-top: 15px; }
    #sidebar-content { padding: 20px 0 0 20px; }
    #main-content { padding: 0 0 0 10px; }

    #menu { position: absolute; bottom: 0; right: 0; }
    a.Menu-Link {font-size: 1.2em; color: #051e8a; padding: 10px 15px 5px; }
    li.Menu-WithChildren:hover a, a.Menu-Link:hover { background-color: #75a8ca; }
    a.Menu-Link:hover { color: #fafafa; background-color: #75a8ca; }
    li.Menu-WithChildren ul a.Menu-Link, 
    li.Menu-WithChildren ul a.Menu-Link:hover { padding: 5px; background-color: #75a8ca; }

    #main-content { 
        padding-top: 20px;
    }
    #contactForm td { height: 40px; padding: 0; vertical-align: middle; }
    #contactForm select, #contactForm input { margin: 0; }

/* BREADCRUMBS */
.breadcrumbs {
    margin-bottom: 10px;    
}

.breadcrumbs a {
    color: #333;
    text-transform: lowercase;
}

.breadcrumbs .current{
    font-weight: bold;
    text-transform: lowercase;
}

/* ARTICLE LIST */
ul.nav-page {
    list-style: none;
    padding: 0;
    clear: both;
    margin: 0 auto;
    text-align: center;
}
ul.nav-page li { display: inline; }
ul.nav-page li.cur a { color: #131313; background: #E3E8FE; }
ul.nav-page li a{
    font-size: 1.5em;
    padding: 1px 8px;
    border: 1px solid #131313;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-right: 5px;
    color: #666;
}

a.button { 
    font-size: 1.5em;
    color: #666;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
a.button:hover { text-decoration: none; }
ul.article-list .box {
    
    background: #edf5f8;
    border: 2px solid #e3e8fe;
    
    -moz-border-radius: 20px 0 20px 0;
    -webkit-border-radius: 20px 0 20px 0;
    border-radius: 20px 0 20px 0;
    
}
ul.article-list .shadebox {
    -moz-border-radius: 0 20px 0 20px;
    -webkit-border-radius: 0 20px 0 20px;
    border-radius: 0 20px 0 20px;
}

ul.article-list, ul.boxlist {
    list-style: none;
    padding: 0;
    margin: 15px 0 15px; 
}
ul.article-list li, ul.boxlist li.odd {
    clear:both;
    margin-bottom: 10px;
}
ul.article-list .hd {
    float: left;
    padding: 0 20px 15px 0;
}
ul.article-list .bd {
    float: left;
    width: 520px;
}
ul.article-list .bd .summary {
    padding-bottom: 15px;
    margin: 0;
}
ul.article-list .title, ul.article-list .subtitle {
    font-size: 1.2em;
}
ul.article-list li .thumb img {
    width: 120px;
    margin-bottom: 5px;
}

.boxlist li.span-half { width: 300px; margin-right: 0;}
.boxlist li.odd { clear: both; margin-right: 20px; } 

/* ARTICLES */
.article { font-family: Georgia, "Times New Roman", Times, serif; }
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 { font-family: Geneva, Arial, Helvetica, sans-serif; }
.title { font-weight: bold; }
.subtitle { color: #666; text-transform: uppercase; }
.article h2.title { margin-bottom: 0; }
.article h2.title span { line-height: 1; }
.article .tools a {
    margin-right: 10px;
}
.article .author {
    background-color: #edf5f8;
    padding: 10px;
    border: 2px solid #E3E8FE;
    margin-bottom: 10px;
}
.article .author .hd { font-weight: bold; }
.article .author .content { font-size: 0.95em; padding-left: 80px; }
.article .author img { float: left; margin: 0 10px 5px 0; }
.article .author hr { 
    background:none repeat scroll 0 0 #888888;
    clear:none;
    color:#888888;
    width: auto;
}
.article .header img { float: left; margin: 0 10px 5px 0; 
}
.bookmarks a { margin-right: 10px; }
.bookmarks a img { position: relative;}
.article .tools {
    text-align: left;
    color: #555;
    padding: 15px 0 5px;
    clear: both;

}

/* TIPS */
.tip { padding: 20px 0 0 60px; background: transparent url(/css/images/tips-sprite-bg.gif) no-repeat scroll 0 0; min-height: 100px; position:relative;}
.tip-relationships { background-position: -400px 0; }


/* SUB-MENU */
#sub .blue, #sub .green { padding: 15px 30px 15px 35px; min-height: 200px; background: transparent url(/css/images/sidebar-sprite-bg.png) no-repeat scroll 0 0; }
#sub .blue ul, #sub .green ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}
#sub .blue ul li, #sub .green ul li {
    background: transparent url(/css/images/marker-arrow-bg.gif) no-repeat scroll 0 50%;
    padding: 0 0 0 15px;
}
#sub a, #sub a:link, #sub a:hover {
    color: #000;
}
#sub a:hover, #sub a:active {
    color: #2f8ab9;
}
#sub .blue .hd, #sub .green .hd{
    margin: 0 0 10px;
    color: #666666;
    text-transform: lowercase;
}
#sub .blue  { background-position:    0   0; }
#sub .green { background-position: -270px 0; }
img.loading { display: none; position: absolute; left:5px; top:50px; }

#hd { z-index: 100; }
#nav ul.Menu { position: static; }
#nav ul.Menu ul {
    z-index: 10;
}
#nav li { z-index: 10; }
#nav a { z-index: 10; }
#hero { z-index: -1; }

#nav ul.Menu { border-right: 2px solid #88caef; }
#nav ul.Menu ul { 
    padding-bottom: 10px;
    background-color: #75a8ca;
    border: 2px solid #88caef;
    border-top: none;
    margin-left: -2px; 
    padding-right: 2px;
    
    /* CSS3 Stuff*/
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
            
    -webkit-box-shadow:3px 3px 5px #75a8ca;
    -moz-box-shadow:3px 3px 5px #75a8ca;
    box-shadow:3px 3px 5px #75a8ca;
}
#nav ul.Menu li { 
    border-left: 2px solid #88caef; 
}
#nav ul.Menu ul li { 
    border: none;
}

#sitefoot { 
    background: #fafafa; border: 2px solid #88caef; margin: 15px; color: #666; font-size: 0.8em; padding: 20px 0;             
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
#MenuLeaf-Level1-Item1-2 ul, #MenuLeaf-Level1-Item1-2 ul li{
    width: 170px;
}
#MenuLeaf-Level1-Item1-3 ul, #MenuLeaf-Level1-Item1-3 ul li{
    width: 170px;
}
#MenuLeaf-Level1-Item1-4 ul, #MenuLeaf-Level1-Item1-4 ul li{
    width: 150px; 
}
#MenuLeaf-Level1-Item1-5 ul, #MenuLeaf-Level1-Item1-5 ul li{
    width: 150px; 
}
