/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

/****************************************************/
/** MASTER WIDTHS *************/
    div#container {width: 950px;     /*950px;*/    /*50%;*/		/*850px;*/}
    #main {width: 608px !important;}
    div#footer {width: 100% !important;     /*836px;*/}
/****************************************************/
/****************************************************/

/****************************************************/
/** MASTER HEIGHTS *************/
div#header {height: 196px;}
/****************************************************/
/****************************************************/

#main {margin: -60px 0px 0px 3px;}



/********************************************************************************/
html,body, body form {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	font-family: Arial, Helvetica, sans-serif !important;
	/*font-family: arial,sans-serif;
	font-size: small;
	color:#666;*/
}

body {
	background-color: #fefefe !important;/**/
	background-image: url(/images/page_background_full_width.png) !important;
	background-repeat: repeat-x !important;
	background-position: 1px left !important;
	/*background: transparent url("../images/header_alt2b.png") no-repeat top center !important;*/
	color: #111;
}

body, .default {
	font-size: 12px !important;
	}

/*h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}
	h1, h2, a {
		color:orange;
	}
*/
p { 
	line-height:1.5; 
	margin:0 0 1em;
}

.clear {clear: both;}

div#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	min-width: 750px !important;
	/*background:#ffffff;*/
	border-left: none;      /*1px solid #999;*/
	border-right: none;      /*1px solid #999;*/
	
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treated as min-height*/

	min-height: 100%; /* real browsers */
}

#content_inner {
    margin: 0px 0px 0px 0px;
    background: transparent;
}

div#header {
	padding:1em;
	background: transparent url("../images/masthead_tlusa_full_width.png") no-repeat top left;
	margin: 0px -5px 0px -5px;
	border-bottom: none;    /*6px double gray;*/
	height: 196px;
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#content {
    margin: 0px;
	padding: 0px; /* bottom padding for footer */
	padding-bottom: 80px;
	background: transparent;    /*#ffffff;*/
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}

#main {
    /*margin: -90px 0px 0px 3px;            *** At TOP ***/
    padding: 10px 5px 0px 0px;
    border: none;       /*1px solid blue;*/
    display: inline;
    float: left;
}


div#footer {
	margin: 0px;
	margin-left: -5px;
	margin-right: -2px;
	padding: 2px 10px;
	position:absolute;
	bottom: 0; /* stick to bottom */
	background: transparent;        /*#996;*/
	color: #333;
	height: 60px;
	background: transparent url("../images/footer_background_950.png") no-repeat top center;
	/*border-top: 1px solid #666;
	border-bottom: none !important;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;*/
}
	div#footer p {
		padding:1em;
		margin:0;
	}