/***********************************************/
/* Main CSS file for SECO portal  */

/***********************************************/
/*  A remake of the skidoo layout with the middle column appearing first in source ordering.
*******************************************************************************/

/*First lets import all the other style sheets here. Lets be nice to the server :-) */

@import url("pz.css");
@import url("tablesnforms.css");
@import url("mainmenu.css");

/*@charset "iso-8859-1";*/

/* begin with generic selectors so that they can be overridden if needed
 * by classes deeper in the stylesheet
 */
.clear
{
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}
.hide
{
	display: none !important;
}
.inside
{
	padding-right: 0.3em;
	padding-left: 0.3em;
}

img {
	border: 0px !important;
}


/* margin values and font sizes for headings, and margins on paragraphs
 * and lists are not consistent across browser platforms. to achieve a
 * consistent look we need to explicity set these values here. it may
 * seem an odd way to declare the margins like this but you never
 * know what kind of horizontal padding a browser may be using on an
 * element, and I only want to change the vertical padding.
 *
 * pixels are used here, rather than ems, because I want a consistent
 * margin on the different headings. if I use ems, 1em for an h1 element
 * is much larger than 1em on an h6 element. I don't wnat this.
 *
 * salt to taste
 */
ul, ol, dl, p, h1, h2, h3, h4, h5, h6
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
}
h1
{
	font-size: 120%;
}
h2
{
	font-size: 110%;
}
h3
{
	font-size: 160%;
	font-family: Georgia, "Times New Roman", Times, serif;

}
h4
{
	font-size: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h5
{
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;

}
h6
{
	font-size: 70%;
}

hr {
	color: #CCCCFF;
	width:100%;
	border: 1px solid #CEFFCE;
}

.white {
	color: #FFFFFF;
	width: 100%;
	border: 1px solid #FFF;
}

blockquote {
	background-color: #F4FFF4;
	padding: 10px;
	margin-left: 5px;
	margin-right: 5px;
	color: #006600;
	border: 1px outset #006600;
}

/* alter some HTML elements' default style
 */
a, a:link, a:visited, a:active
{
	color: #006600;
	text-decoration: none;
	font-weight: normal;
}
a:hover
{
	color: #000066;
	text-decoration: underline;
	font-weight: normal;
}

code
{
	font-family: "Courier New", Courier, monospace;
}
label
{
	padding-right: 10px;
}
table
{
	font-size: 100%;
}
/*td, th
{
	vertical-align: middle;
}
*/
/* now we craft the core layout of the page. this includes positioning and
 * gutter space. colors and fonts should not come into play at this point.
 * when defining a border, default its color to white which is probably
 * the safest thing to do.
 */
body
{
	font-size: 100.1%;	/* resolve some font size issues in some layouts for
				   some browsers. (in other words, i got no clue.) */
	margin-top: 10px;
	margin-right: 1%;
	margin-bottom: 0px;
	margin-left: 1%;				  

}
#pageWrapper
{
/*	border: solid 1px #fff;
	border-width: 0 1px;
*/	min-width: 40em;	/* IE doens't understand this property. EMs are used
				   so that as the font size increases, the proportional
				   limitations (min-width) increase with it, rather
				   than creating a middle column that can only fit
				   3 or 4 characters in it. */
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #003300;


}
* html #pageWrapper
{
	/* \*/
		/*word-wrap: break-word;*/
	/* invalid CSS but keeps IE from breaking horribly under narrow viewports */
}	

/***********************************************/
/* Top block styles                         */
/***********************************************/
#topblock {
	height: 30px;
/*	margin-top: 0px;
*/	margin-right :10px;
	padding-top: 0px;
/*	background-color: #fff;
*/	/*background-image: url(grad.gif);
	background-repeat: repeat;*/
}


#topblock img.stackRight {
	float:right;
	padding:0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#topblock img.stackleft { 
float:left; 
padding:0; 
margin:0 0 0 0px;
 }

#topmostmenu {
	width:100%;
	float: right;
	height: 2em;
}


/***********************************************/
/* Mast Header styles                         */
/***********************************************/

#masthead {
	background-image: url(../images/newlogo.gif);
	background-repeat: no-repeat;
	padding: 0px;
	background-position: left top;
}

#masthead h1 {
	padding: 0;
	margin: 0;
}

/***********************************************/
/* Main Menu Block                         */
/***********************************************/

#mainmenu {
	width: 100%;
	text-align: center;
	padding: 0px;
	height: 66px;
}

/***********************************************/
/* Layout styles                         */
/***********************************************/

#outerColumnContainer {
	/* reserves space for the left and right columns. you can use either
	 * padding, margins, or borders, depending on your needs. however you
	 * can use the border method to create a background color for both left
	 * and right columns
	 */
	margin-top:-20px;
	border-right-width: 13em;
	border-left-width: 13em;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#innerColumnContainer {
	margin: 0 -1px;		/* compensate for the borders because of
				   100% width declaration */
	width: 100%;
	z-index: 1;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color:  #FFFFFF;
	border-left-color:  #FFFFFF;
}

#leftColumn, #middleColumn, #rightColumn, * html #SOWrap {
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}

#SOWrap {
	float: left;
	margin: 0 -1px 0 0;
	width: 100%;
	z-index: 3;
}

#middleColumn {
	float: right;
	width: 100%;
	z-index: 5;
	font-size: 80%;
	line-height:18px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -1px;/*	text-align: justify;
*/
}

#middleColumn ul {
	list-style-image: none;
	list-style-type: square;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#leftColumn {
	float: left;
	width: 13em;
	z-index: 4;
	margin-top: 10px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: -13em;
}
#rightColumn {
	float: right;
	width: 13em;
	margin: 0 -13em 0 1px;
	z-index: 2;
}

/***********************************************/
/* Footer block styles                         */
/***********************************************/

#footer {
	height: 102px;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0.5em;
	padding-left: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#footer img.stackleft {
	float: left;
	padding-right: 5px;
}

/***********************************************/
/* Botom Banner block styles                         */
/***********************************************/

#placebanner {
	background-color: #2c8bcf;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	margin-top: 10px;
}

/* everything below this point is related to the page's "theme" and could be
 * placed in a separate stylesheet to allow for multiple color/font scemes on
 * the layout. you should probably leave a default theme within this stylesheet
 * just to be on the safe side.	
 */
#pageWrapper, #masthead, #innerColumnContainer, #footer, .vnav ul, .vnav ul li, .hnav, .hnav ul li a
{
/*	border-color: #565;
*/}


html, body
{
	color: #003300;
	font-family: arial, helvetica, sans-serif;
	background-color: #fff;
/*	background-image: url(../images/mainbgtop.jpg);
	background-repeat: repeat-x;
	background-position: center top;
*/
}
#pageWrapper
{
	font-size: 89%;	/* set your default font size here. */
	line-height: 16px;
/*	border: 1px ridge #0092F2;
*/	margin-top: 0px;
}

#masthead
{
	background-color: #FFFFFF;
	height: 80px;
}

#outerColumnContainer
{
	border-left-color: #FFFFFF;	 /*left column background color */
	border-right-color: #FFFFFF;	/* right column background color */
	 background-color: #FFFFFF;		/*set the background color for the middle column here */
}

#rightColumn .inside
{
	/* if you apply a font size to just #rightColumn, then its width,
	 * which is specified in EMs, will also be affected. you don't want
	 * that. so apply font size changes to the .inside element which exists
	 * inside underneath all three columns
	 */
	font-size: 80%;
}
#rightColumn .inside .vnav
{
	font-size: 110%;
}


/***********************************************/
/* Left Bar styles                         */
/***********************************************/

#navBar{
	padding: 0px;
	background-color: transparent;
	/*border: 2px solid #63AAEF;*/
	margin-right: 0px;
	z-index: 1;
}

/***********************************************/
/* Quote Box styles                         */
/***********************************************/

#quotebox{
	border: 1px solid #fff;
	/*margin-top: 10px;*/
	background-color: #ECECFF;
}

#quotebox p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	/*font-weight: bold;*/
	color: #000033;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	line-height: 19px;
	text-align: left;	/*font-style: italic;
	letter-spacing: 1px;*/
}

.quoteboxheading {
	color: #000066;
	display: block;
	font-weight: bold;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 25px;
	letter-spacing: 1px;
	
	height: 20px;
	}

/***********************************************/
/* Left Info Box & NEWS Box styles  - the Matter that appears below the Side Bars */
/***********************************************/
#InfoBar{
	border: 1px solid #fff;
	margin-bottom: 10px;
	background-color: #F4FFF4;
}

#InfoBar img{
	display: block;
	vertical-align: middle;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#InfoBar p{
	font-size: 75%;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

/***********************************************/
/* Search styles                         */
/***********************************************/
#search{
	background-color: #F4FFF4;
	border: 1px solid #fff;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding:0px;
	font-size: 11px;
/*	color: #336699;
*/	text-align: center;
}

/***********************************************/
/* Left Helpful Links Box styles  - the Matter that appears below the Info Box */
/***********************************************/
#helpfullinks {
	background: #FFF;
	border: 1px solid #67B4F1;
	margin-top: 10px;
}

#helpfullinks img{
	display: block;
	vertical-align: middle;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#helpfullinks p {
	font-size: 75%;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

/***********************************************/
/* Centre Content Specifc Styles                                */
/***********************************************/

#content{
	text-align: justify;
	padding-top: 3px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 17px;
	margin-top: 0px;
	background-color: #fff;
	font-size: 100%;	/*color: #000033;*/
/*	border: 1px solid #FFB66C;
*/}

#content a, a:link, a:visited, a:active {

	text-decoration: underline;
	color: #006600;
}

#content a:hover{
	color: #000000;
	text-decoration: underline;
}


#content img.stackRight {
	float:right;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 5px;
	margin-right: 0px;
}

#content img.stackleft {
	float:none;
	padding:0;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#content li {
	padding-top: 2px;
	padding-bottom: 5px;
	list-style-type: square;
}

#content li li {
	padding-top: 2px;
	padding-bottom: 5px;
	list-style-type: disc;
}

.contentbigtext {
	font-size: 110%;
}

/*Content Area Headings*/
.contentheading {
	display: block;
	height: auto;
	color: #336600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 1.5px;
	text-align: left;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
	background-position: center;
	}

/*Box Headings*/
.heading {
	display: block;
	height: auto;
	color: #336600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 1.5px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
	background-position: center top;
	}



/***********************************************/
/* Footer Specific styles   */
/***********************************************/
#footer{
	width:auto;
/*	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
*/
}
#footer-left{
	width:15px;
	height:100px;
	float:left;
	background-image: url(images/footer_l.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer-right{
	width:15px;
	height:100px;
	float:right;
	background-image: url(images/footer_r.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#footer-bg{
	height:100px;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#footer a, a:link, a:visited, a:active {
	color: #333333;
	text-decoration: none;
}

#footer a:hover {
	color: #003300;
	text-decoration: underline;
}

.validations{
	text-align: center;
	margin-top: 50px;
	padding-top: 30px;
	padding-right:10px;
}

/******************************************************************************/

/***********************************************/
/* Side-bar Inside Items/Content Styles        */
/***********************************************/

#SideBar {
	margin-top: 10px;
	margin-bottom: 10px;	
}

#SideBar a, a:link, a:visited, a:active
{
	color: #663300;
	text-decoration: none;
	font-weight: normal;
}
#SideBar a:hover
{
	color: #660000;
	text-decoration: underline;
	font-weight: normal;
}

#SideBar ul {
	list-style-image: none;
	list-style-type: square;
	padding-left: 20px;
	text-align: left;
}

.sideitem {
	margin-bottom: 10px;
	}

/************** #misc styles **************/

.welcome
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	padding-top: 5px;
	padding-right: 5px;
	float: right;
	font-size: 12px;
	top: 200px;
}

.errors {
	font-size: 100%;
	color: #FF0000;
	margin-right: 0px;
}

.errors_small {
	font-size: 90%;
	color: #FF0000;
}

.errorsbig {
	font-size: 120%;
	color: #FF0000;
	margin-right: 10px;
	font-weight: bold;
}

.greenletters {
	font-size: 130%;
	color: #009933;
	margin-right: 25px;
	font-weight: bold;
}