@charset "utf-8";
/* 	CSS Document
	Mark Badaracco Page Busters Development Group 
*/

body 
	{
		margin:0px auto 0px auto;
		padding:0px 0px 0px 0px;
		
		background-color:#ccc;
		color:#000;
		
		font-family:Calibri, Arial, sans-serif;
		font-size:15px;

	}
	
/*Main Site Properties*/
#Site
	{
		width:1020px !important;
		margin:0px auto 0px auto;
		padding:0px;
	}

/*Site Logo Properties*/						
#Site tr td.LogoLeft
	{
		background-image:url('../Images/Site/LogoLeft.gif');
		background-position:left 0px; 
		background-repeat:no-repeat; 
		height:25px;
		width:49px !important;
	}                
  
#Site tr td.LogoRepeat
	{
		background-image:url('../Images/Site/LogoRepeat.gif');
		background-position:top;
		background-repeat:repeat-x;
		height:25px;
		width:922px !important;
		
	}
#Site tr td.LogoRight
	{
		background-image:url('../Images/Site/LogoRight.gif');
		background-position:right 0px;
		height:25px;
		width:49px !important;
		background-repeat:no-repeat;
	}	


/*Site Content Properties*/
#Site tr td.LeftOuterRepeat
	{
		background-image:url('../Images/Site/LeftOuterRepeat.gif');
		background-position:left;
		background-repeat:repeat-y;
		width:45px !important;
		min-width:45px !important;
		max-width:45px !important;		
	}                
#Site tr td.RightOuterRepeat
	{
		background-image:url('../Images/Site/RightOuterRepeat.gif');
		background-position:right;
		background-repeat:repeat-y;
		width:49px !important; 
		min-width:49px !important;
		max-width:49px !important;
	}

			
/*Site Footer Properties*/
#Site tr td.LeftFooter
	{
		background-image:url('../Images/Site/FooterLeft.gif');
		background-position:left; 
		background-repeat:no-repeat; 
		height:36px;
	}                
#Site tr td.FooterRepeat
	{
		background-image:url('../Images/Site/FooterRepeat.gif');
		background-position:left;
		background-repeat:repeat-x;
		height:36px
	}
#Site tr td.RightFooter
	{
		background-image:url('../Images/Site/FooterRight.gif');
		background-position:right;
		background-repeat:no-repeat; 
		height:36px
	}
	
	
	
/* Content Tables */
.Content 
	{
		width:925px !important;
		background-color:#fff;
		
	}		

/*Normal Content Tables*/	
table.normal
	{
		width:100%;
		margin-top:14px;
	}
table.normal tr td.tblSpace
	{
		width:50px;
	}
table.normal tr td.firstCol
	{
		vertical-align:top;
		width:64%;
	}
table.normal tr td.secondCol
	{
		vertical-align:top;
		padding-left:14px;
		width:32%;
		border-left:#ea212b 2px solid;
	}
table.normal tr td.singleCol
	{
		vertical-align:top;
		width:100%;
	}
table.normal tr td.secondCol p, table.normal tr td.secondCol ul, table.normal tr td.secondCol a
	{
		font-size:12px;
	}

input, select, textarea
	{
		font-family:Calibri, Arial, sans-serif;
		font-size:14px;
	}
