html, body {
    color: #444444;
    font: "Helvetica Neue",Helvetica,Arial,sans-serif;    
    width: 100%;
    background-color: #ffffff;	
}

p {
    margin: 0;
    padding: 0.2em 0;
}

a {
	color: #2a5db0;
}

/* ==========================================================================
   topbar
   ========================================================================== */

.topnav 
{
    background-color: #FFFFFF;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EEEEEE));
    background-image: -webkit-linear-gradient(top, #FFFFFF, #EEEEEE); 
    background-image:    -moz-linear-gradient(top, #FFFFFF, #EEEEEE);
    background-image:     -ms-linear-gradient(top, #FFFFFF, #EEEEEE);
    background-image:      -o-linear-gradient(top, #FFFFFF, #EEEEEE);
    background-image:         linear-gradient(top, #FFFFFF, #EEEEEE);
    
    position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100px;
	z-index: 999;
}

.topbar 
{
    color: #FFFFFF;
    font: 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 40px;
    position: relative;
    width: 100%;
}

.topbar-bg 
{
    background-color: #F25C05;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F25C05), to(#993300));
    background-image: -webkit-linear-gradient(top, #F25C05, #993300); 
    background-image:    -moz-linear-gradient(top, #F25C05, #993300);
    background-image:     -ms-linear-gradient(top, #F25C05, #993300);
    background-image:      -o-linear-gradient(top, #F25C05, #993300);
    background-image:         linear-gradient(top, #F25C05, #993300);

    bottom: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
    
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
}

.topbar-inner 
{
    margin: 0 auto;
    position: relative;
    width: 980px;
    height: 100%;
    max-width: 980px;
    min-width: 980px;    
}

.topbar-title-img 
{
    height: 100%;
    background-image: url('../img/ppthtml_title_logo.png');
	background-repeat: no-repeat;
	background-position: 0 4px;
}

.topbar-title-text 
{
    height: 100%;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size: 2em;
    font-weight: bold;
    text-align: left;
	vertical-align: middle;
	padding-top: 8px;
	text-shadow : 1px 1px #66CCFF; 
}

.topbar-right 
{
    float: right;
    position: absolute;
    top: 0;
    right: 20px;
    padding: 10px;
}

.topbar-right > a 
{
    padding: 10px;
    color: #B9D1EB;
    font-weight: bold;
	font-size: 16px;
    text-decoration: underline;
}

.wrapper 
{
    width: 100%;
}
.wrapper-off > div
{
    margin: 0 auto;
    width: 980px;
}

.wrapper.last {
	min-height: 1100px;
}

.topnav-below 
{
    margin-top: 115px;
}


.main 
{
    min-height: 400px;
}

.content 
{
    position: relative;
    margin: 0 auto;
    width: 980px;
    max-width: 980px;
    min-width: 980px;    
    min-height: 20px;
}

.page 
{
    padding: 20px 0;
	min-height: 500px;
	width: 100%;
}

.footer 
{
    background-color: #b02e0e;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b02e0e), to(#4a1002));
    background-image: -webkit-linear-gradient(top, #b02e0e, #4a1002); 
    background-image:    -moz-linear-gradient(top, #b02e0e, #4a1002);
    background-image:     -ms-linear-gradient(top, #b02e0e, #4a1002);
    background-image:      -o-linear-gradient(top, #b02e0e, #4a1002);
    background-image:         linear-gradient(top, #b02e0e, #4a1002);

    color: #FFFFFF;
    text-align: center;
    min-height: 10px;
    position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 998;
}

.footer>.content 
{
    min-height: 25px;
}

.copyright 
{
    font-size: 12px;
}

.copyright a 
{
    text-decoration: none;
    color: inherit;
}

.nav-button-bar 
{
    padding-top: 15px;
}

.nav-button 
{
    width: 125px;
    margin-right: 5px;
    
    color: #FFFFFF !important;
    font-family: Georgia;
    font-size: 20px !important;
    line-height: 20px !important;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 2px 3px #666666;
}
.nav-button.last {
	margin-right: 0;
}

.nav-button {
    padding: 10px 15px;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 100px;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
    text-shadow: 1px 1px 3px #666666;
    border: none;
    background-color: #3093c7;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3093c7), to(#1c5a85));
    background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85); 
    background-image:    -moz-linear-gradient(top, #3093c7, #1c5a85);
    background-image:     -ms-linear-gradient(top, #3093c7, #1c5a85);
    background-image:      -o-linear-gradient(top, #3093c7, #1c5a85);
    background-image:         linear-gradient(top, #3093c7, #1c5a85);
    
    display: inline-block; 
}
.nav-button:hover {
    background-color: #26759e;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#26759e), to(#133d5b));
    background-image: -webkit-linear-gradient(top, #26759e, #133d5b); 
    background-image:    -moz-linear-gradient(top, #26759e, #133d5b);
    background-image:     -ms-linear-gradient(top, #26759e, #133d5b);
    background-image:      -o-linear-gradient(top, #26759e, #133d5b);
    background-image:         linear-gradient(top, #26759e, #133d5b);
}

.nav-button.hilight 
{
    background-color: #95A3AB;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#95A3AB), to(#95A3AB));
    background-image: -webkit-linear-gradient(top, #95A3AB, #95A3AB); 
    background-image:    -moz-linear-gradient(top, #95A3AB, #95A3AB);
    background-image:     -ms-linear-gradient(top, #95A3AB, #95A3AB);
    background-image:      -o-linear-gradient(top, #95A3AB, #95A3AB);
    background-image:         linear-gradient(top, #95A3AB, #95A3AB);
    
    -webkit-box-shadow: 0px 1px 3px ##FFFFFF;
    -moz-box-shadow: 0px 1px 3px ##FFFFFF;
    box-shadow: 0px 1px 3px #FFFFFF;
}

.hr-bar {
    /* background: url("../img/horizontal_bar.png") no-repeat scroll center top transparent; 
    height: 6px; */
}


/* Page Styles */
.page1 { /* #F2F2F2 */
    background-color: #FFFFFF;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#F2F2F2));
    background-image: -webkit-linear-gradient(top, #FFFFFF, #F2F2F2); 
    background-image:    -moz-linear-gradient(top, #FFFFFF, #F2F2F2);
    background-image:     -ms-linear-gradient(top, #FFFFFF, #F2F2F2);
    background-image:      -o-linear-gradient(top, #FFFFFF, #F2F2F2);
    background-image:         linear-gradient(top, #FFFFFF, #F2F2F2);
}

.page2 { /* #A3D9C5 */
    background-color: #A3D9C5;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DCF5EC), to(#A3D9C5));
    background-image: -webkit-linear-gradient(top, #DCF5EC, #A3D9C5); 
    background-image:    -moz-linear-gradient(top, #DCF5EC, #A3D9C5);
    background-image:     -ms-linear-gradient(top, #DCF5EC, #A3D9C5);
    background-image:      -o-linear-gradient(top, #DCF5EC, #A3D9C5);
    background-image:         linear-gradient(top, #DCF5EC, #A3D9C5);
}

.page3 { /* #E1F2A2 */
    background-color: #D6E69E;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EFF7D2), to(#D6E69E));
    background-image: -webkit-linear-gradient(top, #EFF7D2, #D6E69E); 
    background-image:    -moz-linear-gradient(top, #EFF7D2, #D6E69E);
    background-image:     -ms-linear-gradient(top, #EFF7D2, #D6E69E);
    background-image:      -o-linear-gradient(top, #EFF7D2, #D6E69E);
    background-image:         linear-gradient(top, #EFF7D2, #D6E69E);
}

.page4 { /* #F2DC6D */
    background-color: #F2DC6D;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F5EECE), to(#F2DC6D));
    background-image: -webkit-linear-gradient(top, #F5EECE, #F2DC6D); 
    background-image:    -moz-linear-gradient(top, #F5EECE, #F2DC6D);
    background-image:     -ms-linear-gradient(top, #F5EECE, #F2DC6D);
    background-image:      -o-linear-gradient(top, #F5EECE, #F2DC6D);
    background-image:         linear-gradient(top, #F5EECE, #F2DC6D);
}

.page5 { /* #D95A4E */
    background-color: #DBA39E;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F2D5D3), to(#DBA39E));
    background-image: -webkit-linear-gradient(top, #F2D5D3, #DBA39E); 
    background-image:    -moz-linear-gradient(top, #F2D5D3, #DBA39E);
    background-image:     -ms-linear-gradient(top, #F2D5D3, #DBA39E);
    background-image:      -o-linear-gradient(top, #F2D5D3, #DBA39E);
    background-image:         linear-gradient(top, #F2D5D3, #DBA39E);
}



.page1 > .page 
{
    background-image: url('../img/ppt_cloud_alpha.png');
    background-repeat: no-repeat;
    background-position: 0 120px;
    min-height: 800px;
}

.content > h2
{
    color: #1c5a85;
    text-shadow: 0px 1px 2px #3093c7;
    font-size: 45px;
    margin: 5px 0;
}

.content > h3
{
    margin: 0;
    padding: 0;
}


/* Generic Styles/Effects */

.shadow {
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
}

.anchor-bottom {    
    position: relative;
    margin: 0 auto;
    bottom: 0;
}

.clear 
{
    clear: both;
}

.text-shadow-white 
{
    text-shadow: 0px 1px 2px #ffffff;
}

/* Forms */


.model-form 
{
    margin: 0 10px 0 50px;
    width: 720px;
}

.editor-field 
{
    margin: 0.5em 0 0 0;
}

.model-form fieldset {
    padding: 1em;
    border: 4px solid #3093c7;
    margin: 0 0 1.5em;
    
}

.model-form legend {
    color: #3093c7;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.2em 0.5em;
}

.model-form label {
  float: left;
  width: 25%;
  margin-right: 0.5em;
  padding-top: 0.2em;
  text-align: right;
  font-weight: bold;
}

.model-form-submit {
  margin-right: 0.5em;
  padding-top: 0.2em;
  font-weight: bold;
}

.model-form input[type=submit] {
    background-color: #D18F4F;
    border: 1px solid #999999;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.28), 0 1px 0 rgba(255, 255, 255, 0.45) inset, 0 -1px 0 rgba(255, 255, 255, 0.45) inset, 1px 0 0 rgba(255, 255, 255, 0.45) inset, -1px 1px 0 rgba(255, 255, 255, 0.45) inset;
    color: #FFFFFF !important;
    float: left;
    font: bold 16px/16px "klavika-web","Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;
    padding: 8px 15px;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.35);
    transition: all 0.2s ease 0s;
}

.model-form input[type="text"], .model-form input[type="password"] {
    border: 1px solid #CCCCCC;
    width: 435px;
}
.model-form input[type=submit]:hover {
    background-color: #966C42;
}

.model-form textarea 
{
    border: 1px solid #CCCCCC;
    width: 435px;
    height: 200px;
}

.box h3 
{
    padding-left: 20px;
}

.box, .box-publish-spacer, .box-publish 
{
    min-height: 100px;
    
    padding: 10px;
    margin: 20px;

    color: #2E6E9E;
    font-size: 1.5em;
    font-weight: bold;
}

.box-publish-spacer 
{
    text-align: center;
    font-size: 28px;

    float: left;
    width: 150px;
    margin-top: 50px; 
    padding-right: 20px;
}

.box-publish 
{
    text-align: center;
    float: left;
    width: 300px;  
    
    
    background: url('../img/ui-bg_glass_85_dfeffc_1x400.png') repeat-x scroll 50% 50% #DFEFFC;
    border: 1px solid #C5DBEC;
    border-radius: 5px;
    
}

/* demo styles */
.demo-box-row 
{
    height: 350px;
    clear: both;
}

.demo-box 
{
    position: relative;
    width: 325px;
    float: left;
}
 
.demo-border {
    border-width: 3px;
    border-style: solid;
    border-color: #2E6E9E;
    background-color: #ffffff;
    padding: 8px;
}

.player-inlay 
{
    position: absolute;
    top: 36px;
    left: 76px;
    width: 184px;
    height: 134px;
    
    border-width: 0;
    border-style: none;
    padding: 0;
}
    
/* demo fancybox styles */
.fancybox-skin 
{
    background-color: #000000;
}
