/* Content blocks */
/* Use this CSS file to set up the major layout blocks */
/* Header, footer, nav and content blocks etc*/

/* Ian Hill 2011 */
/* careers Site */
/* Emerald IT */


/* main content area blocks */
#page_block
{
    width: 1000px;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    /* background-color: #FFFFFF; 
    border: #000000 solid 1px;*/
}

/* header blocks */
#header_block
{
    float: left;
    width: 100%;
    height: 80px;
    /* background-image: url( '../img/careers_banner.gif'); */
    /* background-repeat: no-repeat; */
   /* border-bottom: 1px solid #000000; */
}
#tab_block
{
    clear: both;
    float: left;
    margin-top: 5px;
    width: 100%;
	overflow: hidden;
}

/* content blocks */

#left_content_block
{
    clear: both;
    width: 180px;
    float: left;
	min-height: 400px;
}
#right_content_block
{
    width: 150px;
    height: 100%;
    float: left;
	min-height: 400px;
    margin-left: 5px;
}
#content_block
{
    float: left;
    width: 660px;
    height: 100%;
	min-height: 400px;
    padding-top: 15px;
    margin-bottom: 15px;
}


/* footer blocks */
#footer_block
{
    clear: both;
    width: 100%;
  /*  text-align: center; */
    padding-top: 0.5em;
    padding-bottom: 1em;
  /*  border-top: 1px solid #ccc; */
    /*margin-top: 30px;*/
}

/* end of main content area blocks */

/* sub blocks */
#logo
{
    float: left;
    border: 0px;
    padding-left: 0px;
}

#logotext
{
    float: left;
    font-weight: bolder;
    padding-left: 10px;
    text-align: left;
    vertical-align: top;
    width: 100px;
}
#logotext img
{
    float: right;
    padding-left: 10px;
    vertical-align: middle;
}

#nav_horizontal
{

}
#nav_block
{
}
#login_block
{
    clear: right;
    float: right;
    text-align: right;
    padding-top: 20px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 0.8em;
    width: 500px;
}


#login_box
{
    padding-left: 5px;
}
#login_box h3
{
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}


.banner
{
    width: 660px;

}
.text_block
{
    padding: 5px;
    font-size: 1em;

}
.grey_text_block
{
    /* background-color: #EBEBEB; */
    padding: 5px;
    margin-bottom: 5px;
}
.grey_text_block h3
{
    margin-top: 0px;
}
.red_text {
    /* color: #EE2C3A; */
}

#left_content_block
{
    clear: both;
    float: left;
}


#advert_block
{
    width: 150px;
    text-align: center;
    margin-top: 7px;
    padding-top: 10px;
    padding-bottom: 5px;
   /* background-color: #EBEBEB; */
   /* border: 1px solid; */
}
#advert_block img
{
    border: 0px;
}

#main_content
{
    float: left;
}

.leftblock
{
    clear: both;
    float: left;
    width: 48%;
    border: #000000 1px;
}
.rightblock
{
    float: right;
    width: 48%;
    border: #000000 1px;
}

.newblock
{
    clear: both;

}



#footer_block a
{
   /*  color: #000000; */
    text-decoration: none;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 0.9em;
    font-weight: bold;
}

#footer_block a:hover {
    /* color: #EE2C3A; */
    text-decoration: underline;
}

#footernavlist li
{
    font-size: 0.8em;
    display: inline;
}
#footernavlist
{
    margin-top: 0px;
    margin-bottom: 0px;
}

#admin_page_block
{
    width: 90%;
    /* min-width: 1380px; */
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    /* background-color: #FFFFFF; */
    border: #000000 solid 1px;
}

#admin_header_block
{
    float: left;
    width: 100%;
     height: 110px; 
    /* background-image: url( '../img/careers_banner.gif'); */
    /* background-repeat: no-repeat; */
    padding-bottom: 10px;
    border-bottom: 1px solid #000000; 	
}

#admin_left_content_block
{
    clear: both;
    /* width: 250px; */
    float: left;
    min-height: 400px;
    padding-left: 15px;
}
#admin_content_block
{
    float: left;
    
    height: 100%;
	min-height: 400px;
    padding-top: 15px;
    margin-bottom: 15px;
	overflow: visible;
}