/* 
LMVMA Style Sheet
-------------------------------------------------------
Copyright (c) 2010, rantaconsulting.com

Last Updated: Mark Garczewski
Date: 1/08/2010 */   






/* SITE SPECIFIC LAYOUT */
body
{
	margin:0;
	padding: 0px 0px 0px 0px;
	
}

html,body,form#aspnetForm,form#form1
{
	height:100%;
}

div#page
{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:900px;
}

div#branding{
	position:absolute;
	top: 30px;
	left: 0px;
	}
	
div#optin{
	position:absolute;
	top: 470px;
	left: 15px;
	width: 124px;
	text-align: center;
	}
	
/* HEADER */
div#header
{
	height:159px;
    position:relative;
}


/* CONTENT */
div#content
{
	width:900px;
	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;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */

}

/* LAYOUT */
div#layout
{
	width: 702px;
	float: right;
	padding: 10px 20px 0px 20px;

}

/* MAIN */
div#main
{
    width: 523px;
	height:auto !important; /* real browsers */
	height: 500px; /* IE6: treaded as min-height*/
	min-height: 500px; /* real browsers */
	margin-right: 15px;
	float: left;
}

div#sub
{
    width: 130px;
	height:auto !important; /* real browsers */
	height: 500px; /* IE6: treaded as min-height*/
	min-height: 500px; /* real browsers */
	float: right;


}

div#local
{
	width: 133px;
	float: right;
	padding: 20px 10px 20px 15px;
    height:auto !important; /* real browsers */
	height:500px; /* IE6: treaded as min-height*/
	min-height:500px; /* real browsers */

}

/* CLEAR */
div#clear
{
	clear:both;
}


/* FOOTER */
div#footer
{	
    width: 100%;
    height: 85px;
	padding-top: 300px;
	padding-bottom:10px;
	margin-bottom:0px;	
}




/* 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 */


