﻿html { overflow: -moz-scrollbars-vertical; }
html { -ms-overflow-x: hidden; }
html { overflow-y:scroll; }

body
{
/*	font: 13px/1.231 arial, helvetica, clean, sans-serif;*/
	background-color: #e7e7e7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #616161;
	padding-top: 5px;
}


/* General */

a img
{
	/* turn off default border on image links. (we are unlikely to ever want it) */
	border: none;
}

/* container */
#fixed-width-page
{
	width: 956px;
	background-color: white;
	border: 5px solid #b6b6b6;
	margin: 0px auto 0 auto;
}


/* header styles */

#header
{
	background-position: left;
	background-repeat: no-repeat;
	height: 97px;
	position: relative;
}

#header #CFEP-Header-Logo
{
	border: none;
	position: absolute;
	left: 26px;
	top: 2px;
}

#header #contact-us
{
    color: #003e7e;
    height: 87px;
    font-size: 23px;
    text-align: left;
	margin:5px 10px 5px 0px;
    white-space: nowrap;
    font-weight: bold;
    float:right;
}

#header #login
{
    border-right:solid 1px #d2e3a9;
    color: #003e7e;
    text-align: right;
    height: 87px;
    width: 200px;
    white-space: nowrap;
    font-weight: bold;
    float:right;
    margin:5px 10px 5px 0px;
	padding-right:10px;
}

#header .title
{
	color: #8dabdd;
	font-size: 12px;
	padding:4px 0px 4px 0px;
    margin:0px;
}

#contact-us .uksite
{
	float:left;
	padding:10px 2px;
	width:28px;
	height:17px;
}

#contact-us .ausite
{
	float:left;
	padding:10px 2px;

}
#contact-us .ausite a
{
	background-image: url(../images/flag_au_off.jpg);
	background-repeat:no-repeat;
}
#contact-us .ausite a:hover
{
	background-image: url(../images/flag_au_on.jpg);
	background-repeat:no-repeat;
}


#breadcrumb
{
    width: 965px;
    height: 25px;
    line-height: 25px;
    font-family: Arial,helvetica;
    font-size: 12px;
    text-align: left;
    vertical-align: middle;
    color: #003e7e;
    padding-left: 10px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #d2e3a9;

}



/* Menu - CSS resides in menu.css */

#menuleft
{
    width: 130px;
    float:left;
    padding-top: 10px;
    Padding-left: 10px;

}

/* content */
#content

{
    padding:0px;
    display: inline-block; /*sets hasLayout - required for IE*/ 
    overflow: hidden; /*causes modern browsers to enclose child floats*/ 
}

#content {display: block; /* resets to proper property value without resetting layout */
}



#banner
{
    background-image: url(../images/ipqsteps.png);
    background-repeat:no-repeat;
    height: 343px;
    width: 956px;
    padding:0;
    margin:0;
    }
#bannertext
{
    width: 936px;
    height: 50px;
    background-image: url(../images/bannertextbg.png);
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-left: 20px;
    text-align: left;
    padding-top: 5px;
    vertical-align:middle;
}

#solutions
{
    border-style: none;
    border-width: 0px;
    height: 55px;
    width: 956px;
    padding:0;
    margin:0;
    text-align: left;
    background-color: white;
}

#contentright
{
    float: right;
    width: 175px;
    margin-right: 7px; /* to make left edge of eyecatcher line up with left edge of 4th tab in flashyness */
    padding-top: 10px;
}
#contentleft
{
	float: left;
	width: 695px;
	margin-left: 20px;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#contentwhole
{
	float: left;
	width: 956px;
	padding:10px;
}

#contentcentre
{
	float: left;
	width: 585px;
	margin-left: 20px;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}        
.style1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #616161;
}

.attention-header
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 16px;
            color: #FFFFFF;
            
/* page content styles */
}
#content h1
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    color: #002664;
}
#content h2
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: #002664;
    text-align: left;
}
#content p
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align:justify;
    color: #616161;
}            
#content a
{
	color: #820000;
}

#content ul
{
	margin-top: 0;
}

#content ul li
{
	list-style-image: url(../images/bullet-teal.png);
	line-height: 150%;
}
/* footer styles */
div#footer
{
	margin: 0 auto;
	width: 956px;
	height: 20px;
	padding: 5px 0px 15px 0px;
	font-size: 11px; color: #fff;
}
div#under-footer
{
	clear: both;
}
#footer p, #footer li
{
	/* put all footer elements on one line */
	float: left;
	color: #9f9f9f;
}
#footer a
{
	color:#9f9f9f;
}
#page-end
{
	clear: both;
}

/*publications page*/
#cit
{
    font-size: 11px;
    text-align:justify;
    padding-bottom: 8px;
}
#cititle    
{ 
    font-size: 11px;
    font-weight:bold ;
}
#citpub
{ 
    font-size: 11px;
    font-style: italic; 
}
