﻿/* Homepage */
DIV#HpImagesDiv 
{
	position:relative;
	width:874px;
	height:350px;
	margin-bottom:9px;
}

DIV#HpImagesDiv IMG#HpMainImage 
{
	display:block; /* for IE 6 */
}

DIV#HpImagesDiv H1 {
    font-size: 28px;
    margin:0 0 14px 0; 
    padding:0;
    font-weight:bold;
    border:0;
}

DIV#HpImagesDiv H2 {
    font-size: 18px;
    margin:0; 
    padding:0;
    font-weight:normal;
}

DIV#HpImagesDiv DIV.HomepageText 
{
	width:435px;
	height:179px;
	position:absolute;
	left:38px;
	top:46px;
	display:none;
	
	line-height:210%;
	color:#FFF;
}

DIV#HpImagesDiv DIV.HomepageText_On 
{
	display:block;
}

/* homepage links */
DIV#divHomepageLinks
{
	position:absolute;
	left:37px;
	top:227px;
}

DIV#divHomepageLinks IMG {
    margin-right:4px;
}

/* homepage buttons */
DIV#divHomepageButtons 
{
	position:absolute;
	left:9px;
	bottom:8px;
}
DIV#divHomepageButtons IMG {
    cursor:pointer;
}

/* HomepageLeftBox */
DIV#HomepageLeftBoxLeft {
    float:left;
    width:163px;
    height:245px;
    background-image:url(/images/layout/greenBack.gif);
}
DIV#HomepageLeftBoxRight {
    float:left;
    width:270px;
    height:245px;
    background-image:url(/images/layout/backLeft.gif);
}

DIV#HomepageLeftBoxRight UL,
DIV#HomepageRightBoxRight UL {
    margin:17px 0 0 1px;
}

DIV#HomepageLeftBoxRight UL LI,
DIV#HomepageRightBoxRight UL LI {
    list-style-type:none;
    width:201px;
    height:26px;
    background-image:url(/images/layout/leftbox_li_bg.gif);
    background-repeat:no-repeat;
    padding:3px 0 0 35px;
    margin:0;
}

DIV#HomepageLeftBoxRight UL LI A, DIV#HomepageLeftBoxRight UL LI A:visited,
DIV#HomepageRightBoxRight UL LI A, DIV#HomepageRightBoxRight UL LI A:visited
{
    color:#FFF;
    font-size:13px;
    text-decoration:none;
}

DIV#HomepageLeftBoxRight UL LI A:hover, DIV#HomepageLeftBoxRight UL LI A:visited:hover,
DIV#HomepageRightBoxRight UL LI A:hover, DIV#HomepageRightBoxRight UL LI A:visited:hover 
{
    color:#333333;
}

/* HomepageRightBox */
DIV#HomepageRightBoxLeft {
    float:left;
    width:163px;
    height:245px;
    background-image:url(/images/layout/blueBack.gif);
    margin-left:4px;
}
DIV#HomepageRightBoxRight {
    float:left;
    width:273px;
    height:245px;
    background-image:url(/images/layout/backRight.gif);
}

DIV#HomepageRightBoxRight UL LI {
    width:246px;
    background-image:url(/images/layout/rightbox_li_bg.gif);
}
