/* CSS Document */
.flash
{
	position: absolute;
	top: 25px;
	left: 260px;
}
.content
{
	background:url(../_images/index_bg.gif) no-repeat;
	border: 1px solid #70a6df;
}
.intro
{
	position: absolute;
	left: 263px;
	top: 11px;
	width: 507px;
	height: 85px;
	font-size: 12px;
	line-height: 18px;
}
.games
{
	position: absolute;
	left: 21px;
	top: 24px;
}
.facebook
{
	position: absolute;
	left: 395px;
	top: 545px;
}
.facebook ul
{
    list-style: none;
}
.facebook li
{
    margin-left: 15px;
    display: inline;
}
.image01
{
	position: absolute;
	left: 23px;
	top: 329px;
}
.schaeffer 
{
	position: absolute;
	top: 605px;
	left: 460px;
}
.quicklinks
{
	position:absolute;
	top: 329px;
	left: 625px;
	font-size:12px;
}
.quicklinks h1
{
	display: block;
	background-color: #70a6df;
	width: 140px;
	height: 23px;
	line-height: 23px;
	color: white;
	font-weight: bold;
	font-size:12px;
	text-align: center;
	margin: 0;
}
.quicklinks li
{
	text-align: right;
	list-style: none;
	margin-top: 8px;
}
.quicklinks a
{
	color: #085aa4;
}
.image02
{
	position: absolute;
	left: 366px;
	top: 465px;	
}
.image02 table tr
{
	font-size:13px; 
	color:#70A6DF; 
	font-weight:bold;
}	
.quotelinks
{
	position: absolute;
	left: 24px;
	top: 110px;
}
.quotelinks h1
{
	font-size: 18px;
	color: #085aa4;
	margin: 0;
	margin-bottom: 5px;
}
.quotelink{
	display: block;
	float: left;
	width: 113px;
	height: 38px;
	margin-right: 10px;
	padding: 4px 128px 8px 4px;
	font-size: 11px;
	font-weight: bold;
	color: white;
	line-height: 11px;
}
.quotelink:hover{
	color: #1261a9;
	text-decoration: none;
}
 #services-content
    {
        position: absolute;
        padding-top: 181px;
        clear: left;
        width: 100%;
        height: 183px;
        padding-right: 5px;
        margin-left: 10px;
    }
    #household, #international, #relocation, #freight-c
    {
        float: left;
        width: 180px;
        margin-right: 7px;
        margin-left: 7px;
    }
    #household h3, #international h3, #relocation h3, #freight-c h3 
    {
        color: #70a6df;
        font-size: 13px;
    }
    #international p, #relocation p, #household p, #freight-c p
    {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 12px;
    }
    #household a, #international a, #relocation a, #freight-c a 
    {    
        color: #70a6df;
        text-decoration: none;
    }
    #household a:visited, #international a:visited, #relocation a:visited, #freight-c a:visited
    {    
        text-decoration: none;
        color: #70a6df;
    }
    #household a:hover, #international a:hover, #relocation a:hover, #freightv a:hover 
    {
        text-decoration: none;
    }
    .read-more
    {
        float: right;
        font-size: 12px;
        padding-right: 5px;
        padding-top: 5px;
    }
#na{
	background-image:url(../_images/quotes/moving_na.jpg);
}
#intl{
	background-image:url(../_images/quotes/moving_intl.jpg);
}
.quotelink#intl{
	color: #1261a9;
}
.quotelink#intl:hover{
	color: white;
}
#freight{
	background-image:url(../_images/quotes/moving_freight.jpg);
}
.legal{
	position: absolute;
	bottom: 12px;
	right: 20px;
	top: 691px;
	text-align: right;
	font-size: 9px;
}
.legal a{
	margin-right: 10px;
	color: black;
}
.loginbox{
	position: absolute;
	top: 132px;
	right: 197px;
	padding-left: 10px;
	padding-right: 10px;
	height: 26px;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	line-height: 26px;
}
div.loginbox a{
	color:#000000;
}
.gallerycontainer h3
{
    margin-top: -10px;
    margin-bottom: 2px;
    color: #70a6df;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: absolute;
top: 480px;
left: 15px;
height: 200px;
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #70a6df;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: White;
padding: 5px;
left: -1000px;
border: none;
visibility: hidden;
color: black;
text-decoration: none;
margin-top: -400px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
height: 600px;
width: 450px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 310px; /*position where enlarged image should offset horizontally */
z-index: 50;
margin-top: -400px;
}
