
div#change-font {
	position: absolute;
	margin-top: 360px;
	margin-left: 510px;
	z-index: 98;
}








/************************************************
*
* 2. GENERIC NON-TEXT STYLES
*
***********************************************/

/* Background Image for Whole Content Area (Behind Title, and Content Section) */
.content-main-bg-1col 
{    
	background: url(/template/images/backgrounds/bg-content-main-1col.gif) repeat-y top;
}



/************************************************************************
/
/ 3. DIV TAGS - Generic
/
/************************************************************************/

div#iframe-wrapper 
{
    width: 100%;
}
/* Left Column Wrapper */

div#content-left {
	position: relative;
	margin: 5px 0px 10px 6px;
	
}

/* Left Column: Mailing List Wrapper */        
div#mailing-list {
	font-family: tahoma;
	position: relative;
	background: url(/template/images/bg-selkirk-mailing-list.gif) no-repeat top;
	margin: 5px 0px 8px 0px;
	height: 177px;
	padding: 0px 8px 0px 11px;
	overflow: hidden;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

/* FONT SIZE CHANGES */

/* Absolute Position of 3 Resize Letters */
div#change-font-1col {
	position: absolute;
	margin: 0px;
	padding: 0px;
	margin-top: 6px;
	margin-left: 540px;
	z-index: 98;
}

    div#change-font-1col a {
	    color: #FFFFFF;
    }

/************************************************************************
/
/ 4. Content Section Styles
/
/************************************************************************/

/* Main Content Section Header Background Image ( The Red Title Background ) */
div#content-corp-content 
{    
    margin: 0px;
    padding: 0px;
   
    padding-top: 70px;
    margin-left: -8px;

	min-height: 200px;

	background: url(/template/images/page-headers/corp-content-header.jpg) no-repeat top;
}

    /* Main Content Section Title (Has Red Background Image) */
	div#column-title {
		margin: 0px;
		padding: 0px;
		width: 475px;
		margin-top: -63px;
		margin-left: 30px;
		
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #FFFFFF;
		overflow: hidden;	
		padding-bottom: 25px;	
	}
	

	/* Main Content Wrapper */
	div#content-holder-main 
	{
	    margin: 0px;
	    padding: 0px;
		margin-left: 30px;
		width: 550px;
		background: #FFFFFF;
		z-index: 99;	
	}
	
		div#content-holder-main h1.content-title 
        {
            
            font-family: tahoma;
	        font-size: 14px;
	        color: #bd0020;
        }
 

 

.content-main-bg-planners {
	background: url(/images/bg-content-planners.gif) repeat-y top left;
}


div#content-iframe
{
    margnin: 0px;
    padding: 0px;
	background: url(/images/template/bg-content-planners.gif) repeat-y top left;
	min-height: 300px;
	padding-left: 5px;
	padding-right: 5px;
}

div#iframe-title
{
	background: url(/images/template/bg-online-planners-header.jpg) no-repeat top;
	height: 50px;
	width: 783px;
	margin: 0px;
	padding: 0px;
}

    div#iframe-title h1 
    {
        font-size: 14px;
        margin-left: 20px;
        padding-top: 6px;
        color: white !important;         
    }

div#iframe-footer 
{
 	background: url(/images/template/bg-online-planners-footer.jpg) top left no-repeat;
	height: 20px;   
	width: 783px;
	display: block;
}

/* Bottom Footer of Content Area */
div#content-main-bottom-1col-bg {
	background: url(/template/images/backgrounds/bg-content-bottom-1col.jpg) no-repeat top right;
	height: 25px;
}

