/* Built Nov. 11, 2009
	D. Clark
*/



body {
	background-image:url(../images/hf_bg.gif);
	background-repeat:repeat-x;
	background-color:#a3a3a3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;
	margin-top:0;
	color:#000000;
}

#wrapper {
	margin: 0px auto;	
	width:885px;
	min-height:600px;
}

#header {
	position:relative;
	float:left;
	height:54px;
	width:885px;
}

#header_logo {
	position:relative;
	left:15px;
	top:5px;
	height:74px;
	width:259px;
	background-image:url(../images/hf_logo.png);
}

#fader_main {
	position:relative;
	float:left;
	height:315px;
	width:885px;
	margin-top:15px;
}


#fader_main2 {
	position:relative;
	float:left;
	height:315px;
	margin-top:15px;
}

#left_box {
	position:relative;
	float:left;
	margin-top:35px;
	width:580px;
	height:432px;
	background-image:url(../images/hf_leftWelcome.png);
	background-repeat:no-repeat;
}

#left_box2 {
	position:relative;
	float:left;
	margin-top:35px;
	width:580px;
	height:432px;
	background-image:url(../images/left_weddings.png);
	background-repeat:no-repeat;
}

#left_box3 {
	position:relative;
	float:left;
	margin-top:35px;
	width:580px;
	height:625px;
	background-image:url(../images/left_sports.png);
	background-repeat:no-repeat;
}

#left_box4 {
	position:relative;
	float:left;
	margin-top:35px;
	width:580px;
	height:625px;
	background-image:url(../images/left_family.png);
	background-repeat:no-repeat;
}

#aboutpage {
	position:relative;
	float:left;
	margin-top:35px;
	width:825px;
	height:288px;
	background-image:url(../images/about_type.png);
	background-repeat:no-repeat;
	padding: 130px 30px 30px 30px;
}

#contactpage {
	position:relative;
	float:left;
	margin-top:35px;
	width:825px;
	height:288px;
	background-image:url(../images/contact_type.png);
	background-repeat:no-repeat;
	color:#FFF;
	padding: 130px 30px 30px 30px;
}

/* Right Info */

#right_box {
	position:relative;
	float:right;
	width:288px;
	height:530px;
	overflow:hidden;
	top:34px;
}

.right_top { display: block; width: 288px; height: 171px; background: url(../images/right_welcome.png) top left; }
.right_top:hover { background-position: 288px 0; }

.right_middle { display: block; width: 288px; height: 156px; background: url(../images/right_welcome.png) top left; background-position: 0 -171px; }
.right_middle:hover { background-position: 288px -171px; }

.right_bottom { display: block; width: 288px; height: 184px; background: url(../images/right_welcome.png) top left; background-position: 0 -327px; }
.right_bottom:hover { background-position: 288px -327px; }

#info_right {
	position:relative;
	float:right;
	height:46px;
	width:268px;
	background:url(../images/info_right.png);
	bottom:21px;
	font-size:9px;
	text-align:right;
	padding:10px;
	color:#FFF;
}

#footer {
	position:relative;
	float:left;
	background:url(../images/footer.png) no-repeat;
	width:849px;
	height:33px;
	padding: 10px 18px 20px 18px;
	bottom:10px;
	color:#FFF;
	font-size:9px;
}

#footer_welcome {
	position:relative;
	float:left;
	background:url(../images/footer_welcome.png) no-repeat;
	width:508px;
	height:23px;
	padding: 10px 36px 5px 36px;
	margin-top:12px;
	bottom:0px;
	color:#FFF;
	font-size:9px;
}




/* Fader */

.pics {  
	position:relative;
    height:  315px;  
    width:   885px;  
    padding: 0;  
    margin:  auto;
}

.pics img {  
    padding: 0;  
    top:  0; 
    left: 0;
} 

#bottom_nav {
	position:relative;
	float:left;
	width:850px;
	text-align:center;
	font-size:10px;
	margin-top:20px;
}

#bottom_nav a:link 		{ color: #000; text-decoration:none;}
#bottom_nav a:visited 	{ color: #000; text-decoration:none;}
#bottom_nav a:hover 	{ color: #000; text-decoration:underline;}


/* Begin Nav */
ul {
list-style-type:none;
}
#nav {
	position:relative;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 885px;
	left:0px;
	top:20px;
	height:0px;
}

#nav li
	{
	float: left;
	}
	
#nav li a
	{
	float: left;
	display: inline;
	overflow: hidden;
	margin-right: 0px;
	height: 0;
	padding-top: 48px;
	font-size: 1px;
	background: url(../images/nav_transition.png) no-repeat top left;
	}
	
#nav li#home   		a { width:  82px; background-position:    0         0px; }
#nav li#about 		a { width: 102px; background-position:  -82px   	0px; }
#nav li#contact   	a { width: 158px; background-position:  -183px  	0px; }
#nav li#fb  	 	a { width: 134px; background-position:  -346px  	0px; }
#nav li#potraits 	a { width: 220px; background-position:  -480px  	0px; }

#nav li#home   		a:hover { width:  82px; background-position:    -0px   -48px; }
#nav li#about 		a:hover { width: 102px; background-position:   -82px   -48px; }
#nav li#contact   	a:hover { width: 158px; background-position:  -183px   -48px; }
#nav li#fb		   	a:hover { width: 134px; background-position:  -346px   -48px; }
#nav li#potraits  	a:hover { width: 220px; background-position:  -480px   -48px; }

/* Generic */
a:link 		{ color: #FFF; text-decoration:none;}
a:visited 	{ color: #FFF; text-decoration:none;}
a:hover 	{ color: #FFF; text-decoration:underline;}
