/*
This Style Sheet is used in the following places:
about us section
trade online section
*/

/*section styles*/

h3 {margin:0;}

#contentarea {height:100%;
	padding: 15px 29px; 
}

.breadcrumb
	{text-transform: uppercase;}

#main {
/*margin: 0;*/
padding: 10px 10px 50px 220px; 
text-align:left; 
font-size:0.8em;
color:#000066; /*forces blue*/
height:auto;
/*height:100%; breaks in IE */
/*position:relative; for IE6 but breaks rollovers in FF*/
}

#main h3 {font-size:1.3em; padding:0.5em 0 1em 0; color:#000066}

#nav {float: left; width: 13em}
#news {float: right; width: 13em}
#footer {clear: both}

#container {float: left; width: 100%; 
border: #000066 1px solid;
padding-bottom:10px;
}

.rightcol {float:right; padding: 0.2em}

#title {
	padding: 0; 
	margin: 0;
	height:83px ;
	width:100%;
	text-align:left;
	border-bottom-color: #BFBFD9;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size:0.8em;
}

#title  #breadcrumb {

	color:#000066;
	padding: 65px 0 0 5px;
	/*width:45%;*/
	white-space:nowrap;
	}
	
#title a {text-decoration: none;}

#title a:hover {text-decoration: underline;}

#title h1 {
	margin:0;
	float: right;
	font-size: 1.6em;
	padding: 60px 5px 0 5px;
	/*padding: 45px 5px 0 5px;*/
	/*width:45%;*/
	text-align:right;
	}


/*menu boxes*/

.MenuBox h2 { font-size:0.9em;}

