/**
 * HTML5  Boilerplate
 * ADD YOUR CSS RULES TO THIS FILE, DO NOT ADD RULES TO RESET.CSS OR GRID.CSS.  DO NOT TOUCH THOSE FILES
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
*/


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 12px;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q { quotes: none; margin-bottom:10px;}

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }
select, input, textarea, button { font:99% sans-serif; }

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }




/* ///////////////////////START YOUR STYLES HERE */


body 
{
    font-family: Helvetica, arial, sans-serif;
    background: url("../images/background.png") repeat-x;
    font-size: medium;    
    /*scrollbar*/
    scrollbar-face-color: #b46868;
}

header
{

    margin: 10px 0;
    color: #FFFFFF;
    margin-top: 2em;
    background: #f0a000; /* Old browsers */
    background: -moz-linear-gradient(top, #f0a000 36%, #e07b00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(36%,#f0a000), color-stop(100%,#e07b00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f0a000 36%,#e07b00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f0a000 36%,#e07b00 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f0a000 36%,#e07b00 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0a000', endColorstr='#e07b00',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #f0a000 36%,#e07b00 100%); /* W3C */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
    -webkit-box-shadow: 2px 2px 10px 1px #a39141;
    -moz-box-shadow: 2px 2px 10px 1px #a39141;
    box-shadow: 2px 2px 10px 1px #a39141; 

}

#bannerad
{
    padding-top: 15px;
    height: 140px;
    width: 400px;
}
.logo{
    padding: 10px 10px;
    height: 26px;
    color: #333333;/*#067AB4;*/
    text-align: center;
    width:200px;
    border-right: 1px solid rgba(0,0,0,0.1);
    float:left;
}
.fontface 
{
    font: 1.6em 'disney', Arial, sans-serif;letter-spacing: 0.2em;
}

.socialmedia
{
    padding-top: 60px;
}


.logo span{
    font-size: 0.5em;
    letter-spacing: .05em;
    line-height: 10px;
    color: #FFFFFF;
}

header form{
    padding-top: 10px; 
    padding-left: 10px;
}

#navigation
{
    width: auto;
    font-weight: bold;       
}

ul.menu
{    
    float: left;
}

ul.menu li
{
    display: table-cell;
    list-style: none;        
    background: #FFF;
    float: left;
}


#navigation li a, a:visited
{    
    display: block;
    padding: 0 10px;
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
    line-height: 46px;
    letter-spacing: 0.1em;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    background: #f0a000; /* Old browsers */
    background: -moz-linear-gradient(top, #f0a000 36%, #e07b00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(36%,#f0a000), color-stop(100%,#e07b00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f0a000 36%,#e07b00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f0a000 36%,#e07b00 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f0a000 36%,#e07b00 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0a000', endColorstr='#e07b00',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #f0a000 36%,#e07b00 100%); /* W3C */
}

#navigation li a:visited
{
    display: block;
    padding: 0 10px;
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
    line-height: 46px;
    letter-spacing: 0.1em;
    text-decoration: none;
    color: #FFFFFF;
    text-align: center;
    background: #f0a000; /* Old browsers */
    background: -moz-linear-gradient(top, #f0a000 36%, #e07b00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(36%,#f0a000), color-stop(100%,#e07b00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f0a000 36%,#e07b00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f0a000 36%,#e07b00 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f0a000 36%,#e07b00 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0a000', endColorstr='#e07b00',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #f0a000 36%,#e07b00 100%); /* W3C */
}

#navigation li a:hover
{
    background: transparent none;
    color: #f0a000;
}

.social a
{
    margin-left: 0.5em;
    margin-right: 0.5em;
}



h1
{
    font-weight: bold;
    font-size: 3em;	
    margin: 20px 0px;    
}

h1:first-letter 
{ 
    color: #F0A000;
}

h2
{
    font-weight: bold;
    font-size: 2em;	
    margin: 10px 0px; 
}

.locationbody{
    height: 26em;
}

#articlebody
{
    color: #333333;
    margin: 1.6em 0em;   
    letter-spacing: 0.04em;
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
    background: #FFFFFF;    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 10px 0px #cfb13c;
    -moz-box-shadow: 1px 1px 10px 0px #cfb13c;
    box-shadow: 1px 1px 10px 0px #cfb13c; 
    padding-bottom: 2em;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 2em;          
}


#articlebody p
{
    text-align: justify;
}

#articlebody p:first-letter 
{ 
    font-size: 3em; 
    color: #F0A000;
}

#articlebody a, a:visited
{
    text-decoration: none;
    color: #3381B7;    
}

#articlebody a:hover
{
    text-decoration: underline;
}

#articlebody table{
    border: #ccc 1px solid;
    padding: 20px;
}

#articlebody ul li
{
    margin: 0.5em auto;    
}

#articlebody th
{
    padding: 0px 10px;
    font-weight: bold;
}

#articlebody td{
    border: #ccc 1px solid;
    padding: 20px;
}

#articlebody input[type="text"], textarea{
    border:none;
    border-radius: 4px;
    padding: 0.4em 0.5em;
    -webkit-box-shadow: inset 1px 1px 3px 2px #E9DAA2;
    box-shadow: inset 1px 1px 3px 2px #E9DAA2; 


}

#articlebody input[type="submit"]{
    border:none;
    border-radius: 4px;
    padding: 0.4em 0.5em;
    color: #EEE;
    -webkit-box-shadow: inset 1px 1px 3px 2px #f0a000;
    box-shadow: inset 1px 1px 3px 2px #f0a000; 
    background: #f0a000; /* Old browsers */
    background: -moz-linear-gradient(top, #f0a000 36%, #e07b00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(36%,#f0a000), color-stop(100%,#e07b00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f0a000 36%,#e07b00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f0a000 36%,#e07b00 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f0a000 36%,#e07b00 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0a000', endColorstr='#e07b00',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #f0a000 36%,#e07b00 100%); /* W3C */
    margin-bottom: 1em;     
    margin-left: 1em;
}

#articlebody input[type="submit"]:hover{
    border:none;
    border-radius: 4px;
    padding: 0.4em 0.5em;
    color: #FFF;
    background: #EAA900; /* Old browsers */           
}

#articlebody textarea{
    width: 20em;
    height: 8em;
    resize: none;
}

#ad_sidebar
{
    padding: 10px 0px;
    margin: 0px 0px;
    text-align: center;
}

aside li
{
    margin-bottom: 10px;
    list-style: none;
}



footer
{        
    font-size: 0.8em;
    color: #666666;    
    font-family: Helvetica,arial,sans-serif;
    letter-spacing: 0em;    
}

#footer2
{
    margin-left: auto;   
    margin-right: auto;
    width: 40em;
    padding-top: 1em;
}

#copyright{
    color: #3381B7; 
}

#socialfooter
{
    float: right;
    padding: 0em 0em;
}
footer ul
{
    list-style: none;
    /*padding-left: 140px;
    padding-top: 10px;
    padding-bottom: 10px;*/
    margin-left: auto;   
    margin-right: auto;
    width: 19em;
}

footer li
{
    display: inline;
    /*padding: 10px 10px;*/
}

footer a, a:visited
{
    text-decoration: none;
    color: #3381B7;
}

footer a:hover
{
    text-decoration: underline;
}


/*Parallex CSS Style */
#slideshow_feature
{

    /* padding-left: 120px;
     padding-top: 15px;*/

}


/*CSS for Contact Us Form*/
#contactUsForm dt
{
    clear: left;
    float: left;
    width: 100px;
    text-align: right;
    margin: 5px 20px 5px 0;
}

#contactUsForm dd
{
    margin: 10px 20px;
} 

dd .button
{
    background: url("../images/mail.png") no-repeat transparent;
    border: medium none;
    width: 70px;
    height: 40px;
    margin-bottom: 30px;
}

#checkmark
{
    width: 60px;
    height: 60px;
}

#photo{
    width: 12em;
    height: 18em;
    float: left;   
    margin-right: 2em;
    -webkit-box-shadow: 2px 2px 8px 3px #DEC777;
    box-shadow: 2px 2px 8px 3px #DEC777; 
    -moz-transform: scale(1) rotate(-10deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1) rotate(-10deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(-10deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(-10deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(-10deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg); 
}

#map_canvas{
    margin-bottom: 2em;
    float: left;   
    margin-right: 2em;
}

.social{
    padding-top: 0.6em;    
    margin-left: 48.4em;
}

#fvalid{
    display: inline;
}

#footermenu li
{
    border-right: 0.05em solid #F0A000;
    padding-right: 0.3em;
    margin-left: 0.3em;
}

#footermenu li:last-child
{
    border-right: none;
}


#slider
{        
    margin-top: 1em;
    margin-bottom: 1em;       
    border: 4px solid #EC9700;
    margin-left: auto;
    margin-right: auto;
    width: 93%;
}



/*Media Queries*/

#Wrapper{ width: 90%; margin:0px auto;}
#Wrapper2{ overflow:hidden;}
#header {
    width: 100%;

}

@media all {
    #Wrapper,#navigation ul li a {
        -webkit-transition: width 1s ease-in-out;
        -moz-transition: width 1s ease-in-out;
        -o-transition: width 1s ease-in-out;
        transition: width 1s ease-in-out;
    }    
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    /*.logo{color: #FFFFFF;}*/
    .social
    {
        margin-left: 49em;
    }
    .social a
    {   
        margin-left: 1em;
        margin-right: 1em;
    } 
    #Wrapper{ width: 1100px; margin:0px auto;}	    
    
}

@media screen and (min-width: 961px) and (max-width: 1200px) {
    /*.logo{color: #FF5E99}*/
    .social
    {
        margin-left: 40em;
    }
    .social a
    {   
        margin-left: 0.4em;
        margin-right: 0em;
    }        
    .logo
    {
        width: 150px;
    }
    #Wrapper{ width: 900px; margin:0px auto;}
    #slider{
        width: 900px;
    }
}

@media screen and (min-width: 859px) and (max-width: 960px) {
    /*.logo{color: #FFFFFF;}*/
    #myChart{width:320px !important; height: 250px !important}
    #Wrapper{ width: 830px; margin:0px auto;}
    .logo
    {
        width: 150px;
    }
    .social
    {
        margin-left: 39em;
    }
    .social a
    {   
        margin-left: 0.4em;
        margin-right: 0em;
    } 

    #navigation ul li a{ font-size:12px; padding:0px 11px;}
    #articlebody{
        font-size: 90%;
    }
     #slider{
        width: 900px;
    }    
    
    #loading[style]{padding: 14em 25em !important; width: 8em; height: 8em;}
}

@media screen and (min-width: 761px) and (max-width: 860px) {
    #Wrapper{ width: 720px; margin:0px auto;}        
    /*.logo{color: white;}*/
    #myChart{width:320px !important; height: 250px !important}
    .logo
    {
        width: 80px;
        font-size: 70%;
        padding-top: 0.4em;
        height: 31px;
    }
    .social
    {
        margin-left: 30em;
    }
    .social a
    {   
        margin-left: 0.4em;
        margin-right: 0em;
    }        
    #navigation ul li a{ font-size:12px; padding:0px 11px;}
    #articlebody{
        font-size: 85%;
    }	   
    #slider{
        width: 900px;
    }
    #loading[style]{padding: 14em 25em !important; width: 7em; height: 7em;}
    .locationbody{
        height: 28em;
    }
}

@media screen and (min-width: 641px) and (max-width: 760px) {	
    /*.logo{color: #FFFFFF;}*/
    #Wrapper{ width: 620px; margin:0px auto;}
    /*.logo{color: cornflowerblue;}*/
    .logo
    {
        width: 80px;
        font-size: 70%;
        padding-top: 0.4em;
        height: 31px;
    }
    .social
    {
        margin-left: 30em;
    }
    .social a
    {   
        margin-left: 0.4em;
        margin-right: 0em;
    }        
    #navigation ul li a{ font-size:12px; padding:0px 11px;}
    #articlebody{
        font-size: 80%;
    }   
    #navigation ul li:last-child a{ border-right: none;}			
    #slider{
        width: 900px;
    }    
    #loading[style]{padding: 16em 20em !important; width: 6em; height: 6em;}
    .locationbody{
        height: 28em;
    }
}

@media screen and (min-width: 421px) and (max-width: 640px) {    
    #Wrapper{ width: 390px; margin:0px auto;}		
    header{ text-align:center;}		
    #myChart{width:320px !important; height: 250px !important}
    #navigation
    { 
        height:230px;            
    }

    #navigation ul.menu
    {
        float:none;                            
    }
    #navigation ul.menu li{                         
        float:none; 
        text-align:center;             
        display: inline;            
    }

    #navigation ul.menu li a, #navigation ul.menu li a:visited{ 
        font-size:11px; 
        padding:0px 0px; 
        width:100%;            
        background: #f0a000; /* Old browsers */
        background: -moz-linear-gradient(top, #f0a000 36%, #e07b00 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(36%,#f0a000), color-stop(100%,#e07b00)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f0a000 36%,#e07b00 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f0a000 36%,#e07b00 100%); /* Opera11.10+ */
        background: -ms-linear-gradient(top, #f0a000 36%,#e07b00 100%); /* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0a000', endColorstr='#e07b00',GradientType=0 ); /* IE6-9 */
        background: linear-gradient(top, #f0a000 36%,#e07b00 100%); /* W3C */
    }

    .social, .logo
    {
        display: none;
    }

    #navigation ul.menu li a:hover
    {
        background: #FFF;
        color: #f0a000;
    }
    #articlebody{
        font-size: 75%;
    }
    
     #articlebody textarea{
        width: 18em;            
    }       

    #fvalid{
        display: none;
    }

    #footer2{
        width: 15em;
    }
    #socialfooter
    {
        float: right;
        display: inline;
    }

    /*Submit button for contact.jsp*/
    #submit{
        position: relative;
        margin-top: -22px;
        margin-right: 10px;
        float:right;
    }
    #slider{
        width: 900px;
    }
    
    #msgboxname, #msgboxemail, #msgboxmsg, #msgboxsubject{
        font-size: 75%;
        margin-left: 2px;
    }
    #loading[style]{padding: 17em 15em !important; width: 4em; height: 4em;}
    .locationbody{
        height: 42em;
    }
}



@media screen and (min-width: 320px) and (max-width: 420px) {
    #Wrapper{ width: 250px; margin:0px auto;}	
    header{ text-align:center;}		
    #myChart{width:220px !important; height: 150px !important}
    #navigation
    { 
        height:230px;            
    }

    #navigation ul.menu
    {
        float:none;                            
    }
    #navigation ul.menu li{                         
        float:none; 
        text-align:center;             
        display: inline;            
    }

    #navigation ul.menu li a, #navigation ul.menu li a:visited{ 
        font-size:11px; 
        padding:0px 0px; 
        width:100%;            
        background: #f0a000; /* Old browsers */
        background: -moz-linear-gradient(top, #f0a000 36%, #e07b00 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(36%,#f0a000), color-stop(100%,#e07b00)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f0a000 36%,#e07b00 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f0a000 36%,#e07b00 100%); /* Opera11.10+ */
        background: -ms-linear-gradient(top, #f0a000 36%,#e07b00 100%); /* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0a000', endColorstr='#e07b00',GradientType=0 ); /* IE6-9 */
        background: linear-gradient(top, #f0a000 36%,#e07b00 100%); /* W3C */
    }

    .social, .logo
    {
        display: none;
    }

    #fvalid{
        display: none;
    }

    #navigation ul.menu li a:hover
    {
        background: #FFF;
        color: #f0a000;
    }
    #articlebody{
        font-size: 70%;
    }    

    #fvalid{
        display: none;
    }               

    #footer2{
        width: 15em;
    }
    #socialfooter
    {
        float: right;
        display: inline;
    }

    /*Submit button for contact.jsp*/
    #submit{
        position: relative;
        margin-top: -25px;
        margin-right: -40px;
        float:right;
    }
    #articlebody textarea{
        width: 13em;
        height: 6em;
    }
    h1{
        text-align: center;
    }
    #slider{
        width: 900px;
    }
    
    #msgboxname[style], #msgboxemail[style], #msgboxmsg[style], #msgboxsubject[style]{
        display: none !important;
    }
    .locationbody{
        height: 48em;
    }
    #map_canvas[style]{
        width:19em !important;
        height: 20em !important;
    }
    #loading[style]{padding: 17em 9em !important; width: 4em; height: 4em;}    
}



@media screen and (min-width: 0px) and (max-width: 319px) {
    #Wrapper{ width: 180px; margin:0px auto;}
    header{ text-align:center;}		
    #myChart{width:150px !important; height: 120px !important}
    #navigation
    { 
        height:230px;          
    }

    #navigation ul.menu
    {
        float:none;                            
    }
    #navigation ul.menu li{                         
        float:none; 
        text-align:center;             
        display: inline;            
    }

    #navigation ul.menu li a, #navigation ul.menu li a:visited{ 
        font-size:10px; 
        padding:0px 0px; 
        width:100%;            
        background: #f0a000; /* Old browsers */
        background: -moz-linear-gradient(top, #f0a000 36%, #e07b00 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(36%,#f0a000), color-stop(100%,#e07b00)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f0a000 36%,#e07b00 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f0a000 36%,#e07b00 100%); /* Opera11.10+ */
        background: -ms-linear-gradient(top, #f0a000 36%,#e07b00 100%); /* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0a000', endColorstr='#e07b00',GradientType=0 ); /* IE6-9 */
        background: linear-gradient(top, #f0a000 36%,#e07b00 100%); /* W3C */
    }

    .social, .logo
    {
        display: none;
    }

    #fvalid{
        display: none;
    }

    #navigation ul.menu li a:hover
    {
        background: #FFF;
        color: #f0a000;
    }
    #articlebody{
        font-size: 65%;
    }    

    #fvalid{
        display: none;
    }

    footer
    {
        font-size: 50%;
    }        

    #footer2{
        width: 8.9em;
    }
    #socialfooter
    {
        float: right;
        display: inline;
        margin-top: 1em;
    }

    /*Submit button for contact.jsp*/
    #submit{
        position: relative;
        margin-top: 6px;
        margin-right: 40px;
        float:right;
        padding-top: 1em;
        padding-bottom: 20em;
    }    
    
    #contactUsForm{
        margin-top: -2em;
        padding-bottom: 2em;
    }
    
    
    
    #articlebody textarea{
        width: 11em;
    }

    h1{
        text-align: center;
    }

    #articlebody dd{
        margin: auto;
    }        
    #articlebody dt{
        width: auto;
    }    
    #slider{
        width: 900px;
    }
    
    /*.image2,.image1, img, .images, .tile, .bar-4{
        width: 20px;
    }*/
    #msgboxname[style], #msgboxemail[style], #msgboxmsg[style], #msgboxsubject[style]{
        display: none !important;
    }
    #loading[style]{padding: 17em 5em !important; width: 3em; height: 3em;}    
    .locationbody{
        height: 44em;
    }
    #map_canvas[style]{
        width:14em !important;
        height: 20em !important;
    }
}























/* //////////////////////////END YOUR STYLES HERE */




/**
 * Non-semantic helper classes: please define your styles before this section.
*/

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }





/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
*/
@media print {
    * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
        -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
    a, a:visited { color: #444 !important; 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: ""; }  /* Don't show links for images, or javascript/internal links */
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; margin-left:25px; padding:8px;}
    thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
    tr, img { page-break-inside: avoid; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3{ page-break-after: avoid; }
}


.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin-top: 0;
  -webkit-border-radius: 4px;    
  border-radius: 6px;
  -webkit-box-shadow:  0.5px 0.5px 4px 1px , 0.9);        
  box-shadow:  0.5px 0.5px 4px 1px , 0.9);  
  }

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  -webkit-border-radius: 6px;
  border-radius: 6px; 
  }
  
  
#contents h1{ padding:5px 0px;}

#sidebar-wrapper {
	float: left;
	width:29%;
	padding:10px;
	border:3px solid #ccc;
	background-color: #EAA900;
	
}

.sidebar {
	float: left;
	padding: 10px;
	width:90%;
}

/*
*Home Page
*/
.ri-grid{
	margin: 30px auto 30px;
	position: relative;
	height: auto;
}

.ri-grid ul {
	list-style: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* Clear floats by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.ri-grid ul:before,
.ri-grid ul:after{
	content: '';
    display: table;
}

.ri-grid ul:after {
    clear: both;
}

.ri-grid ul {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
} 

.ri-grid ul li {
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-o-perspective: 400px;
	-ms-perspective: 400px;
	perspective: 400px;	
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
	background: #000;
}

.ri-grid ul li a{
	display: block;
	outline: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #333;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* Grid wrapper sizes */
.ri-grid-size-1{
	width: 95%;
}
.ri-grid-size-2{
	width: 100%;
}
.ri-grid-size-3{
	width: 100%;
	margin-top: 0px;
}

/* Shadow style */
.ri-shadow:after,
.ri-shadow:before{
	content: "";
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
	max-width: 300px;
	max-height: 100px;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.ri-shadow:after{
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

.ri-grid-loading:after,
.ri-grid-loading:before{
	display: none;
}

.ri-loading-image{
	display: none;
}

.ri-grid-loading .ri-loading-image{
	position: relative;
	width: 30px;
	height: 30px;
	left: 50%;
	margin: 100px 0 0 -15px;
	display: block;
}

/*
*End
*/



/*
*Blog
*/
.sideblogheading{
    font-size: 2em;
}
.review li {
    list-style-type: square;
}

.moviereview ul{
    
}

.moviereview ul li{
    list-style: none;
    font-size: 0.9em;
    padding-left: 1em;
}

.movieimage{
    width: 10em;
    height: 10em;
}

.rlabel{
    font-weight: bold;
}

.scrollview{    
    height: 300px;    
    overflow: auto;    
}

::-webkit-scrollbar {
      width: 15px;
} /* this targets the default scrollbar (compulsory) */

::-webkit-scrollbar-track {
      background-color: #EE9D00;
} /* the new scrollbar will have a flat appearance with the set background color */
::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.2);
} /* this will style the thumb, ignoring the track */
::-webkit-scrollbar-button {
      background-color: #E07D00;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
::-webkit-scrollbar-corner {
      background-color: black;
} /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */
/*
*End
*/
