
/* =====================< Main Layout >======================= */

* {
	margin:0;
}


body
{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    background-image: url('../Images/background.jpg');
    background-repeat: repeat;
    filter: expression(document.execCommand("BackgroundImageCache",false,true));
}

#Wrapper
{
    margin: auto;
    text-align: center;
    height: auto;
    width: 990px;
    background-color: #FFFFFF;
}

#Header
{
	width: 990px;
	height: 180px;
	background-image: url( '../Images/Header.jpg' );
	/* cursor: pointer; */
	text-align: left;
}

#SubHeader
{
    width: 990px;
    height: 387px;
}

#SubHeader img
{
    margin-left: 31px;
}

#MainLogo
{
    position: relative;
    top: 20px;
    left: 25px;
    width: 260px;
    float: left;
    display: inline;
}

#ContentLeft
{
    float: left;
    width: 680px;
}

#ContentRight
{
    float: right;
    width: 200px;
}

#MainContent
{
    padding: 5px 30px 50px 30px;
    text-align: left;
}

#Footer
{
	width: 990px;
	height: 133px;    
    margin: auto;
	text-align: center;	
	background-image: url('../Images/Footer.jpg');
	background-repeat: no-repeat;
}

#FooterContent
{
	margin: auto;
	width: 960px;
}

#FooterLeft
{
	padding-top: 50px;
	padding-left: 35px;
	float: left;
	width: 250px;
	text-align: left;
}

#FooterMiddle
{
    float: left;
    width: 360px;
    position: relative;
    margin-left: 30px;
    top: 20px;
    text-align: left;
}

#FooterRight
{
	padding-top: 10px;
	padding-right: 25px;
	float: Right;
	width: 220px;
	text-align: right;
}


/* =====================< Box Definitions >======================= */

.clearfloat
{
	clear:both;
}

.centre
{
	margin: auto;
	width: 500px;
}

/* =====================< Home Page Styles >============================= */

.LeftCol
{
    float: left;
    width: 310px;
    margin-left: 20px;
}

.RightCol
{
    float: left;
    width: 310px;
    margin-left: 45px;
}


/* =====================< Our Services Section >============================= */

#Services a:link
{
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

/* =====================< Mid Section - HOME PAGE >============================= */

#MidSection
{
    position: relative;
    float: left;
    text-align: left;
    margin-left: 31px;
    margin-top: 20px;
    width: 928px;
    height: 287px;
    background-image: url('../Images/Home_TopSection_bg.jpg');
}

#MidSection .Section
{
    width: 189px;
    height: 287px;
    float: left;
    padding: 0px 20px 0px 20px;
}

#MidSection .Divider
{   
    width: 4px;
    height: 5px;
    float: left;
}

#MidSection h2
{
    margin-top: 10px;
    font-size: 18px;
    color: #F88E1E;
}

#MidSection p
{
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: #333333;
}

#MidSection .Black
{
    color: #333333;
}

#MidSection a:link, #MidSection a:visited
{
    position: absolute;
    bottom: 20px;
    padding: 6px;
    background-color: #333333;
    color: #FFFFFF;
    font-size: 12px;
}

#MidSection a:hover
{
    background-color: #F88E1E;
    text-decoration: none;
}

/* =====================< Mid Section - SUMMARY LINKS  >============================= */

#MidSectionSummary
{
    position: relative;
    float: left;
    text-align: left;
    margin-left: 31px;
    margin-top: 8px;
    height: 40px;
    width: 928px;
}

#MidSectionSummary .Section
{
    width: 229px;
    height: 100%; 
    float: left;
}

#MidSectionSummary .Divider
{   
    width: 4px;
    height: 5px;
    float: left;
}

#MidSectionSummary h2
{
    display: block;
    margin-top: 8px;
    margin-left: 10px;
    font-size: 18px;
    color: #F88E1E;
}

#MidSectionSummary .Black
{
    color: #333333;
}

#MidSectionSummary a:link, #MidSectionSummary a:visited
{
    text-align: Left;
    text-decoration: none;
    position: absolute;
    background-color: #EBEBEB;
    height: 40px;
    width: 229px;    
}

#MidSectionSummary a:hover, #MidSectionSummary a:hover .Black, #MidSectionSummary a.current h2,
#MidSectionSummary a:hover h2, #MidSectionSummary a.current, #MidSectionSummary a.current .Black
{
    background-color: #F88E1E;
    text-decoration: none;
    color: #FFFFFF;
}