body {
	margin: 0; padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
}

.body {
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #666;
	background: #fff;
}

label { cursor: pointer; } table { border-collapse: collapse; } img { margin: 0; padding: 0; overflow: hidden; } /* SIMP IE image hack */
h1, h2, h3, h4, h5, h6 { margin: 0 0 10px 0; line-height: 20px; color: #f0ac21; }
h1 { font-size: 24px; } h2 { font-size: 18px; } h3 { font-size: 16px; } h4 { font-size: 14px; } h5 { font-size: 12px; }
p { margin: 0; padding: 0 0 10px 0; }
input { font: 11px arial; }

.emspace, .fmspace { font: 10px/10px arial; height: 10px; overflow: hidden; } /* SIMP browser consistency hack */
.fmspace { height: 3px; }
.floatc { clear : both; }

a, a:hover { color: #648cc3; } a { text-decoration: none; } a:hover { text-decoration: underline; }

#wrapper { width: 1000px; }
#swrapper { width: 950px; margin: 0 auto; padding-top: 20px; }

.skipintro {
	width: 100%;
	margin: 20px 0 0 0;
	font-size: 16px;
	text-align: center;
}

#header {

}
	.headertop {
		width: 960px;
		height: 40px;
		padding: 0 20px;
		overflow: hidden;
	}
	.breadcrumbs {
		width: 560px; /*960-360*/
		float: left;
		padding-top: 14px;
	}
	.breadcrumbs a { margin: 0; padding: 0; }
	.hedlogin {
		width: 400px;
		float: right;
		padding-top: 9px;
		text-align: right;
	}
	.hedlogin form { margin: 0; padding: 0; }
	.hedlogin table { vertical-align: middle; float: right; }
	.hedlogin td { height: 25px; padding: 0 3px; }
	.hedlogin input {
		width: 60px;
		font-family: arial;
		font-size: 11px;
		color: #666;
		background: #f4f4f4;
		border: 1px solid #a5acb2;
	}
	.hedlogin input.hon { border-color: #648cc3; background: #fff; }
	.hedlogin input.hof { border-color: #a5acb2; }

#flash-header {
	width: 1000px;
	height: 115px;
	margin: 0 auto;
	background: #648cc3;
}

#navigation {
	height: 17px; /* important */
	background: #fff;

	position: relative; z-index: 99; /* pulldown menu over flash sake */

	width: 990px;
	padding-left: 10px;
}

#flash-banner {
	width: 1000px;
	height: 160px;
	margin: 0;
	background: #fff;
	z-index: 1;
}

#flash-swatch {
	width: 1000px;
	height: 85px;
	margin: 0;
	background: #fff;
	z-index: 1;
}

#content {
	width: 980px;
	margin: 0; padding: 10px;
	overflow: hidden;
}
#contentL {
	width: 840px;
	float: left;

	min-height: 340px;
	height: auto !important;
	height: 340px;
}
#contentR {
	width: 140px;
	float: right;
}
	.conlthme, .conltsub {
		width: 198px;
		float: left;
		overflow: hidden; /* IE Sake */
	}
	.conltsub {
		width: 238px; /*238*/
		padding: 0;
	}
	.hmeenqwrap {
		width: 174px;
		padding: 12px;
		background: #ccc;
	}
	.conlthme form { margin: 0; padding: 0; }
	.hmeenquire {
		width: 172px;
		font-family: arial;
		font-size: 12px;
		color: #666;
		background: #f4f4f4;
		border: 1px solid #a5acb2;

		margin-bottom: 3px;
	}

	.conrthme, .conrtsub {
		width: 630px; /*840-198-12*/
		margin-left: 10px;
		float: right;
		overflow: hidden;
	}
	.conrtsub { width: 590px; /*840-238-12*/ }

	.linkboxhom, .linkboxsub {
		width: 238px;
		float: left;
		text-align: center;
	}
	.linkboxsub { float: none; }
	.linkboxhom a img, .linkboxsub a img {
		border: none;
	}
	.conrthmecon {
		width: 380px; /*630-238-12*/
		float: right;
	}

	.contlong { width: 840px; }

.dirlcb {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	text-transform: lowercase;
	line-height: 24px;
	color: #f0ac21;
	border-bottom: 2px solid #666;
}

.pollhead {
	padding: 5px 12px;
	font-weight: bold;
	color: #fff;
	background: #648cc3;
}
.pollboxw {
	margin: 10px 0;
	padding: 0 12px;
}

#jester {
	width: 100px;
	height: 173px;
	margin: 0;
	background: #fff;
}
#btmrigt {
	width: 150px;
	text-align: center;
	overflow: hidden;
}
	#btmrigt a img, #btmrigt img { border: none; margin: 0; padding: 0; overflow: hidden; }

#footer {
	margin-top: 10px;
}
	#footer a { color: #666; }
	#footer a:hover { color: #f0ac21; text-decoration: none; }
	.pi {
		width: 980px;
		padding: 10px;
		text-align: right;
		color: #666;
	}
	.pi span { padding: 0 5px; }

/*** SIMP Styles **/
.begin, .success, .error {
	width: 440px;
	height: 64px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	background: url(../../images/_success.gif) center no-repeat;
}
.begin { background: url(../../images/_begin.gif) center no-repeat; }
.error { color: #d4222f; background: url(../../images/_error.gif) center no-repeat; }
.error span { display: block; }

.searchtxt { color: #0066cb; }

.simpfom {}
.simpfom input, .simpfom select, .simpfom textarea {
	margin: 0; padding: 0; /* set browser consistent tone first */
	padding: 1px 2px;
	font-family: arial;
	font-size: 11px;
}
	.simpfom textarea { width: 200px; height: 80px; }
	.simpfom th { text-align: left; }
	.simpfom td { vertical-align: top; }
	.simpfom tr.odd {
		background: #eee;
	}
	.simpfom tr.evn {
		background: #dde6f3;
	}

.simpfom input.button {
	margin: 0; padding: 0; /* set browser consistent tone first */
	padding: 1px 5px;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	border: 1px double #18345c;
	background: #2b456a;
}
.simpfom input.simp, .simpfom input.disabled {
	width: 134px;
	margin: 0; padding: 0; /* set browser consistent tone first */
	padding: 2px;

	font-family: verdana, arial;
	font-size: 11px;

	color: #06c;
	border: 1px solid #7f9db9;
	background: #f7f8fa;
}

.opaq{filter:alpha(opacity=  0);-moz-opacity:  0;opacity:  0;}
.op1q{filter:alpha(opacity= 10);-moz-opacity:0.1;opacity:0.1;}
.op5q{filter:alpha(opacity= 50);-moz-opacity:0.5;opacity:0.5;}
.op7q{filter:alpha(opacity= 70);-moz-opacity:0.7;opacity:0.7;}
.opfq{filter:alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;}
