html,body{
    margin:auto auto;
    text-align:center;
    background-color: transparent;
    background-color:#333333;
    background-image:url(../images/bg-notes.jpg);
    background-repeat:no-repeat;
    background-position: top center;
    padding:0px;
}

#container{
    position:relative;
    width:960px;
    height:auto;
    background-color:transparent;
    margin:auto auto;
}

#header{
    position:relative;
    width:960px;
    height:210px;
    background-color:transparent;
    background-image:url(../images/bg-header.jpg);
    text-align:left;
    margin:auto auto;
    z-index:1;
}

#navigation{
    position:absolute;
    top:30px;
    left:270px;
    height:69px;
    width:650px;
    background-color:#999;
    z-index:2;
}

#social{
    position:absolute;
    top:585px;
    left:795px;
    height:48px;
    width:150px;
    background-color:transparent;
    z-index:150;
}


#activeArea{
    position:relative;
    width:960px;
    height:447px;
    background-color:transparent;
    background-image:url(../images/bg-page.png);
    background-repeat:no-repeat;
    text-align:left;
    margin:auto auto;
    z-index:3;
}

#mainArea{
    position:absolute;
    top:100px;
    left:290px;
    height:480px;
    width:650px;
    background-color:transparent;
    z-index:5;
}

#wideArea{
    position:absolute;
    top:100px;
    left:20px;
    height:650px;
    width:940px;

    z-index:5;
}

#dynamicBox{
    position:absolute;
    top:200px;
    left:20px;
    height:410px;
    width:250px;
    background-color:transparent;
    z-index:10;
}



.standardPad{

    padding:0px 30px;


}


#footer{
    position:absolute;
    width:410px;
    height:40px;
    background-color:transparent;
    text-align:left;
    top:590px;
    left:290px;
    z-index:5;
}

#footerLinks{
    position:relative;
    top:10px;
    left:0px;
    color:#333;
    font-family:verdana,arial,sans-serif;
    font-size:12px;

}

#footerLinks a{
    text-decoration:none;
}




.footerLink{
    color:#333;
    font-weight:bold;
    font-family:verdana,arial,sans-serif;
    font-size:12px;
    text-decoration:none;
}

.footerLink:hover{
    color:#CC0066;
}



#footerText{
    position:absolute;
    top:5px;
    left:60px;

}

.footerText, .footerLink a{
    font-family:verdana, sans-serif;
    color:#FFF;
    font-size:18px;
    text-decoration:none;

}

.footerSmall{
    font-family:verdana, sans-serif;
    color:#000;
    font-size:14px;
    text-decoration:none;
}

#contactPanel{
    position:relative;
    margin-top:30px;
    height:309px;
    width:208px;
    background-image:url(../images/bg-contact.jpg);
}

#contactText{
    position:absolute;
    top:50px;
    left:20px;
    line-height:1em;

}

.contactText{
    font-size:13px;
    color:#555;

}



.spacer{
    clear: both;
    width:1px;
    height:1px;
    font-size:0pt;
}

.floatLeft{
    float:left;
    margin-right:15px;
    margin-bottom:15px;

}




p,h1,h2{
    margin:0;
    padding:0;
    text-align:left;
    line-height:1em;

}

h1{
    margin-bottom:10px;
}



a{
    color:#000099;
}

ul.textList,ul.textList li{
    margin:0;
    padding:0;
    list-style-type:disc;
    font-family:verdana, arial, sans-serif;
    font-size:11px;
    color:#777;
    line-height:1.4em;

}




.heading{
    font-size:28px;
    font-family:rockwell;

}

.subHeading{
    font-size:20px;
    font-family:rockwell;
    margin:0;
    padding:0;

}

.productTitle{
    color:#FFF;
    font-size:32px;
    font-family:arial;

}

.green{
    color:#00535E;
}

.pink{
    color:#CC0066;
}

.orange{
    color:#E78A29;

}

.blue{
    color:#29ABE2;

}



.pName{
    color:#555;
    font-size:20px;
}

.pTitle{
    font-family:verdana, arial, sans-serif;
    font-size:12px;
    color:#777;
}

.copy{
    font-family:verdana, arial, sans-serif;
    font-size:11px;
    color:#333;




}

.smallPrint{
    font-family:verdana, arial, sans-serif;
    font-size:10px;
    line-height:12px;



}


.leftCol{
    float:left;
    height:auto;
    background-color:transparent;
    margin-left:30px;

}

.rightCol{
    margin-left:20px;
    float:left;
    height:auto;
    background-color:#222;

}

.callOut{
    padding:20px;
    background-color:#EEE;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border:1px solid #AAA;

}


/*------------------------------------NAVIGATION STYLES----------------*/



.navText{
    font-family:optimum, sans-serif;
    font-size:15px;
    color:#FFCE8D;
}



ul.menu, ul.menu ul {
    list-style-type:none;
    margin: 0;
    padding: 0;
    width: 208px;
    text-align:left;
}

ul.menu a {
    display: block;
    text-decoration: none;
}

ul.menu li {
    margin-top: 1px;

}

ul.menu li a {
    background-image:url(../images/bg-nav.png);
    color: #fff;
    padding: 0.5em;
}

ul.menu li a:hover {
    background-image:url(../images/bg-nav_over.png);
}

ul.menu li ul li a {
    background: #ccc;
    color: #000;
    padding-left: 20px;
}

ul.menu li ul li a:hover {
    background: #aaa;
    border-left: 5px #C41230 solid;
    padding-left: 15px;
}















a img{
    text-decoration:none;
    border:none;
}



.formLabel{
    font-family:tahoma,sans-serif;
    font-size:13px;
    color:#555;
    font-weight:bold;
    padding-bottom:3px;
    padding-top:5px;
}

.formInput{
    font-family:verdana, sans-serif;
    font-size:11px;
    color:#555;
    font-weight:normal;

}


input.formInput, textarea.formInput, select.formInput{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding:5px;
    border:1px solid #AAA;
    background-color:#DDD;
}

.errorMessage{
    padding:10px;
    text-align:left;
    border:3px solid #C41230;
    background-color: #C41230;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family:arial,sans-serif;
    font-size:8pt;
    font-weight:bold;
    color:#FFF;
    margin-bottom:10px;
}



.successMessage{
    padding:10px;
    text-align:left;
    border:3px solid #009900;
    background-color: #009900;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family:arial,sans-serif;
    font-size:8pt;
    font-weight:bold;
    color:#FFF;
    margin-bottom:10px;
}


#navHolder{
    float:left;
    margin-left:180px;
    width:600px;
    text-align:center;
    height:69px;
    background-color:transparent;
}

#navHolder a img:hover, #navHolder img:hover{
    cursor:pointer;
}


td.agendaDate{
    padding:3px 3px 3px 10px;
    background-color:#EEE;
    border:1px solid #AAA;
}




table{
    border-collapse:collapse;
}


.navTable table{
    border-collapse:collapse;
}
.navTable td{
    border:0px solid #FFFFFF;
    border-collapse:collapse;
    margin:0px;

}

.navTable td img{
    display:block;
}

.navInner{
    position:absolute;
    top:53px;
    left:440px;
    height:45px;
    width:400px;
    background-color:blue;


}

.navInner td{
    background-image:url(../images/bgNavBtn.jpg);
    background-repeat:repeat-x;
    background-position:0px 5px;
    height:35px;
    text-align:center;


}
.navInner td:hover{
    background-image:url(../images/bgNavBtn_over.jpg);
    background-repeat:repeat-x;
    background-position:0px 5px;
    height:35px;
    text-align:center;
}
.navInner td a{
    text-decoration:none;
    border:0px;
    color:#FFF;
}

/*-------------------------------------PRODUCT PAGE---------------------------------*/

.productHolder{

    float:left;
    margin-right:10px;
    width:120px;
    height:170px;
    background-color:#AAA;


}







/*-------------------------------------IMAGE GALLERY---------------------------------*/






div.content {
    /* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
    position:absolute;
    top:60px;
    left:350px;
    width:498px;
    height:334px;

}

#thumbs{
    position:absolute;
    left:10px;
    width:300px;
    height:400px;
    top:130px;

}

div.navigation {
    /* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
    position:absolute;
    left:10px;
    width:300px;
    height:400px;
    top:130px;

}
div.content a, div.navigation a {
    text-decoration: none;
    font-family:arial;
    color: #333;
    font-weight:bold;
    font-size:8pt;
}
div.content a:focus, div.content a:hover, div.content a:active {
    text-decoration: underline;
}
div.controls {
    margin-top: 5px;
    height: 23px;
}
div.controls a {
    padding: 5px;
}
div.ss-controls {
    float: left;
}
div.nav-controls {
    float: right;
}
div.slideshow-container {
    position: relative;
    clear: both;
    height: 334px; /* This should be set to be at least the height of the largest image in the slideshow */

}
div.loader {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    width: 550px;
    height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
div.slideshow a.advance-link {
    display: block;
    width: 498px;
    height: 348px; /* This should be set to be at least the height of the largest image in the slideshow */
    line-height: 1px; /* This should be set to be at least the height of the largest image in the slideshow */
    text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
    text-decoration: none;
}
div.slideshow img {
    vertical-align: middle;
    border: 1px solid #ccc;
}
div.download {
    float: right;
}
div.caption-container {
    position: relative;
    clear: left;
    height: 75px;
}
span.image-caption {
    display: block;
    position: absolute;
    width: 550px;
    top: 0;
    left: 0;
}
div.caption {
    padding: 12px;
}
div.image-title {
    font-weight: bold;
    font-size: 1.4em;
}
div.image-desc {
    line-height: 1.3em;
    padding-top: 12px;
}

ul.thumbs {
    clear: both;
    margin: 0;
    padding: 0;
}
ul.thumbs li {
    float: left;
    padding: 0;
    margin: 5px 10px 5px 0;
    list-style: none;
}
a.thumb {
    padding: 2px;
    display: block;
    border: 1px solid #CC0066;
}
ul.thumbs li.selected a.thumb {
    background: #000;
}
a.thumb:focus {
    outline: none;
}
ul.thumbs img {
    border: none;
    display: block;
}
div.pagination {
    clear: both;
}
div.navigation div.top {
    margin-bottom: 12px;
    height: 11px;
}
div.navigation div.bottom {
    margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
    display: block;
    float: left;
    margin-right: 2px;
    padding: 4px 7px 2px 7px;
    border: 1px solid #ccc;
    font-family:arial,sans-serif;
    font-size:8pt;
}
div.pagination a:hover {
    background-color: #eee;
    text-decoration: none;
}
div.pagination span.current {
    font-weight: bold;
    background-color: #333;
    border-color: #000;
    color: #fff;
    font-family:arial,sans-serif;
    font-size:8pt;
}
div.pagination span.ellipsis {
    border: none;
    padding: 5px 0 3px 2px;
}
