/**************************Main Layout Style Sheet
Created; April 20006
By: Phil Franze
Dufferin-Peel CDSB
**************************************************/
/*This is main style sheet used to create the layout*/
body{
 font-family: Verdana, Arial, sans-serif;
 text-align: center;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 background: #C0DBFF;
}

ul{
 margin: 0;
 padding: 0;
}

img {
border-style:none;
}

.hidden{
	display: none;
}

/*This is for my header*/  
div#Header{
 background-color: white;
 height:125px;
 text-align:center;
 }
 
div#staticHeader{
	float:left;
}

div#staticHeader img{
	position:absolute;
	text-align:left;
	height:125px; 
	margin-left:0px;
	padding-left:0px;
	float:left;
  	width:1000px;
}

/*This is the main content container*/
div#mainContainer{
 width:1000px; 
 margin:0  auto;
 text-align: left;
 background-color:White;
}

div#userContent
{
	text-indent: 0px;
}

div#ticker{
 float:left;
 text-align:left;
 width:500px;
 font-size:10pt;
}
div#tickerContainer{
 OVERFLOW:hidden;
 WIDTH:500px;
 POSITION:relative;
 HEIGHT:17px;
}
div#tickerInner{
 WIDTH: 500px; 
 POSITION: absolute; 
 HEIGHT: 17px;
}
div#search{
 text-align:right;
}
/*This is for the main navigation bar*/
div#mainNav{
 text-align: left;
}
div#breadCrumb{
 text-align: left;
 height:22px;
}
/*********************************This is for the left navigation************************/
/*This is for the left navigation*/
div#leftNav{
 float:left;
 width:230px;
}
.channel{
 margin-left:10px;
}
.channel ul{
 margin-left:10px;
}

/* */
div#leftNavigation{
 margin-left:10px;
}

div#leftNavigation A {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

div#dpSites{
 width:230px;
}
div#innerSites{
 padding-left:5px;
 font-size:10pt;
 text-indent:0px;
}
div#eCommunity{
 width:230px;
}
div#innerEcommunity{
padding-left:5px;
font-size:10pt;
}
div#freeText{
 width:230px;
 overflow:hidden;
}
/*******************************************END*****************************************/

/*********************************This is for the main content container************************/
/*This is the main content container*/
div#contentContainer{
  margin-left:230px;
}
div#firstRow{
 float:right;
 height:330;
}
div#mainStoryPic{
 float:left;
 width:350;
 height:300px;
 border-right:solid 1px #EFEFEF;
 text-align:center;
 font-size:10pt;
}
div#desc{
 font-size:8pt;
 text-align:left;
 margin-top:-5px;
 margin-left:4px;
 height:30px;
 padding-top:10px;
 text-indent:0;
}
html>body div#desc{
 font-size:8pt;
 text-align:left;
 margin-top:-5px;
 margin-left:4px;
 height:30px;
 padding-top:0px;
}

div#Ipostings{
	text-indent:0;
}

div#prImptPostings{
 float:right;
 width:410px;
 height:330px;
 border-bottom: solid 1px white;
 text-indent:0;
}

div#prImptPostingsItems{
	padding-top: 3px;
	padding-left: 3px;
}

div#prImptPostings BR{
	line-height:3px;	
}


div#secondRow{
	float:right;
}
div#freeText2{
 width:765px;
}
div#importantChannels{
}
div#importantChannels BR{
 line-height:5px;
}
div#importantChannels li{
 line-height:1px;
 margin-left:15px;
}
div#innerImptChannel{
	margin-bottom:50px;
	padding-bottom:50px;
}	
div#imptChnlCol1{
 float:left;
 width:50%;
}
div#imptChnlCol2{
 float:right;
 width:50%;
}


/********************************************END***********************************************/
/*This is for the page footer*/ 
div#footer{
 clear: both;
 height:66px;
 text-align:center;
 
}
			
/*This class is used for non IE browsers prevents content spilling out of div*/
html>body  .box{
 width: auto;
 min-width: 4px;
} 


/**********************************************************************************************/
/*  REGISTRATION FORM STYLE SHEET																																	*/
/**********************************************************************************************/

.backColor{
background-color:#ffef9d;
}

.defaultGroup{
	text-align:left;
	padding: 10px;
	padding-left: 30px;
	padding-top: 25px;
	background-color:#ffef9d;
position:relative;
}
.defaultReg{
	text-align:left;
	padding: 10px;
	position:relative;
}

.defaultQuestion{
	text-align:left;
	padding: 10px;
position:relative;
}

#regMsg
{
	text-align:center;
	font-size:15px;
}	

.RegSubmitButton
{
	left:20px;
}

/***************************************END****************************************************/
