body
{
	background: #CCC;
	background-image: url(../images/wood01.jpg);
}

#container
{
	margin: 0 auto;
	width: 960px;
	background:#fff;
}

#header
{
	background-image:url(../images/fullHeader.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:358px;
	font-weight:bolder;
}

#header h1 { margin: 0; }

#navigation
{
	float: left;
	width: 960px;
	background:#000;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	text-decoration: none;
}

#navigation li a:hover { background:#383; }

#content
{
	clear: left;
	padding: 0 20px;
}


#bulletList ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#bulletList li
{
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	padding-left: 2em;
	height:36px;
}

#content h2
{
	color:#000;
	font-size: 160%;
	margin: 0 0 .5em;
}

#content-container
{
	float: left;
	width: 960px;
	background: #fff url(/wp-content/uploads/layout-two-fixed-background.gif) repeat-y 100% 0;
}

#content2
{
	clear: left;
	float: left;
	width: 600px;
	padding: 20px 0;
	margin: 0 0 0 30px;
	display: inline;
}

#content_2 h2 { margin: 0; }

#aside
{
	float: right;
	width: 260px;
	padding: 20px 0;
	margin: 0 20px 0 0;
	display: inline;
}

#aside h3 { margin: 0; }

#half-block
{
	width: 450px;
	float: left;
	padding: 0px 10px;
}

#half-block ul li
{
	list-style-type:none;
	display:inline;
}

#half-block ul li a
{
	text-decoration:none;
	color:#FFF;
}

#third-block
{
	width: 300px;
	float: left;
	padding: 0px 10px;
}

#third-block ul li
{
	list-style-type:none;
	display:inline;
}

#third-block ul li a
{
	text-decoration:none;
	color:#FFF;
}

#footer
{
	background:#000;
	color:#FFF;
	text-align: right;
	padding: 20px;
	height: 1%;
	clear: both;
}

#question1
{
	background-image:url(../images/question1.jpg);
	background-repeat:no-repeat;
	height:500px;
	width:960px;
}

#question1 ul li
{
	list-style-type:none;
}

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

#question2
{
	background-image:url(../images/question2.jpg);
	background-repeat:no-repeat;
	height:500px;
	width:960px;
}

#question2 ul li
{
	list-style-type:none;
}

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

#question3
{
	background-image:url(../images/question3.jpg);
	background-repeat:no-repeat;
	height:500px;
	width:960px;
}

#question3 ul li
{
	list-style-type:none;
}

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

#question4
{
	background-image:url(../images/question4.jpg);
	background-repeat:no-repeat;
	height:500px;
	width:960px;
}

#question4 ul li
{
	list-style-type:none;
}

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

#question5
{
	background-image:url(../images/question5.jpg);
	background-repeat:no-repeat;
	height:500px;
	width:960px;
}

#question5 ul li
{
	list-style-type:none;
}

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

/*#list-nav {
list-style:none;
margin:20px;
padding:0;
width:920px
clear:both;
}

#list-nav li {
	display:inline;
}

#list-nav li a {
text-decoration:none;
padding:5px 10px;
/*width:100px;*/
/*
background:#F00;
color:#eee;
float:left;
text-align:center;
border-left:1px solid #fff;
}

#list-nav li a:hover {
background:#F69;
color:#000
}
*/

.clear { /* generic container (i.e. div) for floating buttons */
	background: #b21700;
    overflow: hidden;
    width: 100%;
}

a.button {
	background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
	color: #FFF;
	display: block;
	float: left;
	font: normal 14px arial, sans-serif;
	height: 26px;
	margin-right: 0px;
	padding-right: 6px; /* sliding doors padding */
	text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 16px;
    padding: 5px 0 5px 6px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 6px; /* push text down 1px */
}

a.button2 {
	background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
	color: #FFF;
	display: block;
	font: normal 14px arial, sans-serif;
	height: 26px;
	margin-right: 0px;
	padding-right: 6px; /* sliding doors padding */
	text-decoration: none;
}

a.button2 span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 16px;
    padding: 5px 0 5px 6px;
}

a.button2:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button2:active span {
    background-position: bottom left;
    padding: 6px 0 4px 6px; /* push text down 1px */
}

.hidden {
display: none;
}
