/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {color: #7fb538; font-weight: bold;}
a:visited {color: #4b7316;}
a:hover {text-decoration: none;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

html {
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	padding: 0px;
	margin: 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	font: 0.75em/1.3 arial, verdana, sans-serif;
	color: #000000;
	background-color: #8cc63f;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a img {
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
    font-weight: normal;
    font-size: 24px;
    color: #8cc63f;
    margin: 0px 0px 20px 0px;
	}

h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 0px 0px 15px 0px;
    color: #78b12c;
	}

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;}
.textRight {text-align: right;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.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;
	}
	
.greenText {
    color: #8cc63f;
    font-size: 14px;
    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.smallFont {
	font-size: 0.8em;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.formattedList {
	list-style-type: none;
	padding: 0px;
	margin:0px;
	}
	
	.formattedList li {
	    list-style: none;
	    line-height: 25px;
		padding: 0px 0px 3px 20px;
		background: transparent url('images/framework/bullet.png') no-repeat left 0.6em;
		}
		
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.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 .oddRow {
		background-color: #f1f1f1;
		}
		
    .formattedTable .evenRow {
        background-color: #eaeaea;
        }

                
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.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;
	}
	
.featuredBox {
    background-color: #f4f4f4;
    padding: 10px;
    }
    
    .featuredBox h2 {
        font-weight: normal;
        margin: 0px 0px 10px 0px;
        color: #78b12c;
        font-size: 18px;
        }
        
.telno {
    line-height: 30px;
    background: url('images/framework/telno.gif') no-repeat left center;
    padding-left: 30px;
    }
    
.faxno {
    line-height: 30px;
    background: url('images/framework/faxno.gif') no-repeat left center;
    padding-left: 30px;
    }
    
.web {
    line-height: 30px;
    background: url('images/framework/web.gif') no-repeat left center;
    padding-left: 30px;
    }
    
.email {
    line-height: 30px;
    background: url('images/framework/email.gif') no-repeat left center;
    padding-left: 30px;
    }
    
.firstPar {
    font-size: 16px;
    font-weight: bold;
}
			
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.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: 18%;
		}

	.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;
}

.imgFrame {
    border: solid 5px #e3e3e3;
    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mainHolder {
    width: 960px;
    margin: 0 auto;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#topArea {
    width: 960px;
    height: 231px;
	}
	
	#topArea #bannerArea {
	    width: 960px;
	    height: 231px;
	    }
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#menuArea {
    padding: 0px 10px 0px 10px;
    width: 940px;
    height: 50px;
    background: url('images/framework/background-nav.jpg');
	}
	
	#menuArea ul {
	    list-style: none;
	    margin: 0px;
	    padding: 0px;
	    }
	    
	    #menuArea ul li {
	        float: left;
	        }
	        
	        #menuArea ul li a {
	            display: block;
	            padding: 0px 20px 0px 20px;
	            line-height: 50px;
	            text-decoration: none; 
	            text-align: center;
	            text-transform: uppercase;
	            font-weight: normal;
	            color: #464646;  
	            }
	            
	        #menuArea ul li a:hover {
	            background-color: #f9f9f9;
	            }
	            
    #menuArea .navSelected {
        background-color: #f9f9f9;
        text-transform: uppercase;
	            font-weight: normal;
	            color: #464646;
	    line-height: 40px;
        }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.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;
    }



#contentArea {
    width: 960px;
    background: #FFFFFF url('images/framework/background-content.jpg') repeat-x;
    padding: 20px 0px 20px 0px;
	}
    
    #contentArea .division {
        background-color: #f4f4f4;
        padding: 10px;
        margin-bottom: 20px;
        float: left;
        width: 440px;
        }
        
        #contentArea .division .divisionImg {
            float: left;
            width: 140px;
            height: 120px;
            margin-right: 10px;
            }
            
        #contentArea .divsion .divisionDesc {
            float: left;
            width: 290px;
            }
            
        #contentArea .division h2 {
            text-transform: uppercase;
            margin: 0px 0px 10px 0px;
            font-size: 18px;
            font-weight: normal;
            color: #8cc63f;
            }
	
	

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#footerArea {
	}
	
	#footerArea #footer {
	    background: url('images/framework/footer.jpg');
	    width: 480px;
	    float: left;
	    height: 179px;
	    }
	    
	    #footerArea #footerVideo {
	        width: 480px;
	        float: left;
	        height: 179px;
	        }
	        
	
	#footerArea .footerLeft {
        width: 460px;
        float: left;
        }
	        
    #footerArea .footerRight {
        width: 460px;
        float: left;
        text-align:right;
        }
	
	#footerArea #footerTop {
	    background-color: #3e7dba;
	    padding: 10px;
	    color: #FFFFFF;
	    }
	    
	    #footerArea #footerTop .footerRight {
	        width: 380px;
	        float:left;
	        text-align: right;
	        padding-top: 10px;
	        background-color: #3e7dba;
	        }
	        
	    #footerArea #footerTop .footerLeft {
	        width: 540px;
	        float: left;
	        padding: 30px 0px 0px 0px;
	        background-color: #3e7dba;
	        }
	    
	    #footerArea #footerTop a {
	        color: #FFFFFF;
	        font-weight: normal;
	        line-height: 25px;
	        }
	    
	#footerArea #footerBottom {
	    background-color: #9ed653;
	    padding: 0px 10px 0px 10px;
	    line-height: 40px;
	    color: #3b531b;
	    }
	    
	    #footerArea #footerBottom a {
	        color: #3b531b;
	        font-weight: normal;
	        }