/* Main Layout */

#content
/* note check ie hacks file - IE has different settings */
{
	float: left;   
 /* override background color */
	background-color: transparent; 
	border: 0;
	width: 70.7%;
}
#dnn_contentpane {
	background-color: #FFF;
	border: 1px solid #CCC;
	height: 100%;
	padding: 10px 10px 0 10px;
	overflow: hidden; /*forces pane to enclose floated image - Had to do this for opera*/
}
#sidebar
{
    float: right;
	width: 28%;
}
#dnn_rightpane
{
	padding: 10px;
	overflow: hidden; /*forces pane to enclose any images*/
	background-color: #FFF;
  	border: 1px solid #CCC;
}

/*  ============================
Lists of subscribe FAQ 
 ==================================*/
.subscribe_FAQ
{         
	/*font-size: 95%;
	font-family: Arial;*/
	padding-bottom: 10px;
}
.subscribe_FAQ ul
{
    /* all submenu lists */
    padding: 0;
    border: 0;
    list-style: none;	
	margin: 0;
}
.subscribe_FAQ li
{
    list-style: none;
	padding:0;
}
.subscribe_FAQ ul li
{
	margin: 5px 0 0px 20px;

	font-weight: bold;
}
.subscribe_FAQ ul ul li
{
	margin: 5px 0 28px 20px;
	list-style-image: url(arrow.gif);
	font-weight: normal;
}
.subscribe_FAQ li a:link, .subscribe_FAQ li a:visited
{
	text-decoration: underline;
}
.subscribe_FAQ li a:hover
{
	text-decoration: underline;
}
/* for FAQ */
#dnn_contentpane H3
{
	margin: 35px 0 0 0;
	font-size: 250%;
}
/*for testimonials */
#dnn_rightpane H6 {
	margin: 12px 0 0 0;
	border: 0;
}
