/* Main Positioning Stuff */

/* mac hide \*/

html, body {height:100%}

/* end hide*/

body {
padding:0;
margin:0;
background-color: #FFF;
font-family: arial, helvetica, sans-serif;
}

#skip a, #skip a:hover, #skip a:visited {
position:absolute;
left:0px;
width:1px;
height:1px;
overflow:hidden;
}

/* 
----------------------------------------------------------------------------------------
SKIP NAV AREA
----------------------------------------------------------------------------------------
*/

#skip a:active {
position:static;
width:auto;
height:auto;
}

/* Hidden Form Label */
.hidden {
position:absolute;
left:0px;
top:-500px;
width:1px; 
height:1px;
overflow:hidden;
}


/* 
----------------------------------------------------------------------------------------
MASTHEAD AREA
----------------------------------------------------------------------------------------
*/ 

#header{
position:absolute;
left:0px;
top:-500px;
width:1px; 
height:1px;
overflow:hidden;
}


/* 
----------------------------------------------------------------------------------------
PAGE TITLE AREA
----------------------------------------------------------------------------------------
*/ 

#page-title { 
font-size: 10pt; 
font-weight: bold; 
vertical-align: middle;
}



#page-title H1 { 
font-size: 14pt; 
font-weight: bold; 
color: #000;
padding-top: 8px;
vertical-align: middle;
padding-bottom: 8px;
padding-left: 12px;
margin: 0;
}

#page-title-btm { font-size: 0; height: 9px; }



/* 
----------------------------------------------------------------------------------------
MAIN CONTENT AREA - 2 Column
----------------------------------------------------------------------------------------
*/ 

#main { 
width: 100%;
}



#pagecontent { 
padding: 10px 10px 25px 10px; 
min-height:550px; 
height:auto;
font-size: 11pt;
}

/* for Internet Explorer */
/*\*/
* html #pagecontent {
height: 550px;
font-size: 12pt;
}


/* 
----------------------------------------------------------------------------------------
MAIN CONTENT AREA - Wide Format
----------------------------------------------------------------------------------------
*/ 

#mainWide { 
padding: 6px 15px 15px 10px;
background-color: #CCC;
width: 100%;
}



#pagecontentWide { 
border: solid 1px #B3B3B5; 
background-image: url(/lats/z-omniupdate/layoutimages/pagecontent.jpg);
background-repeat: repeat-x; 
background-color: #FCFCFC; 
padding: 10px 10px 25px 10px; 
min-height:550px; 
height:auto;
font-size: 11pt;
}

/* for Internet Explorer */
/*\*/
* html #pagecontentWide {
height: 550px;
font-size: 12pt;
}

/* 
----------------------------------------------------------------------------------------
BREAD CRUMB
----------------------------------------------------------------------------------------
*/ 

#breadcrumb { padding-bottom: 22px; font-size: 8.5pt; }

#breadcrumb a { color: #333333; font-weight: bold; }

.seperator { color: #333333; }

/* 
----------------------------------------------------------------------------------------
LEFT NAVIGATION
----------------------------------------------------------------------------------------
*/ 

#left {
position:absolute;
left:0px;
width:1px;
height:1px;
overflow:hidden;
display: none;
}


/* 
----------------------------------------------------------------------------------------
FOOTER AREA
----------------------------------------------------------------------------------------
*/ 

#footer {

}

