/* PAGELAYOUT CSS - 20060522 */

/* FULL PAGE */

div#page
{
    width: 1000px; /* This can be changed to any fixed width if desired */
    margin: 0 auto 0 auto; /* General method for centering content if fixed page width, for other browsers than IE */
    text-align: left; /* Reset IE method for centering page, to stop all other content on the page from centering */
}

/* HEADER */

div#header
{
    background: url(../images/header_bg.gif) right top #FFFFFF no-repeat;
	height:130px;
	position:relative;
}

div#header-regular
{
    background: url(../images/header_regular_bg.jpg) right 30px #FFFFFF no-repeat;
	height:130px;
	position:relative;
}


div#logo
{
    float: left;
    margin: 4em 0 0 2em;
}

div#searchbox
{
    width: 28em; /* Needs to be sufficient width to fit both text input and submit button to avoid Konqueror breaking the line between them */
	position:absolute;
	top:7em;
	right:0;
}

div#searchbox-regular
{
    width: 27em; /* Needs to be sufficient width to fit both text input and submit button to avoid Konqueror breaking the line between them */
	position:absolute;
	top:13.3em;
	right:0;
}

input#searchtext
{
    border: 1px solid #A5ACB2;
    font-size: 0.85em;
    width: 23em;
}

input#searchbutton
{
    margin-top: -0.1em;
}

/* TOP MENU */


div#topmenu
{
    margin: 0;
    background-color: #FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

div#topmenu ul
{
    background-image: url(../images/topmenu_bg.png);
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both;
    float: left;
    width: 100%;
}

div#main div#topmenu  ul
{
    width:auto;
	margin:20px auto 20px auto;
}



div#topmenu ul li
{
    float: left;
    margin: 0;
    padding: 0;
    font-size: 0.85em;
    white-space: nowrap;
}

div#topmenu ul li
{
    font-weight: bold;
    background: url(../images/topmenu_li_bg.png) center right no-repeat;
}

div#topmenu ul li a
{
    display: block;
    color: #4F5241;
    line-height:22px;
    margin: 0 0 6px 0;
    padding: 5px 15px 0 15px;
    text-decoration: none;
}

div#topmenu ul li a span.disabled
{
    color:#999999;
}

div#topmenu ul li.lastli
{
    background-image: none;
}

div#topmenu ul li.selected,
div#topmenu ul li.lastli:hover,
div#topmenu ul li:hover
{
    background:url(../images/topmenu_bg_selected.png) right top;
}


div#submenu
{
    background:url(../images/submenu_bg.gif) repeat-x;
	height:33px;
}

div#submenu ul
{
    background:url(../images/submenu_bg.gif) repeat-x;
}

div#topmenu div#submenu li
{
    background:none;
}

div#topmenu div#submenu li a
{
	color:#FFFFFF;
	padding: 5px 5px 0 5px;
}

div#topmenu div#submenu li a:hover,
div#topmenu div#submenu li.selected a
{
	color:#8AC53F;
}

div#topmenu div#submenu ul li,
div#topmenu div#submenu ul li.selected,
div#topmenu div#submenu ul li:hover
{
	background: url(../images/topmenu_li_bg.png) center right no-repeat;
}


/* PATH */

div#path
{
    padding: 0.5em 0.5em 0.5em 2em;
    font-size: 0.85em;
	width:65%;
	float:right;
	text-align:right;
}

div#path p
{
    margin: 0;
}

/* COLUMNS */

div#columns
{
   padding: 0 14em 0 14em;
}

div.nosidemenu div#columns
{
   padding-left: 0;
}

div.noextrainfo div#columns
{
   padding-right: 0;
}

/* SIDE MENU */

div#sidemenu
{
    padding: 0 0.25em 0 0;
}

div#sidemenu-position
{
    width: 14em;
    margin-left: -14em;
    float: left;
    display: inline; /* Fix for IE double margin bug */
}

div.nosidemenu div#sidemenu-position
{
    display: none;
}

div#sidemenu ul
{
    list-style-type: none;
    margin: 0.5em 0 0.5em 0;
}

div#sidemenu ul li
{
    margin: 0.25em 0 0.25em 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    background-image: none;
}

div#sidemenu div.box div.box-content
{
    padding-left: 0.75em;
    padding-right: 0;
}

div#sidemenu h4
{
    margin: 0;
}

div#sidemenu h4 a
{
    color: #525345;
    text-decoration: none;
}

div#sidemenu ul.menu-list a.selected
{
    font-weight: bold;
}

div#sidemenu ul.submenu-list
{
    list-style-type: none;
    margin-left: 1em;
}

div#sidemenu ul.submenu-list a.selected
{
    font-weight: bold;
}

div#sidemenu ul.menu-list li a, div#sidemenu ul.submenu-list li a
{
    background-image: url(../images/sidemenu_bullet.png);
    background-position: 0.2em 0.5em;
    background-repeat: no-repeat;
    padding-left: 18px;
    display: block;
    font-size: 0.85em;
}

/* MAIN AREA */

div#main-position
{
    width: 100%;
    float: left;
}

div#main
{

}

div.nosidemenu div#main-position
{
    margin-left: 0;
}

div.noextrainfo div#main-position
{
    margin-right: 0;
}

/* BANNER */

div#banner
{
	width:448px;
	height:242px;
	overflow:hidden;
}

/* HOMEPAGE */

ul#homepage-main-menu
{
	position:relative;
}

ul#homepage-main-menu,
ul#homepage-main-menu li
{
	margin:0;
}

ul#homepage-main-menu li
{
	padding:0;
	text-align:center;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-weight:bold;
}

ul#homepage-main-menu li a
{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	width:112px;
	height:112px;
}

li#menu_0
{
	position:absolute;
	left:0;
	top:0;
}

li#menu_1
{
	position:absolute;
	left:112px;
	top:0;
}

li#menu_2
{
	position:absolute;
	left:224px;
	top:0;
}

li#menu_3
{
	position:absolute;
	left:336px;
	top:0;
}

li#menu_0 div.spacer,
li#menu_1 div.spacer
{
	padding-top:40px;
}

li#menu_2 div.spacer
{
	padding-top:35px;
}

li#menu_3 div.spacer
{
	padding-top:30px;
}

a.exoneration-link
{
	color:#646567;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:5px 35px;
	background:url(../images/arrow_grey_large.gif) no-repeat right top;
	font-size:1.2em;
}

a.exoneration-link:hover
{
	text-decoration:underline;
}

/* FOOTER */

div#footer
{
    clear: both; /* Ensures that the footer is pushed properly below the columns */
    text-align: center;
    padding-top: 1.25em;
    background: url(../images/footer.gif) center bottom no-repeat;
    font-size: 0.85em;
    margin-bottom: 0.25em;
	height:200px;
}

div#footer address
{
    font-style:normal;
	margin-top:10px;
}

div#links
{
	margin:120px auto 0 auto;
	width:1000px;
	text-align:center;
}

div#links ul
{
	list-style-type:none;
}

div#links li
{
	display:inline;
	background:none;
}

div#links li a
{
	color:#636567;
}

div#links li.logo
{
	margin-left:100px;
}

div.dev-container
{
	position:relative;
	width:1000px;
	margin:0 auto 0 auto;
	height:55px;
}

div#extrainfo
{
    padding: 0 0 0 0.25em;
}
