﻿body.home
{
    background-image: none;
    background-color: White;
}

.features, .feature, .login-outer, .locations, .locate
{
    overflow: hidden;
    height: 100%;
}
/*
#home
{
    width: 940px;
    margin: 0px auto;
    padding: 10px 0px;
    overflow: hidden;
}
*/

#home #content
{
}
#home .login-outer
{
    background: Black;
    height: 430px;
}
#home .home-form
{
/*    filter:alpha(opacity=70);
	opacity:0.7; */
	color: White;
}
#home .reg
{
    float: right;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    width: 421px;
}
/*#home .home-form:Hover
{
    filter:none;
	opacity:1;
}*/
#home .home-form label
{
    width: 35%;
}
#home .home-form h4
{
    color: White;
}
#home .home-form a
{
    color: #EFEFEF;
}
#home .home-form .item
{
    padding: 4px 3px;
}

/*#home .form
{
    display: block;
    padding: 3px;
    width: 400px;
    margin-top: 100px;
    background-color:#FF80FF;
	filter:alpha(opacity=70);
	opacity:0.7;
	font-weight: bold;
	text-decoration: none;
	color: White;
}*/

/* Features */
.features
{
    display: block;
    clear: both;
    padding: 15px 0px 5px 0px;
}
.feature
{
    width: 320px;
    margin: 0px 10px 10px 0px;
    float: left;
}
.feature-bg
{
    background-image: url("images/feature-ftr.png");
}
.feature-bg1
{
    background-image: url("images/feature-ftr1.png");
}
.feature img.main
{
    margin-bottom: 10px;
}
.feature .content
{
    background-color: White;
    padding: 7px 7px 0px 7px;
    height: 220px;
}
.feature p.back
{
    margin-top: 10px;
}
.feature h3.hdr
{
    background-image: url("images/feature-hdr.png");
}
.feature h3.hdr1
{
    background-image: url("images/feature-hdr1.png");
}
.feature h3 a
{
    color: White;
}

/* Pics and title */
.locations
{
}
.locate
{
    width: 24%;
    float: left;
    margin: 0px .9% 10px 0px;
}
.locate a.main, .feature a.main
{
    display: block;
    height: 100px;
    background: White none no-repeat center center;
    border: solid 1px #CECECE;
    text-decoration: none;
}
.locate p.back
{
    margin-top: 8px;
}
.locations h3
{
    margin-bottom: 10px;
}
