﻿/********** Elements **********/
body
{
    background-color: #61a4dc;
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
    background-image: url('Images/Background.jpg');
    font-family: Arial, Helvetica, sans-serif;
}

a
{
	color:#ffffff;
	text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a img
{
    border: none;
}

fieldset
{
    border: none;
    padding: 0px;
    margin: 0px;
}

h1
{
    padding: 0px;
    margin: 0px;
    color: #800000;
}

h2
{
    padding: 0px;
    margin: 0px;
}

h3
{
    padding: 0px;
    margin: 0px;
}

#ContentBody h3
{
    padding: 0px 0px 0px 27px;
    margin: 0px;
    background-image: url('Images/TextMiddle.png');
}

input
{
    border: none;
    margin: 0px;
    padding: 0px;
}

/********** IDs **********/
#Wrapper
{
    background-image: url('Images/bgContentWrapper.jpg');
    background-repeat: repeat-x;
    height: 768px;
    margin: 0 auto;
    width: 1024px;
}

#Header
{
    height: 177px;
    width: 1024px;
    padding: 0px;
    margin: 0px;
}

.Logo
{
    margin: 19px 0px 0px 0px;
    padding: 0px;
    float: left;
    width: 303px;
    height: 135px;
    border: 0px;
}

#BreadCrumbs
{
    height: 20px;
    width: 371px;
    margin-left: 56px;
    float: left;
    font-size: 11px;
    padding-top: 50px;
}

#Search
{
    height: 70px;
    float: left;
    vertical-align: middle;
    display: block;
}

#Search fieldset
{
    display: block;
	height: 20px;
}

.Textbox
{
    height: 20px;
    float: left;
    width: 247px;
    color: #808080;
}

#MenuMain
{
    height: 31px;
    width: 644px;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 0px 55px;
}

#MenuMain p
{
    background-image: url('Images/MenuGrey.png');
    height: 23px;
    width: 161px;
    float: left;
    text-align: center;
    padding-top: 8px;
}

#MenuMain p:hover
{
    background-image: url('Images/MenuRed.png');
}

#MenuMain a
{
    color: #FFFFFF;
}

#Footer
{
    width: 870px;
    margin-left: 154px;
    height: 34px;
    font-size: 11px;
    color: #241f20;
}

#Footer a
{
    color: #241f20;
}

#Footer a:hover
{
    color: #800000;
}

#Copyright
{
    float: left;
    margin: 5px 50px 0px 0px;
    width: 150px;
}

#SiteMap
{
    float: left;
	display:block;
    width: 670px;
}
#SiteMap p
{
    font-size: 14px;
    font-weight: bold;
    float: left;
    padding-left: 4px;
}

#ContentWrapper
{
    width: 824px;
    padding: 0px;
    margin: 0px;
    float: left;
    position: relative;
    font-size: 14px;
    font-weight: bolder;
}
#ContentTitle
{
    margin-left: 300px;
}

#ContentLeft
{
    height: 311px;
    width: 275px;
    float: left;
}

.ContentLeftImagePipe
{
    position: absolute;
    top: 0px;
}

.ContentLeftImagePipeExtender
{
  	margin-top:13px;
    background-image: url('Images/PipeContent.png');
    background-repeat: repeat-y;
    background-position: left bottom;
}

.ContentLeftImageOther
{
    margin-top: 13px;
}

#ContentBody
{
    width: 493px;
    margin-left: 275px;
}

#ContentBody a
{
    color: #800000;
}

#ContentBody p
{
    background-image: url('Images/TextMiddle.png');
    background-repeat: repeat-y;
    padding: 0px 14px 24px 27px;
    margin: 0px;
}

#ContentBody p.LastParagraph
{
    padding-bottom: 0px;
}

#ContentRight
{
    width: 200px;
    margin-left: 824px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.MenuDefault p
{
    width: 200px;
    height: 80px;
    padding: 28px 0px 0px 0px;
    margin: 0px;
}

.MenuServices p
{
    width: 132px;
    height: 30px;
    padding: 15px 0px 0px 0px;
    margin: 0px;
}
.PlugLeft
{
    background-image: url('Images/PlugLeftRed.png');
    background-repeat: no-repeat;
}

.PlugLeft:hover
{
    background-image: url('Images/PlugLeftBlue.png');
}

.PlugRight
{
    background-image: url('Images/PlugRightGrey.png');
    background-repeat: no-repeat;
}

.PlugRight:hover
{
    background-image: url('Images/PlugRightBlue.png');
}
.Clear
{
    clear: both;
}

.ServiceButton
{
    background-image: url('Images/ButtonGrey.png');
    background-repeat: no-repeat;
}
.ServiceButton:hover
{
    background-image: url('Images/ButtonRed.png');
}
