/* General styles */
    body {
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#FFFFFF;
        min-width:1024px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
        font-size:90%;
    }
	a {
	}
	a:hover {
	}
    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	
		
	
  
  #container {
    margin: 8px auto;
    width: 1026px;
  }
  
  
	/* Header styles */
    #header {
        clear:both;
        float:left;
        height: 245px;
        width:100%;
    }
	#header {
		
	}
	#header p,
	#header h1,
	#header h2 {
        margin:0;
	}
	#header ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin:-4px 0 0 0;
	    padding:0;
	}
	#header ul li {
	    display:inline;
      float: left;
	    list-style:none;
	    margin:0;
	    padding:0;
	}

	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	  border: 1px solid #34715A;
    clear:both;
	  float:left;
    height: 457px;
    width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* holy grail 3 column settings */
	.holygrail {
	    background:#fff;    	/* Right column background colour */
      width: 1024px;
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-240px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */
    }
    .holygrail .colleft {
        float:left;
        min-height: 457px;
        width:100%;
        margin-left:-50%; 
        position:relative;  
        left:398px;         	/* Left column width + right column width 400px */
        background:#619080;    	/* Left column background colour */
    }
    .holygrail .col1wrap {
      float:left;
	    width:50%;
	    position:relative;
	    right:158px;        	/* Width of left column 200px */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 240px 0 158px !important;      	/* Centre column side padding: 0 215px
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:158px;        	/* 170px Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:0px;         	/* 15px Width of the left-hand side padding on the left column */
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:240px;        	/* 170px Width of right column content (right column width minus left and right padding) */
        margin-right:0px;  	/* 45px Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:1024px;
    }
    
    .holygrail .col2 ul {
      margin: 0;
    }
    
    .holygrail .col2 ul li {
      list-style-type: none;
    }
    
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        margin-bottom: 10px;
        width:100%;
    }
    #footer p {
        padding:10px;
        margin:0;
    }
   
   /* For home page */
   
   /* 2 column right menu settings */
	.rightmenu {
	  width: 1024px;  
	}
	.rightmenu .colleft {
        float:left;
        width:200%;
        /*margin-left:-200px;*/
        position:relative;
        right:100%;
    }
    .rightmenu .col1wrap {
	    float:left;
	    width:50%;
	    position:relative;
	    left:50%;
	    padding-bottom:1em;
	}
  
   .rightmenu .col1 {
        margin:0 240px 0 0px;
        overflow:hidden;
	}
    .rightmenu .col3 {
        float:right;
        margin-top: 30px;
        width:240px;
        position:relative;
        /*left:185px;*/
    }
    
    /* 2 column left menu settings */
	.leftmenu {
    background:#619080;    	/* Left column background colour */	  
	}
    .leftmenu .colright {
        background:#FFFFFF;    	/* column1 background colour */	 
        float:left;
        height: 100%;
        width:200%;
        position:relative;
        left:158px;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:200px !important; right: 120px;
	    padding-bottom:1em;
	}
	.leftmenu .col1 {
      margin:0 0px 0 200px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
      width: 866px;
	}
    .leftmenu .col2 { 
        float:left;
        width:158px;
        position:relative;
        right:158px;
    }
    .wzGallery h1 {
    text-align: center;
 }  
  #FrogJSCredit { color: #34715A !important; }
#idgallery_menu ul { margin-left: 0; }    #idgallery_menu ul li { list-style-type: none; }

    
/*.navbuttons width*/
 .col2 .menuItem, .col2 .menuCurrent
{ width: 100%; height: 28px; float: left; text-align: left; vertical-align: middle; background-color: #619080; border-bottom: 1px solid #34715a; }
/*.navfiller*/
.col2 .menu ul 
{ width: 100%; margin-top: 20px; margin-left: 0; float: left; text-align: left; vertical-align: middle; }

/*----------------------------------------------------
	EXTENDABLE TEMPLATE
------------------------------------------------------*/

.extend {
	height: auto;
}

.extend .rhs {
	clear: right;
	float: left;
	height: 457px;
	overflow: hidden;
	width: 240px;
}


/*----------------------------------------------------
	CONTENT BLOCKS
------------------------------------------------------*/  
clear: both; 
	float: left; /* This is required to encapsulated floated images inside the div */
	height: 100%;
	margin-bottom: 10px;
	position: relative;
	width: 100%; /* This is required so that subsequent items eg menus are positioned correctly */
} 

.contentBlock img { float: none; }

.contentBlock img.floatNone   { float: none; }
.contentBlock img.floatLeft   { float: left; }
.contentBlock img.floatRight { float: right; }

