/*
================================
COMMON STYLES 
================================
*/

.left {float:left;}
.right {float:right}
.hide {display:none;}
.pointer {cursor:pointer;}
.clearBoth {clear:both;}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


a:active, a:focus
{
    outline: none;
}

#EssenceSlogan
{
	display:none;
}


/*
=================================================================================
STICKY FOOTER
http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page
=================================================================================
*/

html, body
{
   background-color:#000;
   margin:0;
   padding:0;
   height:100%;
}

#container
{
   min-height:100%;
   position:relative;
}

#body
{
   /*padding-bottom:70px;*/   /* Height of the footer */
   /*padding-bottom:345px;    /*Height of the footer + additional padding between footer & content */
}

#footerJR
{
   width:100%;
   height:285px;   /* Height of the footer */ /*300px - 15px (top padding) - 0px (bottom padding) = 55px*/
}

p
{
  line-height: 2em;
  color: #222;
}

/*
================================
MAIN STYLES
================================
*/

body
{    
    font-family:Verdana, Sans-Serif;
    color:#000;  
}

#container
{

}

a
{
    color:#619ca7;
    text-decoration:none;
    text-decoration:none;
}

a:hover
{
    color:#cccccc;
}


a.rightArrow
{
    background:url(../media/Assets/arrow_right.gif) no-repeat center right;
    padding:0 7px 0 0;
}

a.leftArrow
{
    background:url(../media/Assets/arrow_left.gif) no-repeat center left;
    padding:0 0 0 7px;
}

/*
================================
HEADER STYLES 
================================
*/

#headerJR
{
    width:100%;
    /*padding:40px 0 25px 0;*/
    margin:0 auto;
    color: 999999;
    background-color: #000;	
}

#headerJR a
{
color: #999999;
text-decoration: none;
}

#headerJR a:hover
{
color: #ffffff;
}


#headerJR .topJR
{
	height: 38px;	
	color: #fff;
}

#headerJR img.logo
{
	padding-left: 10px;
}

#headerJR .emailLink
{
	font-size: 12px;
	padding-top: 20px;
	padding-right: 10px;
}

#headerJR .nav
{
    height: 85px;
    width: 100%;
    background: url(../media/Assets/navBK.gif);
}

		#headerJR .nav .left
		{
			float: left;
			padding-top: 30px;
		}
		

		#headerJR .nav .right
		{
			float: right;
			/*padding-top: 30px;*/
		}		

    #headerJR h1
    {
        width:114px;
    }
    
/*
#headerJR .headerLinks
{
    font-size:12px;
    text-align:right;
    
    width:360px;
}

    #headerJR .headerLinks a
    {
        margin:3px 0 0 0;
    }*/

    #headerJR .searchBox
    {
        margin: 28px 20px 0 0px;
    }
    
        #headerJR .searchBox input
        {
            background-color:#252525;
            border:2px solid #515151;
            width:102px;            
            height:14px; /*16px -1 -1 = 14px; */
            padding:1px 2px;
            
            color:#FFFFFF;
            font-size:10px;
        }
        
        #headerJR .searchBox .searchLink
        {
        	display: inline;
          font-size:14px;
        }

/*
================================
BODY STYLES 
================================
*/
#body
{
    margin:0 auto;
    background-color:#e9e8e8;  
    width: 100%;
    padding: 0;
}

#home
{
	height: 450px;
	background: url('../media/Assets/HomeBackground.jpg') no-repeat center center;
}

/*
================================
SIDEBAR STYLES 
================================
*/
#sideBar
{
    width:208px;
    margin:0 10px 0 0;
    /*background-color:Green;*/
}


/*
================================
NAVI STYLES 
================================
*/
#navi
{	
/*border: solid 1px #fff;*/
display: table;
}

#navi li
{	
	display: table-cell;
	position: relative;
  color:#656565;
  font-size:14px;
  letter-spacing: 2px;
	float:left;
	white-space:nowrap;
	margin: 0 5px 0 5px;
}
#navi li.first
{
	padding-left: 10px;
}

	#navi li h4
	{
		display: inline;
		padding-right: 10px;
		padding-left: 10px;
	}
	
    #navi li.selected h4.navInner
    {
	padding-bottom: 10px;
        border-bottom: solid 1px #555;
    }	

    #navi li.selected a
    {
        color:#bbbbbb;
    }

    #navi li a
    {   
    	color: #656565;
        padding:5px 0;
    }
    
    #navi li a:hover
    {   
    	color: #fff;
        padding:5px 0;
    }

    

/*
================================
SECONDARY NAVI STYLES 
================================
*/
.secondaryNav
{
    margin:130px 0 0 0;
}

    .secondaryNav h3
    {
        color:#c7c7c7;
        font-size:16px;
        
        padding:0 0 10px 0;
        background:url(../media/Assets/dotted_border.gif) repeat-x bottom left;
    }
    
    .secondaryNav li
    {
        padding:6px 0 4px 0;
        background:url(../media/Assets/dotted_border.gif) repeat-x bottom left;
    }
    
        .secondaryNav li.selected a
        {
            color:#cccccc;
        }
    
        .secondaryNav li a
        {
            font-size:12px;
            display:block;
        }
        
            .secondaryNav ul.events li a em
            {
                color:#FFFFFF;
                font-size:11px;
                display:block;
            }
            
            .secondaryNav li a span
            {
                background:url(../media/Assets/arrow_right.gif) no-repeat center right;
                padding:0 7px 0 0;
            }

/*
================================
CONTENT STYLES 
================================
*/
.content
{
    font-size:9pt;
    line-height:18px;
}

#body .innerContainer
{
	padding: 10px;
}

#body .innerContainer .content
{
	border: solid 1px #aaa;
	background-color: #fff;
        /*background:url(../media/Assets/softbg.jpg);*/
	padding: 10px 20px 20px 20px;
}

#body .innerContainer .content_header
{
	border-top: solid 1px #aaa;
	border-left: solid 1px #aaa;
	border-right: solid 1px #aaa;
	background-color: #f6f6f6;
	padding: 20px 20px 20px 20px;
}

#body .innerContainer .content_header h1
{
	padding-top: 8px;
}

#home .content
{
	margin: 0 auto;
	padding: 20px;
	width: 800px;
	height: 350px;
}

    .content p
    {
        margin:10px 0;
    }

    .content strong
    {
        font-weight:bold;
    }
   
    .content em
    {
        font-style:italic;
    }
   
    .content h3
    {
        font-size:21px;		
        color:#999;
        margin: 20px 0 5px 0;
    }

.content h2
{
	font-size:28px;
	font-family:Georgia, Arial, Sans-Serif;  
}

    .content h2
    {       
        font-weight:bold;
        color:#619ca7;
    }
    
    .content h2 a:hover
    {
        color:#000000;
    } 
    
    .content ol, .content ul
    {
        list-style-position:inside;
    }
    
    .content ol
    {
        list-style-type:decimal;
    }
    
    .content ul
    {
        list-style-type:disc;
    }
    
    
    .leftArrow.backLink
    {
        margin:0 0 25px 0;
        display:block;
    }
    
    .content div.date
    {
        font-weight:bold;
        font-size:12px;
    }
    
    /* Header for small thin column */
    .twoColWide .col_2  h4
    {
        font-size:12px;
        color:#c7c7c7;
        font-weight:bold;
        background:url(../media/Assets/dotted_border.gif) repeat-x bottom left;
        
        padding:0 0 5px 0;
        margin:0 0 5px 0;        
    }

/* CSS if sIFR not enabled START */
    #body h1
    {
        font-family:Georgia, Arial, Sans-Serif;
        font-size:30px;
        font-weight:bold;
        color:#555555;
    }
    
        #body h1 a
        {
            color:#f49ac1;
        }


    #body h5
    {
        font-family:Georgia, Arial, Sans-Serif;
        font-size:12px;
        letter-spacing: 2px;
        color:#777777;
				line-height:1em;	
    }


#home .col50
{
	width: 50%;
	text-align:center;
}


.content.oneCol
{
    width:550px;
}

/*
================================
HOMEPAGE TWO COLS
================================
*/   
.twoCol .col_1
{
    width:50%;
}

.twoCol .col_2
{
    width:50%;
}




/*
================================
ABOUT PROJ TWO COLS WIDE
================================
*/ 
.twoColWide .col_1
{
    width:550px;
    margin:0 20px 0 0;
}

.twoColWide .col_2
{
    width:93px;
}

.nestedTwoCol
{
    width:550px;
    margin:10px 0 0 0;
}

    /* Nested two col within col_1 of twoColWide */
    .nestedTwoCol .col_1
    {
        width:265px;
        margin:0 20px 0 0;
    }
    
    .nestedTwoCol .col_2
    {
        width:265px;
    }

/*
================================
GALLERY GRID
================================
*/ 

.galleryContainer
{
	width:  930px;
	margin: 0 auto;	
}

.galleryGrid
{
    margin:0px 0 0 0;
}

    .galleryGrid .item
    {
        width:200px;
        margin:0 0 15px 20px;
    }
        
    .galleryGrid .item.first
    {
        margin-left:0;
    }
    
        .galleryGrid .item a
        {

        }
    
        .galleryGrid .item img
        {
            display:block;
        }
        
        .galleryGrid .item span
        {
            display:block;
        }


/*
================================
PHOTO GRID
================================
*/ 
.photoGrid
{
    margin:25px 0 0 0;
}

    .photoGrid .item
    {
        width:151px;
        margin:0 0 15px 20px;
    }
                
    .photoGrid .item.first
    {
        margin-left:0;
    }
    
        .photoGrid .item a
        {
            background:url(../media/Assets/arrow_right.gif) no-repeat center right;
            padding:0 7px 0 0;
        }
    
        .photoGrid .item img
        {
            display:block;
        }
    
        .photoGrid .item span
        {
            display:block;
        }

/*
================================
PHOTO ITEM
================================
*/ 
.photo
{
    margin:25px 0 0 0;
}
    
    .photo .pager
    {
        display:block;
        margin:0 0 10px 0;
    }

    .photo a.prev
    {
        background:url(../media/Assets/arrow_left.gif) no-repeat center left;
        padding:0 0 0 7px;
    }
    
    .photo a.next
    {
        background:url(../media/Assets/arrow_right.gif) no-repeat center right;
        padding:0 7px 0 0;
    }
    
    .photo .item
    {
        position:relative;
				overflow:hidden;
	/*width:550px;*/
    }
    
        .photo .item span
        {
            display:none;   /*hide it if JS disabled and when page initially loads */
        
            position:absolute;
            left:0;
            bottom:0;
            
            background:url(../media/Assets/white_60_bg.png) repeat top left;
						color:#000;
            
            /*width:540px;*/ /*550 - 5 - = 540px */
						width:100%;
            padding:10px 5px 10px 5px;
        }

/*
================================
NEWS LIST
================================
*/

.newsList
{
    margin: 0;
    color: #333;
}

    .newsList div			
    {
    	margin-top: 20px;
    	        border-bottom: solid 1px #ddd;
    }
    
    .newsList div.first
    {
        margin-top:0;
    }
    
        .newsList div span
        {
            font-weight:bold;
            font-size:11px;
        }    

ul.links
{
	list-style-type: none;
}

ul.links li p
{
	padding: 0 10px 0 10px;
}


/*
================================
NEWS ITEM
================================
*/
.eventItem
{
    background: url(../media/Assets/eventBK.jpg) no-repeat bottom right;
}

        
/*
================================
CONTACT STYLES
================================
*/

.form
{
   width: 400px;
   margin: 0 auto;
}

.form .text
{
    width:400px;
    margin:0 10px 0 0;
}

.form .fields
{
    width: 400px;
}

fieldset legend
{
    display:none;
}

fieldset label
{
    display:block;
    margin:10px 0 0 0;
}

fieldset label.first
{
    margin:0;
}

fieldset input
{
    background-color:#eee;
    border:2px solid #aaa;
    width:400px;
    height:17px;
    padding:2px;
    margin:0 0 3px 0;
    
    color:#222;
    font-size:14px;
}
  
fieldset textarea
{
    background-color:#eee;
    border:2px solid #aaa;
    width:400px;
    height:130px;
    padding:2px 2px 1px 2px;
    margin:0 0 3px 0;
    
    font-family:Arial, Verdana, Sans-Serif;
    color:#222;
    font-size:14px;
}

    fieldset input:focus, fieldset textarea:focus
    {
        border:2px solid #619ca7;
    }

fieldset input.error, fieldset textarea.error
{
    border: 2px solid #a00;
}

.errorMessage
{
    border:1px solid #900;
    padding: 10px;
}

    fieldset input.error:focus
    {
        border:2px solid #700;
    }

fieldset button
{
    border:none;
    color:#619ca7;
    padding:0 7px 0 0;
    margin:10px 0;
    background:url('../media/Assets/arrow_right.gif') no-repeat right 50%;
}


/*
================================
FOOTER STYLES 
================================
*/

#footerJR
{
    background:#000 url(../media/Assets/footerBk.jpg) no-repeat center center;
    padding:15px 0 0 0;
}

    #footerJR div.container
    {
        margin:0 auto;
        padding: 0 10px 0 10px;
    }

    #footerJR li
    {
        font-size:11px;
    }

    #footerJR ul.copy
    {

    }
    
        #footerJR ul.copy li
        {
            color:#606060;
        } 
    
    /*Credits*/
    #footerJR ul.credits
    {
    	float:right;
    }
    
				#footerJR ul.credits li
				{
    			color:#606060;
    			font-size: 10px;
				}    
    
        #footerJR ul.credits li a
        {
            color:#868686;
        }    


    /*Misc*/
    #footerJR ul.misc
    {   
    	  
    }
                
        #footerJR ul.misc li.rss
        {
            padding: 0 0 0 17px;
            margin: 0 10px 0 0px;
        }
        
            #footerJR ul.misc li.rss a
            {
                color:#c8751a;
            }
    
                #footerJR ul.misc li.rss a:hover
                {
                    color:#a05e16;
                }
                
        #footerJR ul.misc li.valid
        {
            padding:0 0 0 17px;
        }
        
            #footerJR ul.misc li.valid a
            {
                color:#529c46;
            }            

.rss
{
    background:transparent url(../media/Assets/rss_logo.gif) no-repeat 0 0px;
}

.valid
{
    background:transparent url(../media/Assets/tick_icon.gif) no-repeat 0 0;
}









































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
