﻿html{}

body 
{
	margin:0px;
	padding:0px;
	overflow:hidden;
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size:80%;
	line-height:1em;
}

img
{  
	border-style: none;
}

#whiteMobile
{
	background-color: #FFFFFF; 
}

#mobile
{
	display:block;
	display:block;
    position:absolute;
    margin:10px; 
    padding:0px;  
	height:100%;
    width:100%;
	
}

#mobile a
{
	font-family: Helvetica, Arial, sans-serif;
	color:#690;
	text-decoration:none;
}

#mobile a:visited
{
	font-family: Helvetica, Arial, sans-serif;
	color:#660;
}

#mobiliesite
{
    display:block;
    position:absolute;
    margin:0px; 
    padding:0px;  
    background-image:url(images/mobile/headwindsMobilePortraitBG.jpg);
    background-repeat:no-repeat;
    height:100%;
    width:100%;
}

#mobiliesite #socialbar
{
    top:20px;
    left:20px;
}

#mobiliesite #socialbar ul
{
    list-style-type:none;
    margin:0px; 
    padding:0px;
}

#mobiliesite #socialbar li
{
    margin:0px; 
    padding:0px;
}


#mobiliesite #socialbar a.twitter 
{
    display:block;
	position:absolute;
	text-decoration:none;
	width:45px;
	height:48px;
    background: url(../images/twittericon_bw.png);
	background-repeat: no-repeat;
	top:5px;
}

#mobiliesite #socialbar a:hover.twitter 
{
    display:block;
	position:absolute;
	width:45px;
	height:48px;
    background: url(../images/twittericon.png);
	background-repeat: no-repeat;
	top:5px;
}

#mobiliesite #socialbar a.facebook  
{
    display:block;
	position:absolute;
	width:45px;
	height:48px;
    background: url(../images/facebookicon_bw.png);
	background-repeat: no-repeat;
	top:5px;
}

#mobiliesite #socialbar a:hover.facebook 
{
   display:block;
	position:absolute;
	width:45px;
	height:48px;
    background: url(../images/facebookicon.png);
	background-repeat: no-repeat;
	top:5px;
}

#mobiliesite #socialbar a.youtube 
{
    display:block;
	position:absolute;
	width:45px;
	height:48px;
    background: url(../images/youtubeicon_bw.png);
	background-repeat: no-repeat;
	top:5px;
}

#mobiliesite #socialbar a:hover.youtube
{
   display:block;
	position:absolute;
	width:45px;
	height:48px;
    background: url(../images/youtubeicon.png);
	background-repeat: no-repeat;
	top:5px;
}

#mobiliesite #socialbar a.rss 
{
    display:block;
	position:absolute;
	width:45px;
	height:48px;
    background: url(../images/rssicon_bw.png);
	background-repeat: no-repeat;
	top:5px;
}

#mobiliesite #socialbar a:hover.rss
{
   display:block;
	position:absolute;
	width:45px;
	height:48px;
    background: url(../images/rssicon.png);
	background-repeat: no-repeat;
	top:5px;
}

#mobiliesite #socialbar a.email 
{
    display:block;
	position:absolute;
	width:45px;
	height:48px;
    background: url(../images/emailicon_bw.png);
	background-repeat: no-repeat;
	top:5px;
}

#mobiliesite #socialbar a:hover.email
{
   display:block;
	position:absolute;
	width:45px;
	height:48px;
    background: url(../images/emailicon.png);
	background-repeat: no-repeat;
	top:5px;
}

