﻿body {
		margin:0;
		padding:0;		
		height:100%;
		font:0.8em Arial, Helvetica, sans-serif;
	    color:#393939;	   
	    background-color: #909191;	    
        text-align:center;	    
	}
	
a {
	color:#505151;
	text-decoration:none;
}

a:hover {
	color:#eeeeee;  /*#CD4A00;*/
	text-decoration:underline;	
}
	#container {
		width: 1002px;
		min-height:100%;
		position:relative;
		margin-left: auto;
		margin-right: auto;
		margin-top:20px;
		text-align:left;
	}
	
	/* TOP */
	#header {
		clear:both;
		float:left;
		width:100%;
		background:#292929; /*url(img/logo_new1.jpg) center top no-repeat;	*/
		border-bottom:solid 1px #fff;
	}
		#header ul {
			clear:left;
			float:left;
			width:100%;
			list-style:none;
			margin:10px 0 0 0;
			padding:0;
		}
		#header ul li {
			display:inline;
			list-style:none;
			margin:0;
			padding:0;
		}

		#header ul li a {
			display:block;
			float:left;
			margin:0 0 0 1px;
			padding:3px 10px;
			text-align:center;
			background:#292929;
			color:#f48236;
			text-decoration:none;
			position:relative;
			left:15px;
			line-height:1.3em;
		}

		#header ul li a:hover {
			background:#f7f7f7;
			color:#696969;
		}
		#header ul li a.active,
		#header ul li a.active:hover {
			color:#fff;
			background:#000;
			font-weight:bold;
		}
		#header ul li a span {
			display:block;
		}

	
	.colmask {
        position:relative;	/* This fixes the IE7 overflow hidden bug */
        clear:both;
        float:left;
        width:100%;			/* width of whole page */
        overflow:hidden;		/* This chops off any overhanging divs */
    }
/* common column settings */
    .colright,
    .colmid,
    .colleft {
	    float:left;
	    width:100%;			/* width of page */
	    position:relative;
    }
    .col1,
    .col2,
    .col3 {
	    float:left;
	    position:relative;
	    padding:0;	/* no left and right padding on columns, we just make them narrower instead 
					    only padding top and bottom is included here, make it whatever value you need */
	    overflow:hidden;
    }
    /* 3 Column settings */
    .threecol {
	    background:#f59347;		/* right column background colour */
    }
    .threecol .colmid {
	    right:25%;			/* width of the right column */
	    background:#f59347;		/* center column background colour */
    }
    .threecol .colleft {
	    right:45%;			/* width of the middle column */
	    background:#f48236;	/* left column background colour */
    }
    .threecol .col1 {
	    width:41%;			/* width of center column content (column width minus padding on either side) */
	    left:102%;			/* 100% plus left padding of center column */
    }
    .threecol .col2 {
	    width:26%;			/* Width of left column content (column width minus padding on either side) */
	    left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
    }
    .threecol .col3 {
	    width:21%;			/* Width of right column content (column width minus padding on either side) */
	    left:81%;		/* Please make note of the brackets here:
					    (100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
        
    }	
    
    .col1 h3
    {
        margin-left:20px;
        margin-right:20px;
        margin-bottom: 20px;
    }
    
    .col3 img
    {
        margin-bottom: 5px;
    }

    .box 
    {
        margin-left:20px;
        margin-right:20px;
        margin-bottom: 10px;
        /*border-top:1px solid #000000;*/
        border-bottom:1px solid #292929;
        background : inherit;    
    }
		
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #fff;
		background:#292929;
		color:#f48236;
		margin-bottom:20px;
		
	}
	
	#footer p 
	{
	    text-align:center;	   
	}
	
	#footer a {
	    color:#eeeeee;
	    text-decoration:none;
    }

    #footer a:hover {
	    color:#909191;  /*#CD4A00;*/
	    text-decoration:underline;	
    }
	
	
	.imgleft {
        float: left;
        border: 1px solid #EEEEEE;
        margin: 5px 10px 10px 15px;
        padding: 5px;
    }

    .imgright {
        float: right;
        border: 1px solid #EEEEEE;
        margin: 5px 10px 10px 15px;
        padding: 5px;
    }
