﻿#contactnav
{
    color: #fff;
}

#PageTopBanner
{
    display: block;
}

#TopBanner
{
    background-color: #012215;
     background: url(../img/banner_contact.jpg);
    background-repeat:no-repeat;
    height: 66px;
    width: 716px;
    padding-left: 40px;
   
}

#TopBanner h1
{
    font-family: Georgia;
    color: #FFD28F;
    font-size: 28px;
    font-weight: normal;
}

#LinkBar
{
    height: 22px;
    width: 756px;
    background-color: #000704;
    text-align: center;
}

#LinkBar a
{
    color: #fff;
}

.linkbarref
{
    width: 200px;
    float: left;
    height: 19px;
    padding-top: 3px;
    cursor: pointer;
}

.linkbarref:hover
{
    background-color: #2c6069;
}

#trail
{
    background-color: #2c6069;
}


#PageHeader
{
    width: 564px;
    height: 40px;
}

#PageHeader h2
{
    font-style: italic;
    font-family: Georgia;
    color: #000;
    font-size: 24px;
    padding-top: 6px;
    margin-left: 8px;
}

.MainText
{
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    width: 544px;
    margin-top: 5px;
    margin-bottom: 8px;   
    
    height: auto;
    min-height: 150px;
    background-color: #e4e4e4;
}

.MainText p
{
    clear: both;
    padding-top: 20px;
    width: 95%;
    padding-bottom: 10px;
    text-align: left;
}

.MainText a:hover
{
    text-decoration: underline;
}

.MainText ul
{
    color: #595A59;
    font-size: 12px; 
    padding-bottom: 10px;
    width: 90%;
}

label
{
    margin-right: 30px;
    float: left;
   
}

.MainText ul li
{
    clear: both;
    margin-top: 15px;
}

input
{
    float: right;
    width: 300px;
}

#contactform
{
    margin: 15px;
    margin-left: 30px;
}

.MainText .leftcol
{
    float: left;
}

.MainText .rightcol
{
    float: right;
}

.MainText .fullcol
{
    float: none;
    width: 100%;
}

.MainText img
{
   width:auto;
}

.textblock
{
    clear: both;
    float: none;
    padding-top: 10px;
}

.MainText .imageinfo p
{
    color: #000;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

/*****Pubs To Let********/

.MainTextToLet
{
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    width: 544px;
    margin-top: 5px;
    margin-bottom: 8px;
    min-height: 120px;
    height: auto;
    background-color: #D3D4D3;
    color:#595A59;
}

.MainTextToLet p
{
    float: left;
    color: #595A59;
    width: 48%;
    text-align: left;
    font-size: 14px;
    padding-bottom: 10px; 
}

.MainTextToLet p img
{
    float: right;
    width: 48%;
}

.MainTextToLet .leftcol
{
    float: left;
}

.MainTextToLet .rightcol
{
    float: right;
}

.MainTextToLet .fullcol
{
    float: none;
    width: 100%;
}

.MainTextToLet img
{
    float: none;
    width: 100%;
    margin-bottom: 10px;
}

.MainTextToLet h2
{
    font-family: Georgia;
    color: #000;
    font-size: 20px;
    padding-bottom: 6px;
}



.leftCol
{
    float: left;
    margin-left: 6px;
}
.rightCol
{
    float: right;
    margin-right: 8px;
    margin-top: 10px;
}

.leftCol, .rightCol
{
    width: 246px;
    text-align: justify;
    margin-bottom: 10px;
}

.downloadcontainer
{
    float: right;
    width: 273px;
    }

.bvbox
{
	width: 273px;
	height: 20px;
	background-color: #d3d4d3;
	padding: 9px 3px 4px 3px;
	color: #000;
	float: right;
	cursor: pointer;
	font-size: 14px;
	margin-top: 4px;
	margin-right: -3px;
}

.bvbox img
{
	width: auto;
	height: auto;
	float: left;
	margin-right: 10px;
	margin-top: -4px;
}

.bvbox:hover
{
	background-color: #e4e4e4;
}


.MainText .latestJobsBox
{
    width: 85%; 
    border: solid 1px #a09f9f;
    float: none;
    margin-top: 10px;
    margin-left: 20px;
    padding: 20px;
    color: #4F4F4F;
}



.MainText .latestJobsBox h3
{
    font-style: italic;
    font-family: Georgia;
    font-weight: normal;
    color: #000;
    font-size: 18px;
    margin-left: 5px;
    
}


