body
{
    background-color: #4D4D4F;
    background-image: url(../../Media/Images/Layout/Common/background.jpg);
    background-repeat: repeat-x;
    background-position: 0 0;
    font-family: Arial;
    font-size: 12px;
    line-height: 16px;
    color: #4D4D4F;
    position: relative;
}

a 
{
    text-decoration: none; 
    color: #F4911E;
}

a:hover { text-decoration: underline; }

h1, h2, h3, h4
{
    font-family: Arial;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

h1, h2
{
    margin: 5px 0 10px 0;
}

h1
{
    color: #F4911E;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
}

h2
{
    color: #7E8083;
    font-size: 14px;
    line-height: 16px;
}

p
{
    margin: 10px 0;
}

ul
{
    list-style-type: none;
    margin: 10px 0 20px 0;
    padding: 0;
    position: relative;
}

ul li
{
    padding: 0 0 0 32px;
    background-image: url(../../Media/Images/General/right-arrow.gif);
    background-repeat: no-repeat;
    background-position: 15px 2px;
    margin: 0 0 5px 0;
}

img
{
	padding: 0px;
	border: 0px;
	display: block;
}

form
{
	padding: 0px;
	margin: 0px;
}

/******************* GENERAL CSS CLASSES *******************/
.spacer
{
    clear: both;
    height: 0;
    overflow: hidden;
}

.required
{
    font-weight: bold;
    color: #78787A;
}

.error,
.highlight
{
    font-weight: bold;
    color: #FF0000;
}

.featureBox
{
    padding: 8px;
    background-color: #EEEEEE;
    border: Solid 1px #CCCCCC;
    margin: 10px 0;
}

.featureBox ul
{
    margin: 10px 0 10px 10px;
}

.featureBox li
{
    background-color: #EEEEEE !important;
}

a.majorLink
{
    text-transform: uppercase;
    font-size: 10px;
    font-family: Arial;
    font-weight: bold;
    color: #4C4D4F;
    padding: 0 15px 0 0;
    background-image: url(../../Media/Images/General/right-arrow.gif);
    background-repeat: no-repeat;
    background-position: right center;
}
