/*
	Copyright (c) DigitalPeers.  All rights reserved.
 
    Module Name:

        main_style_large.css

    Abstract:

        Overload main_style.css for large pages.

    Environment:

        Apache Server

    Revision History:

        Amit Aides Jan 12 2006 - Created.

*/


/*
 IDs
*/

/* MainDocument creates the centered white space.
 margin:opx auto - centers the space in the middle of the window */

#mainDocument {
	width:767px;
	background-image: url(../images/background_large.jpg);
	background-color:#ffffff;	
	margin:10px auto;
	text-align: justify;	
}

#contentTop {
	background-image: url(../images/content_top_large.jpg);
	height: 78px;
}
#centerDoc {
	font: normal 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color:#FFFFFF;	
	width: 77%;
	float:left;
	margin: -32px 0px 0px 23px;
}
#mainDocument>#centerDoc {margin:-25pt 0px 15px 48px;} /*Mozilla Fix*/
/* amit - I have put a bottom margin on the mozilla fix for the centerDoc, This is done so the copyright
notice will be lifted a bit. Note: the copyright top is JS calculated as centerDoc.height - rightColumn.height */

#rightColumn {
	width:8%;
	background-color:transparent;
	float: right;
	margin: 0px 18px 10px 0px;
	text-align: left;
}
#mainDocument>#rightColumn {margin: 0px 40px 10px 0px;} /*Mozilla Fix*/

#copyright {
	bottom: 0pt;
	margin: auto;
	margin-bottom: 0pt;
	text-align: center;
	position: relative;
	font: normal 6pt Verdana, Arial, Helvetica, sans-serif;
}

#copyright a {
	text-decoration: none;
}

#footer {	
	background-image: url(../images/footer_large.jpg);
	height: 40px;
}
#mainDocument>#footer ul{text-indent: -50px;} /*Mozilla Fix*/

#footer_menu {
	width: 90%;
}