﻿* {
	font-family:Arial, Helvetica, sans-serif;
}

strong {
	font-weight:bold;
}

p {
	font-size:1.2em;
	line-height:1.5em;
	color:#333;
	padding-bottom:10px;
}

a {
	text-decoration:none;
	color:#84461E;
}
	a:hover {
		text-decoration:underline;
	}

h1, h2, h3,
h1 a, h2 a, h3 a {

}

h1 {
	font-size:2.5em;
	color:#333;
}
h2 {
	font-size:1.8em;
    padding-bottom:10px;
	color:#333;
}
h3 {
	font-size:1.7em;
	line-height:1.2em;
	color:#333;
	font-weight:normal;
    padding-bottom:15px;
}
h4 {
	font-size:1.4em;
	line-height:1.2em;
	color:#333;
}
h5 {
	font-size:1.3em;
	line-height:1.2em;
	color:#333;
}

h6 {
	font-size:1.2em;
	line-height:1.2em;
	color:#333;
}

    ul, ol {
        padding-bottom:10px;
        font-size:1.2em;
        color:#333;
    }
    
    ul li, ol li {
        padding:3px 0;
    }
    
    ul {
       list-style-type:disc;
       padding-left:25px;
    }
       
    ol {
        list-style-type:decimal;
        padding-left:30px;
    }

    ul ul, ol ol {
        font-size:1em;
        padding-bottom:0px;
    }

table {
    border-spacing: 0px;
    border-collapse: collapse;
}

    table th {
        text-align: left;
        font-weight: normal;
        padding: 0.1em 0.5em;
        border-bottom: 2px solid #FFFFFF;
        background: #c4cdd0;
    }

    table td {
        text-align: left;
        border-bottom: 2px solid #FFFFFF;
        padding: 0.5em 0.5em;
        background: #ccccb0;
    }

    table thead th {
        background: #cccccc;
        color: #000000;
        text-align: center; 
    }

blockquote {
	float:left;
	display:inline;
	margin:0 10px 0 12px;
	background:url('../images/icon_quoteTop.gif') no-repeat left top;
}
	blockquote div {
		float:left;
		background:url('../images/icon_quoteTop.gif') no-repeat right bottom;
	}
		blockquote div p {
			padding:0 20px 0 20px;
			font-style:italic;
			font-size:1.4em;
			line-height:1.3em;
		}

hr {

}

/*  Layout of body and main div's
************************************************************************************************************************/

body {
	font-size:62.5%;
	background:#FAFAFA url('../images/body_bg.jpg') repeat-x top left;
}

div#wrapper, div.wrapper {
	width:980px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}

div#header {
	width:980px;
	position:relative;
	min-height: 105px;
	height: auto!important;
	height: 105px;
}

#logo {
	float:left;
	padding-top:25px;
	padding-left:29px;
}

	/* Span text for accessibility */
	#logo span {
		display:block;
		height:0;
		text-indent:-99999px;
		width:0;
		line-height:0.1em;
		font-size:0.1em;
	}

	#logo a {
		cursor:pointer;
		display:block;
	}

#headerWrap {
	float:right;	
}
	
#searchForm {
	float:right;
	padding:5px 5px 5px 12px;
	width:29.8em;
	background:#62339C url('../images/searchForm.png') repeat-x bottom left;
}
		
		#searchForm label {
			color:white;
			font-size:1.4em;
			padding-top:3px;
			display:block;
			float:left;
		}
		
		#searchForm legend {
		    display:none;	
		}
			
		#searchForm .textfield {
			background:url("../images/input_searchBottom.png") no-repeat right bottom;
			display:inline;
			float:right;
			margin-left:9px;
		}
			
		    #searchForm .textfield input {
			    background:url("../images/input_searchTop.png") no-repeat right top;
			    border:0;
			    color:#999999;
			    display:block;
			    float:right;
			    font-size:1.5em;
			    margin-bottom:5px;
			    padding:2px 8px 0 8px;
			    width:174px;
			    position:relative;
		    }
		
		#searchForm .submit {
			background:url("../images/input_searchSubmitBottom.png") no-repeat right bottom;
			float:right;
			margin-left:7px;
		}
		
		#searchForm .submit input {
			background:url("../images/input_searchSubmitTop.png") no-repeat right top;
			border:0 none;
			color:#333333;
			cursor:pointer;
			font-size:1.4em;
			margin-bottom:5px;
			padding:2px 0 0 0;
			font-weight:bold;
			width:37px;
		}

div#column-b {
    float:left;
}

    div#column-b .content {
        background:#ffffff;
        padding:10px 16px 10px 16px;
        margin-bottom:30px;
    }

    div#column-b .content li {
       line-height:1.5em;
    }

div#column-c {
    display:inline;
    float:left;
    overflow:hidden;
}

/*content area boxes*/
.borders {
    border-top:3px solid #E9E9E9;
    border-bottom:3px solid #E9E9E9;
    padding:16px 0 18px 0;
    margin:11px 0 16px 0;
}

div.profile {
    padding-bottom:16px;
}

div.last {
    padding-bottom:0;   
}
    
    div.profile h3 {
        padding-bottom:0;
    }
    
    div.profile h4 {
        font-size:1.3em;
    }
    
    div.profile p {
        line-height:1.3em;
        font-size:1.2em;
    }
    
    div.profile div.left {
        width:120px;
    }
    
    div.profile div.right {
        width:304px;
    }

#banner {
    min-height: 311px;
	height: auto!important;
	height: 311px;
	padding:0;
}

#banner li {
    display:none;
    position:absolute;
    padding:0;
    list-style-type:none;
}

.box {
    float:left;
    display:inline;
    width:221px;
    margin:24px 16px 0 0;
}

    .box1 {
        width:695px;
    }
    
    .box2 {
        width:340px;
    }
    
    .box3 {
        width:221px;
    }

#boxWrap .last {
    margin:24px 0 0 0;
    display:inline;
}

    .box h2 {
        background:url('../images/headerBG.png') repeat-x top left;
        color:#ffffff;
        font-weight:normal;
        padding:9px 0 6px 12px;
        font-size:1.7em;
    }
    
        .box h2 a {
            color:#ffffff;
            display:block;
            margin-right:7px;
            padding:3px 28px 3px 0;
            position:relative;
            background:url('../images/sideBoxArrow.png') no-repeat right;
        }
        
    .box div.text {
        background-color:#EDEDED;
        padding:1px 7px;
        margin:16px 5px;
    }
    
        .box div.text p {
            line-height:1.3em;
            font-size:1.2em;
            padding:5px 6px 7px 2px;
        }


/*side bar*/
#column-c .box {
    margin:0 0 29px 0;
    width:221px;
}

    #column-c .box h2 {
        padding:12px 0 9px 12px;
    }
                
    #column-c .box div.text {
        background:#ffffff;
        border:1px solid #E8E8E8;
        margin:0;
        padding:1px 7px 7px 7px;
    }
    
        #column-c .box div.text p {
            line-height:1.4em;
            padding:7px 8px 15px 8px;
        }
        
        #column-c .box div.text img {
            padding:7px 0 0 0;
        }
        
        #column-c .box div.text a {
            color:#333333;
            background:url("../images/arrow-black-right.png") no-repeat left 5px;
            display:block;
            padding-left:11px;
        }
        
        #column-c .box blockquote {
            margin-top:10px;
            margin-left:0;
        }

/*listed items, e.g. news and search results*/
    #item-list {
        zoom:1;
    }
        
    #item-list #items li div.image {
        float:left;
        margin:0;
        padding:0 16px 0 0;   
        width:120px;
    }
    
        #item-list #items li div.image img {
            border:1px solid #5E5E5E;
            position:relative;
            display:block;
        }
    
    #item-list #items li div.text {
        margin:0;
        padding:0;
        width:665px;
        float:left;
    }
    
    #item-list #items li.large div.text {
        margin:0;
        padding:0;
        width:525px;
        float:left;
    }
                                    
    #item-list #items {
         padding:14px 0 0 0;    
    }
            
    #item-list #items li {
        display:block;
        clear:both;
        background:none;
        padding:0 0 12px 0;
        margin-bottom:13px;
        border-bottom:1px solid #F2F2F2;
    }   
        
    #item-list #items li.last {
        border-bottom:0;   
    }
        
        #item-list #items li h3 { 
            margin:0;
            padding:0;
            font-size:1.2em;
            font-weight:bold;
            padding:0 0 5px 0;
            display:block;
            width:auto;
        }
                    
            #item-list #items li h3 a { 
                text-decoration:none;
                color:#333333;
            }
            
                #item-list #items li h3 a:hover {
                    text-decoration:underline;
                }
      
        #item-list #items li em, em.date {
            font-style:normal;
            color:#666666;
            padding-bottom:2px;
            display:block;
            font-size:1em;
        }
        
        em.date {
            font-size:1.2em;
            padding-bottom:6px;
        }
        
        #item-list #items li p {
            font-size:1em;
            color:#333333;
            margin:0;
            padding-bottom:0;
            line-height:1.3em;
        }

/*paging*/
#paging {
        position:relative;
        display:block;
        padding-bottom:9px;
        border-bottom:1px solid #F2F2F2;
        margin-bottom:25px;
        overflow:hidden;
    }

    #paging ul {
        clear:left;
        float:left;
        margin:0;
        padding:0;
        position:relative;
        left:50%;
        text-align:center;
        padding:9px 0;
    }

        #paging li {
            display:block;
            float:left;
            margin:0;
            padding:0;
            position:relative;
            right:50%;
            margin:3px 0;
        }
                
            #paging li a {
                display:block;
                padding:3px 5px;
                color:#333333;
                text-decoration:none;
                margin:0 16px;
                font-size:1em;
            }
            
            #paging li.less, #paging li.more {
                margin:0;
            }
            
            #paging li.less a, #paging li.more a {
                font-weight:bold;
                font-size:1.2em;
            }
            
            #paging li.less a:hover, #paging li.more a:hover {
                background-color:#ffffff;
                color:#333333;
            }
                #paging li.less a {
                    padding:6px 12px 6px 45px;
                    margin-left:0;
                    background:url('../images/pageArrowLeft.gif') no-repeat left;
                }
                
                #paging li.more a {
                    padding:6px 45px 6px 12px;
                    margin-right:0;
                    background:url('../images/pageArrowRight.gif') no-repeat right;
                }
            
            #paging li a:hover, #paging li.current a {
                background-color:#62339C;
                color:#ffffff;
            }
            
            #paging li a.disabled {
                 
            }
            
/*float clear rules*/
#footerMiddle:after, ul.popup li:after, div.profile:after, #boxWrap:after, 
#news-items #articles li:after, #paging:after, #paging ul:after, #item-list #items li:after, #column-a ul:after,
.form:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html #footerMiddle, * html ul.popup li, * html div.profile, * html #boxWrap, 
* html #news-items #articles li, * html #paging, * html #paging ul, * html #item-list #items li, * html #column-a ul,
* html .form {
	height: 1%;
}

#footerMiddle, ul.popup li, div.profile, #boxWrap, 
#news-items #articles li, #paging, #paging ul, #item-list #items li, #column-a ul, .form {
	display: inline-block;
}

/* !IE Mac \*/
#footerMiddle, ul.popup li, div.profile, #boxWrap, 
#news-items #articles li, #paging, #paging ul, #item-list #items li, #column-a ul, .form {
	display: block;
}

div.clear {
    clear:both;
    font-size:0;
    line-height:0;
    height:0;
}

div.left, div.right {
    float:left;
    display:block;
}

/*FOOTER*/
#footerTopWrap {
	height:69px;
	background-color:#62339C;
	border-bottom:2px solid white;	
}

#footerMiddleWrap {
	background:#666666 url('../images/footerMiddle.png') repeat-x top left;
}

#footerMiddle {
	width:950px;
	margin:0 auto;
	padding:18px 0 37px 30px;
}
	
#footerMiddle .align-left {
	float:left;
}
		
#footerMiddle .fifth {
	width:19%;
	margin-right:9px;
}
				
#footerMiddle h4, #footerMiddle h4 a {
	color:white;
	font-weight:normal;
}
		
#footerMiddle ul {
	padding:13px 0 0 0;
}
		
#footerMiddle li {
	padding:2px 0;
	list-style-type:none;
}
			
#footerMiddle li a {
	color:white;	
	padding-left:11px;
	display:block;
	background:url('../images/arrow-black-right.png') no-repeat left;
}

#footerBottom {
	width:980px;
	margin:16px auto;
}

#footerBottom #footerBottomLeft {
    float:left;
    width:50%;
}
    
#footerBottom #footerBottomRight {
    float:left;
    width:50%;
    text-align:right;
}
    
#footerBottom #footerBottomRight ul li {
    display:inline;
    padding-left:30px;
}
        
#footerBottom #footerBottomRight ul li.rss a {
	background:url('../images/rss.gif') no-repeat left;
	padding-left:25px;
	padding-bottom:1px;
}
    
#footerBottom #footerBottomRight ul li a {
    color:#333333;
}

#footerBottom p {
    padding-left:30px;
}
    
 /*FORM*/
.form label {
    clear:left;
    float:left;
    font-size:1.4em;
    padding:12px 0 8px;
    width:180px;
}

.form div {
    background:url("../images/input_defaultTop.gif") no-repeat scroll right top;
    display:block;
    float:left;
    font-size:1em;
    margin-bottom:15px;
    padding-left:0;
    position:relative;
    width:480px;
    z-index:0;
}

    .form div input, .form div textarea {
        background:url("../images/input_defaultBottom.gif") no-repeat scroll right bottom;
        border:0 none;
        color:#333333;
        padding:6px 10px 7px 10px;
        position:relative;
        width:460px;
        z-index:0;
    }
    
    .form div.checkboxes {
        background:none;
        margin:0;
    }
    
        .form div.checkboxes input {
            background:none;
            width:auto;
            padding:0;
            margin-right:5px;
        }
        
        .form div.checkboxes label {
            clear:none;
            padding:0;
            margin:0;
            float:none;
        }
        
        .form div.checkboxes table td {
            margin:0 0 5px 0;
            display:block;
        }
    
    .form div.checkbox {
        background:none;
        margin:0;
    }
            
        .form div.checkbox table {
            margin:10px 0 0 20px;   
        }
        
            .form div.checkbox table td {
                margin:0 0 5px 0;
                display:block;
            }
            
        .form div.checkbox label {
            width:100px;
            padding:0;
            margin:0;
        }
            
        .form div.checkbox input {
            background:none;
            width:auto;
            padding:0;
        }
    
    .form div.button {
        background:url("../images/input_submitBottom.gif") no-repeat scroll right bottom;
        float:right;
        margin:6px 0 0 6px;
        width:auto;
    }
    
        .form div.button input {
            background:url("../images/input_submitTop.gif") no-repeat scroll right top;
            color:#000000;
            margin-bottom:6px;
            cursor:pointer;
            font-weight:bold;
            width:88px;
            padding:6px 0 0 0;
        }
     
    .form td {
        background:none;
        border:0;
        padding:0;
        text-align:left;
    }
    
#logout {
    float:right;  
    font-size:1.2em; 
    background:url("../images/logoutBottom.png") no-repeat right bottom;
    display:inline;
    width:68px;
    margin-top:5px;
    margin-right:14px;
    color:#333333;
}

    #logout span {
        background:url("../images/logoutTop.png") no-repeat right top;
        margin-bottom:6px;
        display:block;
        padding:5px 0 0px 12px;
    }

.imageCode
{	
	clear:left;
	float:left;
	padding-right:10px;
}

div.error
{
	margin: 10px 0px 10px 0px;
	color: #990000;
	font-weight: bold;
	background: none;
	font-size: 1.2em;
}

.form .notes
{
	background: none;
	border: none;
}

div.imageCodeNote
{
	display: block;
	clear: left;
	float: left;	
	width: 390px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	background: none;
	font-size: 1.2em;
}
    
 /*PRETTY PHOTO*/
 div.light_rounded .pp_top .pp_left{background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;}
 div.light_rounded .pp_top .pp_middle{background:#fff;}
 div.light_rounded .pp_top .pp_right{background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;}
 div.light_rounded .pp_content .ppt{color:#000;}
 div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right{background:#fff;}
 div.light_rounded .pp_content{background-color:#fff;}
 div.light_rounded .pp_next:hover{background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor: pointer;}
 div.light_rounded .pp_previous:hover{background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}
 div.light_rounded .pp_expand{background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}
 div.light_rounded .pp_expand:hover{background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}
 div.light_rounded .pp_contract{background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}
 div.light_rounded .pp_contract:hover{background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}
 div.light_rounded .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}
 div.light_rounded #pp_full_res .pp_inline{color:#000;}
 div.light_rounded .pp_arrow_previous{background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;}
 div.light_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}
 div.light_rounded .pp_arrow_next{background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;}
 div.light_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}
 div.light_rounded .pp_bottom .pp_left{background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;}
 div.light_rounded .pp_bottom .pp_middle{background:#fff;}
 div.light_rounded .pp_bottom .pp_right{background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;}
 div.light_rounded .pp_loaderIcon{background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;}
 div.dark_rounded .pp_top .pp_left{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;}
 div.dark_rounded .pp_top .pp_middle{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}
 div.dark_rounded .pp_top .pp_right{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;}
 div.dark_rounded .pp_content_container .pp_left{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}
 div.dark_rounded .pp_content_container .pp_right{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}
 div.dark_rounded .pp_content{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}
 div.dark_rounded .pp_next:hover{background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor: pointer;}
 div.dark_rounded .pp_previous:hover{background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}
 div.dark_rounded .pp_expand{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}
 div.dark_rounded .pp_expand:hover{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}
 div.dark_rounded .pp_contract{background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}
 div.dark_rounded .pp_contract:hover{background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}
 div.dark_rounded .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}
 div.dark_rounded .currentTextHolder{color:#c4c4c4;}
 div.dark_rounded .pp_description{color:#fff;}
 div.dark_rounded #pp_full_res .pp_inline{color:#fff;}
 div.dark_rounded .pp_arrow_previous{background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;}
 div.dark_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}
 div.dark_rounded .pp_arrow_next{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;}
 div.dark_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}
 div.dark_rounded .pp_bottom .pp_left{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;}
 div.dark_rounded .pp_bottom .pp_middle{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}
 div.dark_rounded .pp_bottom .pp_right{background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;}
 div.dark_rounded .pp_loaderIcon{background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}
 div.dark_square .pp_left ,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background: url(../images/prettyPhoto/dark_square/contentPattern.png) top left repeat;}
 div.dark_square .currentTextHolder{color:#c4c4c4;}
 div.dark_square .pp_description{color:#fff;}
 div.dark_square .pp_loaderIcon{background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}
 div.dark_square .pp_content_container .pp_left{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}
 div.dark_square .pp_content_container .pp_right{background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}
 div.dark_square .pp_expand{background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}
 div.dark_square .pp_expand:hover{background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}
 div.dark_square .pp_contract{background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}
 div.dark_square .pp_contract:hover{background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}
 div.dark_square .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}
 div.dark_square #pp_full_res .pp_inline{color:#fff;}
 div.dark_square .pp_arrow_previous{background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;}
 div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}
 div.dark_square .pp_arrow_next{background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;}
 div.dark_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}
 div.dark_square .pp_next:hover{background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor: pointer;}
 div.dark_square .pp_previous:hover{background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor: pointer;}
 div.light_square .pp_left ,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{background:#fff;}
 div.light_square .pp_content .ppt{color:#000;}
 div.light_square .pp_expand{background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}
 div.light_square .pp_expand:hover{background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}
 div.light_square .pp_contract{background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}
 div.light_square .pp_contract:hover{background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}
 div.light_square .pp_close{width:75px;height:22px;background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}
 div.light_square #pp_full_res .pp_inline{color:#000;}
 div.light_square .pp_arrow_previous{background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;}
 div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}
 div.light_square .pp_arrow_next{background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;}
 div.light_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}
 div.light_square .pp_next:hover{background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor: pointer;}
 div.light_square .pp_previous:hover{background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor: pointer;}
 div.facebook .pp_top .pp_left{background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;}
 div.facebook .pp_top .pp_middle{background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;}
 div.facebook .pp_top .pp_right{background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;}
 div.facebook .pp_content .ppt{color:#000;}
 div.facebook .pp_content_container .pp_left{background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;}
 div.facebook .pp_content_container .pp_right{background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;}
 div.facebook .pp_content{background:#fff;}
 div.facebook .pp_expand{background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor: pointer;}
 div.facebook .pp_expand:hover{background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor: pointer;}
 div.facebook .pp_contract{background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor: pointer;}
 div.facebook .pp_contract:hover{background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor: pointer;}
 div.facebook .pp_close{width:22px;height:22px;background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor: pointer;}
 div.facebook #pp_full_res .pp_inline{color:#000;}
 div.facebook .pp_loaderIcon{background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat;}
 div.facebook .pp_nav .pp_arrow_previous{background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px;}
 div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default;}
 div.facebook .pp_nav .pp_arrow_next{background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px;}
 div.facebook .pp_arrow_next.disabled{background-position: -32px -96px;cursor:default;}
 div.facebook .pp_nav{margin-top:0;}
 div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px;}
 div.facebook .pp_next:hover{background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor: pointer;}
 div.facebook .pp_previous:hover{background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor: pointer;}
 div.facebook .pp_bottom .pp_left{background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;}
 div.facebook .pp_bottom .pp_middle{background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;}
 div.facebook .pp_bottom .pp_right{background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;}
 div.pp_pic_holder a:focus{outline:none;}
 div.pp_overlay{background:#000;display: none;left:0;position:absolute;top:0;width:100%;z-index:9500;}
 div.pp_pic_holder{display: none;position:absolute;width:100px;z-index:10000;}.pp_top{height:20px;position: relative;}
 * html .pp_top{padding:0 20px;}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px;}
 .pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px;}
 * html .pp_top .pp_middle{left:0;position: static;}
 .pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}
 .pp_content{height:40px;}
 .pp_content .ppt{left:auto;margin-bottom:5px;position: relative;top:auto;}
 .pp_fade{display: none;}
 .pp_content_container{position: relative;text-align: left;width:100%;}
 .pp_content_container .pp_left{padding-left:20px;}
 .pp_content_container .pp_right{padding-right:20px;}
 .pp_content_container .pp_details{margin:10px 0 2px 0;}
 .pp_description{display: none;margin:0 0 5px 0;}
 .pp_nav{clear: left;float: left;margin:3px 0 0 0;}
 .pp_nav p{float: left;margin:2px 4px;}
 .pp_nav a.pp_arrow_previous,.pp_nav a.pp_arrow_next{display:block;float: left;height:15px;margin-top:3px;overflow: hidden;text-indent: -10000px;width:14px;}
 .pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000;}
 a.pp_next{background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: right;height:100%;text-indent: -10000px;width:49%;}
 a.pp_previous{background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: left;height:100%;text-indent: -10000px;width:49%;}
 a.pp_expand,a.pp_contract{cursor: pointer;display: none;height:20px;position:absolute;right:30px;text-indent: -10000px;top:10px;width:20px;z-index:20000;}
 a.pp_close{display:block;float: right;text-indent: -10000px;}.pp_bottom{height:20px;position: relative;}
 * html .pp_bottom{padding:0 20px;}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px;}
 .pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px;}
 * html .pp_bottom .pp_middle{left:0;position: static;}
 .pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}
 .pp_loaderIcon{display:block;height:24px;left:50%;margin: -12px 0 0 -12px;position:absolute;top:50%;width:24px;}
 #pp_full_res{line-height:1 !important;}
 #pp_full_res .pp_inline{text-align: left;}
 #pp_full_res .pp_inline p{margin:0 0 15px 0;}
 div.ppt{color:#fff;display: none;font-size:17px;left:0;position:absolute;top:0;z-index:9999;}
 .clearfix:after{content: ".";display:block;height:0;clear:both;visibility: hidden;}
 .clearfix {display: inline-block;}
 * html .clearfix {height:1%;}
 .clearfix {display:block;}

























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
