@CHARSET "UTF-8";


/* <Main content and nav area> */

 div#main
{
    position:relative;
}

div.nav_left
{
    float: none;
    
    position: absolute;
    top: 140px;
    right: 30px;
    z-index: 100;
}

 div#content_wrapper
{
    float:none;
    position: relative;
    margin-top: 0;
    padding-top: 80px;
    width: auto;

    background: #FFFFFF;
    background-image: url("images/background-inner-gradient.png");
    background-repeat: repeat-x;
}

div#content_wrapper div.page_corner 
{
    background-image: none;
    display: none;
}

div#content_wrapper div.page_header
{
    position: absolute;
    top: 20px;
    right: 20px;
}

div#content_wrapper div.page_header h1 
{
    padding-top: 0px;
    font-size: 14px;
    font-weight: bold;
}

div#content_wrapper>div.content
{
    margin: 0 250px 0 0;
    padding-right: 0px;
    border: none;
}

div.content .form_input .grid_width_6
{
    width: 360px;
}

div.content .form_input .grid_width_7
{
    width: 420px;
}

div#content_wrapper div.page_footer
{
    clear: both;
    border-top: 5px solid #5988B0;
} 

/* </Main content and nav> */

/* <Footer> */

div#footer
{
    margin-left: 100px;
    border-top: solid 5px #95BBDF;    
}

/* </Footer> */

/* <Breadcrumb> */

div.breadcrumb
{
    display: none;
}

/* </Breadcrumb> */

/* <Election summary> */

 div.nav_left p.form_input
{
    margin-bottom: 15px;
}

div.nav_left p.form_input label
{
    display: block;
    font-weight: bold;
    color: #888888;
    margin-bottom: 4px;
}

div.nav_left p.form_input>span
{
    display: block;
}
 
/* </Election summary> */

/* <Welcome menu> */

div.menu div.menu_item
{
    width: 250px;
    height: 195px;
    margin: 10px;
    display: inline-block;
    float: left;
}

div.menu div.menu_item div.description
{
    height: 130px;

    padding: 10px 15px 25px 15px;
    margin-right: 10px;

    border: 2px solid #C2C2C2;
    border-top-left-radius: 7px;

    line-height: 18px;
    font-size: 12px;
}

div.menu div.menu_item a.link
{
    width: 120px;
    height: 35px;

    position: relative;
    top: -20px;
    left: 90px;

    font-size: 15px;
    line-height: 18px;

    padding-top: 7px;
    padding-bottom: 5px;
    overflow: hidden;
}

#logo
{
	
	height:60px;
	
}


/* </Welcome menu> */
