/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
	
}

/* hide from MacIE \*/
html {

    min-height: 100%;
    /*margin-bottom: 1px;
	border-top-style:inset;
	border-top-width:17px;*/
	

}
/* end hiding from IE5 mac */



a {
overflow: hidden;
}

#headerholder {
	font-family: Georgia;
	padding-top: 16px;
	height: 106px;
	font-size: 125.01%;
	background-image:url(../images_home/background_top_light.gif);
	background-repeat: repeat-x;
	background-position:top;
	
}

#headerleft {
	float: left;
	width: 690px;
	text-align: left;
	padding: 0 0 0px 0;
}

#headerleft img {
	z-index: 1200;
	border:0;
	outline:none;
	
	}

#headerright {
	float: right;
	width: 260px;
	text-align: right;
	padding: 0 0px 0px 0px;
	border:0;
	outline:none;
	}
	
	

#headerright img {
	
	border:0;
	outline:none;
	
	}

#follow {
float:right;
margin-top:-3px;
font-size:100%;
}


#follow img {
border-style:none;
}

#socialmedia {
float:right;
}

.follow {
display:block;
height:26px;
background-image:url(../images/buttons/social-media-block.gif);
float:left;
}

.twitter {
width:26px;
background-position:0px 0px;
}

.rss {
width:26px;
background-position:-26px 0px;
}

.email-follow {
width:26px;
background-position:-52px 0px;
}

.blog {
width:48px;
background-position:-78px 0px;
}

.twitter:hover {
background-position:0px -26px;
}

.rss:hover {
background-position:-26px -26px;
}

.email-follow:hover {
background-position:-52px -26px;
}

.blog:hover {
background-position:-78px -26px;
}

#footer-left {
	background: #FFF;
	clear: both;
	height: 50px;
	position:relative;
	top:50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer-left p {
	font-size: 11px;
	color: #999;
	text-align: left;
	
}

#footer-left a {
	color:#999;
	text-decoration: none;
}

#footer-left a:link, #footer-left a:visited {
	color: #999999;
	text-decoration: none;
}

#footer-left a:hover, #footer-left a:focus {
	color: #666666;
	text-decoration: underline;
}

#footer-right img {
float:right;
outline:none;
border:none;
margin-top:-10px;
}


