html {height:100%;}
body {
	background:#f0f1ea;
	margin:0;
	padding:0;
	height:100%;
	font-family:Arial;
	font-size:12px;
	color:#757575;
}
a {
	color:#8dab23;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

img { border:0; }

.invisible {
	display:none;
}

.spacer {
	height:5px;
}
.spacer-30 {
	height:30px;
}

.heading-18 {
	font-size:18px;
	color:#757575;
	font-weight:normal;
}
.heading-18-b {
	font-size:18px;
	color:#757575;
	font-weight:bold;
}
.l {
	float:left;
}
.r {
	float:right;
}
.clear {
	clear:both;
}

h1, h2, h3, h4, h5, h6, ul {
	margin:0;
	padding:0;
}

.size-9 {
	font-size:9px;
}

.m-b-15 {
	margin-bottom:15px;
}
.m-b-20 {
	margin-bottom:20px;
}
.m-r-3 {
	margin-right:3px;
}

input, textarea, select, fieldset, legend {
	font-family:Arial;
	color:#757575;
	font-size:12px;
}

div#wrapper {
	min-width:790px;
	position:relative;
}

div#pageHead {
	height:103px;
	background:url(../images/layout/faq_01.png) repeat-x;
	position:fixed;
	top:0;
	left:0;
	right:0;
}

a#pageHeadLogo {
	background:url(../images/logo.png) no-repeat;
	width:122px;
	height:52px;
	position:absolute;
	top:8px;
	left:8px;
}
* html a#pageHeadLogo {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='static/images/logo.png', sizingMethod='scale');
	background:none;	
}
a#pageHeadLogo a {
	display:block;
}

div#pageHeadAsk a {
	background:url(../images/button.png) no-repeat;
	width:114px;
	height:34px;
	text-align:center;
	padding-top:9px;
	font-weight:bold;
	position:absolute;
	top:19px;
	left:386px;
	cursor:pointer;
	display:block;
	color:#757575;
}
div#pageHeadAsk a:hover {
	text-decoration:none;
}
* html div#pageHeadAsk a {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='static/images/button.png', sizingMethod='scale');
	background:none;
	height:25px;
}

div#pageHeadSearch {
	position:absolute;
	left:579px;
	top:21px;
	height:31px;
}
input.submit {
	height:30px;
	padding:0px 5px;
	margin-top:-1px;
}

input.search {
	background:url(../images/text_search.png) top left;
	width:156px;
	height:15px;
	border:0;
	padding:7px 27px 6px 9px;
	margin-right:2px;
}
*+html input.search {
	background:url(../images/text_search.png) 3px 21px fixed;
}
* html input.search {
	cursor:text;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='static/images/text_search.png', sizingMethod='scale');
	padding:7px 27px 6px 9px;
}


div#pageFoot {
	height:24px;
	padding-top:12px;
	background:url(../images/layout/faq_16.png) repeat-x;
	position:fixed;
	bottom:0px;
	left:0;
	right:0;
	width:100%;
	color:#cfdca4;
	font-size:11px;
	text-align:center;
}
* html div#pageFoot {
	position:relative;
}
div#pageFoot a {
	color:#fff;
	font-weight:normal;
}
div#pageFootCopy {
	position:absolute;
	left:13px;
	top:12px;
}
div#pageFootLinks {
	position:absolute;
	right:13px;
	top:12px;
}
div#pageFootLinks a {
	margin-left:10px;
}


div#pageBody {
	margin-top:123px;
	margin-bottom:36px;
}
* html div#pageBody {
	margin:0;
	margin-top:20px;
}
div#colContent {
	background:url(../images/layout/dot_c1.png) top right repeat-y;
	margin-right:249px;
	padding-left:45px;
	padding-right:37px;
	padding-top:8px;
	min-height:350px;
}
div#colRight {
	clear:both;
	float:right;
	width:200px;
	padding-left:34px;
	padding-top:14px;
	padding-right:15px;
}


ul#pageHeadNavigation ul {
	display:none;
}
ul#pageHeadNavigation {
	list-style:none;
	position:absolute;
	left:19px;
	top:64px;
	height:39px;
	overflow:hidden;
}
ul#pageHeadNavigation li.spacerForIE6 {
	width:5px;
	padding:1px;
	float:left;
}
ul#pageHeadNavigation li {
	float:left;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	margin-right:10px;
}
ul#pageHeadNavigation li a {
	color:#fff;
}
ul#pageHeadNavigation li div {
	float:left;
	height:39px;
}
ul#pageHeadNavigation li div.mid {
	padding:15px 10px 0px 10px;
}
ul#pageHeadNavigation li.active {
	padding:0;
	margin:0;
	margin-left:-10px;
}
ul#pageHeadNavigation li.active a {
	color:#757575;
}
ul#pageHeadNavigation li.active div.left {
	width:10px;
	background:url(../images/layout/faq_04.png) no-repeat;
}
ul#pageHeadNavigation li.active div.right {
	width:10px;
	background:url(../images/layout/faq_07.png) no-repeat;
}
ul#pageHeadNavigation li.active div.mid {
	background:url(../images/layout/faq_05.png) repeat-x;
}


div.date {
	background:url(../images/block_point.png) no-repeat;
	width:37px;
	height:33px;
	color:#fff;
	padding-top:5px;
	padding-right:1px;
	text-align:center;
}
* html div.date {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='static/images/block_point.png', sizingMethod='scale');
	background:none;
}
div.date .month {
	display:block;
}
div.date .day {
	display:block;
	font-weight:bold;
	font-size:18px;
	margin-top:-5px;
}

div.block {
	margin-bottom:32px;
}
div.block .heading {
	height:38px;
	margin-bottom:5px;
}
div.block .heading a {
	color:#757575;
	font-weight:normal;
}
div.block .dateHeading {
	margin-top:8px;
	margin-left:15px;
	padding-bottom:1px;
}
div.block p {
	margin-bottom:22px;
	clear:left;
	line-height:18px;
	margin-top:0;
	padding:0;
}


div#topten ul {
	list-style:none;
	margin-bottom:20px;
}
div#topten ul li {
	background:url(../images/layout/dot_c1.png) bottom repeat-x;
	height:16px;
	padding:1px 0px 5px 0px;
}
div#topten ul li.last {
	background:none;
}
div#topten ul li a {
	color:#757575;
	font-weight:normal;
	background:url(../images/arrow_green.png) center right no-repeat;
	display:block;
}


ul.listing {
	list-style:none;
}
ul.listing a {
	color:#757575;
}
ul.listing li {
	background:url(../images/layout/dot_c1.png) bottom repeat-x;
	height:45px;
	padding:1px 0px 5px 0px;
	display:table-row;
}
* html ul.listing li {
	height:40px;
}
*+html ul.listing li {
	height:40px;
}
ul.listing div.number {
	background:url(../images/block_point.png) no-repeat;
	width:37px;
	height:30px;
	color:#fff;
	padding-top:8px;
	padding-right:1px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	float:left;
	margin:2px 10px 2px 0px;
	clear:left;
}
* html ul.listing div.number {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='static/images/block_point.png', sizingMethod='scale');
	background:none;
}
ul.listing div.text {
	display:table-cell;
	height:38px;
	vertical-align:middle;
	width:100%;
}
*+html ul.listing div.text {
	display:block;
	float:left;
	width:auto;
	padding-top:13px;
	height:25px;
}
* html ul.listing div.text {
	display:block;
	float:left;
	width:auto;
	padding-top:13px;
	height:25px;
}

input.inputfield {
	background:url(../images/text_input.png);
	width:232px;
	height:15px;
	border:0;
	padding:7px 9px 6px 9px;
	margin-bottom:5px;
}
* html input.inputfield {
	cursor:text;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='static/images/text_input.png', sizingMethod='scale');
	padding:7px 27px 6px 9px;
}

label.left {
   float: left;
   text-align: right;
   width: 150px;
   margin-right: .3em;
   padding-top:5px;
}

select {
	margin-bottom:5px;
	padding:2px;
}

fieldset {
	margin-bottom:15px;
	border:1px solid #87a521;
	padding:10px;
}
* html legend {
	margin-bottom:10px;
}
*+html legend {
	margin-bottom:10px;
}

textarea {
	border:0;
	background:url(../images/text_area.png);
	padding:5px;
	width:340px;
	height:140px;
}
* html textarea {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='static/images/text_area.png', sizingMethod='scale');
}

