/* Main Layout */
#mainbody
{
/* inherit settings
    float: left;
	width: 76.7%;
	*/
}

#content
/* note check ie hacks file - IE has different settings */
{
	float: right;   
 /* override background color */
	background-color: transparent; 
	border: 0;
}
#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*/
}
#dnn_contentpane2 {
	/* adds space between pane above and therefore displays blue background */
	margin-top:10px; 
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #CCC;
	clear: both;
}
#contentleft {
	float: left;
	margin-top:10px;
	width: 49.1%; 
}
#dnn_contentpaneleft {
	
	background-color: #FFF;
	padding: 10px;
}
#contentright {
	float: right;
	margin-top:10px;
	width: 49.1%;
}
#dnn_contentpaneright {

	background-color: #FFF;
	padding: 10px;
}
#sidebar
{
    float: left;
	width: 24%;
}
#dnn_leftpane, #HouseMenuNavSub, #HouseMenuNavSubSub
{
	padding: 10px;
	background-color: #FFF;
  	border: 1px solid #CCC;
}
#sidebar-2
{   
    float: right;
    width: 22%;
}
#dnn_rightpane
{
	padding: 10px;
	overflow: hidden; /*forces pane to enclose any images*/
	background-color: #FFF; 
 	border: 1px solid #CCC;
} 
/* picks up container class when inserted into contentpaneright and left and adds padding to bottom, this stops IE from indenting the h2 titles */
#dnn_contentpaneright .dnnC_content_transparent, #dnn_contentpaneleft .dnnC_content_transparent
{
	padding-bottom: 15px;
}
#lowerbody
{
	clear: both;
}
#lowercontent {
	float: left;
	margin-top:10px;
	width: 49.1%;
}
#lowercontent2 {
	float: right;
	margin-top:10px;
	width: 49.1%;
}
#dnn_lowercontentleft {
/* needs to be 10px padding if using a background colour here and transparent containers (for lower section we use containers with background colours) */
	padding: 0;
}
/* for containers in lowerleft */
.dnnC_homeLL_white {
	background-color:#FFF;
	margin: 0 0 15px 0;
	padding: 1px 10px 2px 10px;
	/*gets rid of image float on issue details */
	clear: both; 
	height: 100%;
	overflow: hidden; /*forces pane to enclose any images*/
} 
#dnn_lowercontentleft H2 {
	padding-top: 10px;
}
#dnn_lowercontentright {
/* needs to be 10px padding if using a background colour here and transparent containers (for lower section we use containers with background colours) */
	padding: 0;
}
/* ===============================
for containers in lowerright */
/* style for subscribe box 
=================================*/
.dnnC_homeLR_orange {
	background-color:#FFEABF;
	margin: 0 0 5px 0;
	padding: 1px 10px 0 10px;
}
/* removes white from sub module */
.dnnC_homeLR_orange td {
	background-color:#FFEABF;
}
/* plan text */
#dnn_lowercontentright .SubHead {
	font-size: 100%;
	padding-top: 20px;
}
/* subscribe link */
#dnn_lowercontentright .CommandButton {
	font-size: 200%;
}
/* end of style for subscribe box */

/* for containers in lowerright */
.dnnC_homeLR_white {
	background-color:#FFF;
	margin: 0 0 5px 0;
	padding: 1px 10px 2px 10px;
}

/*  =========================
Header Tags on Home Page */
/* zero out the top margins on the Home Page
 	==================== */
#dnn_contentpane H1, #dnn_contentpane2 H2, #dnn_contentpaneleft H2, #dnn_contentpaneright H2
{
	margin-top: 0px
}
#dnn_contentpane2 H2, #dnn_contentpaneleft H2, #dnn_contentpaneright H2
{
	margin-bottom: 5px;
	margin-left: 0;
}
#dnn_leftpane H3, #dnn_rightpane H3
{
	margin-top: 0;
}
#dnn_leftpane H6 {
	margin: 12px 0 0 0;
	border: 0;
}
/*  ============================
Lists of latest articles, tutorials etc. 
 ==================================*/
.latest_list
{         
	font-size: 95%;
	font-family: Arial;
	padding-bottom: 10px;
}
.latest_list ul
{
    /* all submenu lists */
    padding: 0;
    border: 0;
    list-style: none;	
	margin: 0;
}

.latest_list li
{
    list-style: none;
	padding:0;
}
.latest_list ul li
{
	margin: 8px 0 3px 20px;
	list-style-image: url(arrow.gif);
}
.latest_list li a:link, #HouseMenuNav2 li a:visited
{
	text-decoration: underline;
}
.latest_list li a:hover
{
	text-decoration: underline;
}
/* text to highlight */
.lg_sifr
{
    font-size: 140%;
    font-weight: bold;
    color: #323275;
	border: 1px solid #B4B4DE;
	border-width: 1px 0 1px 0;
	padding: 10px 0 10px 0;
}
.homequote {
	font-family: Arial,Georgia, "Times New Roman", Times, serif;
	font-weight: bold; 
	font-size: 120%;	
	padding: 10px;
	/*margin: 10px 10px 10px 15px; */
	width: 88%;
	text-align: left;
	border: 1px solid #FFAE00;
	color: #323275;
	background-color: #FFD67F;
	line-height: 140%;
}


