/*
-------------------
GOBAL STYLE RESETS
-------------------
*/
html, body, 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, img, ins, kbd, q, s, samp,
small, strike, strong, 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;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	/*list-style: none;*/
	margin-left:30px;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/*
-------------------
MAIN ELEMENTS
-------------------
*/
body, html{
	background:#009BCE;
	color:#626262;
	font: .85em/1.5 "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-align: center;
}

html{
	background:#009BCE url(images/grass.jpg) bottom center repeat-x;
}

body{
	background:transparent url(images/sky.png) top center repeat-x;	
	padding-bottom:40px;
	padding-top:45px;
}

#wrapper {
	background:#FFF url(images/faq_bg.gif) top center repeat-y;
	position:relative;
	margin:0 auto;
	text-align: left;
	width:772px;
}

#header{
	width:772px;
	height:178px;
	background:transparent url(images/faq_header.jpg) top center no-repeat;
}

#header p{
	display:none;
}

/*
-------------------
CONTENT ELEMENTS
-------------------
*/

h1{
	position:relative;
	top:45px;
	left:50px;
	height:100px;
	width:200px;
}

h1 a{
	display:block;
	height:100px;
	width:200px;
}

h1 span{
	display:none;
}

h2,h3{
	margin:0 72px;
}

h2, h3{
	font-size:24px;
	color:#0077BB;
	font-weight:bold;
}

h2{
	margin-top:40px;
}

h3{
	color:#DB9500;
	margin-top:25px;
	margin-bottom:10px;
}

h4{
	font-size:14px;
	font-weight:bold;
	color:#626262;
	cursor:pointer;
}

h4 a{
	color:#626262;
	text-decoration:none;
}

h4 a span.question{
	text-decoration:underline;
}

a.on{
	color:#0077BB;
}

h4 span.toggle{
	font-size:18px;
	font-weight:bold;
	color:#DB9500;
	padding:0 10px;
}

p.introduction{
	margin:0px 72px 15px 72px;
	font-size:12px;
	line-height:1.5;
}
h4.introduction{
	margin:0px 72px 15px 72px;

	line-height:1.5;
	font-size:18px;
	font-weight:bold;

}

div.faq{
	width:627px;
	background:#FFF url(images/faq_item_bg.png) top left repeat-x;
	margin:0 auto;
	padding:2px 0 8px 0;
	line-height:1.5;	
}

div.faq p{
	padding:5px 20px 0 43px;
	font-size:12px;

}

#wrapperbottom{
	background:transparent url(images/faq_footer.gif) bottom center no-repeat;
	height:16px;
}

