﻿body, html
{
    margin:0;
    padding:0;
    background: #ffffff;
    font-family: "Georgia", Verdana, Trebuchet MS, serif;
    font-size: 14px; 
    height:100%;
    width: 100%;     
    background-image: url(../Images/UI/background_large.jpg);
    background-position:top;
    text-align:justify;
    color:#8B8B8B;
    
}
.logo
{
	top: 45px; 	
	left: 6px;
	position:relative;
	background-image: url(../Images/UI/logo.gif);
	background-repeat:no-repeat;
	float:left;
	height:100px;
	width:217px;
	display:block;
	padding:0px 0px 40px 0px;
}
.logo a
{
	height:100px;
	width:217px;
	display:block;
}

.mainContent
{
	background-color:#f8faf6;
	border: solid 4px #bbe086;
	padding: 15px;
	width:870px;
	float:left;
	position:relative;
	margin: 5px 0px 5px 0px;
	display:block;
}

.flashHomePage
{
    _position: inherit;
    display: inline-block;
    width:100%;
    height:100%;
}

.content-three-column
{
    display: inline;
    list-style-type: none;
    font-size: small;
    text-align:left;
}

.content-three-column img
{
    _vertical-align: middle;
    _text-align: center;
    background-color: #FFFF00;
}
.content-three-column-Left
{
    text-align:left;
    background-color: #f8faf6;
    border: solid 4px #bbe086;
    padding: 15px;
    width: 150px;
    height:300px;
    float: left;
    position: relative;
    margin: 5px 0px 5px 0px;
    display: block;
}
.content-three-column-Middle
{
    text-align:left;
    background-color: #f8faf6;
    border: solid 4px #bbe086;
    padding: 15px;
    height:300px;
    width: 150px;
    float: left;
    position: relative;
    margin: 5px 0px 5px 0px;
    display: block;
}
.content-three-column-Right
{
    text-align:left;
    background-color: #f8faf6;
    border: solid 4px #bbe086;
    padding: 15px;
    height:300px;
    width: 150px;
    float: left;
    position: relative;
    margin: 5px 0px 5px 0px;
    display: block;
}

.Content-Two-Column
{
	display:inline-block;
	_position:inherit;
	float:right;
}
	
.col1
{
	background-color:#f8faf6;
	border: solid 4px #bbe086;
	padding: 15px;
	width:570px;
	float:left;
	position:relative;
	margin: 5px 0px 5px 0px;
	display:block;
}
.col2
{
	background-color: #f8faf6;
	border: solid 4px #bbe086;
	padding: 15px;
	display:block;
	width: 300px;
	float: right;
	position: relative;
	margin: 5px 0px 5px 0px;
}
.helpBox
{
	background-color:#e7f3d4;
	border: solid 4px #bbe086;
	width:auto;
	position:relative;
	margin-right:auto;
	margin-left:auto;	
	display:inline-block;
	
}
h1
{
	font-size:24px;
	font-weight:bold;
	color:#FDB100;
}

h2
{
    font-size: 13px;
    font-weight: bold;
    color: #FDB100;
    text-transform: uppercase;
}

h3
{
	font-size: 11px;
	font-weight: bold;
	color: #FDB100;
}


.features
{
    padding-bottom:50px;
}


.Content_Wrapper, .Boxes_Wrapper
{
	overflow: hidden;
	position: relative; /* set width ! */
}

.Content, .Boxes_Content
{
	position: absolute;
	top: 0;
	left: 0;
}
  
.Boxes
{
	width: 734px;
	height: 200px;
	background: url(Images/BoxesBg.html) 0 0 no-repeat;
}
.Boxes_Wrapper
{
	width: 860px;
	height: 200px;
	top: 5px;
	left: 4px;
	white-space: nowrap;
	background-color:#ffffff;
}
.Boxes_Wrapper img
{
	display: inline;
}
.BoxesSlider
{
	width: 860px;
	margin: 14px 0 30px;
}
.BoxesSlider .radslider
{
	margin: 0 auto;
}

.features li
{
    background-image: url('../Images/UI/bullet.gif');
	background-repeat: no-repeat;
	background-position: 8px 8px;
	padding-left: 26px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
}
	
