﻿body 
{
	margin-top: 0px;
	font-family: Arial;
	font-size: 13px;
	color: Black;
}
td 
{
	font-family: Arial;
	font-size: 13px;
	color: Black;
}
span
{
	font-family: Arial;
	font-size: 13px;
	color: Black;
}
div
{
	font-family: Arial;
	font-size: 13px;
	color: Black;
}
p
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial;
	font-size: 13px;
	color: Black;
}
ul
{
	line-height: 150%;
	
}
ul li
{
	line-height: 150%;
	font-size: 13px;
}
/* - taken this out as it causes display issues with < IE8 (content section)
ol 
{ 
    margin: 5px;
    margin: 5px;
    counter-reset: item;
    list-style: outside;
}
ol li 
{ 
    display: block;
    padding: 5px;
}
ol li:before 
{ 
    content: counter(item) ". ";
    content: counters(item, ".") ". ";
    counter-increment: item;
}
*/
.redText
{
	color: #A21E22;
}
.greyUL
{
	line-height: 150%;
	color: Gray;
}
.greyUL li
{
	line-height: 150%;
	font-size: 13px;
	color: Gray;
}
.redUL
{
	color: #A21E22;
}
.redUL li
{
	font-size: 12px;
	color: #A21E22;
}
.center
{
	 text-align: center;
}
.right
{
	 text-align: right;
}
.autoMargin
{
	margin: auto;
}
.logoBanner
{
	background-image: url(Images/LogoBanner.jpg); 
	background-repeat: no-repeat;
    width: 920px;
    height: 145px;
    padding-left: 35px;
    text-align: left;
}
.menu
{
	text-align: left;
	background-image: url(Images/MenuBG.jpg); 
	background-repeat: no-repeat;
	height: 56px;
	width: 920px;
}
.menuItem
{
	cursor: pointer;
}
.main
{
	background-image: url(Images/MainBG.jpg); 
	background-repeat: no-repeat;
	width: 920px;
}
.content
{
	text-align: left;
	background-image: url(Images/ContentBG.jpg); 
	background-repeat: no-repeat;
	width: 855px;
	margin: auto;
	min-height: 550px;
}
.contentLeftPadded
{
	padding-left: 50px;
	position: relative;
}
.contentTopPadded
{
	padding-top: 30px;
	position: relative;
}
.contentPadded
{
	padding-top: 30px;
	padding-left: 50px;
	position: relative;
}
.pageHeader
{
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #A21E22;
}
.blackHeaderSmall
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: Black;
}
.blackHeaderSmall12
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: Black;
}
.blackHeader
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: Black;
}
.blackHeaderMedium
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: Black;
}
.blackTextBig
{
	font-family: Arial;
	font-size: 16px;
	color: Black;
}
.blackHeaderLarge
{
	font-family: Arial;
	font-size: 24px;
	font-weight: 700;
	color: Black;
}
.redHeaderSmall
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #A21E22;
}
.redHeaderMedium
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #A21E22;
}
.redHeaderLarge
{
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #A21E22;
}
.redHeaderSteps
{
	text-decoration: underline;
	font-family: Verdana;
	font-size: 18px;
	font-weight: 700;
	color: #A21E22;
}
.greyHeaderBlock
{
	background-color: #414141;
    height: 40px;
    padding: 5px;
}
.lightGreyHeaderBlock
{
	background-color: #919191;
    padding: 5px;
}
.greyHeader
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: Gray;
}
.greyHeaderMedium
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: Gray;
}
.greyHeaderSmall
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: Gray;
}
.greyText
{
	font-family: Arial;
	font-size: 12px;
	color: Gray;
}
.whiteHeaderMedium
{
	color: White;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
}
.whiteHeaderLarge
{
	color: White;
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
}
.greyContentBlock
{
	background-color: #EEEEEE;
	padding: 5px 5px 5px 5px;
}

.liContentBlock
{
	font-family: Arial;
	font-size: 14px;
	font-weight: 700;
}
.liContentRedLarge
{
	font-family: Arial;
	font-size: 16px;
	font-weight: 700;
	color: #A21E22;
}
.bold
{
	font-weight: bold;
}
.boldRed
{
	font-weight: bold;
	color: #A21E22;
}
.floatRight
{
	float: right;
	padding: 5px 5px 5px 5px;
}
.floatLeft
{
	float: left;
	padding: 5px 5px 5px 5px;
}
.textCentered
{
	vertical-align: middle;
}
.footer
{
	background-color: #808080;
	height: 50px;
	text-align: center;
	color: White;
}
.footer td
{
	color: White;
}
.footer a
{
	color: White;
}

/* home page containers */
.ContTL
{
	background-image: url(Images/Containers/ContTL.png);
	background-repeat: no-repeat;
	width: 9px;
	height: 9px;
}
.ContTC
{
	background-image: url(Images/Containers/ContTC.png);
	background-repeat: repeat-x;
	height: 9px;
}
.ContTR
{
	background-image: url(Images/Containers/ContTR.png);
	background-repeat: no-repeat;
	width: 9px;
	height: 9px;
}
.ContLC
{
	background-image: url(Images/Containers/ContLC.png);
	background-repeat: repeat-y;
	width: 9px;
}
.ContC
{
	background-color: #d8d8d8;
}
.ContRC
{
	background-image: url(Images/Containers/ContRC.png);
	background-repeat: repeat-y;
	width: 9px;
}
.ContBL
{
	background-image: url(Images/Containers/ContBL.png);
	background-repeat: no-repeat;
	width: 9px;
	height: 9px;
}
.ContBC
{
	background-image: url(Images/Containers/ContBC.png);
	background-repeat: repeat-x;
	height: 9px;
}
.ContBR
{
	background-image: url(Images/Containers/ContBR.png);
	background-repeat: no-repeat;
	width: 9px;
	height: 9px;
}
.jobHeaderRow td
{
	background-color: #808080;
	padding: 5px 0px 5px 0px;
}
.jobHeaderLabel
{
	color: White;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}
.jobRow td
{
	background-color: #F5F5F5;
	padding: 5px 0px 5px 0px;
}
.jobAltRow td
{
	background-color: #FFFFFF;
	padding: 5px 0px 5px 0px;
}
.takeTheTour
{
	padding-right: 20px;
	float: right;
}
.promotionButton
{
	padding-right: 40px;
	float: right;
}

.gridHeader
{
	background-color: #414141;
    padding: 5px;
    color: White;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
}
.gridRow
{
	background-color: #d8d8d8;
}

.partnerIntroduction
{    
   background-image: url(images/Partner/Introduction.gif);
    background-repeat: no-repeat;
	height: 120px; 
	width: 920px;
 }

.partnerLeftCorner
{  
    background-image: url(images/Partner/Imageleftcorner.gif);
    background-repeat: no-repeat ;
    height: 233Px;     
}
 

.partnerButtom
{    
    background-image: url(images/Partner/ImageButtom.gif);
    background-repeat: no-repeat ;
     height:171;
}
.partnerFooter
{    
    background-image: url(images/Partner/ImageFooter.gif);
    background-repeat: no-repeat ;
    height: 40px;
    text-align: center;
	color: White; 
}
.partnerFooter td
{
	color: White;
}
.partnerFooter a
{
	color: White;
}
.ULBlack
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Black;
}


.modalBackground {

    background-color:#414141;

    filter:alpha(opacity=70);

    opacity:0.7;
}
.pnlPop

{

      background-color: #faf9f4;

      font-family: Tahoma, Helvetica, Sans-Serif;

      font-weight: normal;

      font-size: 11px;

      padding: 5px;

}




.partnerHeaderBrown
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	 color:#990000;
}
.partnerHeaderAqua
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#006666;
}
.PartnerBullets
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: Black;
}
.PartnerBlackText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}
.PartnerContent
{
	text-align: left;
	background-image: url(Images/ContentBG.gif); 
	background-repeat: no-repeat;
	width: 855px;
	margin: auto;
	min-height: 550px;
}
.PartnerblackHeader
{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: Black;
}
.PartnerMain
{
	background-image: url(Images/MainBG.jpg); 
	background-repeat: no-repeat;
	width: 920px;
}

.PartnerblueHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #000066;
}

.PartnerblueHeadersmall
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	color: #000066;
}
.PartnerblueHeadersmallItalic
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	color: #000066;
	font-weight: bold;
	font-style: italic;
}
.PartnerRedHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: Red;
}
