@charset "UTF-8";

/* CSS Document */

body, html, td,th {
	text-align:center;
   	margin:0;
    padding:0;
    border:0;			
    width:100%;
    height: 100% !important;

}
body {
	background-color: #1b1b1a;
	font-family:  Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 13px;
    font-weight:200;
   }


	a {
    	color:#777;
		text-decoration:none;
	}
	
	a:hover {
		text-decoration:underline;
    	color:#ffff00;
	}
    h1, h2, h3, h4 {
		font-family:  Arial, Helvetica, sans-serif;
        margin:.4em 0 .3em 0;
        padding:0;
		font-weight:400;
		text-decoration:none;
    	color:#ffff00;

    }
    
    p {
		font-family: Arial, Helvetica, sans-serif;
        margin:.4em 0 .8em 0;
        padding:0;
       line-height:1.3em;
    }


img {
  		margin-top: 6px;
		border: 0;
	}

		
	#fixed {
  		margin:0 auto;
   		width:900px;  
   		text-align:left;
	}


	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
		margin-top: 20px;
		margin-bottom: 20px;

	}
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	#header ul {
	    clear:left;
   		text-align:left;
   		text-transform:uppercase;
	    float:left;
   		font-size:9.2px;
	    list-style:none;
	    margin:10px 0 0 0;
	    padding:0;
		float:right;
		width:285px;
		line-height:1.4em;

	}
	#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:#eee;
	    color:#000;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.4em;

	}
	#header ul li a:hover {
	    background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#000;
	}
	#header ul li a span {
	    display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#1b1b1a;
		border-top:1px solid #666;
		margin-right:10;
		padding:6px 0px !important;
		text-align:right;
		font-size:11px;
		border-top-style: dotted;
	}
	
	#dottedline {
		clear:both;
		margin:0;
		width:225px;
		padding:4px 10px !important;
		background:#1b1b1a;
		border-top:1px solid #333;
		border-top-style: dotted;
	}

	.floatright {
		clear:both;
		margin-left:20;
		float:right;
	}	

	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:900px;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* 2 column right menu settings */
	.rightmenu {
	    background:#1b1b1a;
	}
	.rightmenu .colleft {
        float:left;
        width:190%;
        margin-left:-220px;
        position:relative;
        right:100%;
        background:#1b1b1a;
    }
    
    .rightmenu .col1wrap {
	    float:left;
	    width:31%;
	    position:relative;
	    left:67%;
	    padding-bottom:1em;
	}
	.rightmenu .col1 {
        overflow:hidden;
	}
    .rightmenu .col2 {
        float:right;
        width:260px;
        position:relative;
        left:285px;
    }
    
#leftcol a {
	color:#ffff00;
}

#leftcol a:hover {
	text-decoration:underline;
	color:#ffff00;
}

#rightcol 
	p {
	font-size:11px;
	margin-bottom:13px;

	}
	
	#rightcol h1,
	#rightcol h2 {
        margin:0;
	}

	#rightcol ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    text-align:left;
	    text-decoration:none;
	    position:relative;
		line-height:1.3em;
	}
    
    
.caption {
	font-size:11px;	
	color:#666;
	font-style:italic;
	}


/* Caching CSS created with the help of;
	Klaus Hartl <klaus.hartl@stilbuero.de> */
	
@media projection, screen {
     div.imgCache { position: absolute; left: -8000px; top: -8000px; }
     div.imgCache img { display:block; }
}
@media print { div.imgCache { display: none; } }
</style>


/* Grid created with the help of;
	Tyler Sargent <tylertylertyler.com> */

#grid {
	width: 260px;
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;

}
#grid img {
	margin: 0px 1px 1px 0px;
	padding: 0px;
	float: left;
	height: 30px;
	width: 30px;
}
#grid li   {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#grid ul {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}