/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {color: #2173c6;}
a:visited {color: #2173c6;}
a:hover {color: red;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

html {
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	padding: 0px;
	margin: 0px;
	background: #efefef;
	}
	
body.splash {
    background: #FFFFFF;
    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	font: 0.75em/1.3 arial, verdana, sans-serif;
	color: #000000;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a img {
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
    color: #2173c6;
    font-size: 24px;
    font-weight: normal;
    margin-top: 0px;
	}
	
h1.extraLarge {
    font-size: 35px;
    }

h2 {
    color: #2173c6;
    font-size: 20px;
    font-weight: normal;
    margin: 10px 0px 10px 0px;
	}

h3 {

	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

ul {
	padding: 0px 0px 0px 15px;
	}
	
	ul li {
		
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Individual Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.hidden {
	display: none;
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.left {float: left;}
.right {float: right;}
.justify {text-align: justify;}
.block {display: block;}
.clear {clear: both; height: 1px;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.marginTop5 {margin-top: 5px;} .marginRight5 {margin-right: 5px;} .marginBottom5 {margin-bottom: 5px;} .marginLeft5 {margin-left: 5px;}
.marginTop10 {margin-top: 10px;} .marginRight10 {margin-right: 10px;} .marginBottom10 {margin-bottom: 10px;} .marginLeft10 {margin-left: 10px;}
.marginTop15 {margin-top: 15px;} .marginRight15 {margin-right: 15px;} .marginBottom15 {margin-bottom: 15px;} .marginLeft15 {margin-left: 15px;}
.marginTop20 {margin-top: 20px;} .marginRight20 {margin-right: 20px;} .marginBottom20 {margin-bottom: 20px;} .marginLeft20 {margin-left: 20px;}

.paddingTop5 {padding-top: 5px;} .paddingRight5 {padding-right: 5px;} .paddingBottom5 {padding-bottom: 5px;} .paddingLeft5 {padding-left: 5px;}
.paddingTop10 {padding-top: 10px;} .paddingRight10 {padding-right: 10px;} .paddingBottom10 {padding-bottom: 10px;} .paddingLeft10 {padding-left: 10px;}
.paddingTop20 {padding-top: 20px;} .paddingRight20 {padding-right: 20px;} .paddingBottom20 {padding-bottom: 20px;} .paddingLeft20 {padding-left: 20px;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.minHeight117 {min-height: 117px; height: auto !important; height: 117px;}
.minHeight200 {min-height: 200px; height: auto !important; height: 200px;}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.alertError {
    display: block;
    color: red;
	border: 3px double red;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	}

.alertSuccess {
    display: block;
    color: green;
	border: 3px double green;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.blueText {
	color: #2173c6;
	}
	
.blueTextBold {
    color: #2173c6;
    font-weight: bold;
    font-size: 14px;
    }
	
.firstParagraph {
    color: #2173c6;
    font-weight: bold;
    }

.largeText {
    color: #000000;
    font-size: 18px;
    }

.biggerText {
    font-size: 16px;
    }
    
.ircaText {
    color: #2173c6;
    font-size: 18px;
    font-weight: normal;
    float: right;
    clear: both;
    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.smallFont {
	font-size: 0.8em;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.formattedList {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0;
	}
	
	.formattedList li {
		padding: 0px 0px 10px 18px;
		margin: 0px;
		background: transparent url('images/framework/bullet.gif') no-repeat left 0.2em;
		}
		
		.formattedList li .blue {
		    font-weight: bold;
		    color: #265aa9;
		    }
		    
.formattedList.bold {
    font-weight: bold;
    font-size:14px;
    }
		
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.footerList {
    list-style-type: none;
	padding: 0px 0px 0px 0px;
    }
    
	.footerList li {
		padding: 0px 0px 10px 18px;
		margin: 0px;
		background: transparent url('images/framework/bullet.jpg') no-repeat left 0.2em;
		}
		
		.footerList li .blue {
		    font-weight: bold;
		    color: #2173c6;
		    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.formattedTable {
	width: 100%;
	}
	
	.formattedTable th, .formattedTable td {padding: 5px; text-align: left;}
	
	.formattedTable th {
		background-color: #3d6ca6;
		font: bold 13px arial, verdana, sans-serif;
		color: #ffffff;
		vertical-align: top;
		}
		
	.formattedTable .colorRow {
		background-color: #ecebec;
		}

                
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.borderedTable {
	width: 100%;
	background-color: #0062A1;
	}

	.borderedTable th, .borderedTable td {
		padding: 5px;
		background-color: White;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.scheduleTable {
    width: 100%;
    }
    
    .scheduleTable .tableTitle {
	    font-size: 16px;
	    color: #1868b4; 
	    padding: 5px 5px 5px 5px;
	    text-align: left;
	    vertical-align: middle;
	    font-weight: bold;
	    }
    
    .scheduleTable a {
        color: #FFFFFF;
        text-decoration: none;
        }
        
        .scheduleTable a:hover {
            text-decoration: underline;
            }
    
    .scheduleTable th {
        padding: 4px;
        background-color: #02204d;
		color: White;
        }
        
    .scheduleTable td {
        padding: 4px;
        text-align: center;
        }
    
    .scheduleTable .green {
        background: #95dcab;
        padding: 4px;
        color: #FFFFFF;
        text-align: left;
        color: #000000;
        font-weight: bold;
        }
        
    .scheduleTable .blue {
        background: #6592d5;
        padding: 4px;
        color: #FFFFFF;
        text-align: left;
        color: #000000;
        font-weight: bold;
        }
        
    .scheduleTable .red {
        background: #ef9090;
        padding: 4px;
        color: #FFFFFF;
        text-align: left;
        color: #000000;
        font-weight: bold;
        }
        
    .scheduleTable .yellow {
        background: #edc887;
        padding: 4px;
        color: #FFFFFF;
        text-align: left;
        color: #000000;
        font-weight: bold;
        }
        
    .scheduleTable .headGreen {
        background: #2c8655;
        padding: 4px;
        color: #FFFFFF;
        text-align: left;
        }
        
    .scheduleTable .headBlue {
        background: #275baa;
        padding: 4px;
        color: #FFFFFF;
        text-align: left;
        }
        
    .scheduleTable .headRed {
        background: #c02c2c;
        padding: 4px;
        color: #FFFFFF;
        text-align: left;
        }
        
    .scheduleTable .headYellow {
        background: #f29f0d;
        padding: 4px;
        color: #FFFFFF;
        text-align: left;
        }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.specialOffers {
    border: 1px solid #2173c6;   
    }
    
    .specialOffers .title {
        background-color: #eeeeee;
        border: 1px solid #f8f8f8;
        color: red;
        font-size: 17px;
		font-weight: bold;
        padding: 7px 10px 7px 10px;
        }
        
    .specialOffers .content {
        padding: 10px;
        }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.featuredHolderBlueBlock {
	background-color: #2173c6;
	padding: 15px;
	color: White;
}
	
.featuredHolderSolid {
	background-color: #e9f1f9;
	border: 1px solid #2173c6;
    padding: 10px;
    }
    
    .featuredHolderSolid .buttonText {
        line-height: 40px;
        }
	
.featuredHolderDouble {
	background-color: #e9f1f9;
	border: 3px double #2173c6;
	padding: 3px 7px 3px 15px;
	}

.featuredHolderDoubleGray {
	background-color: #f3f3f3;
	border: 3px double #d8d8d8;
	padding: 3px 7px 3px 15px;
	}

.featuredHolderDashed {
	background-color: #e9f1f9;
	border: 1px dashed #2173c6;
	padding: 15px;
	}
	
.featuredHolderDotted {
	background-color: #e9f1f9;
	border: 1px dotted #2173c6;
	padding: 15px;
	}
	
.outlineBox {
    border: solid 2px #3368b8;
    padding: 15px;
    }
    
    .outlineBox h2 {
        margin-top: 0px;
        color: #c02c2c;
        }
    
.formTable {
    width: 100%;
    }
    
    .formTable td {
        padding: 5px; 
        background-color: #f8f8f8; 
        border: solid 1px #FFFFFF;
        vertical-align: middle !important;
        }
        
    .formTable .name {
        background: #f8f8f8 url('images/icon-user.jpg') no-repeat 10px center;
        padding-left: 30px;
        }
        
    .formTable .email {
        background: #f8f8f8 url('images/icon-email.jpg') no-repeat 10px center;
        padding-left: 30px;
        }
        
    .formTable .field-right {
        float: left;
        }
        
    .formTable .field-left {
        float: left;
        }
        
    .formTable .field {
        background: url('images/field-bg.jpg') repeat-x;
        height: 22px;
        border: none;
        float: left;
        padding-top: 8px;
        font-size: 11px;
        }
        
    .btnSignup {
        background: url('images/btn-signup.jpg') no-repeat;
        border: none;
        text-indent: -100000px;
        width: 270px;
        height: 33px;
        }
			
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.in-house-training {
    padding: 10px;
    width: 188px;
    float: left;
    margin-bottom: 15px;
    border: solid 1px #2659A8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.postCodeSearch {
    background: transparent url("/App_Themes/Web/images/postcode-bg.jpg");
    border: 1px solid #BBBBBB;
    padding: 3px 0px 0px 25px;
    height: 17px;
    font-size: 11px;
    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.pagerLink, .pagerLink:visited, .pagerLink:hover {display: inline-block; color: #0b5369; text-decoration: none; padding: 1px 5px 1px 5px; margin: 0px 2px 0px 2px;}

.prevNextLink, .prevNextLink:visited {
    border: 1px solid #dee9ec;
    }
    
    .prevNextLink:hover {
        border: 1px solid #0b5369;
        background-color: #dee9ec;
        }
 
.prevNextLinkDisabled, .prevNextLinkDisabled:visited, .prevNextLinkDisabled:hover {
    color: #dee9ec;
    border: 1px solid #dee9ec;
    }
        
.pagerNumberLink, .pagerNumberLink:visited {
    border: 1px solid #dee9ec;
    }
    
    .pagerNumberLink:hover {
        border: 1px solid #0b5369;
        background-color: #dee9ec;
        }

.pagerNumberLinkSelected {
    color: White;
    border: 1px solid white;
    background-color: #0b5369;
    }
    
    .pagerNumberLinkSelected:visited, .pagerNumberLinkSelected:hover {
        color: White;
        background-color: #0b5369;
        }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.loginHolder {
    margin-left: -220px;
    }
    
    .loginHolder .loginArea {
        width: 247px;
        height: 130px;
        padding: 30px 10px 0px 10px;
        margin: 100px auto 0px auto;
        color: white; 
        background: transparent url(images/framework/background_loginarea.jpg) no-repeat left top;
        }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.lister {
	
	}

	.lister .image {
		float: left;
		width: 25%;
		}

	.lister .description {
		float: left;
		width: 75%
		}
			
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.breakRule {
	clear: both;
	height: 1px;
	margin: 20px 0px 20px 0px;
	border-bottom: 1px dotted black;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.pictureFrame {
    background-color: white;
    padding: 9px;
    border: 1px solid #adadad !Important;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.quoteTop {
    background: url('images/framework/testimonial-top.jpg') no-repeat bottom;
    width: 700px;
    height: 5px;
    }
.quoteHolder {
    font-size: 13px;
    background: #FFFFFF url("images/framework/testimonial-bottom.jpg") no-repeat bottom;
    padding: 10px 15px 15px 15px;
    color: #2173C6;
    }
    
    .quoteHolder .image {
        float: left;
        width: 105px;
        height: 105px;
        background-color: #CCCCCC;   
        }
        
    .quoteHolder .quote {
        float: left;
        width: 515px;
        color: #2173C6;
        font-weight: bold;
        }
        
        .quoteHolder .quote .author {
            margin-top: 15px;
            float: right;
            font-weight: bold;
            color: #000000;
            }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#map {
    border: 2px solid red;
    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mainHolder {
    width: 960px;
    margin: 0 auto;
	padding: 0px 10px 0px 10px;
	background: url('images/framework/background-wrapper.jpg') top center repeat-y;
	}

.smallHolder {
    margin: 0 auto;
    width: 780px;
    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#topArea {
    width: 940px;
    margin: 0px 10px 20px 10px;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#menuArea {
    width: 220px;
	}
	
	#menuArea #logo {
	    width: 220px;
	    height: 124px;
	    display: block;
	    background: url('images/framework/logo.jpg');
	    margin-bottom: 25px;
	    text-indent: -10000px;
	    }
	    
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


#contentArea {
	}
	
    #contentArea #topArea {
        width: 715px;
        margin-bottom: 1px;
	    }
	    
	    #contentArea #topArea #blueBar {
	        line-height: 40px;
	        font-size: 24px;
	        color: #bbdbfc;
	        text-align: right;
	        padding: 0px 10px 0px 10px;
	        background-color: #2173c6;
	        }
	        
	    #contentArea #topArea #internalHeader {
	        width: 715px;
	        height: 120px;
	        }
	    
	    #contentArea #contentHolder {
	        }
	    
	#contentArea .threeColumn_One {
		width: 225px;
		float: left;
		display: inline;
		}

	#contentArea .threeColumn_Two {
		width: 470px;
		float: left;
		display: inline;
		}

	#contentArea .threeColumn_Three {
		width: 715px;
		float: left;
		}
		
    #contentArea #latestBlog {
        width: 220px;
        }
        
        #contentArea #latestBlog #blogHead {
            width: 220px;
            height: 46px;
            text-indent: -10000px;
            background: url('images/framework/blog-header.jpg');
            }
            
        #contentArea #latestBlog #blogHeadInternal {
            width: 220px;
            height: 43px;
            text-indent: -10000px;
            background: url('images/framework/blog-header-internal.jpg');
            }
            
        #contentArea #latestBlog #blogContent {
            background: url('images/framework/blog-background.jpg');
            padding: 0px 5px 0px 5px;
            width: 210px;
            }
            
            #contentArea #latestBlog #blogContent #blog-1 {
                background: url('images/framework/blog-1.jpg');
                line-height: 40px;
                padding: 0px 5px 0px 5px;
                color: #2173c6;
                font-weight: bold;
                width: 195px;
                display: block;
                text-decoration: none;
                margin-bottom: 1px;
                }
            
            #contentArea #latestBlog #blogContent #blog-2 {
                background: url('images/framework/blog-2.jpg');
                line-height: 40px;
                padding: 0px 5px 0px 5px;
                color: #2173c6;
                font-weight: bold;
                width: 195px;
                display: block;
                text-decoration: none;
                margin-bottom: 1px;
                }
                
            #contentArea #latestBlog #blogContent #blog-3 {
                background: url('images/framework/blog-3.jpg');
                line-height: 40px;
                padding: 0px 5px 0px 5px;
                color: #2173c6;
                font-weight: bold;
                width: 195px;
                display: block;
                text-decoration: none;
                }
            
            #contentArea #latestBlog #blogContent .blogHeading {
                background-color: #eeeeee;
                line-height: 30px;
                font-size: 14px;
                color: #6a6a6a;
                }
            
        #contentArea #latestBlog #blogBottom {
            background: url('images/framework/blog-bottom.jpg') top no-repeat;
            height: 14px;
            }
            
        #contentArea #latestBlog #blogBottomInternal {
            background: url('images/framework/blog-bottom-internal.jpg') top no-repeat;
            height: 49px;
            padding: 10px 5px 0px 0px;
            width: 220px;
            text-align: right;
            }
                
            
    #contentArea #featured {
        width: 715px;
        }
        
        #contentArea #featured h2 {
            margin: 0px 0px 5px 0px;
            padding: 5px 0px 0px 0px;
            line-height: 22px;
            }
            
            #contentArea #featured h2.green {
                color: #2c8554;
                }
                
            #contentArea #featured h2.orange {
                color: #f29f0d;
                }
                
        #contentArea #featured .featuredBackground {
            padding: 0px 5px 0px 5px;
            background: url('images/framework/background-gradient-small.jpg') no-repeat;
            }
        
        #contentArea #featured #heading-train {
            background: url('images/framework/heading-train.jpg');
            height:82px;
            text-indent: -10000px;
            }
            
        #contentArea #featured #heading-withyou {
            background: url('images/framework/heading-workwith.jpg');
            height:82px;
            text-indent: -10000px;
            }
            
        #contentArea #featured #heading-implement {
            background: url('images/framework/heading-implement.jpg');
            height:82px;
            text-indent: -10000px;
            }
            
    .oneColumn {
        width: 60px;
        float: left;
    }
    
    .twoColumn {
        width: 140px;
        float: left;
    }
    
    .threeColumn {
        width: 220px;
        float: left;
    }
    
    .fourColumn {
        width: 300px;
        float: left;
    }
    
    .fiveColumn {
        width: 380px;
        float: left;
    }
    
    .sixColumn {
        width: 460px;
        float: left;
    }
    
    .sevenColumn {
        width: 540px;
        float: left;
    }
    
    .eightColumn {
        width: 620px;
        float: left;
    }
    
    .nineColumn {
        width: 700px;
        float: left;
    }
    
    .tenColumn {
        width: 780px;
        float: left;
    }
    
    .elevenColumn {
        width: 860px;
        float: left;
    }
    
    .twelveColumn {
        width: 940px;
        float: left;
    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#footerArea {
    margin-top: 20px;
	}
	
	#footerArea #footerTop {
	    line-height: 25px;
	    color: #FFFFFF;
	    text-align: center;
	    margin: 0px 10px 0px 10px;
	    padding: 0px 10px 0px 10px;
	    background-color: #2173c6;
	    }
	    
	    #footerArea #footerTop a {
	        color: #FFFFFF;
	        }
	        
	    #footerArea #footerTop a:hover {
	        text-decoration: none;
	        }
	    
	#footerArea #footerBottom {
	    color: #000000;
	    padding: 0px 10px 0px 10px;
	    line-height: 25px;
	    }
	    
	    #footerArea #footerBottom a {
	        color: #000000;
	        text-decoration: none;
	        }
	        
	    #footerArea #footerBottom a:hover {
	        color: #2173c6;
	        }
	        
	    #footerArea #footerBottom #footLeft {
	        float: left;
	        width: 460px;
	        }
	        
	    #footerArea #footerBottom #footRight {
	        float: right;
	        width: 460px;
	        text-align: right;
	        }
	        