/* This is the master CSS File that for setting up common elements between all the various applications */

/*Set up font to be used on the site */

 html
{
	font-family:Verdana, Arial, Times New Roman ;
	font-size:1.0em;
	background-position:top center;
	height:100%;
	background-image:url(../ZibrantBackground/Images/main_bkgnd.jpg);
	background-repeat:repeat-x;
	
	background-attachment:fixed;
	bottom:0px;
}

body
{

width:1000px;
margin-left:auto;
margin-right:auto;
margin-top:0px;


}


/* This is the main CSS File for the Master Style Sheet
************************************************************
**                                                        **
** These are the Main Page Setting tags                   **
**                                                        **
************************************************************/

/*Main Page positioning */
.DivPage
{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	min-height:100%;
	background-color:White;
	display:block;
	height:100%;
	height:auto;
	 
	/*border:1px dashed green;*/
}



/* Header Section */
.MainHeader
{
	height:75px;
	width:100%;
	/*border: solid 1px red;*/
	overflow:hidden;
	display:block;
	
}

.HeaderLeft
{
	width:20%;
	float:left;
	min-height:100%;
	height:100%;
	background-image:url(../MasterImages/ZibrantLogos/ZibrantLogoWhite.jpg);
	background-position:center;
	/*border:solid 1px blue;	*/
}

.HeaderRight
{
	width:80%;
	float:right;
	text-align:right;
	font-size:0.8em;
	color:Gray;		
}

.HeaderTop
{
	text-align:right;
	font-size:0.8em;
	color:Gray;	
	border-bottom: 1px Gray Solid;
}

.Divider
{
	background-image:url(../MasterImages/ZibrantLogos/MainDivider.png);
	background-repeat:no-repeat;
	height:3px;	
	width:100%;
	/*margin-top:5px;*/
	margin-bottom:5px;
	
	
	overflow:hidden;
}

.push 
{
	height:60px;
	float:left;
	/*border: dashed 1px Red;*/
}


.Footer
{
	text-align:left;
	font-size:0.7em;
	color:Gray;	
	
	bottom:0;
	width:980px;
	height:80px;
	
	display:inline-block;
	
	
	
	
	
}

/**************************************/


/** asp controls **/

.aspTbx
{
	font-family:Verdana,Arial,Times New Roman;
	width:200px;
}

.aspRbl
{
	font-family:Verdana,Arial,Times New Roman;
	font-size:0.7em;
}

.aspDdl
{
	font-family:Verdana,Arial,Times New Roman;
}

.aspBtn
{
	font-family:Verdana,Arial,Times New Roman;
}

/*********************************************/


/* This is the current 2 section main split */

.divMainContent
{
	
	width:100%;
	float:left;
	margin-bottom:60px;
	
}




