@charset "utf-8";

/* ------ / global / ------ */

*
{
	background-repeat:no-repeat;
	padding:0px;
	margin: 0px;
}

:focus
{
	outline:none;
}

a
{
	color:#FFF;
	text-decoration:none;
}

a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}

body
{
	background-image:url(img/bg2.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}

img
{
	border:none;
	vertical-align:bottom;
}
span.highlight
{
    color:#6E4E23;
}

#header {
	width:800px;
}
#menu {
	font-family: Verdana;
	font-size: 10px;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	line-height:15px;
	letter-spacing:2px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#000000;
}


/* -- */
#flash {
	width: 800px;
	background-color:#000000;
}

#container
{
	margin:0px auto;
	width:800px;
}

#container div.container
{
		width:800px;
}

/* -- */

#content
{
	background-color:#202020;
	color:#ffffff;
	overflow:hidden;
	width:800px;
}
#section_heading {
	padding: 5px 5px 5px 20px;
	background-color:#000000;
	text-align:left;
}

/* -- */

#main
{
	display:inline;
	float:left;
	margin:0px 10px;
	width:780px;
}

#main div.box
{
	background-color:#333333;
	background-image:url(img/main-div.box.png);
	margin:0px 0px 0px 0px;
}

#main div.box div.content
{
	background-image:url(img/main-div.box-div.content.png);
	background-position:center bottom;
	overflow:hidden;
	padding:5px 0px;
	width:780px;
}

#main div.box p
{
	line-height:15px;
	margin:5px 10px;
}
#main div.box h2 {
	line-height:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#main div.nobox
{
	margin-left: 15px;
	margin-right: 15px;
}

#main div.nobox div.column
{
	width: 250px;
	float: left;
}
#main div.nobox li
{
	list-style-position:inside;
	line-height: 18px;
	font-size: 12px;
	}


/* -- */

.question {	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	width:100%;
	margin:5px 10px;
	padding-left:2px;
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
	vertical-align: middle;
	float:left;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
	line-height: 20px;
}
.answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	width:100%;
	text-align:left;
	float:left;
	margin:5px 10px;
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
}
.answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
	margin:5px 10px;
}

/* -- */
#topbar
{
	height:10px;
}

#spacer {
	height:10px;
}

/* -- */
#footer
{
	height:29px;
	width:800px;
	background-image:url(img/footer_bg.png);
	background-repeat:no-repeat;
	padding: 10px 10px 10px 10px;
	display:block;
}

#footer p {
	font-family:arial, helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;

	padding-left:5px;
}
