/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {color: #3e738b;}
a:visited {color: #3e738b;}
a:hover {text-decoration: none;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

html {
	overflow-y: scroll;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	padding: 0px;
	margin: 0px;
	background: #FFFFFF url('images/framework/background.jpg') repeat-x;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	font: 0.75em/1.3 arial, verdana, sans-serif;
	color: #3e3e3e;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a img {
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
    color: #237f93;
    font-size: 30px;
    margin: 0px 0px 25px 0px;
    font-weight: normal;
	}

h2 {
    color: #3e738b;
    font-weight: normal;
    border-bottom: solid 3px #3e738b;
    padding:0px 0px 5px 0px;
    margin: 0px 0px 15px 0px;
    font-size: 20px;
	}

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;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.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;}

.paddingTop10 {padding-top: 10px;} .paddingRight10 {padding-right: 10px;} .paddingBottom10 {padding-bottom: 10px;} .paddingLeft10 {padding-left: 10px;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.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;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.colorText {
	color: red;
	}
	
.firstPar {
    font-size: 18px;
    color: #3e738b;
    font-weight: bold;
    }

.smallText {
    font-size: 10px;
    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.smallFont {
	font-size: 0.8em;
	}
	
.red {
    color: Red;
    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.formattedList {
	list-style-type: none;
	margin: 10px 0px 10px 10px;
	padding: 0px;
	}
	
	.formattedList li {
		padding: 6px 0px 6px 18px;
		background: transparent url('images/framework/bullet.png') no-repeat left 0.7em;
		color: #FFFFFF;
		font-size: 18px;
		}
		
		.formattedList li a {
		    color: #FFFFFF;
		    }
		
		.formattedList li .description {
		    font-size: 12px;
		    display: block;
		    }
		
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.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: #FAF6F8;
		}

                
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.borderedTable {
	width: 100%;
	background-color: #0062A1;
	}

	.borderedTable th, .borderedTable td {
		padding: 5px;
		background-color: White;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.featuredHolderDouble {
	background-color: #eeeeee;
	border: 3px double #aeaeae;
	padding: 15px;
	}

.featuredHolderDashed {
	background-color: #eeeeee;
	border: 1px dashed #aeaeae;
	padding: 15px;
	}
			
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.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;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mainHolder {
    width: 980px;
    margin: 0 auto;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#topArea {
    width: 960px;
    margin: 20px 10px 20px 10px;
	}
	
	#topArea #logo {
	    width: 92px;
	    height: 71px;
	    display: block;
	    text-indent: -10000px;
	    float: left;
	    background: url('images/framework/logo.gif') no-repeat;
	    }
	    
	#topArea #callUs {
	    float: right; 
	    background: url('images/framework/callus.gif') no-repeat;
	    width: 440px;
	    height: 26px;
	    text-indent: -10000px;
	    margin-top: 30px;
	    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#menuArea {
    width: 940px;
    height: 40px;
    padding: 10px 20px 0px 20px;
    background: url('images/framework/background-navarea.jpg') no-repeat;
    font-size: 12px;
	}
	
	#menuArea ul {
	    margin: 0px;
	    padding: 0px;
	    list-style: none;
	    }
	    
	    #menuArea ul li {
	        float: left;
	        list-style: none;
	        }
	        
	        #menuArea ul li a {
	            text-align: center;
	            text-transform: uppercase;
	            display: block;
	            padding: 0px 20px 0px 20px;
	            text-decoration: none;
	            color: #575656;
	            margin-right: 1px;
	            line-height: 40px;
	            }
	        
	        #menuArea ul li a:hover {
	            background: #67A4C1;  
	            color: #FFFFFF;
	            }
	            
            #menuArea ul li .navSelected {
                background: #67A4C1;  
                color: #FFFFFF;
                }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#bannerArea {
    width: 980px;
    margin-bottom: 20px;
    }
    
    #bannerArea #homeBanner {
        width: 980px;
        height: 327px;
        background: url('images/framework/background-banner.jpg') bottom;
        }
        
        #bannerArea #homeBanner #bannerText {
            width: 352px;
            padding: 100px 0px 0px 30px;
            font-size: 20px;
            color: #13455c;
            float: left;
            }
        
        #bannerArea #homeBanner #videoPlayer {
            width: 352px;
            height: 287px;
            float: right;
            margin: 20px 78px 0px 0px;
            }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


#contentArea {
    width: 960px;
    margin: 0px 10px 0px 10px;
	}
	
	#contentArea .box {
	    float:left;
	    width: 176px;
	    }
	    
	    #contentArea .box #headingCorporate {
	        background: url('images/framework/header-corporate.gif') no-repeat;
	        height: 40px;
	        width: 176px;
	        text-indent: -10000px;
	        }
	        
	    #contentArea .box #headingEducation {
	        background: url('images/framework/header-education.gif') no-repeat;
	        height: 40px;
	        width: 176px;
	        text-indent: -10000px;
	        }
	        
	    #contentArea .box #headingCharity {
	        background: url('images/framework/header-charity.gif') no-repeat;
	        height: 40px;
	        width: 176px;
	        text-indent: -10000px;
	        }
	        
	    #contentArea .box #headingProperty {
	        background: url('images/framework/header-property.gif') no-repeat;
	        height: 40px;
	        width: 176px;
	        text-indent: -10000px;
	        }
	        
	    #contentArea .box #headingOther {
	        background: url('images/framework/header-other.gif') no-repeat;
	        height: 40px;
	        width: 176px;
	        text-indent: -10000px;
	        }
	        
	    #contentArea .box .boxContent {
	        width: 156px;
	        padding: 10px 10px 5px 10px;
	        background-color: #eeeeee;
	        }
	        
	    #contentArea .box .boxBottom {
	        height: 5px;
	        width: 176px;
	        background: transparent url('images/framework/box-bottom.gif') no-repeat top;
	        }
	        
	#contentArea .pageLeft {
	    float: left;
	    width: 580px;
	    }
	    
	    #contentArea .pageLeft .formattedList li {
	            font-size: 12px;
	            color: #237f93;
	            font-weight: bold;
	            }
	    
	#contentArea .pageRight {
	    width: 360px;
	    float: left;
	    }
	        
	#contentArea .quote {
	    margin: 0px 0px 20px 0px;
	    width: 580px;
	    }
	    
	    #contentArea .quote .quoteTop {
	        background: transparent url('images/framework/quote-top.gif') no-repeat bottom;
	        height: 5px;
	        width: 580px;
	        }
	        
	    #contentArea .quote .quoteContent {
	        background-color: #eeeeee;
	        font-size: 14px;
	        font-weight: bold;
	        font-style: italic;
	        color: #3e738b;
	        padding: 5px 10px 5px 10px;
	        width: 560px;
	        }
	        
	        #contentArea .quote .quoteContent .lineBreak {
	            height: 1px;
	            background-color: #dddddd;
	            margin: 10px 0px 5px 0px;
	            }
	            
	        #contentArea .quote .quoteContent .quoteAuthor {
	            color: #3b3b3b;
	            line-height: 20px;
	            display: block;
	            font-style: normal;
	            font-size: 12px;
	            }
	            
	    #contentArea .quote .quoteBottom {
	        background: url('images/framework/quote-bottom.gif') no-repeat top;
	        height: 19px;
	        width: 580px;
	        }
	        
	#contentArea .threeColumn_One {
	    width: 180px;
	    float: left;
	    }
	    
	#contentArea .sideBox {
	    width: 360px;
	    }
	    
	    #contentArea .sideBox a {
	        color: #FFFFFF;
	        }
	    
	    #contentArea .sideBox #headingAboutLarge {
	        height: 50px;
	        width: 360px;
	        background: url('images/framework/header-about-large.gif') no-repeat;
	        text-indent: -10000px;
	        }
	        
	    #contentArea .sideBox #headingCorporateLarge {
	        height: 50px;
	        width: 360px;
	        background: url('images/framework/header-corporate-large.gif') no-repeat;
	        text-indent: -10000px;
	        }
	        
	    #contentArea .sideBox #headingEducationLarge {
	        height: 50px;
	        width: 360px;
	        background: url('images/framework/header-education-large.gif') no-repeat;
	        text-indent: -10000px;
	        }
	        
	    #contentArea .sideBox #headingPropertyLarge {
	        height: 50px;
	        width: 360px;
	        background: url('images/framework/header-property-large.gif') no-repeat;
	        text-indent: -10000px;
	        }
	        
	    #contentArea .sideBox #headingCharityLarge {
	        height: 50px;
	        width: 360px;
	        background: url('images/framework/header-charity-large.gif') no-repeat;
	        text-indent: -10000px;
	        }
	        
	    #contentArea .sideBox #headingOtherLarge {
	        height: 50px;
	        width: 360px;
	        background: url('images/framework/header-other-large.gif') no-repeat;
	        text-indent: -10000px;
	        }
	        
	    #contentArea .sideBox .sideBoxContent {
	        padding: 10px 10px 10px 10px;
	        width: 340px;
	        background: #5995b0 url('images/framework/background-sidebox.gif') no-repeat bottom left;
	        }
	        
	    #contentArea #otherField {
	        display: none;
	        }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#footerArea {
    margin: 20px 10px 0px 10px;
    width: 960px;
	}
	
	#footerArea #footerTop {
	    padding: 0px 10px 0px 10px;
	    line-height: 30px;
	    background-color: #3e738b;
	    text-align: right;
	    color: #b7dbeb;
	    }
	    
	    #footerArea #footerTop a {
	        color: #b7dbeb;
	        }
	        
	#footerArea #footerBottom {
	    padding: 0px 10px 0px 10px;
	    background-color: #5995b0;
	    line-height: 50px;
	    color: #FFFFFF;
	    }
	    
	    #footerArea #footerBottom #footerLeft {
	        width: 470px;
	        float: left;
	        }
	        
	    #footerArea #footerBottom #footerRight {
	        width: 470px;
	        float: left;
	        text-align: right;
	        }
	        
	    #footerArea #footerBottom a {
	        color: #FFFFFF;
	        }
	
	
