/* 1_Home.css style sheet for layout 1_Home.aspx */

.embedvideo {
    clear: both;
    display: block;
    padding: 10px 0;
}

#PubTitle{height:35px; padding-top:0px; margin-top:-50px; margin-bottom: 20px;}
#PubBody{min-height:562px;}
#PUBCOL1{width:425px; padding-top:15px; clear: both;}
#PUBCOL2{width:475px; padding-top:95px;}
#PUBCOL3{display:none;}

h1 {line-height: 25px;}

.PubBodyCopyEdit {width:480px; letter-spacing: 1px}

.PageHeader{margin:0; padding-top:20px; width:475px; font-size: 18px; line-height: 24px; color: #04A8E6; font-weight: bold; }
#twitter{width:470px; padding: 0 0 5px 0; line-height: 14px; color: #ffffff; font-size: 12px;}

.Pubhomeline {background-image:url(/App_Themes/HoltHouse/images/separator.png); background-repeat:no-repeat; background-position:bottom; padding:3px 0 0 0;}

#news{width:470px; padding: 0 0 5px 0;}
.PubNewsDate{color: #FFF200; font-size: 12px; line-height: 19px;}
.PubNewsTitle{color: #F4921E; font-size: 16px; line-height: 18px; font-weight: normal; margin: 12px 0 2px 0;}
.PubNewsDesc{color: #ffffff; font-size: 12px; line-height: 18px; font-weight: normal;}
.PubReadMore{}
.PubMoreLink{color: #F4921E; text-decoration: underline;}
#ProjectGalleryMask{ position:absolute; top:3px; left:-1px; width:400px; height:400px; z-index: 30;}
.ProjectGalleryWhite { position:absolute; top:45px; left:45px; width:323px; height:325px; z-index: 1; background-color: #ffffff;}
#slideshow {position:absolute; top:48px; left:51px; z-index: 100;}
#slideshow img {display: none;}

#nav {position:absolute; top:385px; left:40px; z-index: 130;}
#nav { margin: 5px; }
#nav a { margin: 5px; padding: 3px 5px; border: 1px solid #ffffff; color: #ffffff; background-color: transparent; text-decoration: none }
#nav a.activeSlide { background: #04A8E6 }
#nav a:focus { outline: none; }


/* // Easy Slider */

/* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */


	#slider ul{
		margin:0;
		padding:0;
		list-style:none;
    }

	#slider, #slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		margin:0;
		padding:0;
		width:417px;
		height:427px;
		overflow:hidden; 
		}	
		
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:38px;
		height:36px;
		position:absolute;
		left:380px;
		top:425px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:420px;
		}														
	#nextBtn a, #slider1next a{  
		display:block;
		position:relative;
		width:38px;
		height:36px;
		background:url(/App_Themes/HoltHouse/images/btn_nextt.png) no-repeat 0 0;	
		}
		
	#prevBtn a, #slider1prev a{  
		display:block;
		position:relative;
		width:38px;
		height:36px;
		background:url(/App_Themes/HoltHouse/images/btn_prevv.png) no-repeat 0 0;	
		}
			
	#nextBtn a, #slider1next a{ 
		background:url(/App_Themes/HoltHouse/images/btn_nextt.png) no-repeat 0 0;	
		}	
		
	
/* // Easy Slider */