/* 
Suffolk Style Sheet
-------------------------------------------------------
Copyright (c) 2008, Chasetheweb.net

Last Updated: Mark Garczewski */



@import url("nav-horizontal.css");


	
/* SITE SPECIFIC LAYOUT */
    body {
        margin: 0;
        padding: 0;
	padding-top:3px;
    }
	
	
	    div#page {
			position:relative; /* needed for footer positioning*/
			margin:0 auto; /* center, not in IE5 */
			width:793px;
   		}
		
		div#branding{
			position:absolute;
			top: 15px;
			left: 15px;
			}
	
   
		div#header {
			text-align: right;
			height: 163px;
		}
		
    
		div#content {
			width: 100%;
			position:relative; /* needed for footer positioning*/
			margin-right: auto;
			margin-bottom: 0px;
			margin-left: auto;
			padding-top: 0;
			padding-right: 0;
			padding-bottom: 0;
			padding-left: 0;
			}

			div#layout {	
				float: right;
				border-width: 0px;
				left:0px;
			}
			
			div#clear {
				clear: both;				
			}
			
	

			div#main {
				width: 793px;
				border-width: 0px;
			}
			#threeBoxes{
			
				position:relative;				
				width:793px;
				height:190px;			
				float:left;
			}

			div#local{
			    display: none;
				border-width: 0px;
			}

                        div#apply{
                             float: right !important;
                             margin: 19px 10px 0px 5px;
                     }


			div#sub1,div#sub2,div#banner{
			    display: none;
			  }
	
        
		 /* extras */
			 div#extra2,div#extra3,div#extra4,div#extra5,div#extra6{
			    display: none;
			  }		
		
		div#footer {
			clear:both;
			width:100%;
			}
			
		div#footer p {
			margin: 0;
			padding: 15px;
			font-size: 0.8em;
		}

	/*//////////////////////////////////// TABLE */
		table {

		}
		table caption {

		}
		th {
			padding: 7px;
		}
		td {
			padding: 7px;
		}
		
	
	
	
	/* END TABLE */ 	
/* END LAYOUT */




