
.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;
}




html, body
{
   margin:0;
   padding:0;
   font-size:14px;
}

body,div,dl,dt,dd,h3,pre,form,fieldset,input,textarea,blockquote, { 
	margin:0;
	padding:0;
}

table {

}
fieldset,img { 
	border:0;
}

ol,ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

caption,th {
	text-align:left;
}

strong {
	font-weight:bold;
	}


#container
{

}

p {
	margin:0px;
	padding:0px;
	}
	
h3 {
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#fff;
	font-size:17px;
	
	}


h5 {
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#EDE6C2;
	font-size:12px;
	font-weight:normal;
	
	}
	
h6 {
	margin:0px;
	padding:0px;
	color:#fff;
	font-size:15px;
	line-height:15px;
	
	}
	
li {
	margin:0px;
	padding:0px;
	}
	




/*
================================
MAIN STYLES
================================
*/

body
{
    background-color:#1A1506;
	background-image:url(/img/bg_body.jpg);
	background-repeat:repeat-x;
	background-position:center top;
    font-family:Arial, Verdana, Sans-Serif;
    color:#ddd;

}

#Cage
{
	width:950px;
	margin:0 auto;

}

a
{
    color:#EDE6C2;
    text-decoration:none;
}

a:hover
{
    color:#fff;
}


a.rightArrow
{
    background:url(/media/Assets/arrow_right1.gif) no-repeat center right;
    padding:0px 13px 0 0;
}

a.leftArrow1
{
    background:url(/media/Assets/arrow_right1.gif) no-repeat center right;
    padding:0px 15px 0px 0px;
}

.leftArrow
{
    background:url(/img/pnt_art_link.gif) no-repeat center left;
    padding:0px 0px 0px 23px;
}
/*
================================
HEADER STYLES 
================================
*/

#header
{
    width:955px;
	height:85px;
	background-image:url(/img/bg_header2.jpg);
	background-repeat:no-repeat;
	margin:0px 0px 0px 5px;

}

#phoneSticker {
	width:200px;
	height:80px;
	float:left;
	overflow:hidden;
	margin:0px 10px 0px 25px;
	display:inline;
	}
	



    #header h1
    {
        width:114px;
    }
    
/* CSS if sIFR not enabled START */
    #header h1.flashHeader
    {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:32px;
        font-weight:bold;
        color:#f49ac1;
    }
    
        #header h1.flashHeader a
        {
            color:#f49ac1;
        }
/* CSS if sIFR not enabled END */




#header .headerLinks
{
    font-size:12px;
    text-align:right;
    
    width:360px;
}

    #header .headerLinks a
    {
        margin:3px 0 0 0;
    }

    #header .searchBox
    {
        margin:0 0 0 33px;
    }
    
        #header .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;
        }
        
        #header .searchBox input:focus
        {
            border:2px solid #619ca7;
        }
        
        #header .searchBox button
        {
            border-style: none;
            border-color: inherit;
            border-width: medium;
            font-size:12px;
            color:#619ca7;
            padding:0 7px 0 0;
            background:url('/media/Assets/arrow_right.gif') no-repeat right 50%;
        }

/*
================================
BODY STYLES 
================================
*/


/*
================================
SIDEBAR STYLES 
================================
*/



/*
================================
NAVI STYLES 
================================
*/

#navCage {
	width:550px;
	height:40px;
	padding:0px 0px 0px -40px;
	margin:0px 0px 0px 0px;
	float:left;
	text-align:left;


}


#navi {
	padding:0px;
	margin:0px;
	}

#navi li
{
    font-size:13px;
	float:left;
	text-align:left;
	color:#2A240A;
	height:25px;
	_height:15px;
	border:solid #F1EBCD; 
	border-width:0px 1px 0px 1px;
	margin:0px -1px 10px 0px;
	padding: 14px 0px 0px 0px;
	background-image:url(/img/bg_nav.png);
	display:inline;
}



    #navi li a
    {        
		color:#0E0C03;
		height:30px;
		padding: 14px 8px 0px 8px;
		background-repeat:repeat-x;
		
    }
	
	#navi li a:hover
    {        
		color:#FF771C;
		background-image:url(/img/bg_nav_dn.png);
		background-repeat:repeat-x;
    }	
	
	#navi li.selected a
    {
        color:#FF771C;
		background-image:url(/img/bg_nav_dn.png);
		background-repeat:repeat-x;


    }
	
#navNumber {
	float:left;
	width:130px;
	height:60px;
	color:#333333;
	margin:0px;
	}

/*
================================
SECONDARY NAVI STYLES 
================================
*/
.secondaryNav
{

}

    .secondaryNav h3
    {
        color:#fff;
        font-size:17px;
		font-weight:bold;
        padding:0 0 0px 0;
		margin:20px 0px 0px 0px;
    }
	
	
    
    .secondaryNav li
    {
		background:url(../media/Assets/arrow_right1.gif) no-repeat top left;
		background-position:0px 3px;
        padding:0px 0px 0px 16px;
		list-style:none;
		margin:0px 0px 7px 0px;
    }
    
        .secondaryNav li.selected a
        {
            color:#cccccc;
        }
    
        .secondaryNav li a
        {
            font-size:14px;
			list-style:none;
            display:block;
        }
        
            .secondaryNav ul.events li a em
            {
                color:#FFFFFF;
                font-size:11px;
                display:block;
            }
            
            .secondaryNav li a span
            {
               
            }
			

/*
================================
CONTENT STYLES 
================================

.content
{
    width:674px;    
    font-size:13px;
    line-height:18px;
}

    .content p
    {
        margin:0px 0;
    }

    .content strong
    {
        font-weight:bold;
    }
   
    .content em
    {
        font-style:italic;
    }
   
    .content h3
    {
        font-size:18px;
        color:#F49AC1;
    }
    
    .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;
    }
    
    .twoColWide .col_2  h4
    {
        font-size:12px;
        color:#f49ac1;
        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:Verdana, Arial, Helvetica, sans-serif;
        font-size:24px;
        font-weight:bold;
        color:#FFFFFF;
		margin:0px 0px 0px 0px;

	
    }
	
	    h2.flashHeader strong {
		
		}
            
	
	    h3.flashHeader
    {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:26px;
        font-weight:bold;
        color:#FFFFFF;
		margin:0px 0px -5px 0px;
	
    }
            
	h3.flashHeader strong
	{
		color:#1A1506;
		
	}
	
	
	h5.flashHeader
    {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-size:22px;
        font-weight:bold;
        color:#FFFFFF;
		margin:0px 0px 0px 0px;
		list-style:none;
	
    }
	

            
	h3.flashHeader strong
	{
		color:#1A1506;
		
	}
	
/* 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:0px 0 0px 0;
    width:455px;
}

    .newsList div
    {
        width:455px;
        margin:0px 0px 25px 0px;
        display:inline;
        color:#FFFFFF;
    }
    
    .newsList div.first
    {
        margin-left:0;
    }
    
        .newsList div span
        {
            font-weight:bold;
            font-size:14px;
        }

/* CSS if sIFR not enabled START */
.newsList div h4
{
	font-size:28px; 
}

    .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:455px;
    margin:0px 10px 20px 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:#fff;
    border:2px solid #aaa;
    height:16px;
	width:250px;
    padding:2px;
    margin:0 0 3px 0;
    font-size:14px;
}
  
fieldset textarea
{
    background-color:#fff;
    border:2px solid #aaa;
    height:130px;
    padding:2px 2px 1px 2px;
    margin:0 0 3px 0;
    font-family:Arial, Verdana, Sans-Serif;
    font-size:14px;
}

    fieldset input:focus, fieldset textarea:focus
    {
        border:2px solid #EDE6C2;
    }

fieldset input.error, fieldset textarea.error
{
    border:2px solid #F86200;
}

    fieldset input.error:focus
    {
        border:2px solid #af4975;
    }

fieldset button
{
    border:none;
	width:145px;
	height:32px;
	text-align:center;
	font-size:16px;
    margin:10px 0px 20px 0px;
	padding:0px 0px 3px 0px;
	background:url(/img/btn_search.png);
	background-color:none;
	
}


/*
================================
FOOTER STYLES 
================================
*/



#highMid
{
	width:910px;
	min-height:385px;
	background-position:120px -5px;
    margin:0 auto;

}

#contHighMid
{
	width:910px;
	min-height:285px;
	background-position:120px -5px;
	display:inline;
    margin:0 auto;

}

#highL
{
	width:120px;
	height:160px;
	background-color:none;
	float:left;
    margin:0 auto;
	margin-right:20px;
	margin-top:20px;
	margin-left:10px;

}


#highM
{
	width:425px;
	height:295px;
	background-image:url(/img/bg_home_high_c1.png);
	background-repeat:no-repeat;
	padding:25px 0px 0px 20px;
	float:left;
	overflow:hidden;
    margin:0 auto;

}


#highR
{
	width:290px;
	height:310px;
	padding:15px 0px 0px 20px;
	background-image:url(/img/bg_home_high_c2.png);
	background-repeat:no-repeat;
	float:left;
	overflow:hidden;
    margin:0 auto;

}


#lowMid {
		width:910px;
		background-color:none;
		margin:0px 0px 0px 25px;
		overflow:hidden;
		
		
		}
		
		
#lowMidL {

		width:405px;
		height:180px;
		margin: 12px 25px 0px 10px;
		overflow:hidden;
		float:left;
		}
		
#lowMidR {

		width:450px;
		background-repeat:no-repeat;
		height:200px;
		float:left;
		}
		
#lowMRText { width:190px;
			height:100px;
			margin: 17px 0px 32px 25px;
			}
			
#lowMRLink {width:190px;
			height:16px;
			margin: 0px 0px 0px 25px;
			}
			
#lowMRLink a {
		background:url(../media/Assets/arrow_right1.gif) no-repeat top left;
		background-position:0px 3px;
        padding:0px 0px 0px 16px;
		margin:0px 0px 7px 0px;
		}
		
		


#contentHeading {
		width:705px;
		height:160px;
		margin: 20px 0px 0px 30px;
		float:left;
		}
		
		
#contentLeft{
		width:130px;
		min-height:400px;
		margin: 50px 30px 0px 15px;
		float:left;
		}

#contentLeftC{
		width:130px;
		margin: 45px 0px 0px 15px;
		padding:5px 35px 0px 0px;
		background-repeat:no-repeat;
		background-position:bottom;
		float:left;
		}
		
#contentLeftC h3{
		color:#fff;
		padding:0px 0px 2px 0px;
		margin:0px 0px 9px 0px;
		font-size:16px;
		border:#292315 solid;
		border-width:0px 0px 1px 0px;
	
		}
			
		
#contentLeftC li {
		padding:0px 0px 0px 19px;
		margin:0px 0px 6px 0px;
		background:none;
		background-image:url(/img/pnt_sub.gif);
		background-repeat:no-repeat;
		background-position:left top;
		
		}
		
#contentLeftC a {

		color:#ECE5C0;
		font-size:14px;

		}
		
#contentLeftC li.selected {

		color:#fff;
		padding:0px 0px 0px 19px;
		margin:0px 0px 6px 0px;
		background-image:url(/img/pnt_sub_dn.gif);
		background-repeat:no-repeat;
		background-position:left top;

		}
		
#contentLeftC li.selected a {

		color:#fff;

		}
		
#contentLeftC a:hover {

		color:#fff;

		}
		

.contentLeftCLow1 {

		height:75px;
		width:130px;
		margin:30px 0px 10px -5px;
		cursor:pointer;

}

.contentLeftCLow2 {

		height:75px;
		width:130px;
		margin:0px 0px 0px -5px;

}	
		
		
		
#contentLeftArt{
		width:120px;
		min-height:350px;
		margin: 10px 35px 0px 10px;
		padding:10px;
		float:left;
		}
		
		


#contentMid{
		width:455px;
		margin: 50px 10px 50px 0px;
		float:left;
		}
		
#contentMid p{
		margin:0px 0px 0px 0px;

		}
#contentMid h3 {
		font-size:17px;
		color:#fff;
		margin:0px 0px 5px 0px;
		}


#contentMid ol { margin:20px 0px 20px 40px;
		}
		
#contentMid ol li {
		list-style:decimal;
		margin: 0px 0px 5px 0px;
		}

#contentMid ul { margin:20px 0px 20px 40px;
		}

#contentMid ul li { list-style-image:url(/media/Assets/point_content.gif);
					margin: 0px 0px 5px 0px;
					padding:0px;
					text-align:left;
				
}

.contentMProCage {
		width:455px;
		height:100px;
		margin:5px 0px 5px 0px;
		padding:10px 0px 0px 0px;

		
		}
		
.contentMProLogo {
		width:150px;
		height:100px;
		margin:0px 20px 0px 0px;
		float:left;
		}
		
.contentMProText {
		width:285px;
		height:80px;
		margin:12px 0px 0px 0px;
		float:left;
		text-align:left;
		}
		
		
.contentMProText a {
		font-size:12px;
		background-image:url(/img/pnt_project_link.gif);
		border:solid #292212;
		border-width:1px 0px 0px 0px;
		background-position:left;
		background-repeat:no-repeat;
		padding:3px 10px 3px 24px;
		}
		
		
#contentCallCage{
		width:230px;
		height:375px;
		margin: 30px 0px 0px 25px;
		float:left;
		overflow:hidden;
		}
		
.contentCall {
		width:230px;
		margin: 10px 0px 0px 0px;
		float:left;
		}

.contentProjLinks {

		width:220px;
		margin:0px 0px 0px 3px;
		
}




#contentProjLinks2 a:hover {
		color:#F86200;
}

#contentProjLinks a:hover {
		color:#F86200;
}

#hideScreen {
		visibility:hidden;
		}

#footerPre {
		width:900px;
		margin: 10px 0px 0px 20px;
		float:left;
		border:solid #292315;
		height:170px;
		background-color:#0E0C03;
		border-width:1px 0px 0px 0px;
		

}

#footerPreL {
		width:200px;
		margin:0px 20px 0px 20px;
		float:left;

}

#footerPreL li 
    {
		padding:0px 0px 0px 21px;
		margin:9px 0px 6px 0px;
		background-image:url(/img/pnt.sub.cal.gif);
		background-repeat:no-repeat;
		background-position:left top;
    }

#footerPreM {
		width:190px;
		margin:0px 0px 0px 0px;
		float:left;

}

#footerPreM h3 {
	margin:20px 0px 0px 0px;
	}

#footerPreM li 
    {
		padding:0px 0px 0px 21px;
		margin:9px 0px 6px 0px;
		background-image:url(/img/pnt_sub_box.gif);
		background-repeat:no-repeat;
		background-position:left top;
    }
	

		
#footerPreM li.selected a {

		color:#fff;

		}



#footerPreR {
		width:405px;
		margin:20px 0px 0px 45px;
		float:left;

}


#footerPreRH {
		width:340px;
		_width:320px;
		height:42px;
		margin:0px 0px 10px 0px;
		padding:18px 0px 0px 80px;
		text-align:left;
		background-image: url(/img/icon_home_search.png);
		background-repeat:no-repeat;
		float:left;

}

#footerPreRL {
		width:340px;
		_width:320px;
		height:35px;
		background-image: url(/img/icon_home_mail.png);
		background-repeat:no-repeat;
		padding:25px 0px 0px 80px;
		margin:0px 0px 0px 0px;
		float:left;

}


#btnSearch {
		background-image:url(/img/btn_search.png);
		
		}


#footer
{
        width:900px;
		height:35px;
		float:left;
		margin:0px 0px 0px 20px;
		font-size:10px;
		color:#CCCCCC;
		border:solid #292315;
		border-width:1px 0px 0px 0px;
		background-image:url(/img/bg.footer.gif);
		background-color:#0E0C03;
}

#FooterL {
	float:left;
	margin-top:13px;
	margin-left:2px;
}

#FooterImg {
	height:20px;
	width:21px;
	margin: 10px 0px 0px 20px;
	float:left; 
}


#FooterR {
	float:right;
	text-align:right;
	margin-right:20px;
	margin-top:13px;
}

.FooterLk {
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	}


    #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;
        }


    /*Misc*/
    #footer ul.misc
    {        
    }
                
        #footer ul.misc li.rss
        {
            padding:0 0 0 17px;
            margin:0 105px 0 0;
        }
        
            #footer ul.misc li.rss a
            {
                color:#c8751a;
            }
    
                #footer ul.misc li.rss a:hover
                {
                    color:#a05e16;
                }
                
        #footer ul.misc li.valid
        {
            padding:0 0 0 17px;
        }
        
            #footer ul.misc li.valid a
            {
                color:#529c46;
            }            



.rss
{
    background:transparent url(../media/Assets/rss_logo.gif) no-repeat 0 2px;
}

.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 */

