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

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

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */


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



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

html, body
{
   margin:0;
   padding:0;
   height:100%;
}

#container
{
   min-height:100%;
   background:#cccccc url('/media/Assets/images/background.jpg') repeat-x top;
}

#body
{
   /*padding-bottom:70px;*/   /* Height of the footer */
   /*padding-bottom:110px;*/    /*Height of the footer + additional padding between footer & content */
   border-left:1px solid #010039;
   /*position:relative;*/
}

#footer
{
   margin:0 auto;
   width:912px;
   height:60px;   /* Height of the footer */ /*70px - 15px (top padding) - 0px (bottom padding) = 55px*/
   position:relative;
}

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

body
{
    background-color:#FFFFFF;
    
    font-family:Arial, Verdana, Sans-Serif;
    color:#000000;
}

#container
{

}

a
{
    color:#010039;
    text-decoration:none;
}

a:hover
{
    color:#ccc;
}

.bg_top_right {
  position:absolute;
  top:0;
  right:0;
  height:14px;
  width:12px;
  background:url('/media/Assets/images/shadow_topright.png');
}
#header .bg_right {
  position:absolute;
  right:0;
  top:14px;
  height:136px;
  width:12px;
  background:url('/media/Assets/images/shadow_right.png') repeat-y right;
}
#body .bg_right {
  /*position:absolute;
  right:0;
  top:0;
  height:100%;
  width:12px;
  background:url('/media/Assets/images/shadow_right.png') repeat-y right;*/
}
#footer .bg_right {
  position:absolute;
  right:0;
  top:0;
  height:45px;
  width:12px;
  background:url('/media/Assets/images/shadow_right.png') repeat-y right;
}
#footer .bg_bot_right {
  position:absolute;
  right:0;
  bottom:0;
  height:15px;
  width:12px;
  background:url('/media/Assets/images/shadow_botright.png') bottom right;
}
#footer .bg_bot {
  position:absolute;
  left:15px;
  bottom:0;
  height:15px;
  width:885px;
  background:url('/media/Assets/images/shadow_bot.png') repeat-x bottom;
}
#footer .bg_bot_left {
  position:absolute;
  left:0;
  bottom:0;
  height:15px;
  width:15px;
  background:url('/media/Assets/images/shadow_botleft.png');
}
/*
================================
HEADER STYLES 
================================
*/

#header
{
    width:912px;
    margin:20px auto 0;
    height:150px;
    position:relative;
}

#header .logo
{
  width:900px;
  height:150px;
  position:relative;
  background:url('/media/Assets/images/HeaderBackground.jpg') repeat;
}

#header .logopic
{
  background:url('/media/Assets/images/logo1.jpg') no-repeat 30px;
  height:150px;
  width:211px;
}

#header h1
{
  font-size:30px;
  color:#FF0;
  float:right;
  margin-top:50px;
  margin-right:100px;
  width:900px;
  right:0;
  bottom:30px;
  text-align:right;
  position:absolute;
}

#header h1.flashHeaderSmall
{
  text-align:right;
  font-size:18px;
  position:absolute;
  right:0;
  bottom:0;
}

/*
================================
BODY STYLES 
================================
*/
#body
{
    width:911px;
    margin:0 auto;
    /*background-color:red;*/
  background:url('/media/Assets/images/shadow_bodyright.png') repeat-y right;
}

#body .container 
{
   width:900px;
   padding:0;
   background:#fff;
}

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


/*
================================
NAVI STYLES 
================================
*/
#navi li
{
    color:#010039;
    font-size:16px;
    background:url(../media/Assets/dotted_border.gif) repeat-x bottom left;
}

    #navi li.selected a
    {
        color:#ff0;
        background:url('/media/Assets/images/HeaderBackground.jpg') repeat;
	border:none;
    }

    #navi li.selected a:hover
    {
        color:#ff0;
        background:url('/media/Assets/images/HeaderBackground.jpg') repeat;
	border:none;
    }

    #navi li a
    {       
	text-indent:20px; 
        display:block;
        padding:5px 0;
        border-bottom:1px dotted #FFF;
        border-top:1px dotted #FFF;
    }

    #navi li a:hover
    {
        border-bottom:1px dotted #000;
        border-top:1px dotted #000;
	color:#010039;
    }

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

    .secondaryNav h3
    {
        color:#010039;
        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
{
    width:650px;    
    font-size:13px;
    line-height:18px;
    margin-top:20px;
}

    .content p
    {
        margin:10px 0;
    }

    .content strong
    {
        font-weight:bold;
    }
    
    .content span.big
    {
        font-size:16px;
        font-weight:bold;
        color:#010039;
    }
    .content em
    {
        font-style:italic;
    }
   
    .content h3
    {
        font-size:18px;
        color:#010039;
        margin:10px 0 13px 0;
    }
    
    .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:#010039;
        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 */
    h2.flashHeader
    {
        font-family:Georgia, Arial, Sans-Serif;
        font-size:28px;
        font-weight:bold;
        color:#FFFFFF;
	line-height:1em;
	
    }
            
	h2.flashHeader strong
	{
		color:#010039
	}
/* CSS if sIFR not enabled END */




.content.oneCol
{
    width:550px;
}

/*
================================
HOMEPAGE TWO COLS
================================
*/   
.twoCol .col_1
{
    width:342px;
}

.twoCol .col_2
{
    width:322px;
}




/*
================================
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
================================
*/ 
.galleryGrid
{
    margin:25px 0 0 0;
}

    .galleryGrid .item
    {
        width:208px;
        margin:0 0 15px 20px;
    }
        
    .galleryGrid .item.first
    {
        margin-left:0;
    }
    
        .galleryGrid .item a
        {
            background:url(../media/Assets/arrow_right.gif) no-repeat center right;
            padding:0 7px 0 0;
        }
    
        .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:25px 0 0 0;
    width:630px;
}

    .newsList div
    {
        width:180px;
        margin:0 0 25px 45px;
        display:inline;
        
        color:#FFFFFF;
    }
    
    .newsList div.first
    {
        margin-left:0;
    }
    
        .newsList div span
        {
            font-weight:bold;
            font-size:11px;
        }

/* CSS if sIFR not enabled START */
.newsList div h4
{
	font-size:28px;
	line-height:1em;
	font-family:Georgia, Arial, Sans-Serif;  
}

    .newsList div h4 a
    {       
        font-weight:bold;
        color:#619ca7;
    }
    
    .newsList div h4 a:hover
    {
        color:#FFFFFF;
    }      
/* CSS if sIFR not enabled END */       


/*
================================
NEWS ITEM
================================
*/
.newsItem img
{
    margin:0 0 15px 0;
}

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

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

.form .fields
{
    width: 265px;
}

fieldset legend
{
    display:none;
}

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

fieldset label.first
{
    margin:0;
}

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

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

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

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

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 
================================
*/

#footer
{
    font-size:11px;
}

    #footer div.container
    {
    	background:url('/media/Assets/images/HeaderBackground.jpg') repeat;
    	padding:15px 0 0 0;
        height:30px;
        width:900px;
    	padding:15px 0 0 0;
    }

    #footer li
    {
        float:left;
        font-size:11px;
    }
    
    /*Credits*/
    #footer ul.credits
    {
    }
    
        #footer ul.credits li a
        {
            color:#868686;
        }    
    
            #footer ul.credits li a span
            {
                display:block;
                
                font-size:10px;
                color:#515151;
            }
            
        #footer ul.credits li a:hover span
        {
            color:#f49ac1;
        }           

/* Logos*/
.webdew {
  float:left;
  background:url(/media/Assets/images/WDLogoW.png) no-repeat left top;
  padding-left:40px;
  padding-right:15px;
  width:50px;
  line-height:1.0em;
  height:30px;
  font-family:Tahoma, Geneva, sans-serif;
  margin-left:20px;
}
.webdew a { color:#ccc; }
.webdew a:hover { color:#FFF; }

.webdew .small {
  float:right;
  text-align:right;
  font-size:0.8em;
}
.webdew .large {
  float:right;
  text-align:right;
  font-size:1.1em;
  font-weight:bold;
}

.copyright {
  color:#FF0;
  float:right;
  margin-right:20px;
}



































































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

