/*****************
 GLOBAL
*****************/

* {margin:0; padding:0;}

p {margin: 0 0 1em 0;}

img {border-width: 0;}

h1, h2, h3, h4, h5, h6 { margin: 1.0em 0 0.3em 0; }

body {
	background: #e6e6dc;
	margin:0;
	padding:0;
	color: #000;
}

body, table {
	font-family:  'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-size: 16px;
}

* html body, * html table  {
	font-family:  'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-size: medium;
}

form { display: inline; }
ul.normal { padding: 5px 0 5px 25px; }
ol { padding: 5px 0 5px 40px; }


/**********
 DEFAULT STYLES
**********/

a:link, a:visited { color: #326; text-decoration: underline; }
a:hover, a:active { color: #bac; text-decoration: underline; }


/**********
 PARAGRAPHS
**********/

p.big { font-size: 1.2em; }

/**********
 HEADERS
**********/

#maincontent h1 { font-size: 1.5em; color: #326; font-weight: normal;}
#maincontent h2 { font-size: 1.2em; color: #326; font-weight: normal; }
#maincontent h3 { font-size: 1.0em; color: #326; letter-spacing: -1px;}

/**********************
 OVERALL LAYOUT
***********************/

#skiptomain {
	display: none;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	font-size: 0.85em;
}

	#pagecontainer {
		width: 1000px;
		padding: 0px;
		margin: 10px auto;
		background: url('images/pageback.gif') repeat-y top center;
	}

		#header {
			width: 940px;
			padding: 0 30px;
			background: url('images/headerback.gif') no-repeat top center;
			color: #fff;
			text-align: left;
			font-size: 0.95em;
		}

			#toplogo{
				padding: 10px 0 0 0;
				width: 600px;
				float: left;
				color: #000;
			}

			#topcart{
				padding: 40px 0 0 0;
				width: 200px;
				float: right;
				text-align: left;
				color: #000;
				font-size: 0.85em;
			}

		#topnav {
			width: 940px;
			margin: 0px 30px;
		}

		#topbar {
			width: 940px;
			margin: 0px 30px;
			color: #333;
			background: #eee;
		}

			#breadcrumb {
				width: 710px;
				float: left;
				padding: 7px 10px 5px 10px;
				font-size: 0.9em;
			}

			#breadcrumb a:link, #breadcrumb a:visited { color: #333; text-decoration: none; }
			#breadcrumb a:hover { color: #333; text-decoration: underline; }

			#topdate {
				width: 190px;
				float: right;
				text-align: right;
				padding: 7px 10px 5px 0;
				font-size: 0.9em;
			}

		#maincontent {
			clear: both;
			width: 940px;
			font-size: 0.95em;
			line-height: 1.6em;
			margin: 0px 0px;
			padding: 0px 30px;

		}
			#maincontentnav {
				width: 240px;
				margin: 10px 10px 0 0;
				padding: 0px;
				float: left;
			}

			  .lhsfeaturesearch {
				width: 218px;
				margin: 10px 0px 0px 0px;
				padding: 10px 10px 10px 10px;
				border: 1px solid #ddd;
				background: #edf;
				font-size: 0.95em;
			 }

				input.search {
					float: left;
					width: 150px;
					padding: 2px;
					border: 1px solid #666;
					font-family: verdana, arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
					font-size: 1.0em;
				}

				input.searchsubmit {
					float: left;
					width: 25px;
					margin-left: 2px;
					padding: 2px;
					border: none;
					background: #333;
					color: #fff;
					font-family: verdana, arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
					font-size: 1.0em;
				}

			#maincontentcentre {
				width: 680px;
				margin: 0px;
				padding: 15px 0px;
				float: right;
			}
			
			#maincontentcentrewrite {
			    width: 480px;
			    padding: 0px 200px 0px 0px;
			    background-image: url(images/topicwrite.jpg);
			    background-repeat: no-repeat;
			    background-position: right top;
			}

			#maincontentcentre a:link, #maincontentcentre a:visited { color: #326; text-decoration: underline; }
			#maincontentcentre a:hover { color: #879; text-decoration: underline; }

			#maincontentcentre ul {padding: 5px 0 5px 25px;}

		#abovefooter {
			clear: both;
			width: 940px;
			margin: 0px 30px;
			padding: 0px;
			text-align: left;
			font-size: 0.9em;
		}

			#abovefooter img {
				float: left;
				margin-right: 70px;
			}

			#abovefooter a:link, #abovefooter a:visited { color: #333; text-decoration: none; }
			#abovefooter a:hover { color: #333; text-decoration: underline; }



		#footerbar {
			clear: both;
			background: #326;
			width: 920px;
			font-size: 0.9em;
			line-height: 1.6em;
			margin: 0px 30px;
			padding: 5px 10px;
			color: #fff;
		}

		#footerbar a:link, #footerbar a:visited { color: #bac; text-decoration: none; }
		#footerbar a:hover { color: #bac; text-decoration: underline; }

		#footer {
			clear: both;
			width: 940px;
			font-size: 0.85em;
			letter-spacing: -1px;
			margin: 0px;
			background: url('images/footerback.gif') no-repeat bottom center;
			padding: 10px 30px 30px 30px;
		}

		#footer a:link, #footer a:visited { color: #326; text-decoration: none; }
		#footer a:hover { color: #326; text-decoration: underline; }

/*****************
 BREAKS
*****************/

br.breaker { clear: both; }
br.lbreaker { clear: left; }
br.rbreaker { clear: right; }

/*****************
 TOP OF PAGE NAV
*****************/

#topnav ul {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	list-style: none;
	width: 940px;
	background: #326;
}

	#topnav ul li {
		margin: 0px;
		display: inline;
		line-height: 1.9em;
		font-size: 0.9em;
		background: url('images/topnavline.gif') no-repeat top right;
		text-transform: uppercase;
		padding-left:20px; padding-right:20px; padding-top:3px; padding-bottom:3px;
	}

	#topnav ul li a {
		color: #fff;
		text-decoration: none;
	}

	#topnav ul li a:hover {
		color: #bac;
		text-decoration: none;
	}

	#topnav ul li.onstate {
		font-weight: bold;
	}

	/* APPLY HOME OVERRIDE */
	#topnav ul li.homelink {
		background: url('images/homeicon.gif') no-repeat top left;
		padding-left:32px; padding-right:20px; padding-top:3px; padding-bottom:3px;
	}

	/* APPLY END OVERRIDE */
	#topnav ul li.contactlink {
		padding: 3px 0px 3px 20px;
		background: transparent;
	}

/*****************
 IMAGES 
*****************/

img.floatleft {
	float: left;
	margin: 0px 10px 0px 0px;
}

img.floatright {
	float: right;
	margin: 0px 0px 0px 10px;
}

/*****************
 NO MARGIN UL
*****************/

UL.nomargin {
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
}

UL.nomargin LI {
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 0px 0px;
}

/*****************
 UL SIDE NAV
*****************/

ul.sidenavlist{
	width: 240px;
	background: #edf url('/images/navback.gif') repeat-y top center;; list-style-type:none
}

	ul.sidenavlist li{
		margin: 0px 0px 5px 0px;
		padding: 3px 0px 3px 10px;
		line-height:1.4em;
		border-bottom: 1px dotted #bac;
	}

	ul.sidenavlist a:link, ul.sidenavlist a:visited{
		color: #326;
		text-decoration: none;
	}

	ul.sidenavlist a:hover, ul.sidenavlist a:active {
		color: #326;
		text-decoration: underline;
	}

	ul.sidenavlist li.onstate {
		font-weight: bold;
	}

	/* APPLY HEADER OVERRIDES */
	ul.sidenavlist li.header {
		font-weight: normal;
		color: #fff;
		border-bottom: 1px solid #326;
		background: #326 url('/images/navheaderback.gif') no-repeat top center;
		text-transform: uppercase;
		padding-left:10px; padding-right:0px; padding-top:3px; padding-bottom:3px;
	}

	ul.sidenavlist li.header a:link, ul.sidenavlist li.header a:visited{
		color: #fff;
		text-decoration: none;
	}

	ul.sidenavlist li.header a:hover, ul.sidenavlistli.header  a:active {
		color: #fff;
		text-decoration: underline;
	}

	/* APPLY LASTLINK OVERRIDES */
	ul.sidenavlist li.lastlink {
		border: medium none;
		margin: 0;
		background: url('/images/navfooterback.gif') no-repeat bottom center;
		padding-left:10px; padding-right:0; padding-top:0; padding-bottom:5px
	}

/*****************
 FEATURES
*****************/

.brokfeature {
	float: left;
	text-align: center;
	width: 128px;
	padding: 0px;
	margin: 5px 10px 5px 0px;
	color: #000;
	font-size: 0.9em;
}

.brokfeatureend {
	margin: 5px 0px 5px 0px;
}

/*****************
 LINKS
*****************/

.link {
	padding: 0px;
	margin: 15px 0px;
}

/**********************
 FLASH ANIMBLOCK
***********************/

#gallery {
	position: relative;
	margin: 0px;
	}

	#flashanim {
		background: #fff;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		overflow: hidden;
		z-index: 1;
	}

/********************
 TEXT BOXES
********************/

.bordered {
	clear: both;
	border: 1px solid #cbd;
	padding: 5px 10px;
	margin: 40px 0;
}

.topbordered {
	clear: both;
	border-top: 1px solid #cbd;
	padding: 0px;
	margin: 10px 0;
}

.noborder {
	padding: 0px;
	margin: 0px;
}

/*****************
 TABLES
*****************/

table.products {
	font-size:1.0em;
	width:390px;
}

	table.products th {
		text-align: left;
		height: 12px;
		line-height: 12px;
		padding: 0px 5px 6px 5px;
		color: #000;
		background: #dedede;
		border-bottom: 1px solid #ccc;

	}

	table.products td {
		padding: 5px;
		border-bottom: 1px solid #ccc;
	}

	table.products td.product_head {
		height: 4px;
		font-size: 1px;
		background: url(/images/tablehead.gif) no-repeat 0 10px;
		padding: 0px;
		border: 0px;
	}

	table.products td.product_foot {
		height: 30px;
		font-size: 20px;
		background: url(/images/tablefoot.gif) no-repeat left top;
		padding: 0px;
		border: 0px;
	}

	table.products td.product_split {
		height: 30px;
		font-size: 10px;
		font-weight:bold;
		background: #eee;
		padding: 0px;
		text-align:center;
		border: 0px;
	}

table.gradingtable {
	font-size:1.0em;
	width:680px;
}

	table.gradingtable th {
		margin: 0px;
		text-align: left;
		padding: 5px;
		color: #000;
		background: #dedede;
		border-bottom: 1px solid #ccc;
	}

	table.gradingtable td {
		margin: 0px;
		padding: 10px;
		border-bottom: 1px solid #ccc;
	}

#linkbox {
    background-color: #edf;
    padding: 10px 10px 10px 60px;
    border: 1px solid #cbd;
}

ul#pages-doanload {
	margin: 10px 0 10px 10px;
	padding: 0;
	list-style: none;
}

	ul#pages-doanload li {
		background: #ffffff url(/images/icon-pdf.gif) no-repeat left center;	
		height: 37px;
		line-height: 37px;
		padding: 0 0 0 37px;
	}
	
#mag-archive {
	width: 680px;
	margin: 5px 0 0 0;
	padding: 0;
}

	.mag-arch-row {
		width: 680px;
		margin: 0;
		padding: 10px 0 10px 0;
	}

		.mag-arch-cell {
			width: 680px;
			color: #000;
			font-size: 0.9em;
			padding: 10px 0;
			text-align: left;
		}
		
		.mag-arch-cell-img {
			width: 138px;
			float: left;
		}
		
		.mag-arch-cell-txt {
			width: 542px;
			float: left;
		}
	
		.mact-wide {
			width: 680px;
		}