@charset "UTF-8";
/* CSS Document */

html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
} 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}	
caption, th, td {
	text-align: left;
	font-weight: normal;
}	
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}	
.clearfix {
	display:inline-block;
}	
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/*........... do not change or amalgamate the above clearfix styles..................*/

body {
	background-color:#D58104;
	background-image:url(images/body-bg.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:20px;}
	
	
#wrapper {
	margin: 0 auto;
	width:918px;}
	
	
#header {
	background-image:url(images/header-bg.png);
	height:201px;
	width:918px;}
	
.logolink a{
	display:block;
	position:absolute;
	width:200px;
	height:140px;
	margin: 20px 0 0 20px;
	text-indent:-999999px;}

#content-holder {
	width:918px;
	margin: 0 auto;
	background-image:url(images/content-bg.png);
	background-repeat:repeat-y;}


/*.....left-box.....*/

#left-box-holder {
	width:201px;
	float:left;
	margin-left:10px;}

.nav-hdr {
	background-image:url(images/nav-hdr.jpg);
	background-repeat:repeat-x;
	height:31px;
	display:block;
	line-height:31px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	text-indent:10px;}

#nav {}

#nav  ul {}

#nav  li {}

#nav  li a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#43342F;
	text-decoration:none;
	background-color:#F3E9D9;
	display:block;
	padding:4px 0 4px 10px;
	line-height:18px;
	border-bottom: solid 1px #B45100;}
	
#nav  li a:hover {
	background-color:#FCF8EB;}

/*.....middle-box.....*/

#middle-box-holder {
	width:471px;
	float:left;
	padding:10px;}
	
#middle-box-holder h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;}
	
#middle-box-holder h2 {
font-family:Verdana, Geneva, sans-serif;
font-size:14px;
font-weight:bold;
padding-bottom:10px;}

#middle-box-holder ul {
list-style-type:disc;
padding-bottom:10px;
padding-left:30px;}

#middle-box-holder ol {
list-style-type:decimal;
padding-bottom:10px;
padding-left:30px;}

#middle-box-holder p {
padding-bottom:10px;}

.adholder {
	width:468px;
	height:60px;
	margin: 0 auto;}
	
.faq-box {
	width:449px;
	background-color:#FCF8EB;
	border:solid 1px #CDB675;
	padding:10px;
	}
	
.faq-box ul {
	list-style:decimal;}
	
.faq-box li a {
	color:#B75601;
	}
	
.faq-hdr{
	background-image:url(images/faq-hdr-bg.jpg);
	background-repeat:repeat-x;
	height:30px;
	display:block;
	width:471px;
	line-height:30px;
	text-indent:10px;
	font-size:14px;
	font-weight:bold;}

.text1 {
	color:#B75601;}

/*.....right-box.....*/

#right-box-holder {
	float:right;
	width:184px;
	margin-right:9px;
	padding:10px;}

/*.....footer.....*/

#footer {
	background-image:url(images/footer-bg.png);
	height:73px;
	width:918px;
	margin: 0 auto;
	line-height:73px;
	text-align:center;
	color:#FFF;
	font-size:11px;}
	
#footer a {
	text-decoration:none;
	color:#FFF;
	padding: 0 4px 0 4px;}

#footer a:hover {
	text-decoration:underline;}




.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.question-box {
	width: 435px;
	padding: 14px 14px 10px 14px;
	line-height: 20px;
	border: dotted 2px #999;
	background-color:#EEE8DA;
}
