/* 
===========================================================
TOP NAV 
===========================================================
*/
div#nav_top .nav_top_3 a {
	background-color:#51A7DC;
}

/* 
===========================================================
CONTENT
===========================================================
*/

div#content{
	height:432px;
	background:#FFF url(../images/backgrounds/answers.jpg) no-repeat;
}

div#content_1{
	width:706px;
	margin-top:37px;
	float:left;
}

div#content_2{
	width:200px;
	height:432px;
	float:left;
	text-align:left;
}

div#content_2 img{
	margin-bottom:20px;
}

div#title{
	width:300px;
	float:right;
	text-align:left;
}

div#title img{
	margin-bottom:15px;
}

div#boxes{	
	height:auto;
	width:auto;
	padding-bottom:20px;
	float:left;
	border-right:#D9D9D9 solid 1px;
	border-bottom:#D9D9D9 solid 1px;
	border-left:#D9D9D9 solid 1px;
	background:#FFF url(../images/backgrounds/box_answer.jpg) no-repeat bottom;
}

div#box_title{	
	height:67px;
	width:209px;
	text-align:center;
	margin-top:37px;
	float:left;
	border-top:#D9D9D9 solid 1px;
	border-right:#D9D9D9 solid 1px;
	border-bottom:#EAEAEA solid 1px;
	border-left:#D9D9D9 solid 1px;
	background:#FFF url(../images/backgrounds/box_answer.jpg) no-repeat bottom;
}

div#box_title img{
	padding-top:16px;
}

div#boxes a{
	display:block;
	text-align:left;
	font-weight:bold;
}

div#boxes hr{
	margin:10px 0 10px 0;
	_margin:0;
	color:#EAEAEA;
	background-color:#EAEAEA;
	height:1px;
}

div#boxes .box_content{
	height:auto;
	width:169px;
	padding:20px;
	float:left;	
}

div#buttons{
	width:269px;
	margin-top:15px;
	margin-right:30px;
	_margin-right:15px;
	clear:right;
	float:right;

}

div#buttons ul{
	height:116px;
	overflow:hidden;
	
}

div#buttons ul li{
	height:29px;
	overflow:hidden;
	float:left;
	position:relative;
}

div#buttons li a{
	height:29px;
	position:relative;
}

div#buttons li a:hover{
	height:29px;
	_position:relative;
	_overflow:hidden;
	top:-29px;
}

div a span
{
	position:absolute;
	margin-left:3px;
	margin-top:-1px;
}
