html, body {
	margin: 0px 0px 1px 0px; padding: 0px;
	width: 100%; height: 100%;
}
body {
	min-width: 808px;
}
body, td, input {
	font-family: "Lucida Grande","Lucida San Unicode",Verdana,Tahoma,sans-serif;
	font-size: 13px;
	font-size-adjust: none;
	font-stretch: normal;
	font-weight: normal;
	line-height: normal;
}

a {
	color: rgb(156,0,0);
}
	a img { border: 0px none; }

td { font-size: 1em; }

div.innerContainer {
	font-size: 0.85em;
	line-height: 1.4em;
}

.clear { clear: both; }
.right { float: right; }
.left  { float: left; }

ul.horiz {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px; padding: 0px;
}
	ul.horiz li {
		display: inline;
		margin: 0px; padding: 0px;
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
		text-align: center;
		white-space: nowrap;
		line-height: 200%;
	}
		ul.horiz li a {
			height: 100%;
			position: relative;
		}


div.outerContainer {
	min-height: 100%;
	position: relative;
	width: 100%;
}
	* html div.outerContainer {
		/* IE6 */
		height: 100%;
	}
	div.innerContainer {
		width: 707px;
		margin: 10px auto;
	}
#footer {
	clear: both;
	height: 22px;
	margin-top: -40px;
	padding-top: 10px;
	position: relative;
	width: 100%;
	z-index: 2;
}
	#footer div.innerContainer {
		/*background-color: rgb(70,70,70);*/
		color: rgb(153,153,153);
		height: 100%;
		text-align: center;
		font-size: 11px;
		padding-top: 8px;
		margin: 0px auto;
	}
		#footer div.innerContainer a {
			color: rgb(153,153,153);
			text-decoration: none;
		}
			#footer div.innerContainer a:hover {
				text-decoration: underline;
			}

#header {
	clear: both;
	height: auto; width: 100%;
	position: relative;
	background-color: rgb(235,6,6);
}
	#header div.top {
		width: 707px; height: 95px;
		margin: 0px auto;
		background: url(images/header/header.gif) no-repeat top left;
		position: relative;
	}
		#header div.top span.left {
			position: absolute;
			left: -132px;
			width: 132px; height: 95px;
			background: url(images/header/header_left.gif) no-repeat top right;
		}
		#header div.top span.right {
			position: absolute;
			right: -132px;
			width: 132px; height: 95px;
			background: url(images/header/header_right.gif) no-repeat top left;
		}

#menuBar {
	width: 100%; height: 35px;
	background-color: rgb(204,204,204);
	font-size: 14px;
	position: relative;
}
	#menuBar span.left {
		position: absolute;
		left: 0px;
		width: 50%; height: 35px;
		background: url(images/header/menu_rpt_left.gif) repeat-x top right;
	}
	#menuBar span.right {
		position: absolute;
		right: 0px;
		width: 50%; height: 35px;
		background: url(images/header/menu_rpt_right.gif) repeat-x top right;
	}
	#menuBar div.menu {
		padding-top: 9px;
		width: 707px; height: 27px;
		margin: 0px auto;
		background: url(images/header/menu.gif) no-repeat top left;
		position: relative;
	}

	#menuBar div.menu ul {
	}

	#menuBar li {
		line-height: normal;
		margin-top: 8px;
	}
	#menuBar ul a {
		text-decoration: none;
		padding: 8px 15px;
		color: rgb(242,241,230);
	}
		#menuBar ul a:hover {
			background-color: rgb(156,156,156);
		}


div.topbox {
	height: 200px;
}

div.multiPanel, div.multiPanel div.box {
	height: 150px;
}
div.multiPanel {
	position: relative;
	padding-top: 10px;
	margin-bottom: 40px;
}

div.multiPanel div.box {
	float: left;
	width: 100px;
	margin-right: 21px;
}
	div.multiPanel div.box img {
		padding-top: 4px;
	}


#twiddler {
	width: 707px; height: 170px;
	margin: 15px auto 0px;
	overflow: hidden;
	background-color: rgb(224,224,224);
}
	#twiddler .item {
		padding: 5px;
		visibility: hidden;
	}
	#twiddler a {
		color: rgb(0,0,0);
		line-height: normal;
	}
	#twiddler .item div {
		padding: 40px 0px 0px 10px;
		width: 446px;
	}



form.contactForm div {
	clear: both;
	display: block;
	margin: 2px ;
	padding: 4px 3px;
}
	form.contactForm fieldset {
		border: 1px solid rgb(161,160,153);
	}
		form.contactForm fieldset legend {
			font-size: 1em;
			font-weight: bold;
			line-height: 1.1em;
			margin: 0px;
			padding: 0px 5px;
		}
	form.contactForm div label, form.contactForm div.labelPad {
		display: block;
		float: left;
		margin: 0px;
		padding: 3px 5px;
		text-align: right;
		width: 125px;
	}
	form.contactForm div.required label, form.contactForm label.required {
		font-weight: bold;
	}
	form.contactForm div input, form.contactForm div select, form.contactForm div.textarea {
		font-size: 0.9em;
		margin: 0px;
		padding: 1px;
		width: 160px;
		border: 1px solid rgb(161,160,153);
	}
	form.contactForm div textarea {
		width: 295px;
	}
	form.contactForm input.submit {
		cursor: pointer;
	}
	form.contactForm span.errorText {
		font-size: 0.8em;
		color: rgb(240,0,0);
		display: block;
		text-align: center;
	}
	form.contactForm div.error {
		border: 1px solid rgb(240,0,0);
	}

	form.contactForm .security div {
		text-align: center;
	}
	form.contactForm .security img {
		padding-bottom: 5px;
	}

form.contactForm {
	display: inline;
	width: 340px;
	float: left;
	line-height: normal;
}

div.contactAddress, div.companyDetails {
	border: 1px solid rgb(161,160,153);
	float: right;
	clear: right;
	width: 340px;
	margin-bottom: 10px;
	font-size: 0.85em;
}

div.contactAddress p, div.companyDetails p, div.contactAddress h3, div.companyDetails h3 {
	margin: 0.5em;
	line-height: normal;
}
div.contactAddress h3, div.companyDetails h3 {
}

div.sideMenu {
	width: 180px;
	min-height: 200px;
	float: left;
	background: rgb(245,245,245) url(images/header/sidebar_bottom.gif) no-repeat bottom left;
	margin-right: 10px;
}
	* html div.sideMenu { height: 200px; }
	div.sideMenu ul {
		background: url(images/header/sidebar_top.gif) no-repeat;
		background-position: 0px -30px;
		margin: 0px; padding: 0px;
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
	}
		div.sideMenu li {
			padding: 0px 10px 10px;
		}
	div.sideMenu h3 {
		background: url(images/header/sidebar_top.gif) no-repeat top left;
		height: 20px;
		margin-bottom: 0px;
		padding: 10px 10px 0px;
	}
div.feature {
	width: 517px;
	float: left;
}


h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1em;
}

h1, h2, h3, h4 {
	margin: 0px 0px 0.5em 0px;
}
p {
	margin: 0px 0px 1em 0px;
	line-height: 1.4em;
}

div.innerContainer table td.image {
	padding-bottom: 1.3em;
}

div.leftArticle, div.rightArticle {
	width: 333px;
	float: left;
	background-color: rgb(224,224,224);
	padding: 5px;
}
	div.leftArticle img, div.rightArticle img {
		float: left;
		padding-right: 8px;
	}
div.leftArticle {
	margin-right: 10px;
}
div.rightArticle {
	margin-left: 10px;
}