/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {color: blue;}
a:visited {color: purple;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

html {
	overflow: scroll;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	padding: 0px;
	margin: 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	font: 0.75em/1.3 arial, verdana, sans-serif;
	color: #000000;
	background: url('/App_Themes/Web/images/framework/background-main.gif') top center no-repeat #3b84bb;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a img {
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
    color: #4fa444;
    font-weight: normal;
    margin: 0px 0px 10px 5px;
    font-size: 30px;
	}

h2 {
    color: #4fa444;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
	}

h3 {

	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

ul {
	padding: 0px 0px 0px 15px;
	}
	
	ul li {
		
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Individual Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.hidden {
	display: none;
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.left {float: left;}
.right {float: right;}
.center {text-align: center;}
.justify {text-align: justify;}
.block {display: block;}
.clear {clear: both; height: 0px;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.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;
	}
	
.blue {
    color: #002384;
    }

.green {
    color: #4fa444;
    }
    
.white {
    color: #FFFFFF;
    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.smallFont {
	font-size: 0.8em;
	}
	
.small {
    font-size: 12px;
    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.formattedList {
	list-style-type: none;
	padding: 0px;
	margin-left: 0px;
	}
	
	.formattedList>li {
		padding: 0px 0px 3px 25px;
		background: transparent url(/App_Themes/Web/images/framework/bullet.gif) no-repeat left 2px;
		font-weight: bold;
		line-height: 20px;
		}
		
		.formattedList li ul li {
		    list-style-type: none;
		}
		
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.formattedTable {
	width: 100%;
	background-color: #4ea343;
	}
	
	.formattedTable th, .formattedTable td {padding: 10px; background-color: White; font-size: 15px;}
	
	.formattedTable th {
		background: #49983d url(images/framework/background_th.gif) repeat-x left top;
		color: #ffffff;
		vertical-align: top;
		}
	
	.formattedTable .grey {
		background: #e9e9e9 url(images/framework/background_td_grey.gif) repeat-x left top;
		}
	
	.formattedTable .yellow {
		background: #f8f183 url(images/framework/background_td_yellow.gif) repeat-x left top;
		}
		
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.enquiryTable {
    width: 297px;
    background-image: url("/App_Themes/Web/images/framework/quick_enquiry.jpg");
    padding: 50px 0px 48px 0px;
    }
    
    .enquiryTable td {
        padding: 3px 10px 3px 8px;
        }
        
        .enquiryTable td .name {
            width: 91%;
            height: 16px;
            border: 1px solid #347e2b;
            background-image: url("/App_Themes/Web/images/framework/input_name.jpg");
            padding: 4px 3px 0px 25px;
            font-size: 11px;
            }
            
        .enquiryTable td .email {
            width: 91%;
            height: 16px;
            border: 1px solid #347e2b;
            background-image: url("/App_Themes/Web/images/framework/input_email.jpg");
            padding: 4px 3px 0px 25px;
            font-size: 11px;
            }
            
        .enquiryTable td .findUs {
            border: 1px solid #347e2b;
            background-image: url("/App_Themes/Web/images/framework/dropdown_findus.jpg");
            background-color: Transparent;
            font-size: 11px;
            padding: 3px 3px 2px 25px;
            }
            
            .enquiryTable td .findUs option {
                background-color: #FFFFFF;
                }
                
        .enquiryTable td .message {
            border: 1px solid #347e2b;
            background-image: url("/App_Themes/Web/images/framework/textarea_message.jpg");
            background-color: Transparent;
            font-size: 11px;
            padding: 7px 3px 2px 25px;
            width: 244px;
            height: 119px;
            font-family: Arial;
            }
            
        .enquiryTable td .submit {
            background-image: url("/App_Themes/Web/images/framework/input_submit.jpg");
            background-color: Transparent;
            font-size: 11px;
            text-indent: -999em;
            border: 0;
            width: 80px;
            height: 30px;
            }
    
    .enquiryTable .colorRow {
        background-color: #56b64a;
        }
        
.gridTable {
    width: 100%;
    }
     
    .gridTable tr td {
        padding: 5px;
		background-color: Transparent;
        border-bottom: 1px dashed #CCCCCC;
		font-size: 12px;
        }
                
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.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;
	}
	
	.featuredHolderDashed img {
	    margin-right: 10px;
	    }

.featuredHolderQuote {
	background-color: #e5f2e4;
	padding: 15px;
	font-size: 1.8em;
	color: Green;
	text-align: center;
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.galleryHolder {
	background-color: #e5f2e4;
	border: 1px solid #50a347;
	padding: 15px;
	overflow: auto;
	}

	.galleryHolder ul {
		list-style-type: none;
		padding: 0px;
		}
		
		.galleryHolder ul li {
			float: left;
			width: 100px;
			margin: 0px 10px 20px 0px;
			}

			.galleryHolder ul li img {
				padding: 1px;
				border: 1px solid #a1b89f!important;
				}
			
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.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 {
    
    }
    
    .loginHolder .loginArea {
        width: 247px;
        padding: 30px 10px 0px 10px;
        margin: 30px auto 0px auto;
        color: white; 
        background: transparent url(/App_Themes/Web/images/framework/background_loginarea.jpg) no-repeat left top;
        }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.lister {
	
	}

	.lister .image {
		float: left;
		margin-right: 10px;
		border: 2px solid #4da143;
		}

	.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;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.inputOutputTable {
	width: 100%;
	}

	.inputOutputTable th {
		background-color: Black;
		color: White;
		padding: 5px;
		}

	.inputOutputTable td {
		padding: 10px;	
		}
		
	.inputOutputTable .input {
		width: 40%;
		background-color: #e5ffe1;
		text-align: center;
		border-top: 4px solid #4da342;
		}
	
	.inputOutputTable .outputList {
		width: 25%;
		background-color: #e9f5ff;
		border-top: 4px solid #3f87c0;
		}

	.inputOutputTable .outputGallery {
		width: 35%;
		background-color: #e9f5ff;
		border-top: 4px solid #3f87c0;
		}
		
		.inputOutputTable .outputGallery ul {
			list-style-type: none;
			padding: 0px;
			margin-left: 0px;
			}
			
			.inputOutputTable .outputGallery ul li {
				float: left;
				margin: 0px 10px 10px 0px;
				}

				.inputOutputTable .outputGallery ul li img {
					padding: 1px;
					border: 1px solid #428bc3!important;
					}
		
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mainHolder {
    width: 970px;
    margin: 0 auto;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#topArea {
    width: 970px;
    height: 49px;
    background: url('/App_Themes/Web/images/framework/header.png');
    margin-top: 35px;
    padding-top: 30px;
    }
    
    #topArea #logo {
        display: block;
        width: 226px;
        height: 36px;
        margin-left: 200px;
        background: url('/App_Themes/Web/images/framework/logo.gif');
        }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


#contentArea {
    width: 930px;
    background: url('/App_Themes/Web/images/framework/main-container.png');
    padding: 0px 20px 20px 20px;
	}
	            
	#contentArea .portfolioMain {
	    width: 580px;
	    margin-bottom: 25px;
	    }
	    
	    #contentArea .portfolioMain .portfolioTop {
	        background: url('images/framework/portfolio-head-grey.jpg');
	        height: 80px;
	        padding: 0px 10px 0px 10px;
	        font-size: 18px;
	        text-transform: capitalize;
	        color: #FFFFFF;
	        width: 560px;
	        display: table;
	        }
	        
	        #contentArea .portfolioMain .portfolioTop h2 {
	            margin: 0px;
	            padding: 0px;
	            font-weight: normal;
	            display: table-cell;
	            vertical-align: middle;
	            color: #3d3d3d;
	            }
	        
	    #contentArea .portfolioMain .portfolioContent {
	        background: url('images/framework/portfolio-background-grey.jpg') bottom left #4aa23f;
	        width: 560px;
	        padding: 10px 10px 10px 10px;
	        color: #555555;
	        }
	        
	        #contentArea .portfolioMain .portfolioContent .portfolioContentLeft {
	            width: 270px;
	            float: left;
	            }
	            
	        #contentArea .portfolioMain .portfolioContent .portfolioContentRight {
	            width: 270px;
	            float: right;
	            margin-left: 20px;
	            }
	            
	#contentArea .portfolioSub {
	    background-color: #eeeeee;
	    color: #757575;
	    padding: 10px;
	    font-size: 12px;
	    margin-bottom: 10px;
	    border: 1px solid #e4e4e4;
	    }
	    
	    #contentArea .portfolioSub h3 {
	        color: #3d3d3d;
	        font-size: 18px;
	        font-weight: normal;
	        margin: 0px 0px 5px 0px;
	        padding:0px;
	        }
	
	#contentArea #banner {
        width: 930px;
        }
    
    #contentArea #menuArea {
        background: url('/App_Themes/Web/images/framework/navarea.jpg');
        height: 40px;
        width: 930px;
        margin-bottom: 20px;
	    }
	    
	    /*#contentArea #menuArea ul {
	        margin: 0px 10px 0px 10px;
	        list-style: none;
	        padding: 0px;
	        }
	        
	        #contentArea #menuArea ul li {
	            float: left;
	            }
	            
	            #contentArea #menuArea ul li a {
	                display: block;
	                padding: 0px 25px 0px 25px;
	                line-height: 40px;
	                color: #FFFFFF;
	                font-size: 12px; 
	                text-align: center;
	                text-decoration: none;
	                }
	                
	            #contentArea #menuArea ul li a:hover {
	                background-color: #409136;
	                }*/
	    
	#contentArea #contentHolder {
	    background: url('/App_Themes/Web/images/framework/contentarea.gif') top left repeat-x;
	    padding: 20px 10px 0px 10px;
	    margin-bottom: 25px;
	    }
	    
	    #contentArea #contentHolder .listLeft {
	        width: 290px;
	        float: left;
	        margin-right: 10px;
	        }
	        
	    #contentArea #contentHolder .listRight {
	        width: 290px;
	        float: left;
	        margin-left: 10px;
	        }
	    
	#contentArea #contentHolder .introParagraph {
	    font-size: 16px;
	    }
	    
	#contentArea .threeColumn_One {
		width: 290px;
		float: left;
		}
		
		#contentArea .threeColumn_One .newsletter {
		    background-image: url("/App_Themes/Web/images/framework/newsletter_subscribe.jpg");
		    width: 281px;
		    height: 35px;
		    padding: 65px 5px 5px 10px;
		    color: #FFFFFF;
		    }
		    
		    #contentArea .threeColumn_One .newsletter .field {
                background: url('/App_Themes/Web/images/framework/field-newsSignup.gif');
                height: 21px;
                width: 150px;
                padding-left: 30px;
                padding-top: 9px;
                color: #3b3b3b;
                border: 0px;
                font-size: 11px; 
                display: inline;   
		        }
		        
            #contentArea .threeColumn_One .newsletter .submit {
                background: url('/App_Themes/Web/images/framework/button-newsSignup.gif');
                width: 82px;
                height: 32px;
                border:0px;
                margin-left: 5px;
                display: inline;
                }

	#contentArea .threeColumn_Two {
		width: 600px;
		float: left;
		}

	#contentArea #contentHolder .threeColumn_Three {
		width: 930px;
		float: left;
		}
		
    #contentArea .contentBox {
        width: 290px;
        padding: 5px 5px 5px 5px;
        background: #eeeeee;
    }
    
    #contentArea .contentBox .contentBoxHeading {
        background: url('/App_Themes/Web/images/framework/heading-whatwedo.jpg');
        height: 112px;
        margin-bottom: 1px;
        }
        
    #contentArea .contentBox .contentBoxContent {
        background: url('/App_Themes/Web/images/framework/BoxContentArea.jpg') repeat-x;
        padding: 10px 5px 5px 5px;
        }
        
        #contentArea .contentBox .contentBoxContent a {
            color: #4fa444;
            }
    
    

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#featuredArea {
    width: 930px;
    background: #eeeeee;
    padding: 10px 10px 10px 10px;
    margin: 0px -10px 0px -10px;
   }
    
    #featuredArea .threeColumn_One {
        width: 296px;
        float: left;
        }
        
    #featuredArea #newsletter {
        width: 296px;
        }
        
        #featuredArea #newsletter .newsHead {
            background: url('/App_Themes/Web/images/framework/header-newsSignup.gif');
            width: 296px;
            height: 78px;
            }
            
        #featuredArea #newsletter .newsContent {
            background: url('/App_Themes/Web/images/framework/content-newsSignup.gif');
            height: 102px;
            padding: 10px 9px 0px 9px;
            color: #FFFFFF;
            height: 112px;
            }
            
            #featuredArea #newsletter .newsContent .field-newsSignup {
                background: url('/App_Themes/Web/images/framework/field-newsSignup.gif');
                height: 21px;
                width: 247px;
                padding-left: 30px;
                padding-top: 9px;
                color: #3b3b3b;
                border: 0px;
                font-size: 11px;
                }
                
            #featuredArea #newsletter .newsContent .button-newsSignup {
                background: url('/App_Themes/Web/images/framework/button-newsSignup.gif');
                width: 82px;
                height: 32px;
                border:0px;
                margin-top: 7px;
                float: right;
                }
                
    #featuredArea #weee {
        width: 168px;
        height: 182px;
        background: url('/App_Themes/Web/images/framework/featured-weee.gif');
        padding: 10px 10px 10px 120px;
        }
        
    #featuredArea #ceo {
        width: 168px;
        height: 182px;
        background: url('/App_Themes/Web/images/framework/featured-ceo.gif');
        padding: 10px 10px 10px 120px;

        }
        
    #featuredArea #services {
        width: 168px;
        height: 182px;
        background: url('/App_Themes/Web/images/framework/featured-services.jpg');
        padding: 10px 10px 10px 120px;
        } 
        
    #featuredArea h3 {
        font-size: 18px;
        font-weight: normal;
        color: #4fa444;
        margin: 0px 0px 0px 15px;
        }
        
    #featuredArea .featuredText {
        margin-left: 40px;
        display: block;
        margin-top: 10px;
        }  
        
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/   
        	
#footerArea {
    width: 930px;
    padding: 0px 20px 0px 20px;
    background: url('/App_Themes/Web/images/framework/main-container.png');
    padding-top: 40px;
    
	}

	#footerArea #footerTop {
	    background: url('/App_Themes/Web/images/framework/footertop.gif');
	    line-height: 42px;
	    color: #4fa444;
	    padding: 0px 5px 0px 5px;
	    }
	    
	    #footerArea #footerTop a {
	        color: #4fa444;
	        }
	    
	    #footerArea #footerTop a:hover {
	        text-decoration: none;
	        }
	    
	#footerBottom {
	    background: url('/App_Themes/Web/images/framework/footerarea.png');
	    line-height: 46px;
	    height: 51px;
	    width: 930px;
	    color: #FFFFFF;
	    padding: 4px 20px 0px 20px;
	    margin-bottom: 20px;
	    }
	    
        #footerBottom a {
            color: #FFFFFF;
            }
        
        #footerBottom a:hover {
            text-decoration: none;
            }
            
        #footerBottom .footLeft {
            float: left;
            width: 465px;
            }
            
        #footerBottom .footRight {
            float: left; 
            width: 465px;
            text-align: right;
            }