/***********************************************\
|			COLORS USED				 |
|									 |
|		Dark Green		#6bbd46	 		 |
|		Light Green		#e8f3e3	 		 |
|		Dark Blue		#003d7e	 		 |
|		Secondary Nav	#c4e7a9	 		 |
|		Footer Nav		#7b7c80	 		 |
|									 |
\***********************************************/




/***********************************************\
|			HTML ELEMENTS			 |
\***********************************************/

a, a:visited{
	text-decoration: underline;
}

a:hover, a:focus{
	text-decoration: none;
}

acronym, abbr{
	cursor: help;
	border: 0;
}

a acronym, a abbr {
	cursor: pointer;
}

a img{
	border: 0;
}

address{
	font-style: normal;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
	background-color: #e8f3e3;
}

h1{
	font-size: 1.4em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 8px 0; /** padding instead of margin for the gap between navigaiton and main h1 **/
	color: #003d7e;

}

h2{
	font-size: 1.3em;
}

h3{
	font-size: 1.2em;
}

h4, h5, h6{
	font-size: 1.1em;
}

h2, h3, h4, h5, h6{
	font-weight: normal;
	color: #6bbd46;
}

p{
	/* Opera issue with padding to be resolved */
	margin: 1em 0;
	padding: 0;
	line-height: 1.5em;
}

strong{
	color: #003d7e;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	background: url(/interface/structure/list_bullet.gif) no-repeat 8px 5px;
	margin: 0;
	padding: 0 0 1px 20px;
}



/***********************************************\
|			CLASSES					 |
\***********************************************/

.alignCenter{text-align: center;}
.alignRight{text-align: right;}
.alignLeft{text-align: left;}
.clearBoth{clear: both;}
.clearLeft{clear: left;}
.clearRight{clear: right;}
.displayNone{display: none;}
.floatRight{float: right;}
.floatLeft{float: left;}

.highlight{	color: #ff0000; }

.imgLeft{
	float: left;
	margin: 0;
	padding: 0;
	border: 1px solid #000;
}

.imgRight{
	float: right;
	margin: 0;
	padding: 0;
	border: 1px solid #000;
}

.imgLeftNoBorder{
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}

.imgRightNoBorder{
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
}

.overflowHidden{overflow: hidden;}
.uppercase{text-transform:uppercase;}
.captialize{text-transform:capitalize;}

.printOnly{
	display: none;
}

.skip{
	position:absolute; 
	top:0; 
	left:-1000px; 
	z-index: 5000;
} 

.skip:focus,.skip:active { 
	position:absolute; 
	top: 30px; 
	left: 25%; 
	background: #6bbd46;
	color: #fff; 
	padding: 5px 10px;
	text-decoration: none;
}

.small{
	font-size: 0.8em;
	color: #6bbd46;
	font-weight: bold;
}

.linkDivider{display: none;}

.green{ color: #6bbd46;}
.blue{ color: #003d7e;}

.text08em{ font-size: 0.8em; }

/***********************************************\
|			TEMPLATE LAYOUT			 |
\***********************************************/


/**** MISC ****/
#siteHolder {
	/*width: 776px;*/
	width:960px;
	margin: 20px auto;
	overflow: hidden;
	border: 1px solid #6bbd46;
	background-color: #fff;
}


/**** TOP ****/
#top {
	overflow: hidden;
	height: 100%;
}

#topRight {
	float: right;
	width: 300px;
}

#topRight img {
	float: right;
	display: inline;
	margin: 15px 16px 10px 0;
}

#topRight #latestNews {
	clear: right;
	padding: 5px;
	overflow: hidden;
	height: 100%;
	background-color: #e8f3e3;
	margin-bottom: 15px;
}

#latestNews #latestNewsLink {
	float: left;
	display: block;
	width: 3.2em;
	border-right: 1px solid #6bbd46;
	margin-right: 6px;
	padding-left: 5px;
	color: #6bbd46;
}

#latestNews #newsItem {
	font-size: 0.9em;
}

#latestNews #newsItem #clickHere {
	font-size: 0.75em;
	text-transform: uppercase;
	color: #6bbd46;
}

#topRight a {
	text-decoration: none;
}

#topRight a:hover, #topRight a:active {
	text-decoration: underline;
}

#topRight a#newsItem {
	color: #000;
}


#siteLogo {
	float: left;
	display: inline;
	margin: 15px 0 0 15px;
}

#mainNavHolder {
	overflow: hidden;
	height: 100%;
	background: url(/interface/structure/navigation_nipple.gif) 10px 0 no-repeat #fff;
}

#mainNav {
	/** see also ie6_fixer.css **/
	float: right;
	font-size: 0.9em;
	background-color: #6bbd46;
		/*width: 672px;*/
	width: 856px;
	padding: 9px 0 8px 0;
}

#mainNav a, #mainNav a:visited {
	text-decoration: none;
	color: #fff;
	padding-left: 13px;
	word-spacing: 0px;
	background: url(/interface/structure/nav_bullet.gif) no-repeat 2px 5px;
}

div#mainNav a:hover, div#mainNav a:focus, div#mainNavHolder div#mainNav a.current{
	color: #003d7e;
}

#secondaryNavSpacer{
	height: 36px;
}

#secondaryNavHolder {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	overflow: hidden;
	height: 100%;
	/*background: url(/interface/structure/subnav_end.gif) 458px 0 no-repeat #fff;*/
		background: url(/interface/structure/subnav_end.gif) 582px 0 no-repeat #fff;
}

#secondaryNav {
	float: right;
	background-color: #c4e7a9;
	width: 364px;
	font-size: 0.9em;
	padding: 9px 0 8px 0;
}

#secondaryNav a, #secondaryNav a:visited {
	padding-left: 6px;
	color: #003d7e;
	text-decoration: none;
}

#secondaryNav a:hover, #secondaryNav a:focus {
	text-decoration: underline;
}

#secondaryNav a.current{
	font-weight: bold;
}


#secondaryNav #first {
	padding: 0;
}

/**** MIDDLE ****/
#middle {
	/** see also ie6_fixer.css **/
	padding: 0 335px 0 60px;
	min-height: 437px;
	clear: both;
}

#middle.fullWidth {
	padding-right: 20px;
}

#middle .summary {
	font-weight: bold;
}

#middle a{
	color: #003d7e;
}

/**** FOOTER ****/
#footer {
	overflow: hidden;
}

#footerTopLine{
	float: right;
	clear: both;
	border-top: 2px solid #6bbd46;
	/*width: 716px;*/
		width: 896px;
	padding: 5px 0 7px 0;
	margin-top: 10px;
}

#footerW3C{
	float: left;
}

#footerCopyright{
	display: none;
}

#footerNav{
	float: right;
	width: 304px;
	padding-top: 6px;
	font-size: 0.9em;
	color: #7b7c80;
}

#footerNav a, #footerNav a:visited{
	color: #7b7c80;
	text-decoration: none;
}

#footerNav a:hover, #footerNav a:focus{
	text-decoration: underline;
}


/***********************************************\
|			PAGE TEMPLATES			 |
\***********************************************/


/**** 1 ****/

/**** Expandable Lists ****/

ul.expandableList{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.expandableList ul{
	margin: 0 0 15px 18px;
	padding: 0;
}

ul.expandableList a, ul.expandableList a:visited{
	text-decoration: none;
}

ul.expandableList a:hover, ul.expandableList a:focus{
	text-decoration: underline;
}

ul.expandableList ul {
	padding: 0;
	margin: 0 0 15px 0;
}

/**** General Forms ****/

.generalForm {
	margin: 20px auto;
}

.generalForm  fieldset {
	border: 1px solid #6bbd46;
	padding: 20px 10px;
	margin-right: 6px;
	margin-bottom: 20px;
}

.generalForm  input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	width: 250px;
	border: 1px solid #000;
	padding: 1px;
}

.generalForm  label {
	width: 5em;
	float: left;
	text-align: right;
	margin: 3px 1em 0px 0px;
	clear: both;
	color: #555;
}

.generalForm  .checkBoxLabel{
	width: 20em;
}

.generalForm  legend {
	color: #555;
	background-color: #e8f3e3;
	border: 1px solid #6bbd46;
	padding: 2px 12px;
	font-weight: bold;
	margin-left: 10px;
}

.generalForm  textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	width: 250px;
	border: 1px solid #000;
	padding: 2px;
}

.generalForm  .submitButton{
	display: block;
	padding: 1px 5px;
	width: 7.5em;
	margin: 0px auto 10px auto;
}

.generalForm  .generalCheckBox{
	display: inline;
	width: 18px;
	border: 0px; /* Only seen by IE - otherwise border issue */
}


.generalForm  .error{
	color: #ff0000;
	margin: 0px 0px 15px 80px;
	font-size: 0.8em;
}

#errorMessage h2 {
	color: #ff0000;
}

#errorMessage a, #errorMessage a:visited{
	border: 0 ! important;
}


/***********************************************\
|			PAGE SPECIFIC				 |
\***********************************************/


/**** Home ****/

#homeBrands{
	margin-top: 70px;
}

#homeBrands img {
	vertical-align: middle;
}

.homeLogo {
	margin-left: 10px;
}


/**** Brands ****/

#brandsList {
	margin-bottom: 10px;
	font-size: 0.9em;
}

#brandsList img {
	float: left;
}

#brandsList span {
	float: right;
	width: 220px;
	padding-right: 10px;
}

#brandsList div {
	/** see also ie6_fixer.css **/
	overflow: hidden;
	clear: both;
	border-top: 2px solid #6bbd46;
	margin-top: 15px;
	padding-top: 15px;
}

#brandsList div#brandsListBayWest {
	border-top: 2px solid #fff;
	margin-top: 0;
}

.furtherInfo{
	margin-bottom: 0;
	padding-bottom: 0;
}

.furtherInfoText{
	margin-top: 0;
	padding-top: 0;
}


/**** Products ****/
/** keep above brands for inheritence issues **/
.productPdfSpacer{
	margin-left: 19px;
}

/**** brands/general ****/
#brandsPdfHolder  .productPdfSpacer {
	margin-left: 5px;
}

/**** brands/bay_west/ ****/
#bayWestPdfHolder .productPdfSpacer {
	margin-left: 1px;
}

/**** Sectors ****/
#sectorsTop {
	/** see alsi ie6_fixer.css **/
	max-width: 200px;
	background: url(/interface/pages/sectors/sectors_top.gif) top right no-repeat #6bbd46;
	color: #fff;
}

#sectorsTop ul {
	padding: 7px 0 7px 30px;
	margin: 0;
	list-style-type: none;
}

#sectorsTop ul li {
	padding-left: 15px;
	background: url(/interface/structure/nav_bullet.gif) no-repeat 2px 5px;
}

#sectorsTop ul span {
	color: #000;
}

#sectorsBottom {
	background: url(/interface/pages/sectors/sectors_bottom.gif) bottom right no-repeat;
}
