/* 
JCC Style Sheet
-------------------------------------------------------
Copyright (c) 2008, Chasetheweb.net

Last Updated: Mark Garczewski */




@import url("/css/nav-vertical.css");


/* SITE SPECIFIC LAYOUT */
    body {
        margin: 0;
        padding: 0;  
    }
	
    div#page {
        width: 950px;
        margin:  0 auto;
        padding: 0;
		position: relative;
		
        
   	}
	
    
    /* HEADER */
		div#header {
			height: 29px;
			width: 935px;
			position: relative;
			margin-right: auto;
			margin-bottom: 0px;
			margin-left: auto;
			padding-top: 30px;
			padding-right: 15px;
			text-align: right;

		}
		
		 /* extra2 */
			
			div#extra2{
				position:absolute;
				top:30px;
				left: 260px;
				
			}	
						
		div#search {
			float: right;
			width: 49%;
			margin: 0;
			padding: 16px 20px 0 0;
			text-align: right;
		}


			div#branding {
				position:absolute;
				top:40px;
				left: 50px;
			}

    /* CONTENT */
		div#content {
			width: 950px;
			height:100%; 
			position: relative;
			margin-right: auto;
			margin-bottom: 0px;
			margin-left: auto;
			padding: 0px;
			padding-bottom: 30px;
		}
		
	 /* BANNER */   
    div#banner {
		padding: 0px;
		text-align: center;
		width: 620px;
		height: 150px;
		position:absolute;
		top: 0px;
		left: 260px;
		display: inline;
    }

		
        /* LAYOUT */
			div#layout {
				width: 950px;
				float: right;
				border-width: 0px;
				
 
			}
			
		 /* CLEAR */
			div#clear {
				clear: both;				
			}
			
			
		
        /* MAIN */
			div#main {
				width: 927px;
				border-width: 0px;
			
			}

		
		 /* LOCAL */
			div#local{
			    display: none;
				border-width: 0px;
			
			}

		 /* SUB1 */
			 div#sub1{
			    display: none;
			  }

		 /* SUB2 */
			
			div#sub2{
				 display: none;
			}	



        
    /* FOOTER */
		div#footer {

			bottom: 0px;
			width: 950px;
			min-height:150px; 
			position: relative;
			margin-right: auto;
			margin-bottom: 0px;
			margin-left: auto;
			padding-top: 40px;
			clear: both;	
			}
	
	/*COUNTDOWN*/			
	
	div#count{
	
		text-align: center;
	
	}
	
	
	div#sub1 div#count img{
	margin-left: 0px;

	}
	
/* END LAYOUT */



