﻿/* 
Style Sheet
-------------------------------------------------------
Copyright (c) 2009, Chasetheweb.net

Last Updated: Janean Angeles
Date: 7/21/2009 */   
 

@import url("nav-horizontal3860.css?v=1");

/* SITE SPECIFIC LAYOUT */
body
{
	margin: 0;
	padding: 0;		
}

html,body,form#aspnetForm,form#form1, div#page
{
	height:100%;
}

div#page
{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */	
	padding: 0px 15px;
}

div#search
{
	position:absolute;
	top: 1px;
	right: 125px;
	z-index: 99;
	width: 220px;
}
div#translate{
	top: 1px;
    right: -170px;
    position:absolute;
    width: 200px;
	z-index: 99;
}	

/* HEADER */
div#header
{

}
div#branding
{    

}

/* MAIN */
div#main
{

}

/* Sub1 */
div#sub1
{
    float: left;
    width: 218px;
} 


/* CONTENT */
div#content
{
	width: 100%;
	position:relative; /* needed for footer positioning*/
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* LAYOUT */
div#layout
{
	width: 66%;
	float: right;
}
div#local 
{
    width: 33%;
    float: right;
}
/* Top Right Nav */
div#extra1
{
    position: absolute;
    top: 70px;
    right: 45px;
    z-index: 99;
}

/* homepage left main header curve */
div#extra2
{
    position: absolute;
    width: 37px;
    height: 57px;
    background-image: url('../../Copiague/images/homeBodyTopLeftCorner.gif');
    background-repeat: no-repeat;
}

/* CLEAR */
div#clear
{
	clear:both;
}


/* FOOTER */
div#footer2, div#ctl00_ctl00_footer2 
{

}
div#footer2 #footer-content, div#ctl00_ctl00_footer2 #footer-content {
}

/* List Items ul li */

div#footer2 ul, div#ctl00_ctl00_footer2 ul{

}

div#footer2 ul li, div#ctl00_ctl00_footer2 ul li{

}
div#footer {
	


/*bubble boxes*/
div.bubbleBlock
{
    width: 191px;
    margin: 12px 0px 20px 10px;
    padding: 0px;
}
.bubbleBlock .importantLinks
{
    width: 191px;
    height: 38px;
    margin: 0px;
    padding: 0px;
}
.bubbleBlock .top
{
    width: 191px;
    height: 12px;
    margin: 0px;
    padding: 0px;
}
.bubbleBlock .body
{  
    width: 191px;
    margin: 0px;
}
.bubbleBlock .content
{
    margin: 0px 5px;
}
.bubbleBlock .bottom
{ 
    width: 191px;
    height: 12px;
    margin: 0px;
    padding: 0px;
}
.bubbleBlock ul
{
    margin-left: 10px;
    padding-left: 0;
}
.bubbleBlock li
{
    margin-left: 0px;
    padding-bottom: 10px;
}

div.newsFlash
{
    width: 189px;
    margin: 12px auto 20px auto;
    padding: 0px;
}
.newsFlash .top
{
    width: 189px;
    height: 38px;
    margin: 0px;
    padding: 0px;
}
.newsFlash .body
{  
    width: 189px;
    margin: 0px;
}
.newsFlash .content
{
    margin: 0px 8px;
}
.newsFlash .bottom
{ 
    width: 189px;
    height: 14px;
    margin: 0px;
    padding: 0px;
}
.newsFlash ul
{
    margin-left: 6px;
    padding-left: 0;
}
.newsFlash li
{
    margin-left: 0px;
    padding-bottom: 10px;
}
.ie,
.gecko
{
    margin-left: 13px;
}


/* END LAYOUT 
//////////////////////////////////// TABLE */
table
{

}


th
{

}

td
{

}

/* END TABLE */

/* clearing */
.stretch,
.clear {
    clear: both;
    height: 1px;
        
    margin: 0;
    padding: 0;
        
    font-size: 15px;
    line-height: 1px;
}
.clearfix:after {
    clear: both;
    height: 0;
        
    display: block;
    visibility: hidden;
        
    content: ".";
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
/* end clearing */
