@import url("main.css");


/******************** Page sections *******************/

#contentbox {
	border-left: 1px solid #cc3333;
	border-right: 1px solid #cc3333;
}

h2 {
	background: #cc3333 url(/img/gen/curvetop.gif) right top no-repeat;
}

h3, h4, h5, h6 {
	color: #003366;
}

#sendtofriend {
	background: #cc3333 url(/img/gen/curvebottom.gif) left bottom no-repeat;
}

#sendtofriend a {
	background: #cc3333 url(/img/gen/sendtofriend.gif) right center no-repeat;
}

.backtotop {
	background: #ffffff url(/img/gen/backtotop.gif) right 65px no-repeat;
}

.backtotop a, .backtotop a:hover {
	color: #003366;
}

img.pdf {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #000;
}


/********************** Left nav *************************/

h1 {
	background: #cc3333 url(/img/gen/curvetop.gif) right top no-repeat;
}

#leftnav ul li a {
	background: #edb6b6 url(/img/gen/arrow.gif) 11px 50% no-repeat;
}

#leftnav ul li a:hover, #leftnav .current {
	background: #ffffff url(/img/gen/arrow-hover.gif) 11px 50% no-repeat;
}

#leftnav ul li a.currentsub  {
	background: #ffffff url(/img/gen/arrow-hover.gif) 11px 50% no-repeat;
	margin: -1px 0 0 0;
}

#leftnav ul li a.currentsubone  {
	background: #ffffff url(/img/gen/arrow-hover.gif) 27px 50% no-repeat;
	margin: -1px 0 0 0;
}

#leftnav ul li a.currentheader {
	background: #edb6b6 url(/img/gen/arrow-down.gif) 11px 50% no-repeat;	
}

/********************** Left nav Level 1 *************************/

#leftnav ul li a.levelone {
	background: #f9e3e3 url(/img/gen/arrow-levelone.gif) 27px 50% no-repeat;	
}

#leftnav ul li a.levelone:hover, #leftnav .currentlevelone {
	background: #ffffff url(/img/gen/arrow-hover.gif) 27px 50% no-repeat;
}

#leftnav .currentheaderone {
	background: #f9e3e3 url(/img/gen/arrow-down-levelone.gif) 27px 50% no-repeat;	
}
	
/********************** Left nav Level 2 *************************/


#leftnav ul li a.leveltwo {
	background: #f9e6e6 url(/img/gen/arrow-leveltwo.gif) 43px 50% no-repeat;	
}

#leftnav ul li a.leveltwo:hover, #leftnav .currentleveltwo {
	background: #ffffff url(/img/gen/arrow-hover.gif) 43px 50% no-repeat;
}

#leftnav .currentheadertwo {
	background: #fdf4f4 url(/img/gen/arrow-down-leveltwo.gif) 43px 50% no-repeat;	
}

#leftnav ul li.last {
	background: #cc3333 url(/img/gen/curvebottom.gif) left bottom no-repeat;
}




/* ******************* Dotted line class ********************* */

.hr {
	background: url(/img/gen/dot.gif) repeat-x bottom;	
}



/* ******************* /contactus/ ********************* */

.contactusform {
	border: 1px solid #ffffff;
	margin: 0;
}

p.contactusform { 
	padding: 4px 8px 4px 8px;
	background-color: #EBEBDE;
	margin: 0;
}

.contactindent { 
	padding: 0 0 0 30px;
}




/* ******************* Accessibility section ********************* */

#accessibility p, #accessibility h3, #accessibility ul li {
	font-size: 1em;
}



/* ******************* Search pages ********************* */


table.mastercom-bar, dl  {
	font-size: 1em;
}

.mastercom-bar td {
	padding: 2px;
	font-size: 1em;
}

dd, dt {
	padding: 2px;
	font-size: .8em;
}
.mastercom-optionsbut {
	display: none;
} 
